namespace Bro.M135.Process.UI
|
{
|
partial class FrmProductStatus
|
{
|
/// <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()
|
{
|
tbMain = new TableLayoutPanel();
|
tableLayoutPanel1 = new TableLayoutPanel();
|
label_AcupointA = new Label();
|
textBox_ProductABarcode = new TextBox();
|
label_AcupointB = new Label();
|
textBox_ProductBBarcode = new TextBox();
|
tableLayoutPanel1.SuspendLayout();
|
SuspendLayout();
|
//
|
// tbMain
|
//
|
tbMain.ColumnCount = 1;
|
tableLayoutPanel1.SetColumnSpan(tbMain, 4);
|
tbMain.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 12.5F));
|
tbMain.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 12.5F));
|
tbMain.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 12.5F));
|
tbMain.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 12.5F));
|
tbMain.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 12.5F));
|
tbMain.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 12.5F));
|
tbMain.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 12.5F));
|
tbMain.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 12.5F));
|
tbMain.Dock = DockStyle.Fill;
|
tbMain.Location = new Point(3, 32);
|
tbMain.Margin = new Padding(3, 2, 3, 2);
|
tbMain.Name = "tbMain";
|
tbMain.RowCount = 1;
|
tbMain.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tbMain.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
|
tbMain.Size = new Size(735, 314);
|
tbMain.TabIndex = 0;
|
//
|
// tableLayoutPanel1
|
//
|
tableLayoutPanel1.ColumnCount = 4;
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F));
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F));
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
tableLayoutPanel1.Controls.Add(tbMain, 0, 1);
|
tableLayoutPanel1.Controls.Add(label_AcupointA, 0, 0);
|
tableLayoutPanel1.Controls.Add(textBox_ProductABarcode, 1, 0);
|
tableLayoutPanel1.Controls.Add(label_AcupointB, 2, 0);
|
tableLayoutPanel1.Controls.Add(textBox_ProductBBarcode, 3, 0);
|
tableLayoutPanel1.Dock = DockStyle.Fill;
|
tableLayoutPanel1.Location = new Point(0, 0);
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
tableLayoutPanel1.RowCount = 2;
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.Size = new Size(741, 348);
|
tableLayoutPanel1.TabIndex = 1;
|
//
|
// label_AcupointA
|
//
|
label_AcupointA.AutoSize = true;
|
label_AcupointA.Dock = DockStyle.Fill;
|
label_AcupointA.Location = new Point(3, 0);
|
label_AcupointA.Name = "label_AcupointA";
|
label_AcupointA.Size = new Size(54, 30);
|
label_AcupointA.TabIndex = 1;
|
label_AcupointA.Text = "穴位";
|
label_AcupointA.TextAlign = ContentAlignment.MiddleRight;
|
label_AcupointA.Visible = false;
|
//
|
// textBox_ProductABarcode
|
//
|
textBox_ProductABarcode.Dock = DockStyle.Fill;
|
textBox_ProductABarcode.Location = new Point(65, 5);
|
textBox_ProductABarcode.Margin = new Padding(5);
|
textBox_ProductABarcode.Name = "textBox_ProductABarcode";
|
textBox_ProductABarcode.Size = new Size(300, 21);
|
textBox_ProductABarcode.TabIndex = 2;
|
textBox_ProductABarcode.TextAlign = HorizontalAlignment.Center;
|
textBox_ProductABarcode.Visible = false;
|
//
|
// label_AcupointB
|
//
|
label_AcupointB.AutoSize = true;
|
label_AcupointB.Dock = DockStyle.Fill;
|
label_AcupointB.Location = new Point(373, 0);
|
label_AcupointB.Name = "label_AcupointB";
|
label_AcupointB.Size = new Size(54, 30);
|
label_AcupointB.TabIndex = 3;
|
label_AcupointB.Text = "穴位";
|
label_AcupointB.TextAlign = ContentAlignment.MiddleRight;
|
label_AcupointB.Visible = false;
|
//
|
// textBox_ProductBBarcode
|
//
|
textBox_ProductBBarcode.Dock = DockStyle.Fill;
|
textBox_ProductBBarcode.Location = new Point(435, 5);
|
textBox_ProductBBarcode.Margin = new Padding(5);
|
textBox_ProductBBarcode.Name = "textBox_ProductBBarcode";
|
textBox_ProductBBarcode.Size = new Size(301, 21);
|
textBox_ProductBBarcode.TabIndex = 4;
|
textBox_ProductBBarcode.TextAlign = HorizontalAlignment.Center;
|
textBox_ProductBBarcode.Visible = false;
|
//
|
// FrmProductStatus
|
//
|
AutoScaleDimensions = new SizeF(6F, 13F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(tableLayoutPanel1);
|
Margin = new Padding(2);
|
Name = "FrmProductStatus";
|
Size = new Size(741, 348);
|
tableLayoutPanel1.ResumeLayout(false);
|
tableLayoutPanel1.PerformLayout();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private TableLayoutPanel tbMain;
|
private TableLayoutPanel tableLayoutPanel1;
|
private Label label_AcupointA;
|
private TextBox textBox_ProductABarcode;
|
private Label label_AcupointB;
|
private TextBox textBox_ProductBBarcode;
|
}
|
}
|