namespace QMTask.Client { partial class MainForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.tsbMonitor = new System.Windows.Forms.ToolStripButton(); this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.cbSpeedWarn = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.toolStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2, this.toolStripButton3, this.tsbMonitor, this.toolStripButton5}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(678, 39); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.Enabled = false; this.toolStripButton1.Image = global::QMTask.Client.Resource1.start; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(68, 36); this.toolStripButton1.Text = "启动"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.Image = global::QMTask.Client.Resource1.stop; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(68, 36); this.toolStripButton2.Text = "停止"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripButton3 // this.toolStripButton3.Image = global::QMTask.Client.Resource1.list; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(92, 36); this.toolStripButton3.Text = "计划列表"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); // // tsbMonitor // this.tsbMonitor.Image = global::QMTask.Client.Resource1.monitor; this.tsbMonitor.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbMonitor.Name = "tsbMonitor"; this.tsbMonitor.Size = new System.Drawing.Size(92, 36); this.tsbMonitor.Text = "状态监控"; this.tsbMonitor.Click += new System.EventHandler(this.tsbMonitor_Click); // // toolStripButton5 // this.toolStripButton5.Image = global::QMTask.Client.Resource1.houtai; this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton5.Name = "toolStripButton5"; this.toolStripButton5.Size = new System.Drawing.Size(92, 36); this.toolStripButton5.Text = "后台运行"; // // groupBox1 // this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 39); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(678, 366); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "日志"; // // textBox1 // this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox1.Location = new System.Drawing.Point(3, 17); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(672, 346); this.textBox1.TabIndex = 0; // // cbSpeedWarn // this.cbSpeedWarn.AutoSize = true; this.cbSpeedWarn.Location = new System.Drawing.Point(588, 12); this.cbSpeedWarn.Name = "cbSpeedWarn"; this.cbSpeedWarn.Size = new System.Drawing.Size(72, 16); this.cbSpeedWarn.TabIndex = 2; this.cbSpeedWarn.Text = "语音报警"; this.cbSpeedWarn.UseVisualStyleBackColor = true; this.cbSpeedWarn.CheckedChanged += new System.EventHandler(this.cbSpeedWarn_CheckedChanged); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(503, 12); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(72, 16); this.checkBox1.TabIndex = 3; this.checkBox1.Text = "邮件报警"; this.checkBox1.UseVisualStyleBackColor = true; // // timer1 // this.timer1.Interval = 5000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(678, 405); this.Controls.Add(this.checkBox1); this.Controls.Add(this.cbSpeedWarn); this.Controls.Add(this.groupBox1); this.Controls.Add(this.toolStrip1); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "启明任务调度客户端"; this.Load += new System.EventHandler(this.MainForm_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.ToolStripButton tsbMonitor; private System.Windows.Forms.CheckBox cbSpeedWarn; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.ToolStripButton toolStripButton5; private System.Windows.Forms.Timer timer1; } }