namespace ManagementSystem { partial class PickCustomer { /// /// 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.dgvDataMaintain = new System.Windows.Forms.DataGridView(); this.cTaxNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cCustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cCustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txtCustomerName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtTaxNumber = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnClean = new System.Windows.Forms.Button(); this.btnSearch = new System.Windows.Forms.Button(); this.btnPick = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).BeginInit(); this.SuspendLayout(); // // dgvDataMaintain // this.dgvDataMaintain.AllowUserToAddRows = false; this.dgvDataMaintain.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.dgvDataMaintain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvDataMaintain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.cTaxNumber, this.cCustomerName, this.cCustomerID}); this.dgvDataMaintain.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvDataMaintain.Location = new System.Drawing.Point(8, 44); this.dgvDataMaintain.Margin = new System.Windows.Forms.Padding(5); this.dgvDataMaintain.MultiSelect = false; this.dgvDataMaintain.Name = "dgvDataMaintain"; this.dgvDataMaintain.RowTemplate.Height = 24; this.dgvDataMaintain.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvDataMaintain.Size = new System.Drawing.Size(609, 256); this.dgvDataMaintain.TabIndex = 18; this.dgvDataMaintain.DoubleClick += new System.EventHandler(this.dgvDataMaintain_DoubleClick); // // cTaxNumber // this.cTaxNumber.DataPropertyName = "TaxNumber"; this.cTaxNumber.HeaderText = "統一編號"; this.cTaxNumber.Name = "cTaxNumber"; this.cTaxNumber.Width = 150; // // cCustomerName // this.cCustomerName.DataPropertyName = "CustomerName"; this.cCustomerName.HeaderText = "客戶名稱"; this.cCustomerName.Name = "cCustomerName"; this.cCustomerName.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.cCustomerName.Width = 300; // // cCustomerID // this.cCustomerID.DataPropertyName = "CustomerID"; this.cCustomerID.HeaderText = "客戶編號"; this.cCustomerID.Name = "cCustomerID"; this.cCustomerID.Visible = false; // // txtCustomerName // this.txtCustomerName.Location = new System.Drawing.Point(414, 8); this.txtCustomerName.Name = "txtCustomerName"; this.txtCustomerName.Size = new System.Drawing.Size(205, 29); this.txtCustomerName.TabIndex = 15; this.txtCustomerName.TextChanged += new System.EventHandler(this.txtCustomerName_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(331, 11); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 20); this.label2.TabIndex = 16; this.label2.Text = "客戶名稱:"; // // txtTaxNumber // this.txtTaxNumber.Location = new System.Drawing.Point(104, 8); this.txtTaxNumber.Name = "txtTaxNumber"; this.txtTaxNumber.Size = new System.Drawing.Size(205, 29); this.txtTaxNumber.TabIndex = 14; this.txtTaxNumber.TextChanged += new System.EventHandler(this.txtTaxNumber_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 20); this.label1.TabIndex = 17; this.label1.Text = "統一編號:"; // // btnClean // this.btnClean.Location = new System.Drawing.Point(461, 308); this.btnClean.Name = "btnClean"; this.btnClean.Size = new System.Drawing.Size(75, 32); this.btnClean.TabIndex = 19; this.btnClean.Text = "清 除"; this.btnClean.UseVisualStyleBackColor = true; this.btnClean.Click += new System.EventHandler(this.btnClean_Click); // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(380, 308); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(75, 32); this.btnSearch.TabIndex = 20; this.btnSearch.Text = "查 詢"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // btnPick // this.btnPick.Location = new System.Drawing.Point(299, 308); this.btnPick.Name = "btnPick"; this.btnPick.Size = new System.Drawing.Size(75, 32); this.btnPick.TabIndex = 21; this.btnPick.Text = "選 擇"; this.btnPick.UseVisualStyleBackColor = true; this.btnPick.Click += new System.EventHandler(this.btnPick_Click); // // btnClose // this.btnClose.Location = new System.Drawing.Point(542, 308); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 32); this.btnClose.TabIndex = 22; this.btnClose.Text = "關 閉"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // PickCustomer // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(627, 348); this.Controls.Add(this.dgvDataMaintain); this.Controls.Add(this.txtCustomerName); this.Controls.Add(this.label2); this.Controls.Add(this.txtTaxNumber); this.Controls.Add(this.label1); this.Controls.Add(this.btnClean); this.Controls.Add(this.btnSearch); this.Controls.Add(this.btnPick); this.Controls.Add(this.btnClose); this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "PickCustomer"; this.Text = "選擇客戶"; this.Load += new System.EventHandler(this.PickCustomer_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dgvDataMaintain; public System.Windows.Forms.TextBox txtCustomerName; private System.Windows.Forms.Label label2; public System.Windows.Forms.TextBox txtTaxNumber; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnClean; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.Button btnPick; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.DataGridViewTextBoxColumn cTaxNumber; private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerName; private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerID; } }