?? frmckmanage.designer.cs
字號:
?namespace SMS.GoodsManage
{
partial class frmCKManage
{
/// <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 Windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCKManage));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtGName = new System.Windows.Forms.TextBox();
this.txtSName = new System.Windows.Forms.TextBox();
this.cboxGID = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.cboxGUnit = new System.Windows.Forms.ComboBox();
this.txtCGRemark = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtPALNum = new System.Windows.Forms.TextBox();
this.labNO = new System.Windows.Forms.Label();
this.txtCGPeople = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtCKNum = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
this.btnDel = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.dgvCGManage = new System.Windows.Forms.DataGridView();
this.btnExit = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnEdit = new System.Windows.Forms.Button();
this.errorPrRNum = new System.Windows.Forms.ErrorProvider(this.components);
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvCGManage)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorPrRNum)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtGName);
this.groupBox1.Controls.Add(this.txtSName);
this.groupBox1.Controls.Add(this.cboxGID);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.cboxGUnit);
this.groupBox1.Controls.Add(this.txtCGRemark);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.txtPALNum);
this.groupBox1.Controls.Add(this.labNO);
this.groupBox1.Controls.Add(this.txtCGPeople);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtCKNum);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(9, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(426, 237);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "信息";
//
// txtGName
//
this.txtGName.Location = new System.Drawing.Point(95, 66);
this.txtGName.Name = "txtGName";
this.txtGName.ReadOnly = true;
this.txtGName.Size = new System.Drawing.Size(100, 21);
this.txtGName.TabIndex = 24;
//
// txtSName
//
this.txtSName.Location = new System.Drawing.Point(286, 28);
this.txtSName.Name = "txtSName";
this.txtSName.ReadOnly = true;
this.txtSName.Size = new System.Drawing.Size(100, 21);
this.txtSName.TabIndex = 23;
//
// cboxGID
//
this.cboxGID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxGID.FormattingEnabled = true;
this.cboxGID.Location = new System.Drawing.Point(95, 28);
this.cboxGID.Name = "cboxGID";
this.cboxGID.Size = new System.Drawing.Size(100, 20);
this.cboxGID.TabIndex = 22;
this.cboxGID.SelectedIndexChanged += new System.EventHandler(this.cboxGID_SelectedIndexChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(216, 31);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 21;
this.label9.Text = "倉庫名稱";
//
// cboxGUnit
//
this.cboxGUnit.FormattingEnabled = true;
this.cboxGUnit.Items.AddRange(new object[] {
"個",
"件",
"瓶",
"斤",
"兩",
"公斤",
"千克",
"噸",
"米",
"臺",
"部",
"輛"});
this.cboxGUnit.Location = new System.Drawing.Point(286, 66);
this.cboxGUnit.MaxDropDownItems = 100;
this.cboxGUnit.Name = "cboxGUnit";
this.cboxGUnit.Size = new System.Drawing.Size(100, 20);
this.cboxGUnit.TabIndex = 2;
//
// txtCGRemark
//
this.txtCGRemark.Location = new System.Drawing.Point(95, 169);
this.txtCGRemark.Multiline = true;
this.txtCGRemark.Name = "txtCGRemark";
this.txtCGRemark.Size = new System.Drawing.Size(291, 55);
this.txtCGRemark.TabIndex = 7;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(42, 172);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 16;
this.label8.Text = "備注";
//
// txtPALNum
//
this.txtPALNum.Location = new System.Drawing.Point(286, 104);
this.txtPALNum.Name = "txtPALNum";
this.txtPALNum.ReadOnly = true;
this.txtPALNum.Size = new System.Drawing.Size(100, 21);
this.txtPALNum.TabIndex = 6;
//
// labNO
//
this.labNO.AutoSize = true;
this.labNO.Location = new System.Drawing.Point(216, 107);
this.labNO.Name = "labNO";
this.labNO.Size = new System.Drawing.Size(53, 12);
this.labNO.TabIndex = 14;
this.labNO.Text = "盈虧數量";
//
// txtCGPeople
//
this.txtCGPeople.Location = new System.Drawing.Point(95, 142);
this.txtCGPeople.Name = "txtCGPeople";
this.txtCGPeople.Size = new System.Drawing.Size(223, 21);
this.txtCGPeople.TabIndex = 4;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(36, 145);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -