DirectOutputR1
DirectOutput framework R1 for virtual pinball cabinets.
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
ScriptInfo.Designer.cs
Go to the documentation of this file.
1 namespace DirectOutput.Frontend
2 {
3  partial class ScriptInfo
4  {
8  private System.ComponentModel.IContainer components = null;
9 
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 
29  private void InitializeComponent()
30  {
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();
71  this.SuspendLayout();
72  //
73  // LoadedScripts
74  //
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);
87  //
88  // ScriptTypes
89  //
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);
103  //
104  // TypeXml
105  //
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;
113  //
114  // splitContainer1
115  //
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;
121  //
122  // splitContainer1.Panel1
123  //
124  this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
125  //
126  // splitContainer1.Panel2
127  //
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;
132  //
133  // splitContainer2
134  //
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;
141  //
142  // splitContainer2.Panel1
143  //
144  this.splitContainer2.Panel1.Controls.Add(this.label1);
145  this.splitContainer2.Panel1MinSize = 10;
146  //
147  // splitContainer2.Panel2
148  //
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;
153  //
154  // label1
155  //
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";
163  //
164  // splitContainer3
165  //
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";
170  //
171  // splitContainer3.Panel1
172  //
173  this.splitContainer3.Panel1.Controls.Add(this.splitContainer4);
174  //
175  // splitContainer3.Panel2
176  //
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;
181  //
182  // splitContainer4
183  //
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;
190  //
191  // splitContainer4.Panel1
192  //
193  this.splitContainer4.Panel1.Controls.Add(this.label2);
194  this.splitContainer4.Panel1MinSize = 10;
195  //
196  // splitContainer4.Panel2
197  //
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;
202  //
203  // label2
204  //
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:";
212  //
213  // splitContainer5
214  //
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;
221  //
222  // splitContainer5.Panel1
223  //
224  this.splitContainer5.Panel1.Controls.Add(this.splitContainer6);
225  this.splitContainer5.Panel1MinSize = 10;
226  //
227  // splitContainer5.Panel2
228  //
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;
233  //
234  // splitContainer6
235  //
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";
242  //
243  // splitContainer6.Panel1
244  //
245  this.splitContainer6.Panel1.Controls.Add(this.label3);
246  //
247  // splitContainer6.Panel2
248  //
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;
253  //
254  // label3
255  //
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:";
263  //
264  // CopyToClipboard
265  //
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);
277  //
278  // ScriptInfo
279  //
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);
319 
320  }
321 
322  #endregion
323 
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;
337  }
338 }