|
@@ -29,7 +29,7 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip();
|
|
|
+ this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
@@ -53,16 +53,18 @@
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.CollectRemark = new System.Windows.Forms.CheckBox();
|
|
|
this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// PrintLabel
|
|
|
//
|
|
|
this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.PrintLabel.FormattingEnabled = true;
|
|
|
- this.PrintLabel.Location = new System.Drawing.Point(1052, 244);
|
|
|
- this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.PrintLabel.Location = new System.Drawing.Point(790, 227);
|
|
|
+ this.PrintLabel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.PrintLabel.Name = "PrintLabel";
|
|
|
- this.PrintLabel.Size = new System.Drawing.Size(177, 23);
|
|
|
+ this.PrintLabel.Size = new System.Drawing.Size(134, 20);
|
|
|
this.PrintLabel.TabIndex = 181;
|
|
|
this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
|
|
|
//
|
|
@@ -70,10 +72,9 @@
|
|
|
//
|
|
|
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(967, 180);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Location = new System.Drawing.Point(726, 176);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.label2.Size = new System.Drawing.Size(58, 21);
|
|
|
this.label2.TabIndex = 180;
|
|
|
this.label2.Text = "打印机";
|
|
|
//
|
|
@@ -81,10 +82,9 @@
|
|
|
//
|
|
|
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(967, 244);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label1.Location = new System.Drawing.Point(726, 227);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(52, 27);
|
|
|
+ this.label1.Size = new System.Drawing.Size(42, 21);
|
|
|
this.label1.TabIndex = 179;
|
|
|
this.label1.Text = "标签";
|
|
|
//
|
|
@@ -92,10 +92,9 @@
|
|
|
//
|
|
|
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(861, 53);
|
|
|
- this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(646, 42);
|
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
|
- this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.pr_detail_label.TabIndex = 171;
|
|
|
this.pr_detail_label.Text = "产品名称";
|
|
|
//
|
|
@@ -105,10 +104,9 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.sncode_label.AutoSize = true;
|
|
|
this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.sncode_label.Location = new System.Drawing.Point(349, 558);
|
|
|
- this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.sncode_label.Location = new System.Drawing.Point(262, 446);
|
|
|
this.sncode_label.Name = "sncode_label";
|
|
|
- this.sncode_label.Size = new System.Drawing.Size(88, 27);
|
|
|
+ this.sncode_label.Size = new System.Drawing.Size(70, 21);
|
|
|
this.sncode_label.TabIndex = 170;
|
|
|
this.sncode_label.Text = "TSN/SN";
|
|
|
//
|
|
@@ -116,10 +114,9 @@
|
|
|
//
|
|
|
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(861, 111);
|
|
|
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label4.Location = new System.Drawing.Point(646, 89);
|
|
|
this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label4.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label4.TabIndex = 167;
|
|
|
this.label4.Text = "打印张数";
|
|
|
//
|
|
@@ -127,10 +124,9 @@
|
|
|
//
|
|
|
this.mcd_remainqty_label.AutoSize = true;
|
|
|
this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_remainqty_label.Location = new System.Drawing.Point(500, 105);
|
|
|
- this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mcd_remainqty_label.Location = new System.Drawing.Point(375, 84);
|
|
|
this.mcd_remainqty_label.Name = "mcd_remainqty_label";
|
|
|
- this.mcd_remainqty_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.mcd_remainqty_label.Size = new System.Drawing.Size(58, 21);
|
|
|
this.mcd_remainqty_label.TabIndex = 166;
|
|
|
this.mcd_remainqty_label.Text = "剩余数";
|
|
|
//
|
|
@@ -138,10 +134,9 @@
|
|
|
//
|
|
|
this.mcd_okqty_label.AutoSize = true;
|
|
|
this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_okqty_label.Location = new System.Drawing.Point(16, 105);
|
|
|
- this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mcd_okqty_label.Location = new System.Drawing.Point(12, 84);
|
|
|
this.mcd_okqty_label.Name = "mcd_okqty_label";
|
|
|
- this.mcd_okqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.mcd_okqty_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.mcd_okqty_label.TabIndex = 165;
|
|
|
this.mcd_okqty_label.Text = "打印计数";
|
|
|
//
|
|
@@ -149,10 +144,9 @@
|
|
|
//
|
|
|
this.pr_code_label.AutoSize = true;
|
|
|
this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code_label.Location = new System.Drawing.Point(500, 52);
|
|
|
- this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(375, 42);
|
|
|
this.pr_code_label.Name = "pr_code_label";
|
|
|
- this.pr_code_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pr_code_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.pr_code_label.TabIndex = 164;
|
|
|
this.pr_code_label.Text = "产品编号";
|
|
|
//
|
|
@@ -160,10 +154,9 @@
|
|
|
//
|
|
|
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(13, 52);
|
|
|
- this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(10, 42);
|
|
|
this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
- this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.ms_makecode_label.TabIndex = 163;
|
|
|
this.ms_makecode_label.Text = "归属工单";
|
|
|
//
|
|
@@ -173,10 +166,9 @@
|
|
|
this.CheckTSN.Checked = true;
|
|
|
this.CheckTSN.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.CheckTSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.CheckTSN.Location = new System.Drawing.Point(43, 556);
|
|
|
- this.CheckTSN.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.CheckTSN.Location = new System.Drawing.Point(32, 445);
|
|
|
this.CheckTSN.Name = "CheckTSN";
|
|
|
- this.CheckTSN.Size = new System.Drawing.Size(153, 31);
|
|
|
+ this.CheckTSN.Size = new System.Drawing.Size(124, 25);
|
|
|
this.CheckTSN.TabIndex = 186;
|
|
|
this.CheckTSN.Text = "是否检查TSN";
|
|
|
this.CheckTSN.UseVisualStyleBackColor = true;
|
|
@@ -185,9 +177,10 @@
|
|
|
// StepCount
|
|
|
//
|
|
|
this.StepCount.LineCode = null;
|
|
|
- this.StepCount.Location = new System.Drawing.Point(972, 307);
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(729, 246);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.StepCount.Name = "StepCount";
|
|
|
- this.StepCount.Size = new System.Drawing.Size(106, 28);
|
|
|
+ this.StepCount.Size = new System.Drawing.Size(80, 22);
|
|
|
this.StepCount.Source = null;
|
|
|
this.StepCount.StepCode = null;
|
|
|
this.StepCount.TabIndex = 189;
|
|
@@ -197,10 +190,9 @@
|
|
|
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(332, 52);
|
|
|
- this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.LockMakeCode.Location = new System.Drawing.Point(249, 42);
|
|
|
this.LockMakeCode.Name = "LockMakeCode";
|
|
|
- this.LockMakeCode.Size = new System.Drawing.Size(61, 24);
|
|
|
+ this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
|
|
|
this.LockMakeCode.TabIndex = 185;
|
|
|
this.LockMakeCode.Text = "锁定";
|
|
|
this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
@@ -212,14 +204,13 @@
|
|
|
this.ma_code.Condition = null;
|
|
|
this.ma_code.DBTitle = null;
|
|
|
this.ma_code.FormName = null;
|
|
|
- this.ma_code.Location = new System.Drawing.Point(120, 52);
|
|
|
- this.ma_code.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(90, 42);
|
|
|
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(199, 26);
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(149, 21);
|
|
|
this.ma_code.TabIndex = 184;
|
|
|
this.ma_code.TableName = null;
|
|
|
this.ma_code.TextBoxEnable = true;
|
|
@@ -227,20 +218,19 @@
|
|
|
//
|
|
|
// Printer
|
|
|
//
|
|
|
- this.Printer.Location = new System.Drawing.Point(1052, 180);
|
|
|
- this.Printer.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.Printer.Location = new System.Drawing.Point(790, 176);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.Printer.Name = "Printer";
|
|
|
- this.Printer.Size = new System.Drawing.Size(179, 31);
|
|
|
+ this.Printer.Size = new System.Drawing.Size(134, 25);
|
|
|
this.Printer.TabIndex = 178;
|
|
|
//
|
|
|
// mcd_remainqty
|
|
|
//
|
|
|
this.mcd_remainqty.AutoSize = true;
|
|
|
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(617, 105);
|
|
|
- this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mcd_remainqty.Location = new System.Drawing.Point(463, 84);
|
|
|
this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
- this.mcd_remainqty.Size = new System.Drawing.Size(24, 27);
|
|
|
+ this.mcd_remainqty.Size = new System.Drawing.Size(19, 21);
|
|
|
this.mcd_remainqty.TabIndex = 177;
|
|
|
this.mcd_remainqty.Text = "0";
|
|
|
//
|
|
@@ -248,10 +238,9 @@
|
|
|
//
|
|
|
this.mcd_okqty.AutoSize = true;
|
|
|
this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_okqty.Location = new System.Drawing.Point(115, 105);
|
|
|
- this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mcd_okqty.Location = new System.Drawing.Point(86, 84);
|
|
|
this.mcd_okqty.Name = "mcd_okqty";
|
|
|
- this.mcd_okqty.Size = new System.Drawing.Size(24, 27);
|
|
|
+ this.mcd_okqty.Size = new System.Drawing.Size(19, 21);
|
|
|
this.mcd_okqty.TabIndex = 176;
|
|
|
this.mcd_okqty.Text = "0";
|
|
|
//
|
|
@@ -260,11 +249,10 @@
|
|
|
this.pr_code.AutoSize = true;
|
|
|
this.pr_code.CutLength = null;
|
|
|
this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code.Location = new System.Drawing.Point(617, 53);
|
|
|
- this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(463, 42);
|
|
|
+ this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
this.pr_code.Name = "pr_code";
|
|
|
- this.pr_code.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pr_code.TabIndex = 175;
|
|
|
this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
|
|
|
//
|
|
@@ -273,11 +261,10 @@
|
|
|
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(979, 52);
|
|
|
- this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(734, 42);
|
|
|
+ this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pr_detail.TabIndex = 174;
|
|
|
//
|
|
|
// PrintNum
|
|
@@ -286,12 +273,11 @@
|
|
|
this.PrintNum.BackColor = System.Drawing.Color.White;
|
|
|
this.PrintNum.Enabled = false;
|
|
|
this.PrintNum.ID = null;
|
|
|
- this.PrintNum.Location = new System.Drawing.Point(979, 111);
|
|
|
- this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.PrintNum.Location = new System.Drawing.Point(734, 89);
|
|
|
this.PrintNum.Name = "PrintNum";
|
|
|
this.PrintNum.Negative = false;
|
|
|
this.PrintNum.Power = null;
|
|
|
- this.PrintNum.Size = new System.Drawing.Size(199, 25);
|
|
|
+ this.PrintNum.Size = new System.Drawing.Size(150, 21);
|
|
|
this.PrintNum.Str = null;
|
|
|
this.PrintNum.Str1 = null;
|
|
|
this.PrintNum.Str2 = null;
|
|
@@ -305,11 +291,10 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
this.sncode.ID = null;
|
|
|
- this.sncode.Location = new System.Drawing.Point(468, 559);
|
|
|
- this.sncode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.sncode.Location = new System.Drawing.Point(351, 447);
|
|
|
this.sncode.Name = "sncode";
|
|
|
this.sncode.Power = null;
|
|
|
- this.sncode.Size = new System.Drawing.Size(260, 25);
|
|
|
+ this.sncode.Size = new System.Drawing.Size(196, 21);
|
|
|
this.sncode.Str = null;
|
|
|
this.sncode.Str1 = null;
|
|
|
this.sncode.Str2 = null;
|
|
@@ -320,10 +305,9 @@
|
|
|
// 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(19, 161);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(14, 129);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(940, 380);
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(706, 305);
|
|
|
this.OperateResult.TabIndex = 168;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
@@ -333,10 +317,9 @@
|
|
|
this.CollectRemark.Checked = true;
|
|
|
this.CollectRemark.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.CollectRemark.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.CollectRemark.Location = new System.Drawing.Point(972, 361);
|
|
|
- this.CollectRemark.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.CollectRemark.Location = new System.Drawing.Point(729, 289);
|
|
|
this.CollectRemark.Name = "CollectRemark";
|
|
|
- this.CollectRemark.Size = new System.Drawing.Size(100, 27);
|
|
|
+ this.CollectRemark.Size = new System.Drawing.Size(84, 24);
|
|
|
this.CollectRemark.TabIndex = 197;
|
|
|
this.CollectRemark.Text = "采集备注";
|
|
|
this.CollectRemark.UseVisualStyleBackColor = true;
|
|
@@ -344,18 +327,40 @@
|
|
|
// Remark
|
|
|
//
|
|
|
this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Remark.Location = new System.Drawing.Point(967, 395);
|
|
|
- this.Remark.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
|
+ this.Remark.Location = new System.Drawing.Point(725, 316);
|
|
|
+ this.Remark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.Remark.Name = "Remark";
|
|
|
- this.Remark.Size = new System.Drawing.Size(271, 99);
|
|
|
+ this.Remark.Size = new System.Drawing.Size(204, 80);
|
|
|
this.Remark.TabIndex = 196;
|
|
|
this.Remark.Text = "";
|
|
|
//
|
|
|
+ // comboBox1
|
|
|
+ //
|
|
|
+ this.comboBox1.FormattingEnabled = true;
|
|
|
+ this.comboBox1.Items.AddRange(new object[] {
|
|
|
+ "CODESOFT",
|
|
|
+ "BARTENDER"});
|
|
|
+ this.comboBox1.Location = new System.Drawing.Point(790, 129);
|
|
|
+ this.comboBox1.Name = "comboBox1";
|
|
|
+ this.comboBox1.Size = new System.Drawing.Size(134, 20);
|
|
|
+ this.comboBox1.TabIndex = 198;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(729, 136);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label3.TabIndex = 199;
|
|
|
+ this.label3.Text = "打印程序";
|
|
|
+ //
|
|
|
// Make_ColorBoxLabelPrint
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1251, 600);
|
|
|
+ this.ClientSize = new System.Drawing.Size(938, 480);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.comboBox1);
|
|
|
this.Controls.Add(this.CollectRemark);
|
|
|
this.Controls.Add(this.Remark);
|
|
|
this.Controls.Add(this.StepCount);
|
|
@@ -381,7 +386,6 @@
|
|
|
this.Controls.Add(this.pr_code_label);
|
|
|
this.Controls.Add(this.ms_makecode_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "Make_ColorBoxLabelPrint";
|
|
|
this.Tag = "Make!ColorBoxLabelPrint";
|
|
|
this.Text = "标签打印";
|
|
@@ -389,7 +393,7 @@
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_ColorBoxLabelPrint_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Make_ColorBoxLabelPrint_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_ColorBoxLabelPrint_SizeChanged);
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
@@ -420,5 +424,7 @@
|
|
|
private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
|
|
|
private System.Windows.Forms.CheckBox CollectRemark;
|
|
|
private CustomControl.RichText.RichTextAutoBottom Remark;
|
|
|
+ private System.Windows.Forms.ComboBox comboBox1;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
}
|
|
|
}
|