CraftSynth.ImageEditor – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | namespace CraftSynth.ImageEditor |
2 | { |
||
3 | partial class DrawArea |
||
4 | { |
||
5 | /// <summary> |
||
6 | /// Required designer variable. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | #region Component Designer generated code |
||
11 | |||
12 | /// <summary> |
||
13 | /// Required method for Designer support - do not modify |
||
14 | /// the contents of this method with the code editor. |
||
15 | /// </summary> |
||
16 | private void InitializeComponent() |
||
17 | { |
||
18 | this.SuspendLayout(); |
||
19 | // |
||
20 | // DrawArea |
||
21 | // |
||
22 | this.BackColor = System.Drawing.Color.White; |
||
23 | this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
||
24 | this.Name = "DrawArea"; |
||
25 | this.Size = new System.Drawing.Size(100, 100); |
||
26 | this.Paint += new System.Windows.Forms.PaintEventHandler(this.DrawArea_Paint); |
||
27 | this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DrawArea_MouseDown); |
||
28 | this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DrawArea_MouseMove); |
||
29 | this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.DrawArea_MouseUp); |
||
30 | this.ResumeLayout(false); |
||
31 | |||
32 | } |
||
33 | |||
34 | #endregion |
||
35 | |||
36 | |||
37 | } |
||
38 | } |