3 partial class AvailableEffectsInfo
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
29 private void InitializeComponent()
42 this.splitContainer1.Panel1.SuspendLayout();
43 this.splitContainer1.Panel2.SuspendLayout();
44 this.splitContainer1.SuspendLayout();
46 this.splitContainer2.Panel1.SuspendLayout();
47 this.splitContainer2.Panel2.SuspendLayout();
48 this.splitContainer2.SuspendLayout();
51 this.splitContainer3.Panel1.SuspendLayout();
52 this.splitContainer3.Panel2.SuspendLayout();
53 this.splitContainer3.SuspendLayout();
55 this.splitContainer6.Panel1.SuspendLayout();
56 this.splitContainer6.Panel2.SuspendLayout();
57 this.splitContainer6.SuspendLayout();
64 this.splitContainer1.Location =
new System.Drawing.Point(0, 0);
65 this.splitContainer1.Name =
"splitContainer1";
69 this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
73 this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
74 this.splitContainer1.Size =
new System.Drawing.Size(707, 414);
75 this.splitContainer1.SplitterDistance = 323;
76 this.splitContainer1.TabIndex = 0;
82 this.splitContainer2.Location =
new System.Drawing.Point(0, 0);
83 this.splitContainer2.Name =
"splitContainer2";
88 this.splitContainer2.Panel1.Controls.Add(this.label1);
92 this.splitContainer2.Panel2.Controls.Add(this.AvailableEffects);
93 this.splitContainer2.Size =
new System.Drawing.Size(319, 410);
94 this.splitContainer2.SplitterDistance = 25;
95 this.splitContainer2.TabIndex = 0;
99 this.label1.AutoSize =
true;
101 this.label1.Location =
new System.Drawing.Point(0, 12);
102 this.label1.Name =
"label1";
103 this.label1.Size =
new System.Drawing.Size(88, 13);
104 this.label1.TabIndex = 0;
105 this.label1.Text =
"Available effects:";
109 this.AvailableEffects.AllowUserToAddRows =
false;
110 this.AvailableEffects.AllowUserToDeleteRows =
false;
111 this.AvailableEffects.AllowUserToOrderColumns =
true;
112 this.AvailableEffects.AutoSizeColumnsMode =
System.
Windows.
Forms.DataGridViewAutoSizeColumnsMode.AllCells;
113 this.AvailableEffects.ColumnHeadersHeightSizeMode =
System.
Windows.
Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
115 this.AvailableEffects.Location =
new System.Drawing.Point(0, 0);
116 this.AvailableEffects.MultiSelect =
false;
117 this.AvailableEffects.Name =
"AvailableEffects";
118 this.AvailableEffects.ReadOnly =
true;
119 this.AvailableEffects.SelectionMode =
System.
Windows.
Forms.DataGridViewSelectionMode.FullRowSelect;
120 this.AvailableEffects.Size =
new System.Drawing.Size(319, 381);
121 this.AvailableEffects.TabIndex = 0;
122 this.AvailableEffects.SelectionChanged +=
new System.EventHandler(this.AvailableEffects_SelectionChanged);
128 this.splitContainer3.IsSplitterFixed =
true;
129 this.splitContainer3.Location =
new System.Drawing.Point(0, 0);
130 this.splitContainer3.Name =
"splitContainer3";
135 this.splitContainer3.Panel1.Controls.Add(this.splitContainer6);
139 this.splitContainer3.Panel2.Controls.Add(this.TypeXml);
140 this.splitContainer3.Size =
new System.Drawing.Size(376, 410);
141 this.splitContainer3.SplitterDistance = 25;
142 this.splitContainer3.TabIndex = 0;
148 this.splitContainer6.IsSplitterFixed =
true;
149 this.splitContainer6.Location =
new System.Drawing.Point(0, 0);
151 this.splitContainer6.Name =
"splitContainer6";
155 this.splitContainer6.Panel1.Controls.Add(this.label3);
159 this.splitContainer6.Panel2.Controls.Add(this.CopyToClipboard);
160 this.splitContainer6.Size =
new System.Drawing.Size(376, 25);
161 this.splitContainer6.SplitterDistance = 62;
162 this.splitContainer6.TabIndex = 2;
166 this.label3.AutoSize =
true;
168 this.label3.Location =
new System.Drawing.Point(0, 12);
169 this.label3.Name =
"label3";
170 this.label3.Size =
new System.Drawing.Size(52, 13);
171 this.label3.TabIndex = 0;
172 this.label3.Text =
"Type xml:";
176 this.CopyToClipboard.AutoSize =
true;
178 this.CopyToClipboard.Image = ((
System.Drawing.Image)(resources.GetObject(
"CopyToClipboard.Image")));
179 this.CopyToClipboard.Location =
new System.Drawing.Point(195, 0);
180 this.CopyToClipboard.Name =
"CopyToClipboard";
181 this.CopyToClipboard.Size =
new System.Drawing.Size(115, 25);
182 this.CopyToClipboard.TabIndex = 0;
183 this.CopyToClipboard.Text =
"Copy to clipboard";
184 this.CopyToClipboard.TextImageRelation =
System.
Windows.
Forms.TextImageRelation.ImageBeforeText;
185 this.CopyToClipboard.UseVisualStyleBackColor =
true;
186 this.CopyToClipboard.Click +=
new System.EventHandler(this.CopyToClipboard_Click);
191 this.TypeXml.Location =
new System.Drawing.Point(0, 0);
192 this.TypeXml.Multiline =
true;
193 this.TypeXml.Name =
"TypeXml";
194 this.TypeXml.ReadOnly =
true;
195 this.TypeXml.Size =
new System.Drawing.Size(376, 381);
196 this.TypeXml.TabIndex = 3;
200 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
202 this.ClientSize =
new System.Drawing.Size(707, 414);
203 this.Controls.Add(this.splitContainer1);
204 this.Icon = ((
System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
205 this.Name =
"AvailableEffectsInfo";
206 this.Text =
"Available effects information";
207 this.splitContainer1.Panel1.ResumeLayout(
false);
208 this.splitContainer1.Panel2.ResumeLayout(
false);
210 this.splitContainer1.ResumeLayout(
false);
211 this.splitContainer2.Panel1.ResumeLayout(
false);
212 this.splitContainer2.Panel1.PerformLayout();
213 this.splitContainer2.Panel2.ResumeLayout(
false);
215 this.splitContainer2.ResumeLayout(
false);
217 this.splitContainer3.Panel1.ResumeLayout(
false);
218 this.splitContainer3.Panel2.ResumeLayout(
false);
219 this.splitContainer3.Panel2.PerformLayout();
221 this.splitContainer3.ResumeLayout(
false);
222 this.splitContainer6.Panel1.ResumeLayout(
false);
223 this.splitContainer6.Panel1.PerformLayout();
224 this.splitContainer6.Panel2.ResumeLayout(
false);
225 this.splitContainer6.Panel2.PerformLayout();
227 this.splitContainer6.ResumeLayout(
false);
228 this.ResumeLayout(
false);
override void Dispose(bool disposing)
Clean up any resources being used.