Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components   = new System.ComponentModel.Container();
     this.GasScrollBar = new Nevron.UI.WinForm.Controls.NVScrollBar();
     this.m_Timer      = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // GasScrollBar
     //
     this.GasScrollBar.Location    = new System.Drawing.Point(12, 17);
     this.GasScrollBar.Maximum     = 200;
     this.GasScrollBar.Minimum     = -200;
     this.GasScrollBar.MinimumSize = new System.Drawing.Size(16, 32);
     this.GasScrollBar.Name        = "GasScrollBar";
     this.GasScrollBar.Size        = new System.Drawing.Size(16, 208);
     this.GasScrollBar.TabIndex    = 1;
     //
     // timer1
     //
     this.m_Timer.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // NStateIndicatorsUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.GasScrollBar);
     this.Name = "NStateIndicatorsUC";
     this.Size = new System.Drawing.Size(180, 500);
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components   = new System.ComponentModel.Container();
     this.GasScrollBar = new Nevron.UI.WinForm.Controls.NVScrollBar();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.m_Timer      = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // GasScrollBar
     //
     this.GasScrollBar.Location    = new System.Drawing.Point(24, 16);
     this.GasScrollBar.Maximum     = 200;
     this.GasScrollBar.Minimum     = -200;
     this.GasScrollBar.MinimumSize = new System.Drawing.Size(16, 32);
     this.GasScrollBar.Name        = "GasScrollBar";
     this.GasScrollBar.Size        = new System.Drawing.Size(16, 208);
     this.GasScrollBar.TabIndex    = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(48, 200);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 23);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Speed Up";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(48, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Slow Down";
     //
     // timer1
     //
     this.m_Timer.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // NCarDashboardUC
     //
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.GasScrollBar);
     this.Name = "NCarDashboardUC";
     this.Size = new System.Drawing.Size(180, 405);
     this.ResumeLayout(false);
 }