83 lines
2.9 KiB
C#
83 lines
2.9 KiB
C#
namespace LargeSquareOne
|
|||
|
|
{
|
||
|
|
partial class FrmNG
|
||
|
|
{
|
||
|
|
/// <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.Txt_BarCode = new System.Windows.Forms.TextBox();
|
||
|
|
this.label1 = new AntdUI.Label();
|
||
|
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
||
|
|
this.SuspendLayout();
|
||
|
|
//
|
||
|
|
// Txt_BarCode
|
||
|
|
//
|
||
|
|
this.Txt_BarCode.Location = new System.Drawing.Point(233, 256);
|
||
|
|
this.Txt_BarCode.Name = "Txt_BarCode";
|
||
|
|
this.Txt_BarCode.Size = new System.Drawing.Size(313, 21);
|
||
|
|
this.Txt_BarCode.TabIndex = 0;
|
||
|
|
//
|
||
|
|
// label1
|
||
|
|
//
|
||
|
|
this.label1.Location = new System.Drawing.Point(152, 256);
|
||
|
|
this.label1.Name = "label1";
|
||
|
|
this.label1.Size = new System.Drawing.Size(75, 23);
|
||
|
|
this.label1.TabIndex = 1;
|
||
|
|
this.label1.Text = "钢壳码:";
|
||
|
|
//
|
||
|
|
// radioButton2
|
||
|
|
//
|
||
|
|
this.radioButton2.AutoSize = true;
|
||
|
|
this.radioButton2.Location = new System.Drawing.Point(287, 95);
|
||
|
|
this.radioButton2.Name = "radioButton2";
|
||
|
|
this.radioButton2.Size = new System.Drawing.Size(95, 16);
|
||
|
|
this.radioButton2.TabIndex = 3;
|
||
|
|
this.radioButton2.TabStop = true;
|
||
|
|
this.radioButton2.Text = "取消电池复投";
|
||
|
|
this.radioButton2.UseVisualStyleBackColor = true;
|
||
|
|
//
|
||
|
|
// FrmNG
|
||
|
|
//
|
||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
|
this.ClientSize = new System.Drawing.Size(704, 411);
|
||
|
|
this.Controls.Add(this.radioButton2);
|
||
|
|
this.Controls.Add(this.label1);
|
||
|
|
this.Controls.Add(this.Txt_BarCode);
|
||
|
|
this.Name = "FrmNG";
|
||
|
|
this.Text = "FrmNG";
|
||
|
|
this.ResumeLayout(false);
|
||
|
|
this.PerformLayout();
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#endregion
|
||
|
|
|
||
|
|
private System.Windows.Forms.TextBox Txt_BarCode;
|
||
|
|
private AntdUI.Label label1;
|
||
|
|
private System.Windows.Forms.RadioButton radioButton2;
|
||
|
|
}
|
||
|
|
}
|