1 namespace DirectOutput.Frontend
3 partial class ScriptInfo
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(
ScriptInfo));
32 this.LoadedScripts =
new System.Windows.Forms.DataGridView();
33 this.ScriptTypes =
new System.Windows.Forms.DataGridView();
34 this.TypeXml =
new System.Windows.Forms.TextBox();
35 this.splitContainer1 =
new System.Windows.Forms.SplitContainer();
36 this.splitContainer2 =
new System.Windows.Forms.SplitContainer();
37 this.label1 =
new System.Windows.Forms.Label();
38 this.splitContainer3 =
new System.Windows.Forms.SplitContainer();
39 this.splitContainer4 =
new System.Windows.Forms.SplitContainer();
40 this.label2 =
new System.Windows.Forms.Label();
41 this.splitContainer5 =
new System.Windows.Forms.SplitContainer();
42 this.splitContainer6 =
new System.Windows.Forms.SplitContainer();
43 this.label3 =
new System.Windows.Forms.Label();
44 this.CopyToClipboard =
new System.Windows.Forms.Button();
45 ((System.ComponentModel.ISupportInitialize)(this.LoadedScripts)).BeginInit();
46 ((System.ComponentModel.ISupportInitialize)(this.ScriptTypes)).BeginInit();
47 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
48 this.splitContainer1.Panel1.SuspendLayout();
49 this.splitContainer1.Panel2.SuspendLayout();
50 this.splitContainer1.SuspendLayout();
51 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
52 this.splitContainer2.Panel1.SuspendLayout();
53 this.splitContainer2.Panel2.SuspendLayout();
54 this.splitContainer2.SuspendLayout();
55 ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
56 this.splitContainer3.Panel1.SuspendLayout();
57 this.splitContainer3.Panel2.SuspendLayout();
58 this.splitContainer3.SuspendLayout();
59 ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
60 this.splitContainer4.Panel1.SuspendLayout();
61 this.splitContainer4.Panel2.SuspendLayout();
62 this.splitContainer4.SuspendLayout();
63 ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
64 this.splitContainer5.Panel1.SuspendLayout();
65 this.splitContainer5.Panel2.SuspendLayout();
66 this.splitContainer5.SuspendLayout();
67 ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
68 this.splitContainer6.Panel1.SuspendLayout();
69 this.splitContainer6.Panel2.SuspendLayout();
70 this.splitContainer6.SuspendLayout();
75 this.LoadedScripts.AllowUserToAddRows =
false;
76 this.LoadedScripts.AllowUserToDeleteRows =
false;
77 this.LoadedScripts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
78 this.LoadedScripts.Dock = System.Windows.Forms.DockStyle.Fill;
79 this.LoadedScripts.Location =
new System.Drawing.Point(0, 0);
80 this.LoadedScripts.MultiSelect =
false;
81 this.LoadedScripts.Name =
"LoadedScripts";
82 this.LoadedScripts.ReadOnly =
true;
83 this.LoadedScripts.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
84 this.LoadedScripts.Size =
new System.Drawing.Size(1378, 360);
85 this.LoadedScripts.TabIndex = 0;
86 this.LoadedScripts.SelectionChanged +=
new System.EventHandler(this.LoadedScripts_SelectionChanged);
90 this.ScriptTypes.AllowUserToAddRows =
false;
91 this.ScriptTypes.AllowUserToDeleteRows =
false;
92 this.ScriptTypes.AllowUserToOrderColumns =
true;
93 this.ScriptTypes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
94 this.ScriptTypes.Dock = System.Windows.Forms.DockStyle.Fill;
95 this.ScriptTypes.Location =
new System.Drawing.Point(0, 0);
96 this.ScriptTypes.MultiSelect =
false;
97 this.ScriptTypes.Name =
"ScriptTypes";
98 this.ScriptTypes.ReadOnly =
true;
99 this.ScriptTypes.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
100 this.ScriptTypes.Size =
new System.Drawing.Size(455, 356);
101 this.ScriptTypes.TabIndex = 1;
102 this.ScriptTypes.SelectionChanged +=
new System.EventHandler(this.ScriptTypes_SelectionChanged);
106 this.TypeXml.Dock = System.Windows.Forms.DockStyle.Fill;
107 this.TypeXml.Location =
new System.Drawing.Point(0, 0);
108 this.TypeXml.Multiline =
true;
109 this.TypeXml.Name =
"TypeXml";
110 this.TypeXml.ReadOnly =
true;
111 this.TypeXml.Size =
new System.Drawing.Size(915, 356);
112 this.TypeXml.TabIndex = 2;
116 this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
117 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
118 this.splitContainer1.Location =
new System.Drawing.Point(0, 0);
119 this.splitContainer1.Name =
"splitContainer1";
120 this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
124 this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
128 this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
129 this.splitContainer1.Size =
new System.Drawing.Size(1382, 786);
130 this.splitContainer1.SplitterDistance = 393;
131 this.splitContainer1.TabIndex = 3;
135 this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
136 this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
137 this.splitContainer2.IsSplitterFixed =
true;
138 this.splitContainer2.Location =
new System.Drawing.Point(0, 0);
139 this.splitContainer2.Name =
"splitContainer2";
140 this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
144 this.splitContainer2.Panel1.Controls.Add(this.label1);
145 this.splitContainer2.Panel1MinSize = 10;
149 this.splitContainer2.Panel2.Controls.Add(this.LoadedScripts);
150 this.splitContainer2.Size =
new System.Drawing.Size(1378, 389);
151 this.splitContainer2.SplitterDistance = 25;
152 this.splitContainer2.TabIndex = 0;
156 this.label1.AutoSize =
true;
157 this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
158 this.label1.Location =
new System.Drawing.Point(0, 12);
159 this.label1.Name =
"label1";
160 this.label1.Size =
new System.Drawing.Size(76, 13);
161 this.label1.TabIndex = 0;
162 this.label1.Text =
"Loaded scripts";
166 this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
167 this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
168 this.splitContainer3.Location =
new System.Drawing.Point(0, 0);
169 this.splitContainer3.Name =
"splitContainer3";
173 this.splitContainer3.Panel1.Controls.Add(this.splitContainer4);
177 this.splitContainer3.Panel2.Controls.Add(this.splitContainer5);
178 this.splitContainer3.Size =
new System.Drawing.Size(1382, 389);
179 this.splitContainer3.SplitterDistance = 459;
180 this.splitContainer3.TabIndex = 0;
184 this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
185 this.splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
186 this.splitContainer4.IsSplitterFixed =
true;
187 this.splitContainer4.Location =
new System.Drawing.Point(0, 0);
188 this.splitContainer4.Name =
"splitContainer4";
189 this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
193 this.splitContainer4.Panel1.Controls.Add(this.label2);
194 this.splitContainer4.Panel1MinSize = 10;
198 this.splitContainer4.Panel2.Controls.Add(this.ScriptTypes);
199 this.splitContainer4.Size =
new System.Drawing.Size(455, 385);
200 this.splitContainer4.SplitterDistance = 25;
201 this.splitContainer4.TabIndex = 0;
205 this.label2.AutoSize =
true;
206 this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
207 this.label2.Location =
new System.Drawing.Point(0, 12);
208 this.label2.Name =
"label2";
209 this.label2.Size =
new System.Drawing.Size(65, 13);
210 this.label2.TabIndex = 0;
211 this.label2.Text =
"Script types:";
215 this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
216 this.splitContainer5.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
217 this.splitContainer5.IsSplitterFixed =
true;
218 this.splitContainer5.Location =
new System.Drawing.Point(0, 0);
219 this.splitContainer5.Name =
"splitContainer5";
220 this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
224 this.splitContainer5.Panel1.Controls.Add(this.splitContainer6);
225 this.splitContainer5.Panel1MinSize = 10;
229 this.splitContainer5.Panel2.Controls.Add(this.TypeXml);
230 this.splitContainer5.Size =
new System.Drawing.Size(915, 385);
231 this.splitContainer5.SplitterDistance = 25;
232 this.splitContainer5.TabIndex = 0;
236 this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
237 this.splitContainer6.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
238 this.splitContainer6.IsSplitterFixed =
true;
239 this.splitContainer6.Location =
new System.Drawing.Point(0, 0);
240 this.splitContainer6.Margin =
new System.Windows.Forms.Padding(0);
241 this.splitContainer6.Name =
"splitContainer6";
245 this.splitContainer6.Panel1.Controls.Add(this.label3);
249 this.splitContainer6.Panel2.Controls.Add(this.CopyToClipboard);
250 this.splitContainer6.Size =
new System.Drawing.Size(915, 25);
251 this.splitContainer6.SplitterDistance = 62;
252 this.splitContainer6.TabIndex = 1;
256 this.label3.AutoSize =
true;
257 this.label3.Dock = System.Windows.Forms.DockStyle.Bottom;
258 this.label3.Location =
new System.Drawing.Point(0, 12);
259 this.label3.Name =
"label3";
260 this.label3.Size =
new System.Drawing.Size(52, 13);
261 this.label3.TabIndex = 0;
262 this.label3.Text =
"Type xml:";
266 this.CopyToClipboard.AutoSize =
true;
267 this.CopyToClipboard.Dock = System.Windows.Forms.DockStyle.Right;
268 this.CopyToClipboard.Image = ((System.Drawing.Image)(resources.GetObject(
"CopyToClipboard.Image")));
269 this.CopyToClipboard.Location =
new System.Drawing.Point(734, 0);
270 this.CopyToClipboard.Name =
"CopyToClipboard";
271 this.CopyToClipboard.Size =
new System.Drawing.Size(115, 25);
272 this.CopyToClipboard.TabIndex = 0;
273 this.CopyToClipboard.Text =
"Copy to clipboard";
274 this.CopyToClipboard.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
275 this.CopyToClipboard.UseVisualStyleBackColor =
true;
276 this.CopyToClipboard.Click +=
new System.EventHandler(this.CopyToClipboard_Click);
280 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
281 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
282 this.ClientSize =
new System.Drawing.Size(1382, 786);
283 this.Controls.Add(this.splitContainer1);
284 this.Icon = ((System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
285 this.Name =
"ScriptInfo";
286 this.Text =
"Loaded script information";
287 ((System.ComponentModel.ISupportInitialize)(this.LoadedScripts)).EndInit();
288 ((System.ComponentModel.ISupportInitialize)(this.ScriptTypes)).EndInit();
289 this.splitContainer1.Panel1.ResumeLayout(
false);
290 this.splitContainer1.Panel2.ResumeLayout(
false);
291 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
292 this.splitContainer1.ResumeLayout(
false);
293 this.splitContainer2.Panel1.ResumeLayout(
false);
294 this.splitContainer2.Panel1.PerformLayout();
295 this.splitContainer2.Panel2.ResumeLayout(
false);
296 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
297 this.splitContainer2.ResumeLayout(
false);
298 this.splitContainer3.Panel1.ResumeLayout(
false);
299 this.splitContainer3.Panel2.ResumeLayout(
false);
300 ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
301 this.splitContainer3.ResumeLayout(
false);
302 this.splitContainer4.Panel1.ResumeLayout(
false);
303 this.splitContainer4.Panel1.PerformLayout();
304 this.splitContainer4.Panel2.ResumeLayout(
false);
305 ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
306 this.splitContainer4.ResumeLayout(
false);
307 this.splitContainer5.Panel1.ResumeLayout(
false);
308 this.splitContainer5.Panel2.ResumeLayout(
false);
309 this.splitContainer5.Panel2.PerformLayout();
310 ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
311 this.splitContainer5.ResumeLayout(
false);
312 this.splitContainer6.Panel1.ResumeLayout(
false);
313 this.splitContainer6.Panel1.PerformLayout();
314 this.splitContainer6.Panel2.ResumeLayout(
false);
315 this.splitContainer6.Panel2.PerformLayout();
316 ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
317 this.splitContainer6.ResumeLayout(
false);
318 this.ResumeLayout(
false);
324 private System.Windows.Forms.DataGridView LoadedScripts;
325 private System.Windows.Forms.DataGridView ScriptTypes;
326 private System.Windows.Forms.TextBox TypeXml;
327 private System.Windows.Forms.SplitContainer splitContainer1;
328 private System.Windows.Forms.SplitContainer splitContainer2;
329 private System.Windows.Forms.Label label1;
330 private System.Windows.Forms.SplitContainer splitContainer3;
331 private System.Windows.Forms.SplitContainer splitContainer4;
332 private System.Windows.Forms.Label label2;
333 private System.Windows.Forms.SplitContainer splitContainer5;
334 private System.Windows.Forms.Label label3;
335 private System.Windows.Forms.SplitContainer splitContainer6;
336 private System.Windows.Forms.Button CopyToClipboard;