WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
TableInfo.Designer.cs
Go to the documentation of this file.
1 namespace DirectOutput.Frontend
2 {
3  partial class TableInfo
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(TableInfo));
32  this.TableEffects = new System.Windows.Forms.DataGridView();
33  this.TableEffectProperties = new System.Windows.Forms.DataGridView();
34  this.TableAssignedStaticEffects = new System.Windows.Forms.DataGridView();
35  this.TableElements = new System.Windows.Forms.DataGridView();
36  this.TableElementAssignedEffects = new System.Windows.Forms.DataGridView();
37  this.label1 = new System.Windows.Forms.Label();
38  this.label2 = new System.Windows.Forms.Label();
39  this.label3 = new System.Windows.Forms.Label();
40  this.label4 = new System.Windows.Forms.Label();
41  this.label5 = new System.Windows.Forms.Label();
42  this.tabControl1 = new System.Windows.Forms.TabControl();
43  this.tabPage4 = new System.Windows.Forms.TabPage();
44  this.TableGeneral = new System.Windows.Forms.DataGridView();
45  this.tabPage1 = new System.Windows.Forms.TabPage();
46  this.splitContainer1 = new System.Windows.Forms.SplitContainer();
47  this.splitContainer2 = new System.Windows.Forms.SplitContainer();
48  this.splitContainer3 = new System.Windows.Forms.SplitContainer();
49  this.tabPage2 = new System.Windows.Forms.TabPage();
50  this.splitContainer4 = new System.Windows.Forms.SplitContainer();
51  this.tabPage3 = new System.Windows.Forms.TabPage();
52  this.splitContainer5 = new System.Windows.Forms.SplitContainer();
53  this.splitContainer6 = new System.Windows.Forms.SplitContainer();
54  this.splitContainer7 = new System.Windows.Forms.SplitContainer();
55  this.splitContainer8 = new System.Windows.Forms.SplitContainer();
56  this.RefreshWindow = new System.Windows.Forms.Button();
57  this.ExportTableConfiguration = new System.Windows.Forms.Button();
58  this.SaveTableConfigDialog = new System.Windows.Forms.SaveFileDialog();
59  ((System.ComponentModel.ISupportInitialize)(this.TableEffects)).BeginInit();
60  ((System.ComponentModel.ISupportInitialize)(this.TableEffectProperties)).BeginInit();
61  ((System.ComponentModel.ISupportInitialize)(this.TableAssignedStaticEffects)).BeginInit();
62  ((System.ComponentModel.ISupportInitialize)(this.TableElements)).BeginInit();
63  ((System.ComponentModel.ISupportInitialize)(this.TableElementAssignedEffects)).BeginInit();
64  this.tabControl1.SuspendLayout();
65  this.tabPage4.SuspendLayout();
66  ((System.ComponentModel.ISupportInitialize)(this.TableGeneral)).BeginInit();
67  this.tabPage1.SuspendLayout();
68  ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
69  this.splitContainer1.Panel1.SuspendLayout();
70  this.splitContainer1.Panel2.SuspendLayout();
71  this.splitContainer1.SuspendLayout();
72  ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
73  this.splitContainer2.Panel1.SuspendLayout();
74  this.splitContainer2.Panel2.SuspendLayout();
75  this.splitContainer2.SuspendLayout();
76  ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
77  this.splitContainer3.Panel1.SuspendLayout();
78  this.splitContainer3.Panel2.SuspendLayout();
79  this.splitContainer3.SuspendLayout();
80  this.tabPage2.SuspendLayout();
81  ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
82  this.splitContainer4.Panel1.SuspendLayout();
83  this.splitContainer4.Panel2.SuspendLayout();
84  this.splitContainer4.SuspendLayout();
85  this.tabPage3.SuspendLayout();
86  ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
87  this.splitContainer5.Panel1.SuspendLayout();
88  this.splitContainer5.Panel2.SuspendLayout();
89  this.splitContainer5.SuspendLayout();
90  ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
91  this.splitContainer6.Panel1.SuspendLayout();
92  this.splitContainer6.Panel2.SuspendLayout();
93  this.splitContainer6.SuspendLayout();
94  ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).BeginInit();
95  this.splitContainer7.Panel1.SuspendLayout();
96  this.splitContainer7.Panel2.SuspendLayout();
97  this.splitContainer7.SuspendLayout();
98  ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).BeginInit();
99  this.splitContainer8.Panel1.SuspendLayout();
100  this.splitContainer8.Panel2.SuspendLayout();
101  this.splitContainer8.SuspendLayout();
102  this.SuspendLayout();
103  //
104  // TableEffects
105  //
106  this.TableEffects.AllowUserToAddRows = false;
107  this.TableEffects.AllowUserToDeleteRows = false;
108  this.TableEffects.AllowUserToOrderColumns = true;
109  this.TableEffects.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
110  this.TableEffects.Dock = System.Windows.Forms.DockStyle.Fill;
111  this.TableEffects.Location = new System.Drawing.Point(0, 0);
112  this.TableEffects.MultiSelect = false;
113  this.TableEffects.Name = "TableEffects";
114  this.TableEffects.ReadOnly = true;
115  this.TableEffects.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
116  this.TableEffects.Size = new System.Drawing.Size(517, 618);
117  this.TableEffects.TabIndex = 0;
118  this.TableEffects.SelectionChanged += new System.EventHandler(this.TableEffects_SelectionChanged);
119  //
120  // TableEffectProperties
121  //
122  this.TableEffectProperties.AllowUserToAddRows = false;
123  this.TableEffectProperties.AllowUserToDeleteRows = false;
124  this.TableEffectProperties.AllowUserToOrderColumns = true;
125  this.TableEffectProperties.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
126  this.TableEffectProperties.Dock = System.Windows.Forms.DockStyle.Fill;
127  this.TableEffectProperties.Location = new System.Drawing.Point(0, 0);
128  this.TableEffectProperties.MultiSelect = false;
129  this.TableEffectProperties.Name = "TableEffectProperties";
130  this.TableEffectProperties.ReadOnly = true;
131  this.TableEffectProperties.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
132  this.TableEffectProperties.Size = new System.Drawing.Size(666, 618);
133  this.TableEffectProperties.TabIndex = 1;
134  //
135  // TableAssignedStaticEffects
136  //
137  this.TableAssignedStaticEffects.AllowUserToAddRows = false;
138  this.TableAssignedStaticEffects.AllowUserToDeleteRows = false;
139  this.TableAssignedStaticEffects.AllowUserToOrderColumns = true;
140  this.TableAssignedStaticEffects.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
141  this.TableAssignedStaticEffects.Dock = System.Windows.Forms.DockStyle.Fill;
142  this.TableAssignedStaticEffects.Location = new System.Drawing.Point(0, 0);
143  this.TableAssignedStaticEffects.MultiSelect = false;
144  this.TableAssignedStaticEffects.Name = "TableAssignedStaticEffects";
145  this.TableAssignedStaticEffects.ReadOnly = true;
146  this.TableAssignedStaticEffects.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
147  this.TableAssignedStaticEffects.Size = new System.Drawing.Size(1195, 622);
148  this.TableAssignedStaticEffects.TabIndex = 2;
149  //
150  // TableElements
151  //
152  this.TableElements.AllowUserToAddRows = false;
153  this.TableElements.AllowUserToDeleteRows = false;
154  this.TableElements.AllowUserToOrderColumns = true;
155  this.TableElements.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
156  this.TableElements.Dock = System.Windows.Forms.DockStyle.Fill;
157  this.TableElements.Location = new System.Drawing.Point(0, 0);
158  this.TableElements.MultiSelect = false;
159  this.TableElements.Name = "TableElements";
160  this.TableElements.ReadOnly = true;
161  this.TableElements.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
162  this.TableElements.Size = new System.Drawing.Size(1191, 292);
163  this.TableElements.TabIndex = 3;
164  this.TableElements.SelectionChanged += new System.EventHandler(this.TableElements_SelectionChanged);
165  //
166  // TableElementAssignedEffects
167  //
168  this.TableElementAssignedEffects.AllowUserToAddRows = false;
169  this.TableElementAssignedEffects.AllowUserToDeleteRows = false;
170  this.TableElementAssignedEffects.AllowUserToOrderColumns = true;
171  this.TableElementAssignedEffects.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
172  this.TableElementAssignedEffects.Dock = System.Windows.Forms.DockStyle.Fill;
173  this.TableElementAssignedEffects.Location = new System.Drawing.Point(0, 0);
174  this.TableElementAssignedEffects.MultiSelect = false;
175  this.TableElementAssignedEffects.Name = "TableElementAssignedEffects";
176  this.TableElementAssignedEffects.ReadOnly = true;
177  this.TableElementAssignedEffects.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
178  this.TableElementAssignedEffects.Size = new System.Drawing.Size(1191, 289);
179  this.TableElementAssignedEffects.TabIndex = 4;
180  //
181  // label1
182  //
183  this.label1.AutoSize = true;
184  this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
185  this.label1.Location = new System.Drawing.Point(0, 12);
186  this.label1.Name = "label1";
187  this.label1.Size = new System.Drawing.Size(82, 13);
188  this.label1.TabIndex = 5;
189  this.label1.Text = "Table elements:";
190  //
191  // label2
192  //
193  this.label2.AutoSize = true;
194  this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
195  this.label2.Location = new System.Drawing.Point(0, 12);
196  this.label2.Name = "label2";
197  this.label2.Size = new System.Drawing.Size(157, 13);
198  this.label2.TabIndex = 6;
199  this.label2.Text = "Table element assigned effects:";
200  //
201  // label3
202  //
203  this.label3.AutoSize = true;
204  this.label3.Dock = System.Windows.Forms.DockStyle.Bottom;
205  this.label3.Location = new System.Drawing.Point(0, 12);
206  this.label3.Name = "label3";
207  this.label3.Size = new System.Drawing.Size(123, 13);
208  this.label3.TabIndex = 7;
209  this.label3.Text = "Assigned startup effects:";
210  //
211  // label4
212  //
213  this.label4.AutoSize = true;
214  this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
215  this.label4.Location = new System.Drawing.Point(0, 12);
216  this.label4.Name = "label4";
217  this.label4.Size = new System.Drawing.Size(96, 13);
218  this.label4.TabIndex = 8;
219  this.label4.Text = "Configured effects:";
220  //
221  // label5
222  //
223  this.label5.AutoSize = true;
224  this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
225  this.label5.Location = new System.Drawing.Point(0, 12);
226  this.label5.Name = "label5";
227  this.label5.Size = new System.Drawing.Size(87, 13);
228  this.label5.TabIndex = 9;
229  this.label5.Text = "Effect properties:";
230  //
231  // tabControl1
232  //
233  this.tabControl1.Controls.Add(this.tabPage4);
234  this.tabControl1.Controls.Add(this.tabPage1);
235  this.tabControl1.Controls.Add(this.tabPage2);
236  this.tabControl1.Controls.Add(this.tabPage3);
237  this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
238  this.tabControl1.Location = new System.Drawing.Point(0, 0);
239  this.tabControl1.Name = "tabControl1";
240  this.tabControl1.SelectedIndex = 0;
241  this.tabControl1.Size = new System.Drawing.Size(1209, 683);
242  this.tabControl1.TabIndex = 10;
243  //
244  // tabPage4
245  //
246  this.tabPage4.Controls.Add(this.TableGeneral);
247  this.tabPage4.Location = new System.Drawing.Point(4, 22);
248  this.tabPage4.Name = "tabPage4";
249  this.tabPage4.Size = new System.Drawing.Size(1201, 657);
250  this.tabPage4.TabIndex = 3;
251  this.tabPage4.Text = "General";
252  this.tabPage4.UseVisualStyleBackColor = true;
253  //
254  // TableGeneral
255  //
256  this.TableGeneral.AllowUserToAddRows = false;
257  this.TableGeneral.AllowUserToDeleteRows = false;
258  this.TableGeneral.AllowUserToOrderColumns = true;
259  this.TableGeneral.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
260  this.TableGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
261  this.TableGeneral.Location = new System.Drawing.Point(0, 0);
262  this.TableGeneral.MultiSelect = false;
263  this.TableGeneral.Name = "TableGeneral";
264  this.TableGeneral.ReadOnly = true;
265  this.TableGeneral.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
266  this.TableGeneral.Size = new System.Drawing.Size(1201, 657);
267  this.TableGeneral.TabIndex = 0;
268  //
269  // tabPage1
270  //
271  this.tabPage1.Controls.Add(this.splitContainer1);
272  this.tabPage1.Location = new System.Drawing.Point(4, 22);
273  this.tabPage1.Name = "tabPage1";
274  this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
275  this.tabPage1.Size = new System.Drawing.Size(1201, 657);
276  this.tabPage1.TabIndex = 0;
277  this.tabPage1.Text = "Table Elements";
278  this.tabPage1.UseVisualStyleBackColor = true;
279  //
280  // splitContainer1
281  //
282  this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
283  this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
284  this.splitContainer1.Location = new System.Drawing.Point(3, 3);
285  this.splitContainer1.Name = "splitContainer1";
286  this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
287  //
288  // splitContainer1.Panel1
289  //
290  this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
291  //
292  // splitContainer1.Panel2
293  //
294  this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
295  this.splitContainer1.Size = new System.Drawing.Size(1195, 651);
296  this.splitContainer1.SplitterDistance = 325;
297  this.splitContainer1.TabIndex = 7;
298  //
299  // splitContainer2
300  //
301  this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
302  this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
303  this.splitContainer2.Location = new System.Drawing.Point(0, 0);
304  this.splitContainer2.Name = "splitContainer2";
305  this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
306  //
307  // splitContainer2.Panel1
308  //
309  this.splitContainer2.Panel1.Controls.Add(this.label1);
310  this.splitContainer2.Panel1MinSize = 10;
311  //
312  // splitContainer2.Panel2
313  //
314  this.splitContainer2.Panel2.Controls.Add(this.TableElements);
315  this.splitContainer2.Size = new System.Drawing.Size(1191, 321);
316  this.splitContainer2.SplitterDistance = 25;
317  this.splitContainer2.TabIndex = 6;
318  //
319  // splitContainer3
320  //
321  this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
322  this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
323  this.splitContainer3.Location = new System.Drawing.Point(0, 0);
324  this.splitContainer3.Name = "splitContainer3";
325  this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
326  //
327  // splitContainer3.Panel1
328  //
329  this.splitContainer3.Panel1.Controls.Add(this.label2);
330  this.splitContainer3.Panel1MinSize = 10;
331  //
332  // splitContainer3.Panel2
333  //
334  this.splitContainer3.Panel2.Controls.Add(this.TableElementAssignedEffects);
335  this.splitContainer3.Size = new System.Drawing.Size(1191, 318);
336  this.splitContainer3.SplitterDistance = 25;
337  this.splitContainer3.TabIndex = 0;
338  //
339  // tabPage2
340  //
341  this.tabPage2.Controls.Add(this.splitContainer4);
342  this.tabPage2.Location = new System.Drawing.Point(4, 22);
343  this.tabPage2.Name = "tabPage2";
344  this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
345  this.tabPage2.Size = new System.Drawing.Size(1201, 657);
346  this.tabPage2.TabIndex = 1;
347  this.tabPage2.Text = "Assigned startup effects";
348  this.tabPage2.UseVisualStyleBackColor = true;
349  //
350  // splitContainer4
351  //
352  this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
353  this.splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
354  this.splitContainer4.Location = new System.Drawing.Point(3, 3);
355  this.splitContainer4.Name = "splitContainer4";
356  this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
357  //
358  // splitContainer4.Panel1
359  //
360  this.splitContainer4.Panel1.Controls.Add(this.label3);
361  this.splitContainer4.Panel1MinSize = 10;
362  //
363  // splitContainer4.Panel2
364  //
365  this.splitContainer4.Panel2.Controls.Add(this.TableAssignedStaticEffects);
366  this.splitContainer4.Size = new System.Drawing.Size(1195, 651);
367  this.splitContainer4.SplitterDistance = 25;
368  this.splitContainer4.TabIndex = 8;
369  //
370  // tabPage3
371  //
372  this.tabPage3.Controls.Add(this.splitContainer5);
373  this.tabPage3.Location = new System.Drawing.Point(4, 22);
374  this.tabPage3.Name = "tabPage3";
375  this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
376  this.tabPage3.Size = new System.Drawing.Size(1201, 657);
377  this.tabPage3.TabIndex = 2;
378  this.tabPage3.Text = "Effects";
379  this.tabPage3.UseVisualStyleBackColor = true;
380  //
381  // splitContainer5
382  //
383  this.splitContainer5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
384  this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
385  this.splitContainer5.Location = new System.Drawing.Point(3, 3);
386  this.splitContainer5.Name = "splitContainer5";
387  //
388  // splitContainer5.Panel1
389  //
390  this.splitContainer5.Panel1.Controls.Add(this.splitContainer6);
391  //
392  // splitContainer5.Panel2
393  //
394  this.splitContainer5.Panel2.Controls.Add(this.splitContainer7);
395  this.splitContainer5.Size = new System.Drawing.Size(1195, 651);
396  this.splitContainer5.SplitterDistance = 521;
397  this.splitContainer5.TabIndex = 10;
398  //
399  // splitContainer6
400  //
401  this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
402  this.splitContainer6.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
403  this.splitContainer6.Location = new System.Drawing.Point(0, 0);
404  this.splitContainer6.Name = "splitContainer6";
405  this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal;
406  //
407  // splitContainer6.Panel1
408  //
409  this.splitContainer6.Panel1.Controls.Add(this.label4);
410  this.splitContainer6.Panel1MinSize = 10;
411  //
412  // splitContainer6.Panel2
413  //
414  this.splitContainer6.Panel2.Controls.Add(this.TableEffects);
415  this.splitContainer6.Size = new System.Drawing.Size(517, 647);
416  this.splitContainer6.SplitterDistance = 25;
417  this.splitContainer6.TabIndex = 0;
418  //
419  // splitContainer7
420  //
421  this.splitContainer7.Dock = System.Windows.Forms.DockStyle.Fill;
422  this.splitContainer7.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
423  this.splitContainer7.Location = new System.Drawing.Point(0, 0);
424  this.splitContainer7.Name = "splitContainer7";
425  this.splitContainer7.Orientation = System.Windows.Forms.Orientation.Horizontal;
426  //
427  // splitContainer7.Panel1
428  //
429  this.splitContainer7.Panel1.Controls.Add(this.label5);
430  this.splitContainer7.Panel1MinSize = 10;
431  //
432  // splitContainer7.Panel2
433  //
434  this.splitContainer7.Panel2.Controls.Add(this.TableEffectProperties);
435  this.splitContainer7.Size = new System.Drawing.Size(666, 647);
436  this.splitContainer7.SplitterDistance = 25;
437  this.splitContainer7.TabIndex = 0;
438  //
439  // splitContainer8
440  //
441  this.splitContainer8.Dock = System.Windows.Forms.DockStyle.Fill;
442  this.splitContainer8.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
443  this.splitContainer8.Location = new System.Drawing.Point(0, 0);
444  this.splitContainer8.Name = "splitContainer8";
445  this.splitContainer8.Orientation = System.Windows.Forms.Orientation.Horizontal;
446  //
447  // splitContainer8.Panel1
448  //
449  this.splitContainer8.Panel1.Controls.Add(this.tabControl1);
450  //
451  // splitContainer8.Panel2
452  //
453  this.splitContainer8.Panel2.Controls.Add(this.RefreshWindow);
454  this.splitContainer8.Panel2.Controls.Add(this.ExportTableConfiguration);
455  this.splitContainer8.Size = new System.Drawing.Size(1209, 728);
456  this.splitContainer8.SplitterDistance = 683;
457  this.splitContainer8.TabIndex = 1;
458  //
459  // RefreshWindow
460  //
461  this.RefreshWindow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
462  this.RefreshWindow.Image = ((System.Drawing.Image)(resources.GetObject("RefreshWindow.Image")));
463  this.RefreshWindow.Location = new System.Drawing.Point(1070, 3);
464  this.RefreshWindow.Name = "RefreshWindow";
465  this.RefreshWindow.Size = new System.Drawing.Size(136, 32);
466  this.RefreshWindow.TabIndex = 1;
467  this.RefreshWindow.Text = "Refresh Window";
468  this.RefreshWindow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
469  this.RefreshWindow.UseVisualStyleBackColor = true;
470  this.RefreshWindow.Click += new System.EventHandler(this.RefreshWindow_Click);
471  //
472  // ExportTableConfiguration
473  //
474  this.ExportTableConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
475  this.ExportTableConfiguration.Image = ((System.Drawing.Image)(resources.GetObject("ExportTableConfiguration.Image")));
476  this.ExportTableConfiguration.Location = new System.Drawing.Point(891, 3);
477  this.ExportTableConfiguration.Name = "ExportTableConfiguration";
478  this.ExportTableConfiguration.Size = new System.Drawing.Size(173, 32);
479  this.ExportTableConfiguration.TabIndex = 0;
480  this.ExportTableConfiguration.Text = "Export table configuration";
481  this.ExportTableConfiguration.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
482  this.ExportTableConfiguration.UseVisualStyleBackColor = true;
483  this.ExportTableConfiguration.Click += new System.EventHandler(this.ExportTableConfiguration_Click);
484  //
485  // SaveTableConfigDialog
486  //
487  this.SaveTableConfigDialog.DefaultExt = "xml";
488  this.SaveTableConfigDialog.Filter = "Config files (*.xml)|*.xml| All files (*.*)|*.*";
489  this.SaveTableConfigDialog.Title = "Export table configuration";
490  //
491  // TableInfo
492  //
493  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
494  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
495  this.ClientSize = new System.Drawing.Size(1209, 728);
496  this.Controls.Add(this.splitContainer8);
497  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
498  this.Name = "TableInfo";
499  this.Text = "TableInfo";
500  ((System.ComponentModel.ISupportInitialize)(this.TableEffects)).EndInit();
501  ((System.ComponentModel.ISupportInitialize)(this.TableEffectProperties)).EndInit();
502  ((System.ComponentModel.ISupportInitialize)(this.TableAssignedStaticEffects)).EndInit();
503  ((System.ComponentModel.ISupportInitialize)(this.TableElements)).EndInit();
504  ((System.ComponentModel.ISupportInitialize)(this.TableElementAssignedEffects)).EndInit();
505  this.tabControl1.ResumeLayout(false);
506  this.tabPage4.ResumeLayout(false);
507  ((System.ComponentModel.ISupportInitialize)(this.TableGeneral)).EndInit();
508  this.tabPage1.ResumeLayout(false);
509  this.splitContainer1.Panel1.ResumeLayout(false);
510  this.splitContainer1.Panel2.ResumeLayout(false);
511  ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
512  this.splitContainer1.ResumeLayout(false);
513  this.splitContainer2.Panel1.ResumeLayout(false);
514  this.splitContainer2.Panel1.PerformLayout();
515  this.splitContainer2.Panel2.ResumeLayout(false);
516  ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
517  this.splitContainer2.ResumeLayout(false);
518  this.splitContainer3.Panel1.ResumeLayout(false);
519  this.splitContainer3.Panel1.PerformLayout();
520  this.splitContainer3.Panel2.ResumeLayout(false);
521  ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
522  this.splitContainer3.ResumeLayout(false);
523  this.tabPage2.ResumeLayout(false);
524  this.splitContainer4.Panel1.ResumeLayout(false);
525  this.splitContainer4.Panel1.PerformLayout();
526  this.splitContainer4.Panel2.ResumeLayout(false);
527  ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
528  this.splitContainer4.ResumeLayout(false);
529  this.tabPage3.ResumeLayout(false);
530  this.splitContainer5.Panel1.ResumeLayout(false);
531  this.splitContainer5.Panel2.ResumeLayout(false);
532  ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
533  this.splitContainer5.ResumeLayout(false);
534  this.splitContainer6.Panel1.ResumeLayout(false);
535  this.splitContainer6.Panel1.PerformLayout();
536  this.splitContainer6.Panel2.ResumeLayout(false);
537  ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
538  this.splitContainer6.ResumeLayout(false);
539  this.splitContainer7.Panel1.ResumeLayout(false);
540  this.splitContainer7.Panel1.PerformLayout();
541  this.splitContainer7.Panel2.ResumeLayout(false);
542  ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).EndInit();
543  this.splitContainer7.ResumeLayout(false);
544  this.splitContainer8.Panel1.ResumeLayout(false);
545  this.splitContainer8.Panel2.ResumeLayout(false);
546  ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).EndInit();
547  this.splitContainer8.ResumeLayout(false);
548  this.ResumeLayout(false);
549 
550  }
551 
552  #endregion
553 
554  private System.Windows.Forms.DataGridView TableEffects;
555  private System.Windows.Forms.DataGridView TableEffectProperties;
556  private System.Windows.Forms.DataGridView TableAssignedStaticEffects;
557  private System.Windows.Forms.DataGridView TableElements;
558  private System.Windows.Forms.DataGridView TableElementAssignedEffects;
559  private System.Windows.Forms.Label label1;
560  private System.Windows.Forms.Label label2;
561  private System.Windows.Forms.Label label3;
562  private System.Windows.Forms.Label label4;
563  private System.Windows.Forms.Label label5;
564  private System.Windows.Forms.TabControl tabControl1;
565  private System.Windows.Forms.TabPage tabPage1;
566  private System.Windows.Forms.SplitContainer splitContainer1;
567  private System.Windows.Forms.SplitContainer splitContainer2;
568  private System.Windows.Forms.SplitContainer splitContainer3;
569  private System.Windows.Forms.TabPage tabPage2;
570  private System.Windows.Forms.SplitContainer splitContainer4;
571  private System.Windows.Forms.TabPage tabPage3;
572  private System.Windows.Forms.SplitContainer splitContainer5;
573  private System.Windows.Forms.SplitContainer splitContainer6;
574  private System.Windows.Forms.SplitContainer splitContainer7;
575  private System.Windows.Forms.TabPage tabPage4;
576  private System.Windows.Forms.DataGridView TableGeneral;
577  private System.Windows.Forms.SplitContainer splitContainer8;
578  private System.Windows.Forms.Button RefreshWindow;
579  private System.Windows.Forms.Button ExportTableConfiguration;
580  private System.Windows.Forms.SaveFileDialog SaveTableConfigDialog;
581  }
582 }
override void Dispose(bool disposing)
Clean up any resources being used.