699 lines
33 KiB
C#
699 lines
33 KiB
C#
|
|
namespace RGD.WCS
|
|
{
|
|
partial class FrmControlMonitor
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmControlMonitor));
|
|
this.tsStatus = new System.Windows.Forms.TextBox();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.plAccessorial1 = new System.Windows.Forms.Panel();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.textBox46 = new System.Windows.Forms.TextBox();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.textBox33 = new System.Windows.Forms.TextBox();
|
|
this.textBox31 = new System.Windows.Forms.TextBox();
|
|
this.textBox30 = new System.Windows.Forms.TextBox();
|
|
this.button25 = new System.Windows.Forms.Button();
|
|
this.bt1_11001 = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label92 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label91 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label82 = new System.Windows.Forms.Label();
|
|
this.label81 = new System.Windows.Forms.Label();
|
|
this.label63 = new System.Windows.Forms.Label();
|
|
this.label80 = new System.Windows.Forms.Label();
|
|
this.label79 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.timerGetState = new System.Windows.Forms.Timer(this.components);
|
|
this.timerControl = new System.Windows.Forms.Timer(this.components);
|
|
this.timerDisassemble = new System.Windows.Forms.Timer(this.components);
|
|
this.timerFlashMonitor = new System.Windows.Forms.Timer(this.components);
|
|
this.timerFlashTask = new System.Windows.Forms.Timer(this.components);
|
|
this.toolTip_DeviceIndex = new System.Windows.Forms.ToolTip(this.components);
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.plAccessorial1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tsStatus
|
|
//
|
|
this.tsStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tsStatus.BackColor = System.Drawing.SystemColors.Info;
|
|
this.tsStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.tsStatus.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.tsStatus.ForeColor = System.Drawing.Color.Red;
|
|
this.tsStatus.Location = new System.Drawing.Point(1211, 832);
|
|
this.tsStatus.Multiline = true;
|
|
this.tsStatus.Name = "tsStatus";
|
|
this.tsStatus.ReadOnly = true;
|
|
this.tsStatus.Size = new System.Drawing.Size(374, 7);
|
|
this.tsStatus.TabIndex = 175;
|
|
this.tsStatus.Visible = false;
|
|
this.tsStatus.TextChanged += new System.EventHandler(this.tsStatus_TextChanged);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(1426, 826);
|
|
this.tabControl1.TabIndex = 240;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.plAccessorial1);
|
|
this.tabPage1.ForeColor = System.Drawing.Color.Red;
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(1418, 800);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "监控画面";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// plAccessorial1
|
|
//
|
|
this.plAccessorial1.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.plAccessorial1.Controls.Add(this.button8);
|
|
this.plAccessorial1.Controls.Add(this.label9);
|
|
this.plAccessorial1.Controls.Add(this.label2);
|
|
this.plAccessorial1.Controls.Add(this.textBox1);
|
|
this.plAccessorial1.Controls.Add(this.button6);
|
|
this.plAccessorial1.Controls.Add(this.button1);
|
|
this.plAccessorial1.Controls.Add(this.label11);
|
|
this.plAccessorial1.Controls.Add(this.label10);
|
|
this.plAccessorial1.Controls.Add(this.label8);
|
|
this.plAccessorial1.Controls.Add(this.label7);
|
|
this.plAccessorial1.Controls.Add(this.textBox46);
|
|
this.plAccessorial1.Controls.Add(this.label21);
|
|
this.plAccessorial1.Controls.Add(this.textBox33);
|
|
this.plAccessorial1.Controls.Add(this.textBox31);
|
|
this.plAccessorial1.Controls.Add(this.textBox30);
|
|
this.plAccessorial1.Controls.Add(this.button25);
|
|
this.plAccessorial1.Controls.Add(this.bt1_11001);
|
|
this.plAccessorial1.Controls.Add(this.groupBox2);
|
|
this.plAccessorial1.Controls.Add(this.groupBox1);
|
|
this.plAccessorial1.Controls.Add(this.button2);
|
|
this.plAccessorial1.Controls.Add(this.button3);
|
|
this.plAccessorial1.Controls.Add(this.button4);
|
|
this.plAccessorial1.Controls.Add(this.button5);
|
|
this.plAccessorial1.Controls.Add(this.pictureBox2);
|
|
this.plAccessorial1.Controls.Add(this.pictureBox1);
|
|
this.plAccessorial1.Controls.Add(this.button7);
|
|
this.plAccessorial1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plAccessorial1.ForeColor = System.Drawing.Color.Black;
|
|
this.plAccessorial1.Location = new System.Drawing.Point(3, 3);
|
|
this.plAccessorial1.Name = "plAccessorial1";
|
|
this.plAccessorial1.Size = new System.Drawing.Size(1412, 794);
|
|
this.plAccessorial1.TabIndex = 0;
|
|
this.plAccessorial1.Tag = "";
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.Location = new System.Drawing.Point(801, 29);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(75, 23);
|
|
this.button8.TabIndex = 2981;
|
|
this.button8.Text = "测试拆分任务";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
this.button8.Click += new System.EventHandler(this.button8_Click);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.BackColor = System.Drawing.Color.White;
|
|
this.label9.Location = new System.Drawing.Point(660, 166);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(17, 12);
|
|
this.label9.TabIndex = 2520;
|
|
this.label9.Text = "②";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(877, 238);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(35, 12);
|
|
this.label2.TabIndex = 2978;
|
|
this.label2.Text = "12003";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.BackColor = System.Drawing.Color.Blue;
|
|
this.textBox1.Enabled = false;
|
|
this.textBox1.Location = new System.Drawing.Point(818, 232);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(13, 13);
|
|
this.textBox1.TabIndex = 2977;
|
|
this.textBox1.Tag = "12003.0";
|
|
this.textBox1.Visible = false;
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.button6.Location = new System.Drawing.Point(801, 198);
|
|
this.button6.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(45, 85);
|
|
this.button6.TabIndex = 2976;
|
|
this.button6.Tag = "12003";
|
|
this.button6.UseVisualStyleBackColor = false;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.button1.Location = new System.Drawing.Point(788, 219);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(73, 50);
|
|
this.button1.TabIndex = 2975;
|
|
this.button1.Tag = "14001";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(877, 392);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(35, 12);
|
|
this.label11.TabIndex = 2971;
|
|
this.label11.Text = "12001";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(877, 322);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(35, 12);
|
|
this.label10.TabIndex = 2970;
|
|
this.label10.Text = "12002";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(877, 171);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(35, 12);
|
|
this.label8.TabIndex = 2969;
|
|
this.label8.Text = "12004";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Location = new System.Drawing.Point(748, 270);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(23, 16);
|
|
this.label7.TabIndex = 2968;
|
|
this.label7.Text = "↑";
|
|
//
|
|
// textBox46
|
|
//
|
|
this.textBox46.Location = new System.Drawing.Point(990, 224);
|
|
this.textBox46.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBox46.Multiline = true;
|
|
this.textBox46.Name = "textBox46";
|
|
this.textBox46.Size = new System.Drawing.Size(378, 206);
|
|
this.textBox46.TabIndex = 2953;
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.BackColor = System.Drawing.Color.White;
|
|
this.label21.Location = new System.Drawing.Point(660, 48);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(17, 12);
|
|
this.label21.TabIndex = 2519;
|
|
this.label21.Text = "①";
|
|
//
|
|
// textBox33
|
|
//
|
|
this.textBox33.BackColor = System.Drawing.Color.Blue;
|
|
this.textBox33.Enabled = false;
|
|
this.textBox33.Location = new System.Drawing.Point(818, 163);
|
|
this.textBox33.Multiline = true;
|
|
this.textBox33.Name = "textBox33";
|
|
this.textBox33.Size = new System.Drawing.Size(13, 13);
|
|
this.textBox33.TabIndex = 2916;
|
|
this.textBox33.Tag = "12004.0";
|
|
this.textBox33.Visible = false;
|
|
//
|
|
// textBox31
|
|
//
|
|
this.textBox31.BackColor = System.Drawing.Color.Blue;
|
|
this.textBox31.Enabled = false;
|
|
this.textBox31.Location = new System.Drawing.Point(818, 395);
|
|
this.textBox31.Multiline = true;
|
|
this.textBox31.Name = "textBox31";
|
|
this.textBox31.Size = new System.Drawing.Size(13, 13);
|
|
this.textBox31.TabIndex = 2914;
|
|
this.textBox31.Tag = "12001.0";
|
|
this.textBox31.Visible = false;
|
|
//
|
|
// textBox30
|
|
//
|
|
this.textBox30.BackColor = System.Drawing.Color.Blue;
|
|
this.textBox30.Enabled = false;
|
|
this.textBox30.Location = new System.Drawing.Point(818, 318);
|
|
this.textBox30.Multiline = true;
|
|
this.textBox30.Name = "textBox30";
|
|
this.textBox30.Size = new System.Drawing.Size(13, 13);
|
|
this.textBox30.TabIndex = 2913;
|
|
this.textBox30.Tag = "12002.0";
|
|
this.textBox30.Visible = false;
|
|
//
|
|
// button25
|
|
//
|
|
this.button25.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.button25.Location = new System.Drawing.Point(801, 283);
|
|
this.button25.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button25.Name = "button25";
|
|
this.button25.Size = new System.Drawing.Size(45, 85);
|
|
this.button25.TabIndex = 2902;
|
|
this.button25.Tag = "12002";
|
|
this.button25.UseVisualStyleBackColor = false;
|
|
//
|
|
// bt1_11001
|
|
//
|
|
this.bt1_11001.BackColor = System.Drawing.Color.DarkOrange;
|
|
this.bt1_11001.Location = new System.Drawing.Point(599, 90);
|
|
this.bt1_11001.Name = "bt1_11001";
|
|
this.bt1_11001.Size = new System.Drawing.Size(51, 41);
|
|
this.bt1_11001.TabIndex = 2513;
|
|
this.bt1_11001.Tag = "11001";
|
|
this.bt1_11001.Text = "11001";
|
|
this.bt1_11001.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.bt1_11001.UseVisualStyleBackColor = false;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label23);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Controls.Add(this.label92);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.label91);
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
this.groupBox2.Location = new System.Drawing.Point(1196, 21);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(170, 173);
|
|
this.groupBox2.TabIndex = 2511;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "任务状态";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Location = new System.Drawing.Point(6, 103);
|
|
this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(47, 12);
|
|
this.label23.TabIndex = 5;
|
|
this.label23.Text = "label23";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 86);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "label1";
|
|
//
|
|
// label92
|
|
//
|
|
this.label92.AutoSize = true;
|
|
this.label92.Location = new System.Drawing.Point(6, 17);
|
|
this.label92.Name = "label92";
|
|
this.label92.Size = new System.Drawing.Size(47, 12);
|
|
this.label92.TabIndex = 0;
|
|
this.label92.Text = "label92";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 68);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "label3";
|
|
//
|
|
// label91
|
|
//
|
|
this.label91.AutoSize = true;
|
|
this.label91.Location = new System.Drawing.Point(6, 34);
|
|
this.label91.Name = "label91";
|
|
this.label91.Size = new System.Drawing.Size(47, 12);
|
|
this.label91.TabIndex = 1;
|
|
this.label91.Text = "label91";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(6, 52);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|
this.label4.TabIndex = 2;
|
|
this.label4.Text = "label4";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.checkBox1);
|
|
this.groupBox1.Controls.Add(this.label12);
|
|
this.groupBox1.Controls.Add(this.label82);
|
|
this.groupBox1.Controls.Add(this.label81);
|
|
this.groupBox1.Controls.Add(this.label63);
|
|
this.groupBox1.Controls.Add(this.label80);
|
|
this.groupBox1.Controls.Add(this.label79);
|
|
this.groupBox1.Location = new System.Drawing.Point(990, 21);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(200, 173);
|
|
this.groupBox1.TabIndex = 2512;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "性能监控";
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Checked = true;
|
|
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.checkBox1.Location = new System.Drawing.Point(5, 143);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(84, 16);
|
|
this.checkBox1.TabIndex = 2944;
|
|
this.checkBox1.Text = "启用多线程";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(6, 121);
|
|
this.label12.Name = "label12";
|
|
this.label12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.label12.Size = new System.Drawing.Size(95, 12);
|
|
this.label12.TabIndex = 6;
|
|
this.label12.Text = "GetAllReturn300";
|
|
//
|
|
// label82
|
|
//
|
|
this.label82.AutoSize = true;
|
|
this.label82.Location = new System.Drawing.Point(6, 99);
|
|
this.label82.Name = "label82";
|
|
this.label82.Size = new System.Drawing.Size(77, 12);
|
|
this.label82.TabIndex = 5;
|
|
this.label82.Text = "nGetState300";
|
|
//
|
|
// label81
|
|
//
|
|
this.label81.AutoSize = true;
|
|
this.label81.Location = new System.Drawing.Point(6, 80);
|
|
this.label81.Name = "label81";
|
|
this.label81.Size = new System.Drawing.Size(77, 12);
|
|
this.label81.TabIndex = 4;
|
|
this.label81.Text = "FlashTask500";
|
|
//
|
|
// label63
|
|
//
|
|
this.label63.AutoSize = true;
|
|
this.label63.Location = new System.Drawing.Point(6, 20);
|
|
this.label63.Name = "label63";
|
|
this.label63.Size = new System.Drawing.Size(65, 12);
|
|
this.label63.TabIndex = 1;
|
|
this.label63.Text = "Control300";
|
|
//
|
|
// label80
|
|
//
|
|
this.label80.AutoSize = true;
|
|
this.label80.Location = new System.Drawing.Point(6, 59);
|
|
this.label80.Name = "label80";
|
|
this.label80.Size = new System.Drawing.Size(95, 12);
|
|
this.label80.TabIndex = 3;
|
|
this.label80.Text = "FlashMonitor500";
|
|
//
|
|
// label79
|
|
//
|
|
this.label79.AutoSize = true;
|
|
this.label79.Location = new System.Drawing.Point(6, 41);
|
|
this.label79.Name = "label79";
|
|
this.label79.Size = new System.Drawing.Size(89, 12);
|
|
this.label79.TabIndex = 2;
|
|
this.label79.Text = "Disassemble900";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.button2.Location = new System.Drawing.Point(801, 140);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(45, 58);
|
|
this.button2.TabIndex = 2960;
|
|
this.button2.Tag = "12004";
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.button3.Location = new System.Drawing.Point(788, 302);
|
|
this.button3.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(73, 50);
|
|
this.button3.TabIndex = 2961;
|
|
this.button3.Tag = "16001";
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.BackColor = System.Drawing.Color.Lime;
|
|
this.button4.Location = new System.Drawing.Point(788, 302);
|
|
this.button4.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(73, 50);
|
|
this.button4.TabIndex = 2962;
|
|
this.button4.Tag = "";
|
|
this.button4.UseVisualStyleBackColor = false;
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.button5.Location = new System.Drawing.Point(801, 369);
|
|
this.button5.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(45, 63);
|
|
this.button5.TabIndex = 2963;
|
|
this.button5.Tag = "12001";
|
|
this.button5.UseVisualStyleBackColor = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.BackColor = System.Drawing.Color.Aqua;
|
|
this.pictureBox2.Enabled = false;
|
|
this.pictureBox2.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.ErrorImage")));
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
|
this.pictureBox2.Location = new System.Drawing.Point(39, 31);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(641, 45);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox2.TabIndex = 2972;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Aqua;
|
|
this.pictureBox1.Enabled = false;
|
|
this.pictureBox1.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.ErrorImage")));
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(39, 148);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(641, 45);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 2979;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.BackColor = System.Drawing.Color.Lime;
|
|
this.button7.Location = new System.Drawing.Point(788, 219);
|
|
this.button7.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(73, 50);
|
|
this.button7.TabIndex = 2980;
|
|
this.button7.Tag = "";
|
|
this.button7.UseVisualStyleBackColor = false;
|
|
//
|
|
// timerGetState
|
|
//
|
|
this.timerGetState.Interval = 300;
|
|
this.timerGetState.Tick += new System.EventHandler(this.timerGetState_Tick);
|
|
//
|
|
// timerControl
|
|
//
|
|
this.timerControl.Interval = 300;
|
|
this.timerControl.Tick += new System.EventHandler(this.timerControl_Tick);
|
|
//
|
|
// timerDisassemble
|
|
//
|
|
this.timerDisassemble.Interval = 600;
|
|
this.timerDisassemble.Tick += new System.EventHandler(this.timerDisassemble_Tick);
|
|
//
|
|
// timerFlashMonitor
|
|
//
|
|
this.timerFlashMonitor.Enabled = true;
|
|
this.timerFlashMonitor.Interval = 300;
|
|
this.timerFlashMonitor.Tick += new System.EventHandler(this.timerFlashMonitor_Tick);
|
|
//
|
|
// timerFlashTask
|
|
//
|
|
this.timerFlashTask.Enabled = true;
|
|
this.timerFlashTask.Interval = 500;
|
|
this.timerFlashTask.Tick += new System.EventHandler(this.timerFlashTask_Tick);
|
|
//
|
|
// toolTip_DeviceIndex
|
|
//
|
|
this.toolTip_DeviceIndex.AutoPopDelay = 2000;
|
|
this.toolTip_DeviceIndex.InitialDelay = 1000;
|
|
this.toolTip_DeviceIndex.ReshowDelay = 1000;
|
|
this.toolTip_DeviceIndex.UseAnimation = false;
|
|
this.toolTip_DeviceIndex.UseFading = false;
|
|
//
|
|
// FrmControlMonitor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1426, 826);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.tsStatus);
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmControlMonitor";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "FrmControlMonitor";
|
|
this.Load += new System.EventHandler(this.FrmControlMonitor_Load);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.plAccessorial1.ResumeLayout(false);
|
|
this.plAccessorial1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.Panel plAccessorial1;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Button bt1_11001;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label92;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label91;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label81;
|
|
private System.Windows.Forms.Label label80;
|
|
private System.Windows.Forms.Timer timerGetState;
|
|
private System.Windows.Forms.Timer timerControl;
|
|
private System.Windows.Forms.Timer timerDisassemble;
|
|
private System.Windows.Forms.Timer timerFlashMonitor;
|
|
private System.Windows.Forms.Timer timerFlashTask;
|
|
public System.Windows.Forms.Label label63;
|
|
public System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.ToolTip toolTip_DeviceIndex;
|
|
public System.Windows.Forms.Label label82;
|
|
public System.Windows.Forms.TextBox tsStatus;
|
|
public System.Windows.Forms.Label label79;
|
|
private System.Windows.Forms.Button button25;
|
|
private System.Windows.Forms.TextBox textBox30;
|
|
private System.Windows.Forms.TextBox textBox31;
|
|
private System.Windows.Forms.TextBox textBox33;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.TextBox textBox46;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button8;
|
|
}
|
|
} |