1 namespace DirectOutput.Frontend
3 partial class AvailableEffectsInfo
8 private System.ComponentModel.IContainer components = null;
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()
31 System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(
AvailableEffectsInfo));
32 this.splitContainer1 =
new System.Windows.Forms.SplitContainer();
33 this.splitContainer2 =
new System.Windows.Forms.SplitContainer();
34 this.label1 =
new System.Windows.Forms.Label();
35 this.AvailableEffects =
new System.Windows.Forms.DataGridView();
36 this.splitContainer3 =
new System.Windows.Forms.SplitContainer();
37 this.splitContainer6 =
new System.Windows.Forms.SplitContainer();
38 this.label3 =
new System.Windows.Forms.Label();
39 this.CopyToClipboard =
new System.Windows.Forms.Button();
40 this.TypeXml =
new System.Windows.Forms.TextBox();
41 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
42 this.splitContainer1.Panel1.SuspendLayout();
43 this.splitContainer1.Panel2.SuspendLayout();
44 this.splitContainer1.SuspendLayout();
45 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
46 this.splitContainer2.Panel1.SuspendLayout();
47 this.splitContainer2.Panel2.SuspendLayout();
48 this.splitContainer2.SuspendLayout();
49 ((System.ComponentModel.ISupportInitialize)(this.AvailableEffects)).BeginInit();
50 ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
51 this.splitContainer3.Panel1.SuspendLayout();
52 this.splitContainer3.Panel2.SuspendLayout();
53 this.splitContainer3.SuspendLayout();
54 ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
55 this.splitContainer6.Panel1.SuspendLayout();
56 this.splitContainer6.Panel2.SuspendLayout();
57 this.splitContainer6.SuspendLayout();
62 this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
63 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
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;
80 this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
81 this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
82 this.splitContainer2.Location =
new System.Drawing.Point(0, 0);
83 this.splitContainer2.Name =
"splitContainer2";
84 this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
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;
100 this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
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;
114 this.AvailableEffects.Dock = System.Windows.Forms.DockStyle.Fill;
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);
126 this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
127 this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
128 this.splitContainer3.IsSplitterFixed =
true;
129 this.splitContainer3.Location =
new System.Drawing.Point(0, 0);
130 this.splitContainer3.Name =
"splitContainer3";
131 this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
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;
146 this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
147 this.splitContainer6.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
148 this.splitContainer6.IsSplitterFixed =
true;
149 this.splitContainer6.Location =
new System.Drawing.Point(0, 0);
150 this.splitContainer6.Margin =
new System.Windows.Forms.Padding(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;
167 this.label3.Dock = System.Windows.Forms.DockStyle.Bottom;
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;
177 this.CopyToClipboard.Dock = System.Windows.Forms.DockStyle.Right;
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);
190 this.TypeXml.Dock = System.Windows.Forms.DockStyle.Fill;
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);
201 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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);
209 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
210 this.splitContainer1.ResumeLayout(
false);
211 this.splitContainer2.Panel1.ResumeLayout(
false);
212 this.splitContainer2.Panel1.PerformLayout();
213 this.splitContainer2.Panel2.ResumeLayout(
false);
214 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
215 this.splitContainer2.ResumeLayout(
false);
216 ((System.ComponentModel.ISupportInitialize)(this.AvailableEffects)).EndInit();
217 this.splitContainer3.Panel1.ResumeLayout(
false);
218 this.splitContainer3.Panel2.ResumeLayout(
false);
219 this.splitContainer3.Panel2.PerformLayout();
220 ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
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();
226 ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
227 this.splitContainer6.ResumeLayout(
false);
228 this.ResumeLayout(
false);
234 private System.Windows.Forms.SplitContainer splitContainer1;
235 private System.Windows.Forms.SplitContainer splitContainer2;
236 private System.Windows.Forms.Label label1;
237 private System.Windows.Forms.DataGridView AvailableEffects;
238 private System.Windows.Forms.SplitContainer splitContainer3;
239 private System.Windows.Forms.TextBox TypeXml;
240 private System.Windows.Forms.SplitContainer splitContainer6;
241 private System.Windows.Forms.Label label3;
242 private System.Windows.Forms.Button CopyToClipboard;