3 partial class ConfigTester
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()
58 this.OpenGlobalConfigDialog.FileName =
"openFileDialog1";
62 this.OpenTableDialog.FileName =
"openFileDialog1";
66 this.TableElements.AllowUserToAddRows =
false;
67 this.TableElements.AllowUserToDeleteRows =
false;
71 this.TableElements.ColumnHeadersHeightSizeMode =
System.
Windows.
Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
79 this.TableElements.Location =
new System.Drawing.Point(3, 1);
80 this.TableElements.Name =
"TableElements";
81 this.TableElements.RowHeadersVisible =
false;
82 this.TableElements.Size =
new System.Drawing.Size(719, 396);
83 this.TableElements.TabIndex = 0;
84 this.TableElements.CellClick +=
new System.
Windows.
Forms.DataGridViewCellEventHandler(this.TableElements_CellClick);
85 this.TableElements.CellValueChanged +=
new System.
Windows.
Forms.DataGridViewCellEventHandler(this.TableElements_CellValueChanged);
89 dataGridViewCellStyle1.BackColor =
System.Drawing.Color.FromArgb(((
int)(((byte)(224)))), ((
int)(((byte)(224)))), ((
int)(((byte)(224)))));
90 this.TEType.DefaultCellStyle = dataGridViewCellStyle1;
91 this.TEType.HeaderText =
"Type";
92 this.TEType.Name =
"TEType";
93 this.TEType.ReadOnly =
true;
97 dataGridViewCellStyle2.BackColor =
System.Drawing.Color.FromArgb(((
int)(((byte)(224)))), ((
int)(((byte)(224)))), ((
int)(((byte)(224)))));
98 this.TEName.DefaultCellStyle = dataGridViewCellStyle2;
99 this.TEName.HeaderText =
"Name";
100 this.TEName.Name =
"TEName";
101 this.TEName.ReadOnly =
true;
105 dataGridViewCellStyle3.BackColor =
System.Drawing.Color.FromArgb(((
int)(((byte)(224)))), ((
int)(((byte)(224)))), ((
int)(((byte)(224)))));
106 this.TENumber.DefaultCellStyle = dataGridViewCellStyle3;
107 this.TENumber.HeaderText =
"Number";
108 this.TENumber.Name =
"TENumber";
109 this.TENumber.ReadOnly =
true;
113 dataGridViewCellStyle4.Alignment =
System.
Windows.
Forms.DataGridViewContentAlignment.MiddleRight;
114 this.TEValue.DefaultCellStyle = dataGridViewCellStyle4;
115 this.TEValue.HeaderText =
"Value";
116 this.TEValue.Name =
"TEValue";
120 this.TEActivate.HeaderText =
"Activate";
121 this.TEActivate.Name =
"TEActivate";
122 this.TEActivate.ReadOnly =
true;
126 this.TEPulse.HeaderText =
"Pulse";
127 this.TEPulse.Name =
"TEPulse";
128 this.TEPulse.ReadOnly =
true;
133 this.ActivateAllButton.Location =
new System.Drawing.Point(356, 403);
134 this.ActivateAllButton.Name =
"ActivateAllButton";
135 this.ActivateAllButton.Size =
new System.Drawing.Size(90, 23);
136 this.ActivateAllButton.TabIndex = 1;
137 this.ActivateAllButton.Text =
"Activate all";
138 this.ActivateAllButton.UseVisualStyleBackColor =
true;
139 this.ActivateAllButton.Click +=
new System.EventHandler(this.ActivateAllButton_Click);
144 this.DeactivateAllButton.Location =
new System.Drawing.Point(452, 403);
145 this.DeactivateAllButton.Name =
"DeactivateAllButton";
146 this.DeactivateAllButton.Size =
new System.Drawing.Size(93, 23);
147 this.DeactivateAllButton.TabIndex = 2;
148 this.DeactivateAllButton.Text =
"Deactivate all";
149 this.DeactivateAllButton.UseVisualStyleBackColor =
true;
150 this.DeactivateAllButton.Click +=
new System.EventHandler(this.DeactivateAllButton_Click);
155 this.label1.AutoSize =
true;
156 this.label1.Location =
new System.Drawing.Point(551, 408);
157 this.label1.Name =
"label1";
158 this.label1.Size =
new System.Drawing.Size(77, 13);
159 this.label1.TabIndex = 4;
160 this.label1.Text =
"Pulse duration:";
165 this.PulseDurationInput.Increment =
new decimal(
new int[] {
170 this.PulseDurationInput.Location =
new System.Drawing.Point(634, 406);
171 this.PulseDurationInput.Maximum =
new decimal(
new int[] {
176 this.PulseDurationInput.Minimum =
new decimal(
new int[] {
181 this.PulseDurationInput.Name =
"PulseDurationInput";
182 this.PulseDurationInput.Size =
new System.Drawing.Size(66, 20);
183 this.PulseDurationInput.TabIndex = 5;
185 this.PulseDurationInput.Value =
new decimal(
new int[] {
190 this.PulseDurationInput.ValueChanged +=
new System.EventHandler(this.PulseDurationInput_ValueChanged);
195 this.label2.AutoSize =
true;
196 this.label2.Location =
new System.Drawing.Point(701, 408);
197 this.label2.Name =
"label2";
198 this.label2.Size =
new System.Drawing.Size(20, 13);
199 this.label2.TabIndex = 6;
200 this.label2.Text =
"ms";
205 this.LoadConfigButton.Location =
new System.Drawing.Point(12, 403);
206 this.LoadConfigButton.Name =
"LoadConfigButton";
207 this.LoadConfigButton.Size =
new System.Drawing.Size(97, 23);
208 this.LoadConfigButton.TabIndex = 7;
209 this.LoadConfigButton.Text =
"Load config";
210 this.LoadConfigButton.UseVisualStyleBackColor =
true;
211 this.LoadConfigButton.Click +=
new System.EventHandler(this.LoadConfigButton_Click);
216 this.ShowFrontEndButton.Location =
new System.Drawing.Point(116, 403);
217 this.ShowFrontEndButton.Name =
"ShowFrontEndButton";
218 this.ShowFrontEndButton.Size =
new System.Drawing.Size(152, 23);
219 this.ShowFrontEndButton.TabIndex = 8;
220 this.ShowFrontEndButton.Text =
"Show DirectOutput FrontEnd";
221 this.ShowFrontEndButton.UseVisualStyleBackColor =
true;
222 this.ShowFrontEndButton.Click +=
new System.EventHandler(this.ShowFrontEndButton_Click);
226 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
228 this.ClientSize =
new System.Drawing.Size(724, 438);
229 this.Controls.Add(this.ShowFrontEndButton);
230 this.Controls.Add(this.LoadConfigButton);
231 this.Controls.Add(this.label2);
232 this.Controls.Add(this.PulseDurationInput);
233 this.Controls.Add(this.label1);
234 this.Controls.Add(this.DeactivateAllButton);
235 this.Controls.Add(this.ActivateAllButton);
236 this.Controls.Add(this.TableElements);
237 this.Icon = ((
System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
238 this.Name =
"ConfigTester";
240 this.Text =
"DirectOutput configuration tester";
241 this.FormClosing +=
new System.
Windows.
Forms.FormClosingEventHandler(this.ConfigTester_FormClosing);
242 this.FormClosed +=
new System.
Windows.
Forms.FormClosedEventHandler(this.ConfigTester_FormClosed);
243 this.Load +=
new System.EventHandler(this.ConfigTester_Load);
246 this.ResumeLayout(
false);
247 this.PerformLayout();
override void Dispose(bool disposing)
Verwendete Ressourcen bereinigen.