CraftSynth.ImageEditor – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace CraftSynth.ImageEditor
2 {
3 partial class PropertiesDialog
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.label1 = new System.Windows.Forms.Label();
32 this.lblColor = new System.Windows.Forms.Label();
33 this.btnSelectColor = new System.Windows.Forms.Button();
34 this.label2 = new System.Windows.Forms.Label();
35 this.lblPenWidth = new System.Windows.Forms.Label();
36 this.cmbPenWidth = new System.Windows.Forms.ComboBox();
37 this.btnOK = new System.Windows.Forms.Button();
38 this.btnCancel = new System.Windows.Forms.Button();
39 this.SuspendLayout();
40 //
41 // label1
42 //
43 this.label1.AutoSize = true;
44 this.label1.Location = new System.Drawing.Point(22, 26);
45 this.label1.Name = "label1";
46 this.label1.Size = new System.Drawing.Size(31, 13);
47 this.label1.TabIndex = 0;
48 this.label1.Text = "Color";
49 //
50 // lblColor
51 //
52 this.lblColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
53 this.lblColor.Location = new System.Drawing.Point(90, 21);
54 this.lblColor.Name = "lblColor";
55 this.lblColor.Size = new System.Drawing.Size(72, 24);
56 this.lblColor.TabIndex = 1;
57 this.lblColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
58 //
59 // btnSelectColor
60 //
61 this.btnSelectColor.Location = new System.Drawing.Point(195, 19);
62 this.btnSelectColor.Name = "btnSelectColor";
63 this.btnSelectColor.Size = new System.Drawing.Size(33, 27);
64 this.btnSelectColor.TabIndex = 2;
65 this.btnSelectColor.Text = "...";
66 this.btnSelectColor.UseVisualStyleBackColor = true;
67 this.btnSelectColor.Click += new System.EventHandler(this.btnSelectColor_Click);
68 //
69 // label2
70 //
71 this.label2.AutoSize = true;
72 this.label2.Location = new System.Drawing.Point(22, 66);
73 this.label2.Name = "label2";
74 this.label2.Size = new System.Drawing.Size(57, 13);
75 this.label2.TabIndex = 3;
76 this.label2.Text = "Pen Width";
77 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
78 //
79 // lblPenWidth
80 //
81 this.lblPenWidth.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
82 this.lblPenWidth.Location = new System.Drawing.Point(90, 60);
83 this.lblPenWidth.Name = "lblPenWidth";
84 this.lblPenWidth.Size = new System.Drawing.Size(72, 24);
85 this.lblPenWidth.TabIndex = 4;
86 this.lblPenWidth.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
87 //
88 // cmbPenWidth
89 //
90 this.cmbPenWidth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
91 this.cmbPenWidth.FormattingEnabled = true;
92 this.cmbPenWidth.Location = new System.Drawing.Point(195, 61);
93 this.cmbPenWidth.Name = "cmbPenWidth";
94 this.cmbPenWidth.Size = new System.Drawing.Size(71, 21);
95 this.cmbPenWidth.TabIndex = 5;
96 this.cmbPenWidth.SelectedIndexChanged += new System.EventHandler(this.cmbPenWidth_SelectedIndexChanged);
97 //
98 // btnOK
99 //
100 this.btnOK.Location = new System.Drawing.Point(39, 114);
101 this.btnOK.Name = "btnOK";
102 this.btnOK.Size = new System.Drawing.Size(80, 27);
103 this.btnOK.TabIndex = 6;
104 this.btnOK.Text = "OK";
105 this.btnOK.UseVisualStyleBackColor = true;
106 this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
107 //
108 // btnCancel
109 //
110 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
111 this.btnCancel.Location = new System.Drawing.Point(175, 114);
112 this.btnCancel.Name = "btnCancel";
113 this.btnCancel.Size = new System.Drawing.Size(80, 27);
114 this.btnCancel.TabIndex = 7;
115 this.btnCancel.Text = "Cancel";
116 this.btnCancel.UseVisualStyleBackColor = true;
117 //
118 // PropertiesDialog
119 //
120 this.AcceptButton = this.btnOK;
121 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
122 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
123 this.CancelButton = this.btnCancel;
124 this.ClientSize = new System.Drawing.Size(290, 156);
125 this.Controls.Add(this.btnCancel);
126 this.Controls.Add(this.btnOK);
127 this.Controls.Add(this.cmbPenWidth);
128 this.Controls.Add(this.lblPenWidth);
129 this.Controls.Add(this.label2);
130 this.Controls.Add(this.btnSelectColor);
131 this.Controls.Add(this.lblColor);
132 this.Controls.Add(this.label1);
133 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
134 this.MaximizeBox = false;
135 this.MinimizeBox = false;
136 this.Name = "PropertiesDialog";
137 this.ShowIcon = false;
138 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
139 this.Text = "Properties";
140 this.Load += new System.EventHandler(this.PropertiesDialog_Load);
141 this.ResumeLayout(false);
142 this.PerformLayout();
143  
144 }
145  
146 #endregion
147  
148 private System.Windows.Forms.Label label1;
149 private System.Windows.Forms.Label lblColor;
150 private System.Windows.Forms.Button btnSelectColor;
151 private System.Windows.Forms.Label label2;
152 private System.Windows.Forms.Label lblPenWidth;
153 private System.Windows.Forms.ComboBox cmbPenWidth;
154 private System.Windows.Forms.Button btnOK;
155 private System.Windows.Forms.Button btnCancel;
156 }
157 }