sl@4: namespace IdwTest sl@4: { sl@4: partial class MainForm sl@4: { sl@4: /// sl@4: /// Required designer variable. sl@4: /// sl@4: private System.ComponentModel.IContainer components = null; sl@4: sl@4: /// sl@4: /// Clean up any resources being used. sl@4: /// sl@4: /// true if managed resources should be disposed; otherwise, false. sl@4: protected override void Dispose(bool disposing) sl@4: { sl@4: if (disposing && (components != null)) sl@4: { sl@4: components.Dispose(); sl@4: } sl@4: base.Dispose(disposing); sl@4: } sl@4: sl@4: #region Windows Form Designer generated code sl@4: sl@4: /// sl@4: /// Required method for Designer support - do not modify sl@4: /// the contents of this method with the code editor. sl@4: /// sl@4: private void InitializeComponent() sl@4: { sl@4: this.buttonInit = new System.Windows.Forms.Button(); sl@4: this.buttonUninit = new System.Windows.Forms.Button(); sl@4: this.labelStatus = new System.Windows.Forms.Label(); sl@4: this.textBoxVfdTop = new System.Windows.Forms.TextBox(); sl@4: this.textBoxVfdBottom = new System.Windows.Forms.TextBox(); sl@4: this.groupBoxVfd = new System.Windows.Forms.GroupBox(); sl@4: this.label2 = new System.Windows.Forms.Label(); sl@4: this.label1 = new System.Windows.Forms.Label(); sl@4: this.buttonSetVfdText = new System.Windows.Forms.Button(); sl@4: this.groupBoxLcd = new System.Windows.Forms.GroupBox(); sl@4: this.textBoxLcd = new System.Windows.Forms.TextBox(); sl@4: this.buttonSetLcdText = new System.Windows.Forms.Button(); sl@4: this.label3 = new System.Windows.Forms.Label(); sl@4: this.buttonToggleTimer = new System.Windows.Forms.Button(); sl@4: this.groupBoxTimer = new System.Windows.Forms.GroupBox(); sl@4: this.label4 = new System.Windows.Forms.Label(); sl@4: this.numericTimerInterval = new System.Windows.Forms.NumericUpDown(); sl@4: this.checkBoxRandomEq = new System.Windows.Forms.CheckBox(); sl@4: this.groupBoxVfd.SuspendLayout(); sl@4: this.groupBoxLcd.SuspendLayout(); sl@4: this.groupBoxTimer.SuspendLayout(); sl@4: ((System.ComponentModel.ISupportInitialize)(this.numericTimerInterval)).BeginInit(); sl@4: this.SuspendLayout(); sl@4: // sl@4: // buttonInit sl@4: // sl@4: this.buttonInit.Location = new System.Drawing.Point(12, 12); sl@4: this.buttonInit.Name = "buttonInit"; sl@4: this.buttonInit.Size = new System.Drawing.Size(75, 23); sl@4: this.buttonInit.TabIndex = 0; sl@4: this.buttonInit.Text = "Init"; sl@4: this.buttonInit.UseVisualStyleBackColor = true; sl@4: this.buttonInit.Click += new System.EventHandler(this.buttonInit_Click); sl@4: // sl@4: // buttonUninit sl@4: // sl@4: this.buttonUninit.Location = new System.Drawing.Point(93, 12); sl@4: this.buttonUninit.Name = "buttonUninit"; sl@4: this.buttonUninit.Size = new System.Drawing.Size(75, 23); sl@4: this.buttonUninit.TabIndex = 1; sl@4: this.buttonUninit.Text = "Uninit"; sl@4: this.buttonUninit.UseVisualStyleBackColor = true; sl@4: this.buttonUninit.Click += new System.EventHandler(this.buttonUninit_Click); sl@4: // sl@4: // labelStatus sl@4: // sl@4: this.labelStatus.AutoSize = true; sl@4: this.labelStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); sl@4: this.labelStatus.Location = new System.Drawing.Point(174, 15); sl@4: this.labelStatus.Name = "labelStatus"; sl@4: this.labelStatus.Size = new System.Drawing.Size(113, 20); sl@4: this.labelStatus.TabIndex = 2; sl@4: this.labelStatus.Text = "Not connected"; sl@4: // sl@4: // textBoxVfdTop sl@4: // sl@4: this.textBoxVfdTop.Location = new System.Drawing.Point(94, 19); sl@4: this.textBoxVfdTop.MaxLength = 16; sl@4: this.textBoxVfdTop.Name = "textBoxVfdTop"; sl@4: this.textBoxVfdTop.Size = new System.Drawing.Size(100, 20); sl@4: this.textBoxVfdTop.TabIndex = 3; sl@4: // sl@4: // textBoxVfdBottom sl@4: // sl@4: this.textBoxVfdBottom.Location = new System.Drawing.Point(94, 45); sl@4: this.textBoxVfdBottom.Name = "textBoxVfdBottom"; sl@4: this.textBoxVfdBottom.Size = new System.Drawing.Size(100, 20); sl@4: this.textBoxVfdBottom.TabIndex = 4; sl@4: // sl@4: // groupBoxVfd sl@4: // sl@4: this.groupBoxVfd.Controls.Add(this.label2); sl@4: this.groupBoxVfd.Controls.Add(this.label1); sl@4: this.groupBoxVfd.Controls.Add(this.buttonSetVfdText); sl@4: this.groupBoxVfd.Controls.Add(this.textBoxVfdTop); sl@4: this.groupBoxVfd.Controls.Add(this.textBoxVfdBottom); sl@4: this.groupBoxVfd.Location = new System.Drawing.Point(12, 41); sl@4: this.groupBoxVfd.Name = "groupBoxVfd"; sl@4: this.groupBoxVfd.Size = new System.Drawing.Size(200, 100); sl@4: this.groupBoxVfd.TabIndex = 5; sl@4: this.groupBoxVfd.TabStop = false; sl@4: this.groupBoxVfd.Text = "VFD"; sl@4: // sl@4: // label2 sl@4: // sl@4: this.label2.AutoSize = true; sl@4: this.label2.Location = new System.Drawing.Point(7, 48); sl@4: this.label2.Name = "label2"; sl@4: this.label2.Size = new System.Drawing.Size(85, 13); sl@4: this.label2.TabIndex = 7; sl@4: this.label2.Text = "Text bottom line:"; sl@4: // sl@4: // label1 sl@4: // sl@4: this.label1.AutoSize = true; sl@4: this.label1.Location = new System.Drawing.Point(7, 22); sl@4: this.label1.Name = "label1"; sl@4: this.label1.Size = new System.Drawing.Size(68, 13); sl@4: this.label1.TabIndex = 6; sl@4: this.label1.Text = "Text top line:"; sl@4: // sl@4: // buttonSetVfdText sl@4: // sl@4: this.buttonSetVfdText.Location = new System.Drawing.Point(119, 71); sl@4: this.buttonSetVfdText.Name = "buttonSetVfdText"; sl@4: this.buttonSetVfdText.Size = new System.Drawing.Size(75, 23); sl@4: this.buttonSetVfdText.TabIndex = 5; sl@4: this.buttonSetVfdText.Text = "Update"; sl@4: this.buttonSetVfdText.UseVisualStyleBackColor = true; sl@4: // sl@4: // groupBoxLcd sl@4: // sl@4: this.groupBoxLcd.Controls.Add(this.textBoxLcd); sl@4: this.groupBoxLcd.Controls.Add(this.buttonSetLcdText); sl@4: this.groupBoxLcd.Controls.Add(this.label3); sl@4: this.groupBoxLcd.Location = new System.Drawing.Point(218, 41); sl@4: this.groupBoxLcd.Name = "groupBoxLcd"; sl@4: this.groupBoxLcd.Size = new System.Drawing.Size(200, 100); sl@4: this.groupBoxLcd.TabIndex = 6; sl@4: this.groupBoxLcd.TabStop = false; sl@4: this.groupBoxLcd.Text = "LCD"; sl@4: // sl@4: // textBoxLcd sl@4: // sl@4: this.textBoxLcd.Location = new System.Drawing.Point(94, 19); sl@4: this.textBoxLcd.Name = "textBoxLcd"; sl@4: this.textBoxLcd.Size = new System.Drawing.Size(100, 20); sl@4: this.textBoxLcd.TabIndex = 2; sl@4: // sl@4: // buttonSetLcdText sl@4: // sl@4: this.buttonSetLcdText.Location = new System.Drawing.Point(119, 71); sl@4: this.buttonSetLcdText.Name = "buttonSetLcdText"; sl@4: this.buttonSetLcdText.Size = new System.Drawing.Size(75, 23); sl@4: this.buttonSetLcdText.TabIndex = 1; sl@4: this.buttonSetLcdText.Text = "Update"; sl@4: this.buttonSetLcdText.UseVisualStyleBackColor = true; sl@4: this.buttonSetLcdText.Click += new System.EventHandler(this.buttonSetLcdText_Click); sl@4: // sl@4: // label3 sl@4: // sl@4: this.label3.AutoSize = true; sl@4: this.label3.Location = new System.Drawing.Point(6, 22); sl@4: this.label3.Name = "label3"; sl@4: this.label3.Size = new System.Drawing.Size(28, 13); sl@4: this.label3.TabIndex = 0; sl@4: this.label3.Text = "Text"; sl@4: // sl@4: // buttonToggleTimer sl@4: // sl@4: this.buttonToggleTimer.Location = new System.Drawing.Point(119, 71); sl@4: this.buttonToggleTimer.Name = "buttonToggleTimer"; sl@4: this.buttonToggleTimer.Size = new System.Drawing.Size(75, 23); sl@4: this.buttonToggleTimer.TabIndex = 3; sl@4: this.buttonToggleTimer.Text = "Start"; sl@4: this.buttonToggleTimer.UseVisualStyleBackColor = true; sl@4: this.buttonToggleTimer.Click += new System.EventHandler(this.buttonToggleTimer_Click); sl@4: // sl@4: // groupBoxTimer sl@4: // sl@4: this.groupBoxTimer.Controls.Add(this.checkBoxRandomEq); sl@4: this.groupBoxTimer.Controls.Add(this.numericTimerInterval); sl@4: this.groupBoxTimer.Controls.Add(this.label4); sl@4: this.groupBoxTimer.Controls.Add(this.buttonToggleTimer); sl@4: this.groupBoxTimer.Location = new System.Drawing.Point(12, 147); sl@4: this.groupBoxTimer.Name = "groupBoxTimer"; sl@4: this.groupBoxTimer.Size = new System.Drawing.Size(200, 100); sl@4: this.groupBoxTimer.TabIndex = 7; sl@4: this.groupBoxTimer.TabStop = false; sl@4: this.groupBoxTimer.Text = "Timer"; sl@4: // sl@4: // label4 sl@4: // sl@4: this.label4.AutoSize = true; sl@4: this.label4.Location = new System.Drawing.Point(7, 20); sl@4: this.label4.Name = "label4"; sl@4: this.label4.Size = new System.Drawing.Size(67, 13); sl@4: this.label4.TabIndex = 4; sl@4: this.label4.Text = "Interval (ms):"; sl@4: // sl@4: // numericTimerInterval sl@4: // sl@4: this.numericTimerInterval.Location = new System.Drawing.Point(74, 18); sl@4: this.numericTimerInterval.Maximum = new decimal(new int[] { sl@4: 10000, sl@4: 0, sl@4: 0, sl@4: 0}); sl@4: this.numericTimerInterval.Minimum = new decimal(new int[] { sl@4: 1, sl@4: 0, sl@4: 0, sl@4: 0}); sl@4: this.numericTimerInterval.Name = "numericTimerInterval"; sl@4: this.numericTimerInterval.Size = new System.Drawing.Size(120, 20); sl@4: this.numericTimerInterval.TabIndex = 8; sl@4: this.numericTimerInterval.Value = new decimal(new int[] { sl@4: 250, sl@4: 0, sl@4: 0, sl@4: 0}); sl@4: // sl@4: // checkBoxRandomEq sl@4: // sl@4: this.checkBoxRandomEq.AutoSize = true; sl@4: this.checkBoxRandomEq.Location = new System.Drawing.Point(10, 46); sl@4: this.checkBoxRandomEq.Name = "checkBoxRandomEq"; sl@4: this.checkBoxRandomEq.Size = new System.Drawing.Size(84, 17); sl@4: this.checkBoxRandomEq.TabIndex = 9; sl@4: this.checkBoxRandomEq.Text = "Random EQ"; sl@4: this.checkBoxRandomEq.UseVisualStyleBackColor = true; sl@4: // sl@4: // MainForm sl@4: // sl@4: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); sl@4: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; sl@4: this.ClientSize = new System.Drawing.Size(741, 454); sl@4: this.Controls.Add(this.groupBoxTimer); sl@4: this.Controls.Add(this.groupBoxLcd); sl@4: this.Controls.Add(this.groupBoxVfd); sl@4: this.Controls.Add(this.labelStatus); sl@4: this.Controls.Add(this.buttonUninit); sl@4: this.Controls.Add(this.buttonInit); sl@4: this.Name = "MainForm"; sl@4: this.Text = "iMON Display Wrapper test"; sl@4: this.groupBoxVfd.ResumeLayout(false); sl@4: this.groupBoxVfd.PerformLayout(); sl@4: this.groupBoxLcd.ResumeLayout(false); sl@4: this.groupBoxLcd.PerformLayout(); sl@4: this.groupBoxTimer.ResumeLayout(false); sl@4: this.groupBoxTimer.PerformLayout(); sl@4: ((System.ComponentModel.ISupportInitialize)(this.numericTimerInterval)).EndInit(); sl@4: this.ResumeLayout(false); sl@4: this.PerformLayout(); sl@4: sl@4: } sl@4: sl@4: #endregion sl@4: sl@4: private System.Windows.Forms.Button buttonInit; sl@4: private System.Windows.Forms.Button buttonUninit; sl@4: private System.Windows.Forms.Label labelStatus; sl@4: private System.Windows.Forms.TextBox textBoxVfdTop; sl@4: private System.Windows.Forms.TextBox textBoxVfdBottom; sl@4: private System.Windows.Forms.GroupBox groupBoxVfd; sl@4: private System.Windows.Forms.Label label2; sl@4: private System.Windows.Forms.Label label1; sl@4: private System.Windows.Forms.Button buttonSetVfdText; sl@4: private System.Windows.Forms.GroupBox groupBoxLcd; sl@4: private System.Windows.Forms.TextBox textBoxLcd; sl@4: private System.Windows.Forms.Button buttonSetLcdText; sl@4: private System.Windows.Forms.Label label3; sl@4: private System.Windows.Forms.Button buttonToggleTimer; sl@4: private System.Windows.Forms.GroupBox groupBoxTimer; sl@4: private System.Windows.Forms.NumericUpDown numericTimerInterval; sl@4: private System.Windows.Forms.Label label4; sl@4: private System.Windows.Forms.CheckBox checkBoxRandomEq; sl@4: } sl@4: } sl@4: