123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- namespace MainForm.FaForm
- {
- partial class Form_Other
- {
- /// <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.button8 = new System.Windows.Forms.Button();
- this.button7 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.button6 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.button13 = new System.Windows.Forms.Button();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.button12 = new System.Windows.Forms.Button();
- this.button11 = new System.Windows.Forms.Button();
- this.button10 = new System.Windows.Forms.Button();
- this.button9 = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // button8
- //
- this.button8.Location = new System.Drawing.Point(23, 57);
- this.button8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(136, 28);
- this.button8.TabIndex = 33;
- this.button8.Text = "插入一条点检数据";
- this.button8.UseVisualStyleBackColor = true;
- this.button8.Click += new System.EventHandler(this.button8_Click);
- //
- // button7
- //
- this.button7.Location = new System.Drawing.Point(23, 19);
- this.button7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(136, 28);
- this.button7.TabIndex = 32;
- this.button7.Text = "插入一条加工数据";
- this.button7.UseVisualStyleBackColor = true;
- this.button7.Click += new System.EventHandler(this.button7_Click);
- //
- // textBox1
- //
- this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.textBox1.Location = new System.Drawing.Point(9, 270);
- this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(1027, 89);
- this.textBox1.TabIndex = 31;
- //
- // button6
- //
- this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.button6.Location = new System.Drawing.Point(979, 235);
- this.button6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(56, 28);
- this.button6.TabIndex = 30;
- this.button6.Text = "清空";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(34, 30);
- this.button5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(131, 28);
- this.button5.TabIndex = 29;
- this.button5.Text = "获取工单信息";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(218, 32);
- this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(131, 26);
- this.button4.TabIndex = 28;
- this.button4.Text = "发送报警数据";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(23, 98);
- this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(136, 28);
- this.button1.TabIndex = 34;
- this.button1.Text = "插入一条单机数据";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(23, 180);
- this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(136, 28);
- this.button2.TabIndex = 35;
- this.button2.Text = "插入一条报警数据";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(23, 138);
- this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(136, 28);
- this.button3.TabIndex = 36;
- this.button3.Text = "插入一条整线数据";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox1.Controls.Add(this.button13);
- this.groupBox1.Controls.Add(this.button5);
- this.groupBox1.Controls.Add(this.button4);
- this.groupBox1.Location = new System.Drawing.Point(9, 363);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.groupBox1.Size = new System.Drawing.Size(1026, 80);
- this.groupBox1.TabIndex = 37;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "MES";
- //
- // button13
- //
- this.button13.Location = new System.Drawing.Point(435, 32);
- this.button13.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button13.Name = "button13";
- this.button13.Size = new System.Drawing.Size(56, 18);
- this.button13.TabIndex = 30;
- this.button13.Text = "button13";
- this.button13.UseVisualStyleBackColor = true;
- this.button13.Click += new System.EventHandler(this.button13_Click);
- //
- // groupBox2
- //
- this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox2.Controls.Add(this.button12);
- this.groupBox2.Controls.Add(this.button11);
- this.groupBox2.Controls.Add(this.button10);
- this.groupBox2.Controls.Add(this.button9);
- this.groupBox2.Controls.Add(this.button7);
- this.groupBox2.Controls.Add(this.button1);
- this.groupBox2.Controls.Add(this.button8);
- this.groupBox2.Controls.Add(this.button2);
- this.groupBox2.Controls.Add(this.button3);
- this.groupBox2.Location = new System.Drawing.Point(9, 10);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.groupBox2.Size = new System.Drawing.Size(1026, 221);
- this.groupBox2.TabIndex = 38;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "本地数据库";
- //
- // button12
- //
- this.button12.Location = new System.Drawing.Point(435, 138);
- this.button12.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button12.Name = "button12";
- this.button12.Size = new System.Drawing.Size(118, 28);
- this.button12.TabIndex = 40;
- this.button12.Text = "查询一条整线数据";
- this.button12.UseVisualStyleBackColor = true;
- this.button12.Click += new System.EventHandler(this.button12_Click);
- //
- // button11
- //
- this.button11.Location = new System.Drawing.Point(435, 98);
- this.button11.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button11.Name = "button11";
- this.button11.Size = new System.Drawing.Size(118, 28);
- this.button11.TabIndex = 39;
- this.button11.Text = "查询一条单机数据";
- this.button11.UseVisualStyleBackColor = true;
- this.button11.Click += new System.EventHandler(this.button11_Click);
- //
- // button10
- //
- this.button10.Location = new System.Drawing.Point(237, 138);
- this.button10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button10.Name = "button10";
- this.button10.Size = new System.Drawing.Size(118, 28);
- this.button10.TabIndex = 38;
- this.button10.Text = "更新一条整线数据";
- this.button10.UseVisualStyleBackColor = true;
- this.button10.Click += new System.EventHandler(this.button10_Click);
- //
- // button9
- //
- this.button9.Location = new System.Drawing.Point(237, 98);
- this.button9.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(118, 28);
- this.button9.TabIndex = 37;
- this.button9.Text = "更新一条单机数据";
- this.button9.UseVisualStyleBackColor = true;
- this.button9.Click += new System.EventHandler(this.button9_Click);
- //
- // Form_Other
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1044, 561);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.button6);
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Name = "Form_Other";
- this.Text = "Form_Other";
- this.groupBox1.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button8;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Button button12;
- private System.Windows.Forms.Button button11;
- private System.Windows.Forms.Button button10;
- private System.Windows.Forms.Button button9;
- private System.Windows.Forms.Button button13;
- }
- }
|