|
|
@@ -52,6 +52,7 @@
|
|
|
this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.Hex = new System.Windows.Forms.CheckBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label2
|
|
|
@@ -337,11 +338,26 @@
|
|
|
this.OperateResult.TabIndex = 168;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
- // Make_FuselageLabelPrint
|
|
|
+ // Hex
|
|
|
+ //
|
|
|
+ this.Hex.AutoSize = true;
|
|
|
+ this.Hex.Checked = true;
|
|
|
+ this.Hex.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.Hex.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
+ this.Hex.Location = new System.Drawing.Point(1437, 558);
|
|
|
+ this.Hex.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Hex.Name = "Hex";
|
|
|
+ this.Hex.Size = new System.Drawing.Size(160, 39);
|
|
|
+ this.Hex.TabIndex = 200;
|
|
|
+ this.Hex.Text = "转16进制";
|
|
|
+ this.Hex.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // Make_FuselageLabelPrintRFID
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1828, 896);
|
|
|
+ this.Controls.Add(this.Hex);
|
|
|
this.Controls.Add(this.LockMakeCode);
|
|
|
this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.CollectRemark);
|
|
|
@@ -367,14 +383,14 @@
|
|
|
this.Controls.Add(this.ms_makecode_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.Name = "Make_FuselageLabelPrint";
|
|
|
+ this.Name = "Make_FuselageLabelPrintRFID";
|
|
|
this.Tag = "Make!FuselageLabelPrint";
|
|
|
this.Text = "Make_FuselageLabelPrint";
|
|
|
this.Activated += new System.EventHandler(this.Make_FuselageLabelPrint_Activated);
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_FuselageLabelPrint_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Make_FuselageLabelPrint_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_FuselageLabelPrint_SizeChanged);
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -404,5 +420,6 @@
|
|
|
private CustomControl.RichText.RichTextAutoBottom Remark;
|
|
|
private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|
|
|
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
+ private System.Windows.Forms.CheckBox Hex;
|
|
|
}
|
|
|
}
|