123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_SeqProgramTransform
- {
- /// <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.ms_macode_label = new System.Windows.Forms.Label();
- this.ma_prodcode_label = new System.Windows.Forms.Label();
- this.pr_detail_label = new System.Windows.Forms.Label();
- this.remain_qty_label = new System.Windows.Forms.Label();
- this.PrintNum_label = new System.Windows.Forms.Label();
- this.ms_macode = new System.Windows.Forms.Label();
- this.remain_qty = new System.Windows.Forms.Label();
- this.count = new System.Windows.Forms.Label();
- this.TSNLength_checkBox = new System.Windows.Forms.CheckBox();
- this.SNLength_checkBox = new System.Windows.Forms.CheckBox();
- this.TSNPre_checkBox = new System.Windows.Forms.CheckBox();
- this.SNPre_checkBox = new System.Windows.Forms.CheckBox();
- this.tip = new System.Windows.Forms.Label();
- this.in_label = new System.Windows.Forms.Label();
- this.ClearSn_code = new System.Windows.Forms.PictureBox();
- this.sn_code_label = new System.Windows.Forms.Label();
- this.ma_softversion = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.SameReamrk = new System.Windows.Forms.CheckBox();
- this.label1 = new System.Windows.Forms.Label();
- this.IFONLY = new System.Windows.Forms.CheckBox();
- this.CollectRemark = new System.Windows.Forms.CheckBox();
- this.Remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.Seq_Remark_PreFix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
- this.ChangeResult = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
- this.show_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.SNPre = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.TSNPre = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.SNLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.TSNLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
- this.SuspendLayout();
- //
- // ms_macode_label
- //
- this.ms_macode_label.AutoSize = true;
- this.ms_macode_label.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.ms_macode_label.Location = new System.Drawing.Point(19, 17);
- this.ms_macode_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ms_macode_label.Name = "ms_macode_label";
- this.ms_macode_label.Size = new System.Drawing.Size(74, 21);
- this.ms_macode_label.TabIndex = 0;
- this.ms_macode_label.Text = "工单编号";
- //
- // ma_prodcode_label
- //
- this.ma_prodcode_label.AutoSize = true;
- this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.ma_prodcode_label.Location = new System.Drawing.Point(289, 17);
- this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ma_prodcode_label.Name = "ma_prodcode_label";
- this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
- this.ma_prodcode_label.TabIndex = 1;
- this.ma_prodcode_label.Text = "产品编号";
- //
- // pr_detail_label
- //
- this.pr_detail_label.AutoSize = true;
- this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.pr_detail_label.Location = new System.Drawing.Point(527, 17);
- this.pr_detail_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.pr_detail_label.Name = "pr_detail_label";
- this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
- this.pr_detail_label.TabIndex = 2;
- this.pr_detail_label.Text = "产品名称";
- //
- // remain_qty_label
- //
- this.remain_qty_label.AutoSize = true;
- this.remain_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.remain_qty_label.Location = new System.Drawing.Point(19, 45);
- this.remain_qty_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.remain_qty_label.Name = "remain_qty_label";
- this.remain_qty_label.Size = new System.Drawing.Size(58, 21);
- this.remain_qty_label.TabIndex = 3;
- this.remain_qty_label.Text = "剩余数";
- //
- // PrintNum_label
- //
- this.PrintNum_label.AutoSize = true;
- this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.PrintNum_label.Location = new System.Drawing.Point(659, 416);
- this.PrintNum_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.PrintNum_label.Name = "PrintNum_label";
- this.PrintNum_label.Size = new System.Drawing.Size(42, 21);
- this.PrintNum_label.TabIndex = 4;
- this.PrintNum_label.Text = "计数";
- this.PrintNum_label.Visible = false;
- //
- // ms_macode
- //
- this.ms_macode.AutoSize = true;
- this.ms_macode.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.ms_macode.Location = new System.Drawing.Point(94, 17);
- this.ms_macode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ms_macode.Name = "ms_macode";
- this.ms_macode.Size = new System.Drawing.Size(0, 21);
- this.ms_macode.TabIndex = 5;
- this.ms_macode.TextChanged += new System.EventHandler(this.ms_macode_TextChanged);
- //
- // remain_qty
- //
- this.remain_qty.AutoSize = true;
- this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.remain_qty.Location = new System.Drawing.Point(94, 45);
- this.remain_qty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.remain_qty.Name = "remain_qty";
- this.remain_qty.Size = new System.Drawing.Size(0, 21);
- this.remain_qty.TabIndex = 6;
- //
- // count
- //
- this.count.AutoSize = true;
- this.count.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.count.Location = new System.Drawing.Point(712, 414);
- this.count.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.count.Name = "count";
- this.count.Size = new System.Drawing.Size(19, 21);
- this.count.TabIndex = 8;
- this.count.Text = "0";
- this.count.Visible = false;
- //
- // TSNLength_checkBox
- //
- this.TSNLength_checkBox.AutoSize = true;
- this.TSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.TSNLength_checkBox.Location = new System.Drawing.Point(25, 81);
- this.TSNLength_checkBox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.TSNLength_checkBox.Name = "TSNLength_checkBox";
- this.TSNLength_checkBox.Size = new System.Drawing.Size(83, 24);
- this.TSNLength_checkBox.TabIndex = 10;
- this.TSNLength_checkBox.Text = "TSN长度";
- this.TSNLength_checkBox.UseVisualStyleBackColor = true;
- //
- // SNLength_checkBox
- //
- this.SNLength_checkBox.AutoSize = true;
- this.SNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.SNLength_checkBox.Location = new System.Drawing.Point(25, 111);
- this.SNLength_checkBox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.SNLength_checkBox.Name = "SNLength_checkBox";
- this.SNLength_checkBox.Size = new System.Drawing.Size(75, 24);
- this.SNLength_checkBox.TabIndex = 11;
- this.SNLength_checkBox.Text = "SN长度";
- this.SNLength_checkBox.UseVisualStyleBackColor = true;
- //
- // TSNPre_checkBox
- //
- this.TSNPre_checkBox.AutoSize = true;
- this.TSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.TSNPre_checkBox.Location = new System.Drawing.Point(428, 80);
- this.TSNPre_checkBox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.TSNPre_checkBox.Name = "TSNPre_checkBox";
- this.TSNPre_checkBox.Size = new System.Drawing.Size(83, 24);
- this.TSNPre_checkBox.TabIndex = 12;
- this.TSNPre_checkBox.Text = "TSN前缀";
- this.TSNPre_checkBox.UseVisualStyleBackColor = true;
- //
- // SNPre_checkBox
- //
- this.SNPre_checkBox.AutoSize = true;
- this.SNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.SNPre_checkBox.Location = new System.Drawing.Point(428, 112);
- this.SNPre_checkBox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.SNPre_checkBox.Name = "SNPre_checkBox";
- this.SNPre_checkBox.Size = new System.Drawing.Size(75, 24);
- this.SNPre_checkBox.TabIndex = 13;
- this.SNPre_checkBox.Text = "SN前缀";
- this.SNPre_checkBox.UseVisualStyleBackColor = true;
- //
- // tip
- //
- this.tip.AutoSize = true;
- this.tip.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.tip.Location = new System.Drawing.Point(19, 138);
- this.tip.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.tip.Name = "tip";
- this.tip.Size = new System.Drawing.Size(106, 22);
- this.tip.TabIndex = 18;
- this.tip.Text = "采集提示信息";
- //
- // in_label
- //
- this.in_label.AutoSize = true;
- this.in_label.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.in_label.Location = new System.Drawing.Point(19, 417);
- this.in_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.in_label.Name = "in_label";
- this.in_label.Size = new System.Drawing.Size(58, 21);
- this.in_label.TabIndex = 21;
- this.in_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(267, 381);
- this.ClearSn_code.Name = "ClearSn_code";
- this.ClearSn_code.Size = new System.Drawing.Size(16, 16);
- this.ClearSn_code.TabIndex = 144;
- this.ClearSn_code.TabStop = false;
- this.ClearSn_code.Click += new System.EventHandler(this.cancel_Click);
- //
- // 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(19, 381);
- this.sn_code_label.Name = "sn_code_label";
- this.sn_code_label.Size = new System.Drawing.Size(58, 21);
- this.sn_code_label.TabIndex = 142;
- this.sn_code_label.Text = "序列号";
- //
- // ma_softversion
- //
- this.ma_softversion.AutoSize = true;
- this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.ma_softversion.Location = new System.Drawing.Point(605, 45);
- this.ma_softversion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ma_softversion.Name = "ma_softversion";
- this.ma_softversion.Size = new System.Drawing.Size(0, 21);
- this.ma_softversion.TabIndex = 150;
- //
- // 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(527, 45);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(74, 21);
- this.label2.TabIndex = 149;
- this.label2.Text = "软件版本";
- //
- // SameReamrk
- //
- this.SameReamrk.AutoSize = true;
- this.SameReamrk.Location = new System.Drawing.Point(446, 426);
- this.SameReamrk.Name = "SameReamrk";
- this.SameReamrk.Size = new System.Drawing.Size(96, 16);
- this.SameReamrk.TabIndex = 218;
- this.SameReamrk.Text = "固定录入备注";
- this.SameReamrk.UseVisualStyleBackColor = true;
- this.SameReamrk.CheckedChanged += new System.EventHandler(this.SameReamrk_CheckedChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(353, 394);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(37, 20);
- this.label1.TabIndex = 217;
- this.label1.Text = "前缀";
- //
- // IFONLY
- //
- this.IFONLY.AutoSize = true;
- this.IFONLY.Location = new System.Drawing.Point(357, 426);
- this.IFONLY.Name = "IFONLY";
- this.IFONLY.Size = new System.Drawing.Size(84, 16);
- this.IFONLY.TabIndex = 216;
- this.IFONLY.Text = "不允许重复";
- this.IFONLY.UseVisualStyleBackColor = true;
- this.IFONLY.CheckedChanged += new System.EventHandler(this.IFONLY_CheckedChanged);
- //
- // CollectRemark
- //
- this.CollectRemark.AutoSize = true;
- this.CollectRemark.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CollectRemark.Location = new System.Drawing.Point(548, 426);
- this.CollectRemark.Name = "CollectRemark";
- this.CollectRemark.Size = new System.Drawing.Size(72, 16);
- this.CollectRemark.TabIndex = 215;
- this.CollectRemark.Text = "采集备注";
- this.CollectRemark.UseVisualStyleBackColor = true;
- this.CollectRemark.CheckedChanged += new System.EventHandler(this.CollectRemark_CheckedChanged);
- //
- // Remark
- //
- this.Remark.AllPower = null;
- this.Remark.BackColor = System.Drawing.Color.White;
- this.Remark.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.Remark.ID = null;
- this.Remark.Location = new System.Drawing.Point(458, 377);
- this.Remark.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.Remark.Multiline = true;
- this.Remark.Name = "Remark";
- this.Remark.Power = null;
- this.Remark.Size = new System.Drawing.Size(143, 37);
- this.Remark.Str = null;
- this.Remark.Str1 = null;
- this.Remark.Str2 = null;
- this.Remark.TabIndex = 220;
- this.Remark.Enter += new System.EventHandler(this.Remark_Enter);
- this.Remark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Remark_KeyDown);
- this.Remark.Leave += new System.EventHandler(this.Remark_Leave);
- //
- // Seq_Remark_PreFix
- //
- this.Seq_Remark_PreFix.AllPower = null;
- this.Seq_Remark_PreFix.BackColor = System.Drawing.Color.White;
- this.Seq_Remark_PreFix.ID = null;
- this.Seq_Remark_PreFix.Location = new System.Drawing.Point(396, 393);
- this.Seq_Remark_PreFix.Name = "Seq_Remark_PreFix";
- this.Seq_Remark_PreFix.Power = null;
- this.Seq_Remark_PreFix.Size = new System.Drawing.Size(44, 21);
- this.Seq_Remark_PreFix.Str = null;
- this.Seq_Remark_PreFix.Str1 = null;
- this.Seq_Remark_PreFix.Str2 = null;
- this.Seq_Remark_PreFix.TabIndex = 219;
- this.Seq_Remark_PreFix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Seq_Remark_PreFix_KeyDown);
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.OperateResult.Location = new System.Drawing.Point(23, 166);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(770, 199);
- this.OperateResult.TabIndex = 19;
- this.OperateResult.Text = "";
- //
- // StepCount
- //
- this.StepCount.LineCode = null;
- this.StepCount.Location = new System.Drawing.Point(290, 45);
- this.StepCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.StepCount.Name = "StepCount";
- this.StepCount.Size = new System.Drawing.Size(88, 22);
- this.StepCount.Source = null;
- this.StepCount.StepCode = null;
- this.StepCount.TabIndex = 195;
- //
- // ChangeResult
- //
- this.ChangeResult.AllPower = "ifall";
- this.ChangeResult.AutoSize = true;
- this.ChangeResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ChangeResult.Location = new System.Drawing.Point(267, 413);
- this.ChangeResult.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.ChangeResult.Name = "ChangeResult";
- this.ChangeResult.Power = "ifspecial";
- this.ChangeResult.Size = new System.Drawing.Size(93, 25);
- this.ChangeResult.TabIndex = 145;
- this.ChangeResult.Text = "重新转换";
- this.ChangeResult.UseVisualStyleBackColor = true;
- this.ChangeResult.CheckedChanged += new System.EventHandler(this.ChangeResult_CheckedChanged);
- //
- // show_sncode
- //
- this.show_sncode.AllPower = null;
- this.show_sncode.BackColor = System.Drawing.Color.White;
- this.show_sncode.Enabled = false;
- this.show_sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.show_sncode.ID = null;
- this.show_sncode.Location = new System.Drawing.Point(83, 381);
- this.show_sncode.Name = "show_sncode";
- this.show_sncode.Power = null;
- this.show_sncode.Size = new System.Drawing.Size(160, 25);
- this.show_sncode.Str = null;
- this.show_sncode.Str1 = null;
- this.show_sncode.Str2 = null;
- this.show_sncode.TabIndex = 143;
- //
- // 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(367, 17);
- this.ma_prodcode.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
- this.ma_prodcode.MaximumSize = new System.Drawing.Size(133, 0);
- this.ma_prodcode.Name = "ma_prodcode";
- this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
- this.ma_prodcode.TabIndex = 24;
- //
- // 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(604, 17);
- this.pr_detail.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
- this.pr_detail.MaximumSize = new System.Drawing.Size(109, 0);
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.Size = new System.Drawing.Size(0, 21);
- this.pr_detail.TabIndex = 23;
- //
- // code
- //
- this.code.AllPower = null;
- this.code.BackColor = System.Drawing.Color.White;
- this.code.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.code.ID = null;
- this.code.Location = new System.Drawing.Point(83, 415);
- this.code.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.code.Name = "code";
- this.code.Power = null;
- this.code.Size = new System.Drawing.Size(160, 25);
- this.code.Str = null;
- this.code.Str1 = null;
- this.code.Str2 = null;
- this.code.TabIndex = 22;
- this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
- //
- // SNPre
- //
- this.SNPre.AllPower = null;
- this.SNPre.BackColor = System.Drawing.Color.White;
- this.SNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.SNPre.ID = null;
- this.SNPre.Location = new System.Drawing.Point(517, 111);
- this.SNPre.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.SNPre.Name = "SNPre";
- this.SNPre.Power = null;
- this.SNPre.Size = new System.Drawing.Size(143, 25);
- this.SNPre.Str = null;
- this.SNPre.Str1 = null;
- this.SNPre.Str2 = null;
- this.SNPre.TabIndex = 17;
- //
- // TSNPre
- //
- this.TSNPre.AllPower = null;
- this.TSNPre.BackColor = System.Drawing.Color.White;
- this.TSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.TSNPre.ID = null;
- this.TSNPre.Location = new System.Drawing.Point(517, 79);
- this.TSNPre.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.TSNPre.Name = "TSNPre";
- this.TSNPre.Power = null;
- this.TSNPre.Size = new System.Drawing.Size(143, 25);
- this.TSNPre.Str = null;
- this.TSNPre.Str1 = null;
- this.TSNPre.Str2 = null;
- this.TSNPre.TabIndex = 16;
- //
- // SNLength
- //
- this.SNLength.AllPower = null;
- this.SNLength.BackColor = System.Drawing.Color.White;
- this.SNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.SNLength.ID = null;
- this.SNLength.Location = new System.Drawing.Point(123, 110);
- this.SNLength.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.SNLength.Name = "SNLength";
- this.SNLength.Negative = false;
- this.SNLength.Power = null;
- this.SNLength.Size = new System.Drawing.Size(143, 25);
- this.SNLength.Str = null;
- this.SNLength.Str1 = null;
- this.SNLength.Str2 = null;
- this.SNLength.TabIndex = 15;
- //
- // TSNLength
- //
- this.TSNLength.AllPower = null;
- this.TSNLength.BackColor = System.Drawing.Color.White;
- this.TSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.TSNLength.ID = null;
- this.TSNLength.Location = new System.Drawing.Point(123, 79);
- this.TSNLength.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.TSNLength.Name = "TSNLength";
- this.TSNLength.Negative = false;
- this.TSNLength.Power = null;
- this.TSNLength.Size = new System.Drawing.Size(143, 25);
- this.TSNLength.Str = null;
- this.TSNLength.Str1 = null;
- this.TSNLength.Str2 = null;
- this.TSNLength.TabIndex = 14;
- //
- // Make_SeqProgramTransform
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(813, 454);
- this.Controls.Add(this.Remark);
- this.Controls.Add(this.Seq_Remark_PreFix);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.SameReamrk);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.IFONLY);
- this.Controls.Add(this.CollectRemark);
- this.Controls.Add(this.StepCount);
- this.Controls.Add(this.ma_softversion);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.ChangeResult);
- this.Controls.Add(this.ClearSn_code);
- this.Controls.Add(this.show_sncode);
- this.Controls.Add(this.sn_code_label);
- this.Controls.Add(this.ma_prodcode);
- this.Controls.Add(this.pr_detail);
- this.Controls.Add(this.code);
- this.Controls.Add(this.in_label);
- this.Controls.Add(this.tip);
- this.Controls.Add(this.SNPre);
- this.Controls.Add(this.TSNPre);
- this.Controls.Add(this.SNLength);
- this.Controls.Add(this.TSNLength);
- this.Controls.Add(this.SNPre_checkBox);
- this.Controls.Add(this.TSNPre_checkBox);
- this.Controls.Add(this.SNLength_checkBox);
- this.Controls.Add(this.TSNLength_checkBox);
- this.Controls.Add(this.count);
- this.Controls.Add(this.remain_qty);
- this.Controls.Add(this.ms_macode);
- this.Controls.Add(this.PrintNum_label);
- this.Controls.Add(this.remain_qty_label);
- this.Controls.Add(this.pr_detail_label);
- this.Controls.Add(this.ma_prodcode_label);
- this.Controls.Add(this.ms_macode_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.Name = "Make_SeqProgramTransform";
- this.Tag = "Make!SeqProgramTransform";
- this.Load += new System.EventHandler(this.Make_SeqProgramTransform_Load);
- this.SizeChanged += new System.EventHandler(this.Make_SeqProgramTransform_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label ms_macode_label;
- private System.Windows.Forms.Label ma_prodcode_label;
- private System.Windows.Forms.Label pr_detail_label;
- private System.Windows.Forms.Label remain_qty_label;
- private System.Windows.Forms.Label PrintNum_label;
- private System.Windows.Forms.Label ms_macode;
- private System.Windows.Forms.Label remain_qty;
- private System.Windows.Forms.Label count;
- private System.Windows.Forms.CheckBox TSNLength_checkBox;
- private System.Windows.Forms.CheckBox SNLength_checkBox;
- private System.Windows.Forms.CheckBox TSNPre_checkBox;
- private System.Windows.Forms.CheckBox SNPre_checkBox;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox TSNLength;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox SNLength;
- private CustomControl.TextBoxWithIcon.EnterTextBox TSNPre;
- private CustomControl.TextBoxWithIcon.EnterTextBox SNPre;
- private System.Windows.Forms.Label tip;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.Label in_label;
- private CustomControl.TextBoxWithIcon.SnCollectionBox code;
- private CustomControl.ValueLabel.ValueLabel pr_detail;
- private CustomControl.ValueLabel.ValueLabel ma_prodcode;
- private System.Windows.Forms.PictureBox ClearSn_code;
- private CustomControl.TextBoxWithIcon.EnterTextBox show_sncode;
- private System.Windows.Forms.Label sn_code_label;
- private CustomControl.CustomCheckBox.CustomCheckBox ChangeResult;
- private System.Windows.Forms.Label ma_softversion;
- private System.Windows.Forms.Label label2;
- private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
- private System.Windows.Forms.CheckBox SameReamrk;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.CheckBox IFONLY;
- private System.Windows.Forms.CheckBox CollectRemark;
- private CustomControl.TextBoxWithIcon.SnCollectionBox Seq_Remark_PreFix;
- private CustomControl.TextBoxWithIcon.EnterTextBox Remark;
- }
- }
|