namespace LargeSquareOne
{
partial class FrmNG
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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;
}
}