WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
LedControlFileTestWizard.Designer.cs
Go to the documentation of this file.
1 namespace LedControlFileTester
2 {
3  partial class LedControlFileTestWizard
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 Vom Windows Form-Designer generierter Code
24 
29  private void InitializeComponent()
30  {
31  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LedControlFileTestWizard));
32  this.SelectLedControlFile = new System.Windows.Forms.Button();
33  this.LedControlFileName = new System.Windows.Forms.Label();
34  this.OpenLedControlFile = new System.Windows.Forms.OpenFileDialog();
35  this.label1 = new System.Windows.Forms.Label();
36  this.ParsingResults = new System.Windows.Forms.DataGridView();
37  this.ParsingResultsTimeStamp = new System.Windows.Forms.DataGridViewTextBoxColumn();
38  this.ParsingResultsMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
39  this.pictureBox1 = new System.Windows.Forms.PictureBox();
40  ((System.ComponentModel.ISupportInitialize)(this.ParsingResults)).BeginInit();
41  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
42  this.SuspendLayout();
43  //
44  // SelectLedControlFile
45  //
46  this.SelectLedControlFile.Location = new System.Drawing.Point(12, 12);
47  this.SelectLedControlFile.Name = "SelectLedControlFile";
48  this.SelectLedControlFile.Size = new System.Drawing.Size(123, 23);
49  this.SelectLedControlFile.TabIndex = 0;
50  this.SelectLedControlFile.Text = "Select LedControl file";
51  this.SelectLedControlFile.UseVisualStyleBackColor = true;
52  this.SelectLedControlFile.Click += new System.EventHandler(this.SelectLedControlFile_Click);
53  //
54  // LedControlFileName
55  //
56  this.LedControlFileName.AutoSize = true;
57  this.LedControlFileName.Location = new System.Drawing.Point(141, 17);
58  this.LedControlFileName.Name = "LedControlFileName";
59  this.LedControlFileName.Size = new System.Drawing.Size(149, 13);
60  this.LedControlFileName.TabIndex = 1;
61  this.LedControlFileName.Text = "Please select a LedControl file";
62  //
63  // OpenLedControlFile
64  //
65  this.OpenLedControlFile.DefaultExt = "ini";
66  this.OpenLedControlFile.FileName = "ledcontrol.ini";
67  this.OpenLedControlFile.Filter = "Ini-Files (*.ini)|*.ini|All files (*.*)|*.*";
68  this.OpenLedControlFile.Title = "Select a LedControlFile";
69  //
70  // label1
71  //
72  this.label1.AutoSize = true;
73  this.label1.Location = new System.Drawing.Point(12, 38);
74  this.label1.Name = "label1";
75  this.label1.Size = new System.Drawing.Size(78, 13);
76  this.label1.TabIndex = 3;
77  this.label1.Text = "Parsing results:";
78  //
79  // ParsingResults
80  //
81  this.ParsingResults.AllowUserToAddRows = false;
82  this.ParsingResults.AllowUserToDeleteRows = false;
83  this.ParsingResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
84  | System.Windows.Forms.AnchorStyles.Left)
85  | System.Windows.Forms.AnchorStyles.Right)));
86  this.ParsingResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
87  this.ParsingResults.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
88  this.ParsingResultsTimeStamp,
89  this.ParsingResultsMessage});
90  this.ParsingResults.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
91  this.ParsingResults.Location = new System.Drawing.Point(12, 54);
92  this.ParsingResults.MultiSelect = false;
93  this.ParsingResults.Name = "ParsingResults";
94  this.ParsingResults.ReadOnly = true;
95  this.ParsingResults.RowHeadersVisible = false;
96  this.ParsingResults.Size = new System.Drawing.Size(809, 364);
97  this.ParsingResults.TabIndex = 4;
98  //
99  // ParsingResultsTimeStamp
100  //
101  this.ParsingResultsTimeStamp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
102  this.ParsingResultsTimeStamp.FillWeight = 20F;
103  this.ParsingResultsTimeStamp.HeaderText = "Time";
104  this.ParsingResultsTimeStamp.Name = "ParsingResultsTimeStamp";
105  this.ParsingResultsTimeStamp.ReadOnly = true;
106  //
107  // ParsingResultsMessage
108  //
109  this.ParsingResultsMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
110  this.ParsingResultsMessage.FillWeight = 80F;
111  this.ParsingResultsMessage.HeaderText = "Message";
112  this.ParsingResultsMessage.Name = "ParsingResultsMessage";
113  this.ParsingResultsMessage.ReadOnly = true;
114  //
115  // pictureBox1
116  //
117  this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
118  this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
119  this.pictureBox1.Location = new System.Drawing.Point(682, 3);
120  this.pictureBox1.Name = "pictureBox1";
121  this.pictureBox1.Size = new System.Drawing.Size(139, 45);
122  this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
123  this.pictureBox1.TabIndex = 5;
124  this.pictureBox1.TabStop = false;
125  //
126  // LedControlFileTestWizard
127  //
128  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
129  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
130  this.ClientSize = new System.Drawing.Size(833, 430);
131  this.Controls.Add(this.pictureBox1);
132  this.Controls.Add(this.ParsingResults);
133  this.Controls.Add(this.label1);
134  this.Controls.Add(this.LedControlFileName);
135  this.Controls.Add(this.SelectLedControlFile);
136  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
137  this.Name = "LedControlFileTestWizard";
138  this.Text = "LedControl Tester";
139  ((System.ComponentModel.ISupportInitialize)(this.ParsingResults)).EndInit();
140  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
141  this.ResumeLayout(false);
142  this.PerformLayout();
143 
144  }
145 
146  #endregion
147 
148  private System.Windows.Forms.Button SelectLedControlFile;
149  private System.Windows.Forms.Label LedControlFileName;
150  private System.Windows.Forms.OpenFileDialog OpenLedControlFile;
151  private System.Windows.Forms.Label label1;
152  private System.Windows.Forms.DataGridView ParsingResults;
153  private System.Windows.Forms.DataGridViewTextBoxColumn ParsingResultsTimeStamp;
154  private System.Windows.Forms.DataGridViewTextBoxColumn ParsingResultsMessage;
155  private System.Windows.Forms.PictureBox pictureBox1;
156  }
157 }
158 
Namespace for the LedControlFileTester application.
override void Dispose(bool disposing)
Verwendete Ressourcen bereinigen.
This is the main form of the LedControlFileTester application. It contains all functionality of the...