📄 gsmdemonumber.designer.cs
字号:
namespace WindowsApplication1
{
partial class GsmDemoNumber
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GsmDemoNumber));
this.numericLed1 = new GMS.Instruments.NumericLed.NumericLed();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.ledClockVB1 = new GMS.Instruments.NumericLed.LEDClockVB();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.numericLedClock1 = new GMS.Instruments.NumericLed.NumericLedClock();
this.ledCountdownClock1 = new GMS.Instruments.NumericLed.LEDCountdownClock();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.ledBankSign1 = new GMS.Instruments.NumericLed.LEDBankSign();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.temperatureDisplay1 = new GMS.Instruments.NumericLed.TemperatureDisplay();
this.timer3 = new GMS.Instruments.NumericLed.Timer();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.StartBtn = new System.Windows.Forms.Button();
this.About_Btn = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.SuspendLayout();
//
// numericLed1
//
this.numericLed1.BackPicture = null;
this.numericLed1.Location = new System.Drawing.Point(6, 20);
this.numericLed1.Name = "numericLed1";
this.numericLed1.OffColor = System.Drawing.SystemColors.ControlLightLight;
this.numericLed1.OnColor = System.Drawing.Color.Magenta;
this.numericLed1.Size = new System.Drawing.Size(152, 32);
this.numericLed1.Text = "numericLed1";
//
// timer1
//
this.timer1.Interval = 600;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.numericLed1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(168, 100);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "随机数发生器";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.numericLedClock1);
this.groupBox2.Controls.Add(this.ledClockVB1);
this.groupBox2.Location = new System.Drawing.Point(392, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(158, 100);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "当前时间";
//
// ledClockVB1
//
this.ledClockVB1.BackPicture = ((System.Drawing.Image)(resources.GetObject("ledClockVB1.BackPicture")));
this.ledClockVB1.Location = new System.Drawing.Point(6, 20);
this.ledClockVB1.Name = "ledClockVB1";
this.ledClockVB1.OffColor = System.Drawing.Color.MediumBlue;
this.ledClockVB1.Size = new System.Drawing.Size(144, 40);
this.ledClockVB1.Spacing = 5;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.ledCountdownClock1);
this.groupBox3.Location = new System.Drawing.Point(186, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(200, 100);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "计时器";
//
// numericLedClock1
//
this.numericLedClock1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
this.numericLedClock1.BackGroundImage = ((System.Drawing.Image)(resources.GetObject("numericLedClock1.BackGroundImage")));
this.numericLedClock1.Location = new System.Drawing.Point(6, 66);
this.numericLedClock1.Name = "numericLedClock1";
this.numericLedClock1.Size = new System.Drawing.Size(144, 32);
this.numericLedClock1.Time = new System.DateTime(2007, 8, 10, 8, 47, 57, 674);
this.numericLedClock1.UsesMilitaryTime = false;
//
// ledCountdownClock1
//
this.ledCountdownClock1.BackColor = System.Drawing.Color.Silver;
this.ledCountdownClock1.BackGroundImage = ((System.Drawing.Image)(resources.GetObject("ledCountdownClock1.BackGroundImage")));
this.ledCountdownClock1.Location = new System.Drawing.Point(18, 20);
this.ledCountdownClock1.Name = "ledCountdownClock1";
this.ledCountdownClock1.OnColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.ledCountdownClock1.Size = new System.Drawing.Size(161, 32);
this.ledCountdownClock1.Spacing = 5;
//
// timer2
//
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// ledBankSign1
//
this.ledBankSign1.BackGroundImage = null;
this.ledBankSign1.Celsius = 23.9;
this.ledBankSign1.Fahrenheit = 75.1;
this.ledBankSign1.Location = new System.Drawing.Point(6, 20);
this.ledBankSign1.Name = "ledBankSign1";
this.ledBankSign1.Size = new System.Drawing.Size(152, 32);
this.ledBankSign1.Spacing = 5;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.ledBankSign1);
this.groupBox4.Location = new System.Drawing.Point(12, 128);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(168, 66);
this.groupBox4.TabIndex = 4;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "温度与时间";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.temperatureDisplay1);
this.groupBox5.Location = new System.Drawing.Point(186, 128);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(200, 66);
this.groupBox5.TabIndex = 5;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "温度显示";
//
// temperatureDisplay1
//
this.temperatureDisplay1.Celsius = 32.4;
this.temperatureDisplay1.Fahrenheit = 90.32;
this.temperatureDisplay1.Location = new System.Drawing.Point(18, 20);
this.temperatureDisplay1.Name = "temperatureDisplay1";
this.temperatureDisplay1.Size = new System.Drawing.Size(161, 32);
//
// timer3
//
this.timer3.BackColor = System.Drawing.SystemColors.Control;
this.timer3.BackGroundImage = ((System.Drawing.Image)(resources.GetObject("timer3.BackGroundImage")));
this.timer3.Location = new System.Drawing.Point(0, 20);
this.timer3.Name = "timer3";
this.timer3.Size = new System.Drawing.Size(112, 32);
//
// groupBox6
//
this.groupBox6.Controls.Add(this.timer3);
this.groupBox6.Location = new System.Drawing.Point(392, 128);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(158, 66);
this.groupBox6.TabIndex = 7;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "时间发生器:";
//
// StartBtn
//
this.StartBtn.Location = new System.Drawing.Point(475, 214);
this.StartBtn.Name = "StartBtn";
this.StartBtn.Size = new System.Drawing.Size(75, 23);
this.StartBtn.TabIndex = 8;
this.StartBtn.Text = "&Start";
this.StartBtn.UseVisualStyleBackColor = true;
this.StartBtn.Click += new System.EventHandler(this.StartBtn_Click);
//
// About_Btn
//
this.About_Btn.Location = new System.Drawing.Point(392, 214);
this.About_Btn.Name = "About_Btn";
this.About_Btn.Size = new System.Drawing.Size(75, 23);
this.About_Btn.TabIndex = 9;
this.About_Btn.Text = "&About";
this.About_Btn.UseVisualStyleBackColor = true;
this.About_Btn.Click += new System.EventHandler(this.About_Btn_Click);
//
// GsmDemoNumber
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(567, 255);
this.Controls.Add(this.About_Btn);
this.Controls.Add(this.StartBtn);
this.Controls.Add(this.groupBox6);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "GsmDemoNumber";
this.Text = "GMS Number Demo";
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private GMS.Instruments.NumericLed.NumericLed numericLed1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private GMS.Instruments.NumericLed.LEDClockVB ledClockVB1;
private System.Windows.Forms.GroupBox groupBox3;
private GMS.Instruments.NumericLed.NumericLedClock numericLedClock1;
private GMS.Instruments.NumericLed.LEDCountdownClock ledCountdownClock1;
private System.Windows.Forms.Timer timer2;
private GMS.Instruments.NumericLed.LEDBankSign ledBankSign1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox5;
private GMS.Instruments.NumericLed.TemperatureDisplay temperatureDisplay1;
private GMS.Instruments.NumericLed.Timer timer3;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Button StartBtn;
private System.Windows.Forms.Button About_Btn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -