| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_PartClean
- {
- /// <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.grpSN = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.lblSN = new System.Windows.Forms.Label();
- this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.lblBatch = new System.Windows.Forms.Label();
- this.lblBatchCode = new System.Windows.Forms.Label();
- this.btnStart = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.btnEnd = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.grpQuery = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.lblQuery = new System.Windows.Forms.Label();
- this.txtQueryBatch = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.btnQuery = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.grpData = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.DGV = new System.Windows.Forms.DataGridView();
- this.lblStatus = new System.Windows.Forms.Label();
- this.grpSN.SuspendLayout();
- this.grpQuery.SuspendLayout();
- this.grpData.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
- this.SuspendLayout();
- //
- // grpSN
- //
- this.grpSN.BorderColor = System.Drawing.Color.Black;
- this.grpSN.Controls.Add(this.lblSN);
- this.grpSN.Controls.Add(this.sncode);
- this.grpSN.Controls.Add(this.lblBatch);
- this.grpSN.Controls.Add(this.lblBatchCode);
- this.grpSN.Controls.Add(this.btnStart);
- this.grpSN.Controls.Add(this.btnEnd);
- this.grpSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.grpSN.Location = new System.Drawing.Point(32, 30);
- this.grpSN.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.grpSN.Name = "grpSN";
- this.grpSN.Size = new System.Drawing.Size(1540, 210);
- this.grpSN.TabIndex = 0;
- this.grpSN.TabStop = false;
- this.grpSN.Text = "SN录入";
- this.grpSN.TextColor = System.Drawing.Color.Black;
- //
- // lblSN
- //
- this.lblSN.AutoSize = true;
- this.lblSN.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblSN.Location = new System.Drawing.Point(32, 50);
- this.lblSN.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.lblSN.Name = "lblSN";
- this.lblSN.Size = new System.Drawing.Size(62, 52);
- this.lblSN.TabIndex = 0;
- this.lblSN.Text = "SN";
- //
- // sncode
- //
- this.sncode.AllPower = null;
- this.sncode.BackColor = System.Drawing.Color.White;
- this.sncode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sncode.ID = null;
- this.sncode.Location = new System.Drawing.Point(120, 45);
- this.sncode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.sncode.Name = "sncode";
- this.sncode.Power = null;
- this.sncode.Size = new System.Drawing.Size(480, 59);
- this.sncode.Str = null;
- this.sncode.Str1 = null;
- this.sncode.Str2 = null;
- this.sncode.TabIndex = 1;
- this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
- //
- // lblBatch
- //
- this.lblBatch.AutoSize = true;
- this.lblBatch.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBatch.Location = new System.Drawing.Point(700, 50);
- this.lblBatch.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.lblBatch.Name = "lblBatch";
- this.lblBatch.Size = new System.Drawing.Size(142, 52);
- this.lblBatch.TabIndex = 2;
- this.lblBatch.Text = "当前批次";
- //
- // lblBatchCode
- //
- this.lblBatchCode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBatchCode.ForeColor = System.Drawing.Color.Blue;
- this.lblBatchCode.Location = new System.Drawing.Point(870, 50);
- this.lblBatchCode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.lblBatchCode.Name = "lblBatchCode";
- this.lblBatchCode.Size = new System.Drawing.Size(620, 52);
- this.lblBatchCode.TabIndex = 3;
- this.lblBatchCode.Text = "";
- //
- // btnStart
- //
- this.btnStart.AllPower = null;
- this.btnStart.BackColor = System.Drawing.Color.Transparent;
- this.btnStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnStart.IsShowBorder = true;
- this.btnStart.Location = new System.Drawing.Point(120, 130);
- this.btnStart.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.btnStart.Name = "btnStart";
- this.btnStart.Power = null;
- this.btnStart.Size = new System.Drawing.Size(200, 52);
- this.btnStart.TabIndex = 4;
- this.btnStart.Text = "开始清洗";
- this.btnStart.UseVisualStyleBackColor = true;
- this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
- //
- // btnEnd
- //
- this.btnEnd.AllPower = null;
- this.btnEnd.BackColor = System.Drawing.Color.Transparent;
- this.btnEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnEnd.IsShowBorder = true;
- this.btnEnd.Location = new System.Drawing.Point(400, 130);
- this.btnEnd.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.btnEnd.Name = "btnEnd";
- this.btnEnd.Power = null;
- this.btnEnd.Size = new System.Drawing.Size(200, 52);
- this.btnEnd.TabIndex = 5;
- this.btnEnd.Text = "结束清洗";
- this.btnEnd.UseVisualStyleBackColor = true;
- this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click);
- //
- // grpQuery
- //
- this.grpQuery.BorderColor = System.Drawing.Color.Black;
- this.grpQuery.Controls.Add(this.lblQuery);
- this.grpQuery.Controls.Add(this.txtQueryBatch);
- this.grpQuery.Controls.Add(this.btnQuery);
- this.grpQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.grpQuery.Location = new System.Drawing.Point(32, 270);
- this.grpQuery.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.grpQuery.Name = "grpQuery";
- this.grpQuery.Size = new System.Drawing.Size(1540, 150);
- this.grpQuery.TabIndex = 1;
- this.grpQuery.TabStop = false;
- this.grpQuery.Text = "按批次查询";
- this.grpQuery.TextColor = System.Drawing.Color.Black;
- //
- // lblQuery
- //
- this.lblQuery.AutoSize = true;
- this.lblQuery.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblQuery.Location = new System.Drawing.Point(32, 45);
- this.lblQuery.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.lblQuery.Name = "lblQuery";
- this.lblQuery.Size = new System.Drawing.Size(122, 52);
- this.lblQuery.TabIndex = 0;
- this.lblQuery.Text = "批次号";
- //
- // txtQueryBatch
- //
- this.txtQueryBatch.AllPower = null;
- this.txtQueryBatch.BackColor = System.Drawing.Color.White;
- this.txtQueryBatch.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtQueryBatch.ID = null;
- this.txtQueryBatch.Location = new System.Drawing.Point(180, 47);
- this.txtQueryBatch.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.txtQueryBatch.Name = "txtQueryBatch";
- this.txtQueryBatch.Power = null;
- this.txtQueryBatch.Size = new System.Drawing.Size(420, 55);
- this.txtQueryBatch.Str = null;
- this.txtQueryBatch.Str1 = null;
- this.txtQueryBatch.Str2 = null;
- this.txtQueryBatch.TabIndex = 1;
- //
- // btnQuery
- //
- this.btnQuery.AllPower = null;
- this.btnQuery.BackColor = System.Drawing.Color.Transparent;
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQuery.IsShowBorder = true;
- this.btnQuery.Location = new System.Drawing.Point(640, 47);
- this.btnQuery.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Power = null;
- this.btnQuery.Size = new System.Drawing.Size(160, 52);
- this.btnQuery.TabIndex = 2;
- this.btnQuery.Text = "查询";
- this.btnQuery.UseVisualStyleBackColor = true;
- this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
- //
- // grpData
- //
- this.grpData.BorderColor = System.Drawing.Color.Black;
- this.grpData.Controls.Add(this.DGV);
- this.grpData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.grpData.Location = new System.Drawing.Point(32, 450);
- this.grpData.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.grpData.Name = "grpData";
- this.grpData.Size = new System.Drawing.Size(1540, 600);
- this.grpData.TabIndex = 2;
- this.grpData.TabStop = false;
- this.grpData.Text = "批次数据";
- this.grpData.TextColor = System.Drawing.Color.Black;
- //
- // DGV
- //
- this.DGV.AllowUserToAddRows = false;
- this.DGV.AllowUserToDeleteRows = false;
- this.DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.DGV.BackgroundColor = System.Drawing.Color.White;
- this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DGV.Location = new System.Drawing.Point(25, 55);
- this.DGV.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.DGV.MultiSelect = false;
- this.DGV.Name = "DGV";
- this.DGV.ReadOnly = true;
- this.DGV.RowHeadersVisible = false;
- this.DGV.RowTemplate.Height = 37;
- this.DGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DGV.Size = new System.Drawing.Size(1490, 520);
- this.DGV.TabIndex = 0;
- //
- // lblStatus
- //
- this.lblStatus.AutoSize = true;
- this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblStatus.ForeColor = System.Drawing.Color.Blue;
- this.lblStatus.Location = new System.Drawing.Point(32, 1075);
- this.lblStatus.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.lblStatus.Name = "lblStatus";
- this.lblStatus.Size = new System.Drawing.Size(102, 52);
- this.lblStatus.TabIndex = 3;
- this.lblStatus.Text = "状态:";
- //
- // Make_PartClean
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1604, 1140);
- this.Controls.Add(this.lblStatus);
- this.Controls.Add(this.grpData);
- this.Controls.Add(this.grpQuery);
- this.Controls.Add(this.grpSN);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.Name = "Make_PartClean";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Tag = "Make!PartClean";
- this.Text = "零件清洗";
- this.Load += new System.EventHandler(this.Make_PartClean_Load);
- this.SizeChanged += new System.EventHandler(this.Make_PartClean_SizeChanged);
- this.grpSN.ResumeLayout(true);
- this.grpSN.PerformLayout();
- this.grpQuery.ResumeLayout(true);
- this.grpQuery.PerformLayout();
- this.grpData.ResumeLayout(true);
- ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder grpSN;
- private System.Windows.Forms.Label lblSN;
- private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
- private System.Windows.Forms.Label lblBatch;
- private System.Windows.Forms.Label lblBatchCode;
- private CustomControl.ButtonUtil.NormalButton btnStart;
- private CustomControl.ButtonUtil.NormalButton btnEnd;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder grpQuery;
- private System.Windows.Forms.Label lblQuery;
- private CustomControl.TextBoxWithIcon.EnterTextBox txtQueryBatch;
- private CustomControl.ButtonUtil.NormalButton btnQuery;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder grpData;
- private System.Windows.Forms.DataGridView DGV;
- private System.Windows.Forms.Label lblStatus;
- }
- }
|