|
|
@@ -0,0 +1,969 @@
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
+{
|
|
|
+ partial class Make_SMTBind
|
|
|
+ {
|
|
|
+ /// <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()
|
|
|
+ {
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SMTBind));
|
|
|
+ this.mcd_restqty_label = new System.Windows.Forms.Label();
|
|
|
+ this.mcd_inqty_label = new System.Windows.Forms.Label();
|
|
|
+ this.ma_qty_label = new System.Windows.Forms.Label();
|
|
|
+ this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
+ this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
+ this.ma_prodcode_label = new System.Windows.Forms.Label();
|
|
|
+ this.Loading = new System.Windows.Forms.RadioButton();
|
|
|
+ this.UnLoading = new System.Windows.Forms.RadioButton();
|
|
|
+ this.sn_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.code_label = new System.Windows.Forms.Label();
|
|
|
+ this.ClearSn_code = new System.Windows.Forms.PictureBox();
|
|
|
+ this.ms_craftcode = new System.Windows.Forms.Label();
|
|
|
+ this.ma_craftcode = new System.Windows.Forms.Label();
|
|
|
+ this.LabelDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.pr_pcbacount = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.Rn = new System.Windows.Forms.TextBox();
|
|
|
+ this.Num = new System.Windows.Forms.TextBox();
|
|
|
+ this.Prefix = new System.Windows.Forms.TextBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.Rnle = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.HEXIN = new System.Windows.Forms.RadioButton();
|
|
|
+ this.DSCIN = new System.Windows.Forms.RadioButton();
|
|
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.sqit = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.spit = new System.Windows.Forms.Label();
|
|
|
+ this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.normalButton3 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.normalButton2 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.Debut = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.Crbut = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.sb_maincode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.sb_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.sb_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.sb_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
+ this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
+ this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Rnle)).BeginInit();
|
|
|
+ this.groupBox1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.sqit)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // mcd_restqty_label
|
|
|
+ //
|
|
|
+ this.mcd_restqty_label.AutoSize = true;
|
|
|
+ this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_restqty_label.Location = new System.Drawing.Point(1170, 122);
|
|
|
+ this.mcd_restqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mcd_restqty_label.Name = "mcd_restqty_label";
|
|
|
+ this.mcd_restqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.mcd_restqty_label.TabIndex = 59;
|
|
|
+ this.mcd_restqty_label.Text = "待采集数";
|
|
|
+ //
|
|
|
+ // mcd_inqty_label
|
|
|
+ //
|
|
|
+ this.mcd_inqty_label.AutoSize = true;
|
|
|
+ this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_inqty_label.Location = new System.Drawing.Point(622, 122);
|
|
|
+ this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mcd_inqty_label.Name = "mcd_inqty_label";
|
|
|
+ this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.mcd_inqty_label.TabIndex = 56;
|
|
|
+ this.mcd_inqty_label.Text = "已采集数";
|
|
|
+ //
|
|
|
+ // ma_qty_label
|
|
|
+ //
|
|
|
+ this.ma_qty_label.AutoSize = true;
|
|
|
+ this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_qty_label.Location = new System.Drawing.Point(18, 122);
|
|
|
+ this.ma_qty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ma_qty_label.Name = "ma_qty_label";
|
|
|
+ this.ma_qty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.ma_qty_label.TabIndex = 53;
|
|
|
+ this.ma_qty_label.Text = "工单数量";
|
|
|
+ //
|
|
|
+ // ms_makecode_label
|
|
|
+ //
|
|
|
+ this.ms_makecode_label.AutoSize = true;
|
|
|
+ this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(18, 24);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.ms_makecode_label.TabIndex = 49;
|
|
|
+ this.ms_makecode_label.Text = "归属工单";
|
|
|
+ //
|
|
|
+ // pr_detail_label
|
|
|
+ //
|
|
|
+ this.pr_detail_label.AutoSize = true;
|
|
|
+ this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(1170, 24);
|
|
|
+ this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.pr_detail_label.Name = "pr_detail_label";
|
|
|
+ this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.pr_detail_label.TabIndex = 50;
|
|
|
+ this.pr_detail_label.Text = "产品规格";
|
|
|
+ //
|
|
|
+ // ma_prodcode_label
|
|
|
+ //
|
|
|
+ this.ma_prodcode_label.AutoSize = true;
|
|
|
+ this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_prodcode_label.Location = new System.Drawing.Point(622, 24);
|
|
|
+ this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ma_prodcode_label.Name = "ma_prodcode_label";
|
|
|
+ this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.ma_prodcode_label.TabIndex = 51;
|
|
|
+ this.ma_prodcode_label.Text = "产品代码";
|
|
|
+ //
|
|
|
+ // Loading
|
|
|
+ //
|
|
|
+ this.Loading.AutoSize = true;
|
|
|
+ this.Loading.Checked = true;
|
|
|
+ this.Loading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Loading.ForeColor = System.Drawing.Color.Blue;
|
|
|
+ this.Loading.Location = new System.Drawing.Point(12, 22);
|
|
|
+ this.Loading.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.Loading.Name = "Loading";
|
|
|
+ this.Loading.Size = new System.Drawing.Size(113, 45);
|
|
|
+ this.Loading.TabIndex = 62;
|
|
|
+ this.Loading.TabStop = true;
|
|
|
+ this.Loading.Text = "绑定";
|
|
|
+ this.Loading.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // UnLoading
|
|
|
+ //
|
|
|
+ this.UnLoading.AutoSize = true;
|
|
|
+ this.UnLoading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.UnLoading.ForeColor = System.Drawing.Color.Blue;
|
|
|
+ this.UnLoading.Location = new System.Drawing.Point(164, 20);
|
|
|
+ this.UnLoading.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.UnLoading.Name = "UnLoading";
|
|
|
+ this.UnLoading.Size = new System.Drawing.Size(113, 45);
|
|
|
+ this.UnLoading.TabIndex = 63;
|
|
|
+ this.UnLoading.Text = "解绑";
|
|
|
+ this.UnLoading.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // sn_code_label
|
|
|
+ //
|
|
|
+ this.sn_code_label.AutoSize = true;
|
|
|
+ this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.sn_code_label.Location = new System.Drawing.Point(28, 796);
|
|
|
+ this.sn_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.sn_code_label.Name = "sn_code_label";
|
|
|
+ this.sn_code_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.sn_code_label.TabIndex = 64;
|
|
|
+ this.sn_code_label.Text = "序列号";
|
|
|
+ //
|
|
|
+ // code_label
|
|
|
+ //
|
|
|
+ this.code_label.AutoSize = true;
|
|
|
+ this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.code_label.Location = new System.Drawing.Point(28, 884);
|
|
|
+ this.code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.code_label.Name = "code_label";
|
|
|
+ this.code_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.code_label.TabIndex = 66;
|
|
|
+ this.code_label.Text = "录入框";
|
|
|
+ //
|
|
|
+ // ClearSn_code
|
|
|
+ //
|
|
|
+ this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.ClearSn_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
|
|
|
+ this.ClearSn_code.Location = new System.Drawing.Point(526, 802);
|
|
|
+ this.ClearSn_code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.ClearSn_code.Name = "ClearSn_code";
|
|
|
+ this.ClearSn_code.Size = new System.Drawing.Size(32, 32);
|
|
|
+ this.ClearSn_code.TabIndex = 138;
|
|
|
+ this.ClearSn_code.TabStop = false;
|
|
|
+ this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
|
|
|
+ //
|
|
|
+ // ms_craftcode
|
|
|
+ //
|
|
|
+ this.ms_craftcode.AutoSize = true;
|
|
|
+ this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_craftcode.Location = new System.Drawing.Point(1536, 30);
|
|
|
+ this.ms_craftcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ms_craftcode.Name = "ms_craftcode";
|
|
|
+ this.ms_craftcode.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ms_craftcode.TabIndex = 142;
|
|
|
+ this.ms_craftcode.Visible = false;
|
|
|
+ //
|
|
|
+ // ma_craftcode
|
|
|
+ //
|
|
|
+ this.ma_craftcode.AutoSize = true;
|
|
|
+ this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_craftcode.Location = new System.Drawing.Point(1508, 122);
|
|
|
+ this.ma_craftcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ma_craftcode.Name = "ma_craftcode";
|
|
|
+ this.ma_craftcode.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ma_craftcode.TabIndex = 145;
|
|
|
+ this.ma_craftcode.Visible = false;
|
|
|
+ //
|
|
|
+ // LabelDataGridView
|
|
|
+ //
|
|
|
+ this.LabelDataGridView.AllowUserToAddRows = false;
|
|
|
+ this.LabelDataGridView.AllowUserToResizeRows = false;
|
|
|
+ this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
|
|
+ this.LabelDataGridView.ColumnHeadersHeight = 46;
|
|
|
+ this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.序号,
|
|
|
+ this.sb_maincode,
|
|
|
+ this.sb_barcode,
|
|
|
+ this.sb_prodcode,
|
|
|
+ this.sb_indate});
|
|
|
+ this.LabelDataGridView.Location = new System.Drawing.Point(36, 216);
|
|
|
+ this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
+ this.LabelDataGridView.RowHeadersVisible = false;
|
|
|
+ this.LabelDataGridView.RowHeadersWidth = 82;
|
|
|
+ this.LabelDataGridView.RowTemplate.Height = 23;
|
|
|
+ this.LabelDataGridView.Size = new System.Drawing.Size(1004, 454);
|
|
|
+ this.LabelDataGridView.TabIndex = 193;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(340, 726);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.label2.TabIndex = 200;
|
|
|
+ this.label2.Text = "拼板数";
|
|
|
+ //
|
|
|
+ // pr_pcbacount
|
|
|
+ //
|
|
|
+ this.pr_pcbacount.Location = new System.Drawing.Point(478, 732);
|
|
|
+ this.pr_pcbacount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.pr_pcbacount.Name = "pr_pcbacount";
|
|
|
+ this.pr_pcbacount.ReadOnly = true;
|
|
|
+ this.pr_pcbacount.Size = new System.Drawing.Size(120, 35);
|
|
|
+ this.pr_pcbacount.TabIndex = 199;
|
|
|
+ this.pr_pcbacount.Value = new decimal(new int[] {
|
|
|
+ 2,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ //
|
|
|
+ // Rn
|
|
|
+ //
|
|
|
+ this.Rn.Location = new System.Drawing.Point(1282, 404);
|
|
|
+ this.Rn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Rn.Name = "Rn";
|
|
|
+ this.Rn.Size = new System.Drawing.Size(488, 35);
|
|
|
+ this.Rn.TabIndex = 206;
|
|
|
+ //
|
|
|
+ // Num
|
|
|
+ //
|
|
|
+ this.Num.Location = new System.Drawing.Point(1282, 318);
|
|
|
+ this.Num.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Num.Name = "Num";
|
|
|
+ this.Num.Size = new System.Drawing.Size(488, 35);
|
|
|
+ this.Num.TabIndex = 205;
|
|
|
+ //
|
|
|
+ // Prefix
|
|
|
+ //
|
|
|
+ this.Prefix.Location = new System.Drawing.Point(1282, 234);
|
|
|
+ this.Prefix.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Prefix.Name = "Prefix";
|
|
|
+ this.Prefix.Size = new System.Drawing.Size(488, 35);
|
|
|
+ this.Prefix.TabIndex = 204;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(1104, 396);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.label3.TabIndex = 203;
|
|
|
+ this.label3.Text = "起始号";
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(1104, 310);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label1.TabIndex = 202;
|
|
|
+ this.label1.Text = "数量";
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label5.Location = new System.Drawing.Point(1104, 230);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label5.TabIndex = 201;
|
|
|
+ this.label5.Text = "前缀";
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label4.Location = new System.Drawing.Point(1104, 476);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label4.TabIndex = 209;
|
|
|
+ this.label4.Text = "流水长度";
|
|
|
+ //
|
|
|
+ // Rnle
|
|
|
+ //
|
|
|
+ this.Rnle.Location = new System.Drawing.Point(1282, 476);
|
|
|
+ this.Rnle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Rnle.Name = "Rnle";
|
|
|
+ this.Rnle.ReadOnly = true;
|
|
|
+ this.Rnle.Size = new System.Drawing.Size(120, 35);
|
|
|
+ this.Rnle.TabIndex = 210;
|
|
|
+ //
|
|
|
+ // HEXIN
|
|
|
+ //
|
|
|
+ this.HEXIN.AutoSize = true;
|
|
|
+ this.HEXIN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.HEXIN.ForeColor = System.Drawing.Color.Blue;
|
|
|
+ this.HEXIN.Location = new System.Drawing.Point(1338, 174);
|
|
|
+ this.HEXIN.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.HEXIN.Name = "HEXIN";
|
|
|
+ this.HEXIN.Size = new System.Drawing.Size(177, 45);
|
|
|
+ this.HEXIN.TabIndex = 212;
|
|
|
+ this.HEXIN.Text = "十六进制";
|
|
|
+ this.HEXIN.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // DSCIN
|
|
|
+ //
|
|
|
+ this.DSCIN.AutoSize = true;
|
|
|
+ this.DSCIN.Checked = true;
|
|
|
+ this.DSCIN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.DSCIN.ForeColor = System.Drawing.Color.Blue;
|
|
|
+ this.DSCIN.Location = new System.Drawing.Point(1178, 174);
|
|
|
+ this.DSCIN.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.DSCIN.Name = "DSCIN";
|
|
|
+ this.DSCIN.Size = new System.Drawing.Size(145, 45);
|
|
|
+ this.DSCIN.TabIndex = 211;
|
|
|
+ this.DSCIN.TabStop = true;
|
|
|
+ this.DSCIN.Text = "十进制";
|
|
|
+ this.DSCIN.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // groupBox1
|
|
|
+ //
|
|
|
+ this.groupBox1.Controls.Add(this.UnLoading);
|
|
|
+ this.groupBox1.Controls.Add(this.Loading);
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(36, 698);
|
|
|
+ this.groupBox1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.groupBox1.Name = "groupBox1";
|
|
|
+ this.groupBox1.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(292, 86);
|
|
|
+ this.groupBox1.TabIndex = 213;
|
|
|
+ this.groupBox1.TabStop = false;
|
|
|
+ //
|
|
|
+ // sqit
|
|
|
+ //
|
|
|
+ this.sqit.Location = new System.Drawing.Point(1282, 542);
|
|
|
+ this.sqit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.sqit.Minimum = new decimal(new int[] {
|
|
|
+ 1,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.sqit.Name = "sqit";
|
|
|
+ this.sqit.ReadOnly = true;
|
|
|
+ this.sqit.Size = new System.Drawing.Size(120, 35);
|
|
|
+ this.sqit.TabIndex = 215;
|
|
|
+ this.sqit.Value = new decimal(new int[] {
|
|
|
+ 1,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ //
|
|
|
+ // spit
|
|
|
+ //
|
|
|
+ this.spit.AutoSize = true;
|
|
|
+ this.spit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.spit.Location = new System.Drawing.Point(1104, 542);
|
|
|
+ this.spit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.spit.Name = "spit";
|
|
|
+ this.spit.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.spit.TabIndex = 214;
|
|
|
+ this.spit.Text = "间隔";
|
|
|
+ //
|
|
|
+ // textBox1
|
|
|
+ //
|
|
|
+ this.textBox1.Location = new System.Drawing.Point(642, 796);
|
|
|
+ this.textBox1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.textBox1.Name = "textBox1";
|
|
|
+ this.textBox1.ReadOnly = true;
|
|
|
+ this.textBox1.Size = new System.Drawing.Size(434, 35);
|
|
|
+ this.textBox1.TabIndex = 217;
|
|
|
+ this.textBox1.Visible = false;
|
|
|
+ //
|
|
|
+ // openFileDialog1
|
|
|
+ //
|
|
|
+ this.openFileDialog1.FileName = "openFileDialog1";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_makecode";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "上料料号";
|
|
|
+ this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 64;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "pr_detail";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "上料名称";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 175;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "cm_soncode";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "前缀";
|
|
|
+ this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 127;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "cm_barcode";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "长度";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 112;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "sp_length";
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "条码号";
|
|
|
+ this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 112;
|
|
|
+ //
|
|
|
+ // normalButton3
|
|
|
+ //
|
|
|
+ this.normalButton3.AllPower = null;
|
|
|
+ this.normalButton3.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.normalButton3.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.DownImage")));
|
|
|
+ this.normalButton3.Image = null;
|
|
|
+ this.normalButton3.IsShowBorder = true;
|
|
|
+ this.normalButton3.Location = new System.Drawing.Point(920, 850);
|
|
|
+ this.normalButton3.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.normalButton3.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.MoveImage")));
|
|
|
+ this.normalButton3.Name = "normalButton3";
|
|
|
+ this.normalButton3.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.NormalImage")));
|
|
|
+ this.normalButton3.Power = null;
|
|
|
+ this.normalButton3.Size = new System.Drawing.Size(150, 56);
|
|
|
+ this.normalButton3.TabIndex = 218;
|
|
|
+ this.normalButton3.Text = "确认导入";
|
|
|
+ this.normalButton3.UseVisualStyleBackColor = false;
|
|
|
+ this.normalButton3.Visible = false;
|
|
|
+ this.normalButton3.Click += new System.EventHandler(this.normalButton3_Click);
|
|
|
+ //
|
|
|
+ // normalButton2
|
|
|
+ //
|
|
|
+ this.normalButton2.AllPower = null;
|
|
|
+ this.normalButton2.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
|
|
|
+ this.normalButton2.Image = null;
|
|
|
+ this.normalButton2.IsShowBorder = true;
|
|
|
+ this.normalButton2.Location = new System.Drawing.Point(858, 718);
|
|
|
+ this.normalButton2.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
|
|
|
+ this.normalButton2.Name = "normalButton2";
|
|
|
+ this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
|
|
|
+ this.normalButton2.Power = null;
|
|
|
+ this.normalButton2.Size = new System.Drawing.Size(222, 56);
|
|
|
+ this.normalButton2.TabIndex = 216;
|
|
|
+ this.normalButton2.Text = "导入镭雕日志";
|
|
|
+ this.normalButton2.UseVisualStyleBackColor = false;
|
|
|
+ this.normalButton2.Visible = false;
|
|
|
+ this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
|
|
|
+ //
|
|
|
+ // Debut
|
|
|
+ //
|
|
|
+ this.Debut.AllPower = "ifall";
|
|
|
+ this.Debut.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Debut.DownImage = ((System.Drawing.Image)(resources.GetObject("Debut.DownImage")));
|
|
|
+ this.Debut.Image = ((System.Drawing.Image)(resources.GetObject("Debut.Image")));
|
|
|
+ this.Debut.IsShowBorder = true;
|
|
|
+ this.Debut.Location = new System.Drawing.Point(1516, 594);
|
|
|
+ this.Debut.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Debut.MoveImage = ((System.Drawing.Image)(resources.GetObject("Debut.MoveImage")));
|
|
|
+ this.Debut.Name = "Debut";
|
|
|
+ this.Debut.NormalImage = ((System.Drawing.Image)(resources.GetObject("Debut.NormalImage")));
|
|
|
+ this.Debut.Power = null;
|
|
|
+ this.Debut.Size = new System.Drawing.Size(168, 48);
|
|
|
+ this.Debut.TabIndex = 208;
|
|
|
+ this.Debut.Tag = "IfRead";
|
|
|
+ this.Debut.Text = "删除绑定记录";
|
|
|
+ this.Debut.UseVisualStyleBackColor = true;
|
|
|
+ this.Debut.Click += new System.EventHandler(this.Debut_Click);
|
|
|
+ //
|
|
|
+ // Crbut
|
|
|
+ //
|
|
|
+ this.Crbut.AllPower = "ifall";
|
|
|
+ this.Crbut.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Crbut.DownImage = ((System.Drawing.Image)(resources.GetObject("Crbut.DownImage")));
|
|
|
+ this.Crbut.Image = ((System.Drawing.Image)(resources.GetObject("Crbut.Image")));
|
|
|
+ this.Crbut.IsShowBorder = true;
|
|
|
+ this.Crbut.Location = new System.Drawing.Point(1130, 594);
|
|
|
+ this.Crbut.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Crbut.MoveImage = ((System.Drawing.Image)(resources.GetObject("Crbut.MoveImage")));
|
|
|
+ this.Crbut.Name = "Crbut";
|
|
|
+ this.Crbut.NormalImage = ((System.Drawing.Image)(resources.GetObject("Crbut.NormalImage")));
|
|
|
+ this.Crbut.Power = null;
|
|
|
+ this.Crbut.Size = new System.Drawing.Size(168, 48);
|
|
|
+ this.Crbut.TabIndex = 207;
|
|
|
+ this.Crbut.Tag = "IfRead";
|
|
|
+ this.Crbut.Text = "确认生成";
|
|
|
+ this.Crbut.UseVisualStyleBackColor = true;
|
|
|
+ this.Crbut.Click += new System.EventHandler(this.Crbut_Click);
|
|
|
+ //
|
|
|
+ // 序号
|
|
|
+ //
|
|
|
+ this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.序号.DataPropertyName = "rownum";
|
|
|
+ this.序号.HeaderText = "序号";
|
|
|
+ this.序号.MinimumWidth = 10;
|
|
|
+ this.序号.Name = "序号";
|
|
|
+ this.序号.ReadOnly = true;
|
|
|
+ this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.序号.Width = 64;
|
|
|
+ //
|
|
|
+ // sb_maincode
|
|
|
+ //
|
|
|
+ this.sb_maincode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
+ this.sb_maincode.DataPropertyName = "sb_maincode";
|
|
|
+ this.sb_maincode.HeaderText = "关联条码号";
|
|
|
+ this.sb_maincode.MinimumWidth = 10;
|
|
|
+ this.sb_maincode.Name = "sb_maincode";
|
|
|
+ this.sb_maincode.ReadOnly = true;
|
|
|
+ this.sb_maincode.Width = 175;
|
|
|
+ //
|
|
|
+ // sb_barcode
|
|
|
+ //
|
|
|
+ this.sb_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
+ this.sb_barcode.DataPropertyName = "sb_barcode";
|
|
|
+ this.sb_barcode.HeaderText = "条码号";
|
|
|
+ this.sb_barcode.MinimumWidth = 10;
|
|
|
+ this.sb_barcode.Name = "sb_barcode";
|
|
|
+ this.sb_barcode.ReadOnly = true;
|
|
|
+ this.sb_barcode.Width = 127;
|
|
|
+ //
|
|
|
+ // sb_prodcode
|
|
|
+ //
|
|
|
+ this.sb_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.sb_prodcode.DataPropertyName = "sb_prodcode";
|
|
|
+ this.sb_prodcode.HeaderText = "产品编号";
|
|
|
+ this.sb_prodcode.MinimumWidth = 10;
|
|
|
+ this.sb_prodcode.Name = "sb_prodcode";
|
|
|
+ this.sb_prodcode.ReadOnly = true;
|
|
|
+ this.sb_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.sb_prodcode.Width = 112;
|
|
|
+ //
|
|
|
+ // sb_indate
|
|
|
+ //
|
|
|
+ this.sb_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.sb_indate.DataPropertyName = "sb_indate";
|
|
|
+ this.sb_indate.HeaderText = "录入日期";
|
|
|
+ this.sb_indate.MinimumWidth = 10;
|
|
|
+ this.sb_indate.Name = "sb_indate";
|
|
|
+ this.sb_indate.ReadOnly = true;
|
|
|
+ this.sb_indate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.sb_indate.Width = 112;
|
|
|
+ //
|
|
|
+ // StepCount
|
|
|
+ //
|
|
|
+ this.StepCount.LineCode = null;
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(920, 688);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.StepCount.Name = "StepCount";
|
|
|
+ this.StepCount.Size = new System.Drawing.Size(160, 44);
|
|
|
+ this.StepCount.Source = null;
|
|
|
+ this.StepCount.StepCode = null;
|
|
|
+ this.StepCount.TabIndex = 189;
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = null;
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = null;
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(192, 26);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = null;
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(296, 42);
|
|
|
+ this.ma_code.TabIndex = 141;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "ma_code";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
|
|
|
+ //
|
|
|
+ // LockMakeCode
|
|
|
+ //
|
|
|
+ this.LockMakeCode.AutoSize = true;
|
|
|
+ this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.LockMakeCode.LeaveEvent = false;
|
|
|
+ this.LockMakeCode.Location = new System.Drawing.Point(496, 30);
|
|
|
+ this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.LockMakeCode.Name = "LockMakeCode";
|
|
|
+ this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
|
|
|
+ this.LockMakeCode.TabIndex = 140;
|
|
|
+ this.LockMakeCode.Text = "锁定";
|
|
|
+ this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // ma_prodcode
|
|
|
+ //
|
|
|
+ this.ma_prodcode.AutoSize = true;
|
|
|
+ this.ma_prodcode.CutLength = null;
|
|
|
+ this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_prodcode.Location = new System.Drawing.Point(802, 24);
|
|
|
+ this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
+ this.ma_prodcode.Name = "ma_prodcode";
|
|
|
+ this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ma_prodcode.TabIndex = 99;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
+ this.pr_detail.CutLength = null;
|
|
|
+ this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(1350, 24);
|
|
|
+ this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.pr_detail.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_detail.TabIndex = 98;
|
|
|
+ //
|
|
|
+ // mcd_remainqty
|
|
|
+ //
|
|
|
+ this.mcd_remainqty.AutoSize = true;
|
|
|
+ this.mcd_remainqty.CutLength = null;
|
|
|
+ this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_remainqty.Location = new System.Drawing.Point(1348, 122);
|
|
|
+ this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mcd_remainqty.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
+ this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
+ this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.mcd_remainqty.TabIndex = 97;
|
|
|
+ this.mcd_remainqty.Tag = "mcd_remainqty";
|
|
|
+ //
|
|
|
+ // mcd_inqty
|
|
|
+ //
|
|
|
+ this.mcd_inqty.AutoSize = true;
|
|
|
+ this.mcd_inqty.CutLength = null;
|
|
|
+ this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_inqty.Location = new System.Drawing.Point(802, 122);
|
|
|
+ this.mcd_inqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mcd_inqty.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
+ this.mcd_inqty.Name = "mcd_inqty";
|
|
|
+ this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.mcd_inqty.TabIndex = 96;
|
|
|
+ //
|
|
|
+ // ma_qty
|
|
|
+ //
|
|
|
+ this.ma_qty.AutoSize = true;
|
|
|
+ this.ma_qty.CutLength = null;
|
|
|
+ this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_qty.Location = new System.Drawing.Point(192, 122);
|
|
|
+ this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ma_qty.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
+ this.ma_qty.Name = "ma_qty";
|
|
|
+ this.ma_qty.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ma_qty.TabIndex = 95;
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(1090, 688);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(696, 238);
|
|
|
+ this.OperateResult.TabIndex = 94;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // Clean
|
|
|
+ //
|
|
|
+ this.Clean.AllPower = null;
|
|
|
+ this.Clean.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
|
|
|
+ this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
|
|
|
+ this.Clean.IsShowBorder = true;
|
|
|
+ this.Clean.Location = new System.Drawing.Point(1090, 920);
|
|
|
+ this.Clean.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
|
|
|
+ this.Clean.Name = "Clean";
|
|
|
+ this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
|
|
|
+ this.Clean.Power = null;
|
|
|
+ this.Clean.Size = new System.Drawing.Size(120, 48);
|
|
|
+ this.Clean.TabIndex = 80;
|
|
|
+ this.Clean.Text = "清除";
|
|
|
+ this.Clean.UseVisualStyleBackColor = true;
|
|
|
+ this.Clean.Click += new System.EventHandler(this.Clean_Click);
|
|
|
+ //
|
|
|
+ // Confirm
|
|
|
+ //
|
|
|
+ this.Confirm.AllPower = "ifall";
|
|
|
+ this.Confirm.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
|
|
|
+ this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
|
|
|
+ this.Confirm.IsShowBorder = true;
|
|
|
+ this.Confirm.Location = new System.Drawing.Point(578, 880);
|
|
|
+ this.Confirm.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
|
|
|
+ this.Confirm.Name = "Confirm";
|
|
|
+ this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
|
|
|
+ this.Confirm.Power = null;
|
|
|
+ this.Confirm.Size = new System.Drawing.Size(120, 48);
|
|
|
+ this.Confirm.TabIndex = 73;
|
|
|
+ this.Confirm.Tag = "IfRead";
|
|
|
+ this.Confirm.Text = "确认";
|
|
|
+ this.Confirm.UseVisualStyleBackColor = true;
|
|
|
+ this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
|
|
|
+ //
|
|
|
+ // code
|
|
|
+ //
|
|
|
+ this.code.AllPower = "ifall";
|
|
|
+ this.code.BackColor = System.Drawing.Color.White;
|
|
|
+ this.code.ID = null;
|
|
|
+ this.code.Location = new System.Drawing.Point(196, 884);
|
|
|
+ this.code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.code.Name = "code";
|
|
|
+ this.code.Power = null;
|
|
|
+ this.code.Size = new System.Drawing.Size(316, 35);
|
|
|
+ this.code.Str = null;
|
|
|
+ this.code.Str1 = null;
|
|
|
+ this.code.Str2 = null;
|
|
|
+ this.code.TabIndex = 0;
|
|
|
+ this.code.Tag = "IfRead";
|
|
|
+ this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
|
|
|
+ //
|
|
|
+ // sn_code
|
|
|
+ //
|
|
|
+ this.sn_code.AllPower = null;
|
|
|
+ this.sn_code.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sn_code.Enabled = false;
|
|
|
+ this.sn_code.ID = null;
|
|
|
+ this.sn_code.Location = new System.Drawing.Point(196, 796);
|
|
|
+ this.sn_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.sn_code.Name = "sn_code";
|
|
|
+ this.sn_code.Power = null;
|
|
|
+ this.sn_code.Size = new System.Drawing.Size(316, 35);
|
|
|
+ this.sn_code.Str = null;
|
|
|
+ this.sn_code.Str1 = null;
|
|
|
+ this.sn_code.Str2 = null;
|
|
|
+ this.sn_code.TabIndex = 65;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn6
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn6.HeaderText = "条码号";
|
|
|
+ this.dataGridViewTextBoxColumn6.MinimumWidth = 300;
|
|
|
+ this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
+ this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.dataGridViewTextBoxColumn6.Width = 300;
|
|
|
+ //
|
|
|
+ // Make_SMTBind
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1796, 974);
|
|
|
+ this.Controls.Add(this.normalButton3);
|
|
|
+ this.Controls.Add(this.textBox1);
|
|
|
+ this.Controls.Add(this.normalButton2);
|
|
|
+ this.Controls.Add(this.sqit);
|
|
|
+ this.Controls.Add(this.spit);
|
|
|
+ this.Controls.Add(this.groupBox1);
|
|
|
+ this.Controls.Add(this.HEXIN);
|
|
|
+ this.Controls.Add(this.DSCIN);
|
|
|
+ this.Controls.Add(this.Rnle);
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
+ this.Controls.Add(this.Debut);
|
|
|
+ this.Controls.Add(this.Crbut);
|
|
|
+ this.Controls.Add(this.Rn);
|
|
|
+ this.Controls.Add(this.Num);
|
|
|
+ this.Controls.Add(this.Prefix);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.pr_pcbacount);
|
|
|
+ this.Controls.Add(this.LabelDataGridView);
|
|
|
+ this.Controls.Add(this.StepCount);
|
|
|
+ this.Controls.Add(this.ma_craftcode);
|
|
|
+ this.Controls.Add(this.ms_craftcode);
|
|
|
+ this.Controls.Add(this.ma_code);
|
|
|
+ this.Controls.Add(this.LockMakeCode);
|
|
|
+ this.Controls.Add(this.ClearSn_code);
|
|
|
+ this.Controls.Add(this.ma_prodcode);
|
|
|
+ this.Controls.Add(this.pr_detail);
|
|
|
+ this.Controls.Add(this.mcd_remainqty);
|
|
|
+ this.Controls.Add(this.mcd_inqty);
|
|
|
+ this.Controls.Add(this.ma_qty);
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
+ this.Controls.Add(this.Clean);
|
|
|
+ this.Controls.Add(this.Confirm);
|
|
|
+ this.Controls.Add(this.code);
|
|
|
+ this.Controls.Add(this.code_label);
|
|
|
+ this.Controls.Add(this.sn_code);
|
|
|
+ this.Controls.Add(this.sn_code_label);
|
|
|
+ this.Controls.Add(this.mcd_restqty_label);
|
|
|
+ this.Controls.Add(this.mcd_inqty_label);
|
|
|
+ this.Controls.Add(this.ma_qty_label);
|
|
|
+ this.Controls.Add(this.ms_makecode_label);
|
|
|
+ this.Controls.Add(this.pr_detail_label);
|
|
|
+ this.Controls.Add(this.ma_prodcode_label);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.Name = "Make_SMTBind";
|
|
|
+ this.Tag = "Make!SMTBind";
|
|
|
+ this.Text = "拼版绑定";
|
|
|
+ this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Rnle)).EndInit();
|
|
|
+ this.groupBox1.ResumeLayout(true);
|
|
|
+ this.groupBox1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.sqit)).EndInit();
|
|
|
+ this.ResumeLayout(true);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+ private System.Windows.Forms.Label mcd_restqty_label;
|
|
|
+ private System.Windows.Forms.Label mcd_inqty_label;
|
|
|
+ private System.Windows.Forms.Label ma_qty_label;
|
|
|
+ private System.Windows.Forms.Label ms_makecode_label;
|
|
|
+ private System.Windows.Forms.Label pr_detail_label;
|
|
|
+ private System.Windows.Forms.Label ma_prodcode_label;
|
|
|
+ private System.Windows.Forms.RadioButton Loading;
|
|
|
+ private System.Windows.Forms.RadioButton UnLoading;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
|
|
|
+ private System.Windows.Forms.Label sn_code_label;
|
|
|
+ private System.Windows.Forms.Label code_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox code;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Confirm;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Clean;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ma_qty;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel mcd_inqty;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pr_detail;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ma_prodcode;
|
|
|
+ private System.Windows.Forms.PictureBox ClearSn_code;
|
|
|
+ private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|
|
|
+ private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
+ private System.Windows.Forms.Label ms_craftcode;
|
|
|
+ private System.Windows.Forms.Label ma_craftcode;
|
|
|
+ private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
|
|
|
+ private System.Windows.Forms.DataGridView LabelDataGridView;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.NumericUpDown pr_pcbacount;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn sb_maincode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn sb_barcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn sb_prodcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn sb_indate;
|
|
|
+ private System.Windows.Forms.TextBox Rn;
|
|
|
+ private System.Windows.Forms.TextBox Num;
|
|
|
+ private System.Windows.Forms.TextBox Prefix;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Crbut;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Debut;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.NumericUpDown Rnle;
|
|
|
+ private System.Windows.Forms.RadioButton HEXIN;
|
|
|
+ private System.Windows.Forms.RadioButton DSCIN;
|
|
|
+ private System.Windows.Forms.GroupBox groupBox1;
|
|
|
+ private System.Windows.Forms.NumericUpDown sqit;
|
|
|
+ private System.Windows.Forms.Label spit;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton normalButton2;
|
|
|
+ private System.Windows.Forms.TextBox textBox1;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton normalButton3;
|
|
|
+ private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
|
+ }
|
|
|
+}
|