namespace M423project
|
{
|
partial class CarrierBarcodeCtrl
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要修改
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.label1 = new System.Windows.Forms.Label();
|
this.txtCarrierBarcode = new System.Windows.Forms.TextBox();
|
this.SuspendLayout();
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(12, 12);
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(135, 24);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "载具条码:";
|
//
|
// txtCarrierBarcode
|
//
|
this.txtCarrierBarcode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.txtCarrierBarcode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtCarrierBarcode.Location = new System.Drawing.Point(12, 44);
|
this.txtCarrierBarcode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
this.txtCarrierBarcode.Name = "txtCarrierBarcode";
|
this.txtCarrierBarcode.Size = new System.Drawing.Size(285, 35);
|
this.txtCarrierBarcode.TabIndex = 1;
|
//
|
// CarrierBarcodeCtrl
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.txtCarrierBarcode);
|
this.Controls.Add(this.label1);
|
this.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
this.Name = "CarrierBarcodeCtrl";
|
this.Size = new System.Drawing.Size(303, 88);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtCarrierBarcode;
|
}
|
}
|