WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
CabinetInfo.Designer.cs
Go to the documentation of this file.
1 namespace DirectOutput.Frontend
2 {
3  partial class CabinetInfo
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(CabinetInfo));
32  this.label2 = new System.Windows.Forms.Label();
33  this.CabinetOutputControllers = new System.Windows.Forms.DataGridView();
34  this.CabinetOutputControllerOutputs = new System.Windows.Forms.DataGridView();
35  this.label3 = new System.Windows.Forms.Label();
36  this.CabinetToys = new System.Windows.Forms.DataGridView();
37  this.label4 = new System.Windows.Forms.Label();
38  this.CabinetOutputControllerProperties = new System.Windows.Forms.DataGridView();
39  this.label1 = new System.Windows.Forms.Label();
40  this.CabinetToyProperties = new System.Windows.Forms.DataGridView();
41  this.label5 = new System.Windows.Forms.Label();
42  this.SaveCabinetConfiguration = new System.Windows.Forms.SaveFileDialog();
43  this.ExportCabinetConfiguration = new System.Windows.Forms.Button();
44  ((System.ComponentModel.ISupportInitialize)(this.CabinetOutputControllers)).BeginInit();
45  ((System.ComponentModel.ISupportInitialize)(this.CabinetOutputControllerOutputs)).BeginInit();
46  ((System.ComponentModel.ISupportInitialize)(this.CabinetToys)).BeginInit();
47  ((System.ComponentModel.ISupportInitialize)(this.CabinetOutputControllerProperties)).BeginInit();
48  ((System.ComponentModel.ISupportInitialize)(this.CabinetToyProperties)).BeginInit();
49  this.SuspendLayout();
50  //
51  // label2
52  //
53  this.label2.AutoSize = true;
54  this.label2.Location = new System.Drawing.Point(11, 8);
55  this.label2.Name = "label2";
56  this.label2.Size = new System.Drawing.Size(94, 13);
57  this.label2.TabIndex = 3;
58  this.label2.Text = "Output Controllers:";
59  //
60  // CabinetOutputControllers
61  //
62  this.CabinetOutputControllers.AllowUserToAddRows = false;
63  this.CabinetOutputControllers.AllowUserToDeleteRows = false;
64  this.CabinetOutputControllers.AllowUserToOrderColumns = true;
65  this.CabinetOutputControllers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
66  this.CabinetOutputControllers.Location = new System.Drawing.Point(14, 24);
67  this.CabinetOutputControllers.MultiSelect = false;
68  this.CabinetOutputControllers.Name = "CabinetOutputControllers";
69  this.CabinetOutputControllers.ReadOnly = true;
70  this.CabinetOutputControllers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
71  this.CabinetOutputControllers.Size = new System.Drawing.Size(401, 150);
72  this.CabinetOutputControllers.TabIndex = 4;
73  this.CabinetOutputControllers.SelectionChanged += new System.EventHandler(this.CabinetOutputControllers_SelectionChanged);
74  //
75  // CabinetOutputControllerOutputs
76  //
77  this.CabinetOutputControllerOutputs.AllowUserToAddRows = false;
78  this.CabinetOutputControllerOutputs.AllowUserToDeleteRows = false;
79  this.CabinetOutputControllerOutputs.AllowUserToOrderColumns = true;
80  this.CabinetOutputControllerOutputs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
81  this.CabinetOutputControllerOutputs.Location = new System.Drawing.Point(441, 24);
82  this.CabinetOutputControllerOutputs.MultiSelect = false;
83  this.CabinetOutputControllerOutputs.Name = "CabinetOutputControllerOutputs";
84  this.CabinetOutputControllerOutputs.ReadOnly = true;
85  this.CabinetOutputControllerOutputs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
86  this.CabinetOutputControllerOutputs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
87  this.CabinetOutputControllerOutputs.Size = new System.Drawing.Size(691, 150);
88  this.CabinetOutputControllerOutputs.TabIndex = 5;
89  //
90  // label3
91  //
92  this.label3.AutoSize = true;
93  this.label3.Location = new System.Drawing.Point(438, 8);
94  this.label3.Name = "label3";
95  this.label3.Size = new System.Drawing.Size(47, 13);
96  this.label3.TabIndex = 6;
97  this.label3.Text = "Outputs:";
98  //
99  // CabinetToys
100  //
101  this.CabinetToys.AllowUserToAddRows = false;
102  this.CabinetToys.AllowUserToDeleteRows = false;
103  this.CabinetToys.AllowUserToOrderColumns = true;
104  this.CabinetToys.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
105  this.CabinetToys.Location = new System.Drawing.Point(14, 402);
106  this.CabinetToys.Name = "CabinetToys";
107  this.CabinetToys.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
108  this.CabinetToys.Size = new System.Drawing.Size(401, 150);
109  this.CabinetToys.TabIndex = 7;
110  this.CabinetToys.SelectionChanged += new System.EventHandler(this.CabinetToys_SelectionChanged);
111  //
112  // label4
113  //
114  this.label4.AutoSize = true;
115  this.label4.Location = new System.Drawing.Point(11, 386);
116  this.label4.Name = "label4";
117  this.label4.Size = new System.Drawing.Size(33, 13);
118  this.label4.TabIndex = 8;
119  this.label4.Text = "Toys:";
120  //
121  // CabinetOutputControllerProperties
122  //
123  this.CabinetOutputControllerProperties.AllowUserToAddRows = false;
124  this.CabinetOutputControllerProperties.AllowUserToDeleteRows = false;
125  this.CabinetOutputControllerProperties.AllowUserToOrderColumns = true;
126  this.CabinetOutputControllerProperties.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
127  this.CabinetOutputControllerProperties.Location = new System.Drawing.Point(441, 203);
128  this.CabinetOutputControllerProperties.Name = "CabinetOutputControllerProperties";
129  this.CabinetOutputControllerProperties.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
130  this.CabinetOutputControllerProperties.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
131  this.CabinetOutputControllerProperties.Size = new System.Drawing.Size(691, 150);
132  this.CabinetOutputControllerProperties.TabIndex = 9;
133  //
134  // label1
135  //
136  this.label1.AutoSize = true;
137  this.label1.Location = new System.Drawing.Point(438, 187);
138  this.label1.Name = "label1";
139  this.label1.Size = new System.Drawing.Size(139, 13);
140  this.label1.TabIndex = 10;
141  this.label1.Text = "Output Controller Properties:";
142  //
143  // CabinetToyProperties
144  //
145  this.CabinetToyProperties.AllowUserToAddRows = false;
146  this.CabinetToyProperties.AllowUserToDeleteRows = false;
147  this.CabinetToyProperties.AllowUserToOrderColumns = true;
148  this.CabinetToyProperties.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
149  this.CabinetToyProperties.Location = new System.Drawing.Point(441, 402);
150  this.CabinetToyProperties.Name = "CabinetToyProperties";
151  this.CabinetToyProperties.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
152  this.CabinetToyProperties.Size = new System.Drawing.Size(691, 150);
153  this.CabinetToyProperties.TabIndex = 11;
154  //
155  // label5
156  //
157  this.label5.AutoSize = true;
158  this.label5.Location = new System.Drawing.Point(438, 386);
159  this.label5.Name = "label5";
160  this.label5.Size = new System.Drawing.Size(77, 13);
161  this.label5.TabIndex = 12;
162  this.label5.Text = "Toy properties:";
163  //
164  // SaveCabinetConfiguration
165  //
166  this.SaveCabinetConfiguration.DefaultExt = "xml";
167  this.SaveCabinetConfiguration.Filter = "Config files (*.xml)|*.xml|All files (*.*)|*.*";
168  this.SaveCabinetConfiguration.Title = "Export cabinet configuration";
169  //
170  // ExportCabinetConfiguration
171  //
172  this.ExportCabinetConfiguration.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
173  this.ExportCabinetConfiguration.Image = ((System.Drawing.Image)(resources.GetObject("ExportCabinetConfiguration.Image")));
174  this.ExportCabinetConfiguration.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
175  this.ExportCabinetConfiguration.Location = new System.Drawing.Point(940, 579);
176  this.ExportCabinetConfiguration.Name = "ExportCabinetConfiguration";
177  this.ExportCabinetConfiguration.Size = new System.Drawing.Size(192, 39);
178  this.ExportCabinetConfiguration.TabIndex = 13;
179  this.ExportCabinetConfiguration.Text = "Export cabinet configuration";
180  this.ExportCabinetConfiguration.UseVisualStyleBackColor = true;
181  this.ExportCabinetConfiguration.Click += new System.EventHandler(this.ExportCabinetConfiguration_Click);
182  //
183  // CabinetInfo
184  //
185  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
186  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
187  this.ClientSize = new System.Drawing.Size(1147, 637);
188  this.Controls.Add(this.ExportCabinetConfiguration);
189  this.Controls.Add(this.label5);
190  this.Controls.Add(this.CabinetToyProperties);
191  this.Controls.Add(this.label1);
192  this.Controls.Add(this.CabinetOutputControllerProperties);
193  this.Controls.Add(this.label4);
194  this.Controls.Add(this.CabinetToys);
195  this.Controls.Add(this.label3);
196  this.Controls.Add(this.CabinetOutputControllerOutputs);
197  this.Controls.Add(this.CabinetOutputControllers);
198  this.Controls.Add(this.label2);
199  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
200  this.Name = "CabinetInfo";
201  this.Text = "CabinetInfo";
202  ((System.ComponentModel.ISupportInitialize)(this.CabinetOutputControllers)).EndInit();
203  ((System.ComponentModel.ISupportInitialize)(this.CabinetOutputControllerOutputs)).EndInit();
204  ((System.ComponentModel.ISupportInitialize)(this.CabinetToys)).EndInit();
205  ((System.ComponentModel.ISupportInitialize)(this.CabinetOutputControllerProperties)).EndInit();
206  ((System.ComponentModel.ISupportInitialize)(this.CabinetToyProperties)).EndInit();
207  this.ResumeLayout(false);
208  this.PerformLayout();
209 
210  }
211 
212  #endregion
213 
214  private System.Windows.Forms.Label label2;
215  private System.Windows.Forms.DataGridView CabinetOutputControllers;
216  private System.Windows.Forms.DataGridView CabinetOutputControllerOutputs;
217  private System.Windows.Forms.Label label3;
218  private System.Windows.Forms.DataGridView CabinetToys;
219  private System.Windows.Forms.Label label4;
220  private System.Windows.Forms.DataGridView CabinetOutputControllerProperties;
221  private System.Windows.Forms.Label label1;
222  private System.Windows.Forms.DataGridView CabinetToyProperties;
223  private System.Windows.Forms.Label label5;
224  private System.Windows.Forms.SaveFileDialog SaveCabinetConfiguration;
225  private System.Windows.Forms.Button ExportCabinetConfiguration;
226  }
227 }
override void Dispose(bool disposing)
Clean up any resources being used.