3 partial class LedControlFileTestWizard
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Vom Windows Form-Designer generierter Code
29 private void InitializeComponent()
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);
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";
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";
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:";
81 this.ParsingResults.AllowUserToAddRows =
false;
82 this.ParsingResults.AllowUserToDeleteRows =
false;
86 this.ParsingResults.ColumnHeadersHeightSizeMode =
System.
Windows.
Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
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;
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;
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;
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);
123 this.pictureBox1.TabIndex = 5;
124 this.pictureBox1.TabStop =
false;
128 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
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";
141 this.ResumeLayout(
false);
142 this.PerformLayout();
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...