IdwTest/MainForm.Designer.cs
changeset 4 328515997e35
child 5 d16669f69f0d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/IdwTest/MainForm.Designer.cs	Mon Apr 21 12:02:38 2014 +0200
     1.3 @@ -0,0 +1,290 @@
     1.4 +namespace IdwTest
     1.5 +{
     1.6 +    partial class MainForm
     1.7 +    {
     1.8 +        /// <summary>
     1.9 +        /// Required designer variable.
    1.10 +        /// </summary>
    1.11 +        private System.ComponentModel.IContainer components = null;
    1.12 +
    1.13 +        /// <summary>
    1.14 +        /// Clean up any resources being used.
    1.15 +        /// </summary>
    1.16 +        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    1.17 +        protected override void Dispose(bool disposing)
    1.18 +        {
    1.19 +            if (disposing && (components != null))
    1.20 +            {
    1.21 +                components.Dispose();
    1.22 +            }
    1.23 +            base.Dispose(disposing);
    1.24 +        }
    1.25 +
    1.26 +        #region Windows Form Designer generated code
    1.27 +
    1.28 +        /// <summary>
    1.29 +        /// Required method for Designer support - do not modify
    1.30 +        /// the contents of this method with the code editor.
    1.31 +        /// </summary>
    1.32 +        private void InitializeComponent()
    1.33 +        {
    1.34 +            this.buttonInit = new System.Windows.Forms.Button();
    1.35 +            this.buttonUninit = new System.Windows.Forms.Button();
    1.36 +            this.labelStatus = new System.Windows.Forms.Label();
    1.37 +            this.textBoxVfdTop = new System.Windows.Forms.TextBox();
    1.38 +            this.textBoxVfdBottom = new System.Windows.Forms.TextBox();
    1.39 +            this.groupBoxVfd = new System.Windows.Forms.GroupBox();
    1.40 +            this.label2 = new System.Windows.Forms.Label();
    1.41 +            this.label1 = new System.Windows.Forms.Label();
    1.42 +            this.buttonSetVfdText = new System.Windows.Forms.Button();
    1.43 +            this.groupBoxLcd = new System.Windows.Forms.GroupBox();
    1.44 +            this.textBoxLcd = new System.Windows.Forms.TextBox();
    1.45 +            this.buttonSetLcdText = new System.Windows.Forms.Button();
    1.46 +            this.label3 = new System.Windows.Forms.Label();
    1.47 +            this.buttonToggleTimer = new System.Windows.Forms.Button();
    1.48 +            this.groupBoxTimer = new System.Windows.Forms.GroupBox();
    1.49 +            this.label4 = new System.Windows.Forms.Label();
    1.50 +            this.numericTimerInterval = new System.Windows.Forms.NumericUpDown();
    1.51 +            this.checkBoxRandomEq = new System.Windows.Forms.CheckBox();
    1.52 +            this.groupBoxVfd.SuspendLayout();
    1.53 +            this.groupBoxLcd.SuspendLayout();
    1.54 +            this.groupBoxTimer.SuspendLayout();
    1.55 +            ((System.ComponentModel.ISupportInitialize)(this.numericTimerInterval)).BeginInit();
    1.56 +            this.SuspendLayout();
    1.57 +            // 
    1.58 +            // buttonInit
    1.59 +            // 
    1.60 +            this.buttonInit.Location = new System.Drawing.Point(12, 12);
    1.61 +            this.buttonInit.Name = "buttonInit";
    1.62 +            this.buttonInit.Size = new System.Drawing.Size(75, 23);
    1.63 +            this.buttonInit.TabIndex = 0;
    1.64 +            this.buttonInit.Text = "Init";
    1.65 +            this.buttonInit.UseVisualStyleBackColor = true;
    1.66 +            this.buttonInit.Click += new System.EventHandler(this.buttonInit_Click);
    1.67 +            // 
    1.68 +            // buttonUninit
    1.69 +            // 
    1.70 +            this.buttonUninit.Location = new System.Drawing.Point(93, 12);
    1.71 +            this.buttonUninit.Name = "buttonUninit";
    1.72 +            this.buttonUninit.Size = new System.Drawing.Size(75, 23);
    1.73 +            this.buttonUninit.TabIndex = 1;
    1.74 +            this.buttonUninit.Text = "Uninit";
    1.75 +            this.buttonUninit.UseVisualStyleBackColor = true;
    1.76 +            this.buttonUninit.Click += new System.EventHandler(this.buttonUninit_Click);
    1.77 +            // 
    1.78 +            // labelStatus
    1.79 +            // 
    1.80 +            this.labelStatus.AutoSize = true;
    1.81 +            this.labelStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    1.82 +            this.labelStatus.Location = new System.Drawing.Point(174, 15);
    1.83 +            this.labelStatus.Name = "labelStatus";
    1.84 +            this.labelStatus.Size = new System.Drawing.Size(113, 20);
    1.85 +            this.labelStatus.TabIndex = 2;
    1.86 +            this.labelStatus.Text = "Not connected";
    1.87 +            // 
    1.88 +            // textBoxVfdTop
    1.89 +            // 
    1.90 +            this.textBoxVfdTop.Location = new System.Drawing.Point(94, 19);
    1.91 +            this.textBoxVfdTop.MaxLength = 16;
    1.92 +            this.textBoxVfdTop.Name = "textBoxVfdTop";
    1.93 +            this.textBoxVfdTop.Size = new System.Drawing.Size(100, 20);
    1.94 +            this.textBoxVfdTop.TabIndex = 3;
    1.95 +            // 
    1.96 +            // textBoxVfdBottom
    1.97 +            // 
    1.98 +            this.textBoxVfdBottom.Location = new System.Drawing.Point(94, 45);
    1.99 +            this.textBoxVfdBottom.Name = "textBoxVfdBottom";
   1.100 +            this.textBoxVfdBottom.Size = new System.Drawing.Size(100, 20);
   1.101 +            this.textBoxVfdBottom.TabIndex = 4;
   1.102 +            // 
   1.103 +            // groupBoxVfd
   1.104 +            // 
   1.105 +            this.groupBoxVfd.Controls.Add(this.label2);
   1.106 +            this.groupBoxVfd.Controls.Add(this.label1);
   1.107 +            this.groupBoxVfd.Controls.Add(this.buttonSetVfdText);
   1.108 +            this.groupBoxVfd.Controls.Add(this.textBoxVfdTop);
   1.109 +            this.groupBoxVfd.Controls.Add(this.textBoxVfdBottom);
   1.110 +            this.groupBoxVfd.Location = new System.Drawing.Point(12, 41);
   1.111 +            this.groupBoxVfd.Name = "groupBoxVfd";
   1.112 +            this.groupBoxVfd.Size = new System.Drawing.Size(200, 100);
   1.113 +            this.groupBoxVfd.TabIndex = 5;
   1.114 +            this.groupBoxVfd.TabStop = false;
   1.115 +            this.groupBoxVfd.Text = "VFD";
   1.116 +            // 
   1.117 +            // label2
   1.118 +            // 
   1.119 +            this.label2.AutoSize = true;
   1.120 +            this.label2.Location = new System.Drawing.Point(7, 48);
   1.121 +            this.label2.Name = "label2";
   1.122 +            this.label2.Size = new System.Drawing.Size(85, 13);
   1.123 +            this.label2.TabIndex = 7;
   1.124 +            this.label2.Text = "Text bottom line:";
   1.125 +            // 
   1.126 +            // label1
   1.127 +            // 
   1.128 +            this.label1.AutoSize = true;
   1.129 +            this.label1.Location = new System.Drawing.Point(7, 22);
   1.130 +            this.label1.Name = "label1";
   1.131 +            this.label1.Size = new System.Drawing.Size(68, 13);
   1.132 +            this.label1.TabIndex = 6;
   1.133 +            this.label1.Text = "Text top line:";
   1.134 +            // 
   1.135 +            // buttonSetVfdText
   1.136 +            // 
   1.137 +            this.buttonSetVfdText.Location = new System.Drawing.Point(119, 71);
   1.138 +            this.buttonSetVfdText.Name = "buttonSetVfdText";
   1.139 +            this.buttonSetVfdText.Size = new System.Drawing.Size(75, 23);
   1.140 +            this.buttonSetVfdText.TabIndex = 5;
   1.141 +            this.buttonSetVfdText.Text = "Update";
   1.142 +            this.buttonSetVfdText.UseVisualStyleBackColor = true;
   1.143 +            // 
   1.144 +            // groupBoxLcd
   1.145 +            // 
   1.146 +            this.groupBoxLcd.Controls.Add(this.textBoxLcd);
   1.147 +            this.groupBoxLcd.Controls.Add(this.buttonSetLcdText);
   1.148 +            this.groupBoxLcd.Controls.Add(this.label3);
   1.149 +            this.groupBoxLcd.Location = new System.Drawing.Point(218, 41);
   1.150 +            this.groupBoxLcd.Name = "groupBoxLcd";
   1.151 +            this.groupBoxLcd.Size = new System.Drawing.Size(200, 100);
   1.152 +            this.groupBoxLcd.TabIndex = 6;
   1.153 +            this.groupBoxLcd.TabStop = false;
   1.154 +            this.groupBoxLcd.Text = "LCD";
   1.155 +            // 
   1.156 +            // textBoxLcd
   1.157 +            // 
   1.158 +            this.textBoxLcd.Location = new System.Drawing.Point(94, 19);
   1.159 +            this.textBoxLcd.Name = "textBoxLcd";
   1.160 +            this.textBoxLcd.Size = new System.Drawing.Size(100, 20);
   1.161 +            this.textBoxLcd.TabIndex = 2;
   1.162 +            // 
   1.163 +            // buttonSetLcdText
   1.164 +            // 
   1.165 +            this.buttonSetLcdText.Location = new System.Drawing.Point(119, 71);
   1.166 +            this.buttonSetLcdText.Name = "buttonSetLcdText";
   1.167 +            this.buttonSetLcdText.Size = new System.Drawing.Size(75, 23);
   1.168 +            this.buttonSetLcdText.TabIndex = 1;
   1.169 +            this.buttonSetLcdText.Text = "Update";
   1.170 +            this.buttonSetLcdText.UseVisualStyleBackColor = true;
   1.171 +            this.buttonSetLcdText.Click += new System.EventHandler(this.buttonSetLcdText_Click);
   1.172 +            // 
   1.173 +            // label3
   1.174 +            // 
   1.175 +            this.label3.AutoSize = true;
   1.176 +            this.label3.Location = new System.Drawing.Point(6, 22);
   1.177 +            this.label3.Name = "label3";
   1.178 +            this.label3.Size = new System.Drawing.Size(28, 13);
   1.179 +            this.label3.TabIndex = 0;
   1.180 +            this.label3.Text = "Text";
   1.181 +            // 
   1.182 +            // buttonToggleTimer
   1.183 +            // 
   1.184 +            this.buttonToggleTimer.Location = new System.Drawing.Point(119, 71);
   1.185 +            this.buttonToggleTimer.Name = "buttonToggleTimer";
   1.186 +            this.buttonToggleTimer.Size = new System.Drawing.Size(75, 23);
   1.187 +            this.buttonToggleTimer.TabIndex = 3;
   1.188 +            this.buttonToggleTimer.Text = "Start";
   1.189 +            this.buttonToggleTimer.UseVisualStyleBackColor = true;
   1.190 +            this.buttonToggleTimer.Click += new System.EventHandler(this.buttonToggleTimer_Click);
   1.191 +            // 
   1.192 +            // groupBoxTimer
   1.193 +            // 
   1.194 +            this.groupBoxTimer.Controls.Add(this.checkBoxRandomEq);
   1.195 +            this.groupBoxTimer.Controls.Add(this.numericTimerInterval);
   1.196 +            this.groupBoxTimer.Controls.Add(this.label4);
   1.197 +            this.groupBoxTimer.Controls.Add(this.buttonToggleTimer);
   1.198 +            this.groupBoxTimer.Location = new System.Drawing.Point(12, 147);
   1.199 +            this.groupBoxTimer.Name = "groupBoxTimer";
   1.200 +            this.groupBoxTimer.Size = new System.Drawing.Size(200, 100);
   1.201 +            this.groupBoxTimer.TabIndex = 7;
   1.202 +            this.groupBoxTimer.TabStop = false;
   1.203 +            this.groupBoxTimer.Text = "Timer";
   1.204 +            // 
   1.205 +            // label4
   1.206 +            // 
   1.207 +            this.label4.AutoSize = true;
   1.208 +            this.label4.Location = new System.Drawing.Point(7, 20);
   1.209 +            this.label4.Name = "label4";
   1.210 +            this.label4.Size = new System.Drawing.Size(67, 13);
   1.211 +            this.label4.TabIndex = 4;
   1.212 +            this.label4.Text = "Interval (ms):";
   1.213 +            // 
   1.214 +            // numericTimerInterval
   1.215 +            // 
   1.216 +            this.numericTimerInterval.Location = new System.Drawing.Point(74, 18);
   1.217 +            this.numericTimerInterval.Maximum = new decimal(new int[] {
   1.218 +            10000,
   1.219 +            0,
   1.220 +            0,
   1.221 +            0});
   1.222 +            this.numericTimerInterval.Minimum = new decimal(new int[] {
   1.223 +            1,
   1.224 +            0,
   1.225 +            0,
   1.226 +            0});
   1.227 +            this.numericTimerInterval.Name = "numericTimerInterval";
   1.228 +            this.numericTimerInterval.Size = new System.Drawing.Size(120, 20);
   1.229 +            this.numericTimerInterval.TabIndex = 8;
   1.230 +            this.numericTimerInterval.Value = new decimal(new int[] {
   1.231 +            250,
   1.232 +            0,
   1.233 +            0,
   1.234 +            0});
   1.235 +            // 
   1.236 +            // checkBoxRandomEq
   1.237 +            // 
   1.238 +            this.checkBoxRandomEq.AutoSize = true;
   1.239 +            this.checkBoxRandomEq.Location = new System.Drawing.Point(10, 46);
   1.240 +            this.checkBoxRandomEq.Name = "checkBoxRandomEq";
   1.241 +            this.checkBoxRandomEq.Size = new System.Drawing.Size(84, 17);
   1.242 +            this.checkBoxRandomEq.TabIndex = 9;
   1.243 +            this.checkBoxRandomEq.Text = "Random EQ";
   1.244 +            this.checkBoxRandomEq.UseVisualStyleBackColor = true;
   1.245 +            // 
   1.246 +            // MainForm
   1.247 +            // 
   1.248 +            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.249 +            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   1.250 +            this.ClientSize = new System.Drawing.Size(741, 454);
   1.251 +            this.Controls.Add(this.groupBoxTimer);
   1.252 +            this.Controls.Add(this.groupBoxLcd);
   1.253 +            this.Controls.Add(this.groupBoxVfd);
   1.254 +            this.Controls.Add(this.labelStatus);
   1.255 +            this.Controls.Add(this.buttonUninit);
   1.256 +            this.Controls.Add(this.buttonInit);
   1.257 +            this.Name = "MainForm";
   1.258 +            this.Text = "iMON Display Wrapper test";
   1.259 +            this.groupBoxVfd.ResumeLayout(false);
   1.260 +            this.groupBoxVfd.PerformLayout();
   1.261 +            this.groupBoxLcd.ResumeLayout(false);
   1.262 +            this.groupBoxLcd.PerformLayout();
   1.263 +            this.groupBoxTimer.ResumeLayout(false);
   1.264 +            this.groupBoxTimer.PerformLayout();
   1.265 +            ((System.ComponentModel.ISupportInitialize)(this.numericTimerInterval)).EndInit();
   1.266 +            this.ResumeLayout(false);
   1.267 +            this.PerformLayout();
   1.268 +
   1.269 +        }
   1.270 +
   1.271 +        #endregion
   1.272 +
   1.273 +        private System.Windows.Forms.Button buttonInit;
   1.274 +        private System.Windows.Forms.Button buttonUninit;
   1.275 +        private System.Windows.Forms.Label labelStatus;
   1.276 +        private System.Windows.Forms.TextBox textBoxVfdTop;
   1.277 +        private System.Windows.Forms.TextBox textBoxVfdBottom;
   1.278 +        private System.Windows.Forms.GroupBox groupBoxVfd;
   1.279 +        private System.Windows.Forms.Label label2;
   1.280 +        private System.Windows.Forms.Label label1;
   1.281 +        private System.Windows.Forms.Button buttonSetVfdText;
   1.282 +        private System.Windows.Forms.GroupBox groupBoxLcd;
   1.283 +        private System.Windows.Forms.TextBox textBoxLcd;
   1.284 +        private System.Windows.Forms.Button buttonSetLcdText;
   1.285 +        private System.Windows.Forms.Label label3;
   1.286 +        private System.Windows.Forms.Button buttonToggleTimer;
   1.287 +        private System.Windows.Forms.GroupBox groupBoxTimer;
   1.288 +        private System.Windows.Forms.NumericUpDown numericTimerInterval;
   1.289 +        private System.Windows.Forms.Label label4;
   1.290 +        private System.Windows.Forms.CheckBox checkBoxRandomEq;
   1.291 +    }
   1.292 +}
   1.293 +