You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

203 lines
9.5 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class PickCustomer
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.dgvDataMaintain = new System.Windows.Forms.DataGridView();
  29. this.cTaxNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30. this.cCustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.cCustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.txtCustomerName = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.txtTaxNumber = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.btnClean = new System.Windows.Forms.Button();
  37. this.btnSearch = new System.Windows.Forms.Button();
  38. this.btnPick = new System.Windows.Forms.Button();
  39. this.btnClose = new System.Windows.Forms.Button();
  40. ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // dgvDataMaintain
  44. //
  45. this.dgvDataMaintain.AllowUserToAddRows = false;
  46. this.dgvDataMaintain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  47. | System.Windows.Forms.AnchorStyles.Left)
  48. | System.Windows.Forms.AnchorStyles.Right)));
  49. this.dgvDataMaintain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  50. this.dgvDataMaintain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  51. this.cTaxNumber,
  52. this.cCustomerName,
  53. this.cCustomerID});
  54. this.dgvDataMaintain.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  55. this.dgvDataMaintain.Location = new System.Drawing.Point(8, 44);
  56. this.dgvDataMaintain.Margin = new System.Windows.Forms.Padding(5);
  57. this.dgvDataMaintain.MultiSelect = false;
  58. this.dgvDataMaintain.Name = "dgvDataMaintain";
  59. this.dgvDataMaintain.RowTemplate.Height = 24;
  60. this.dgvDataMaintain.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  61. this.dgvDataMaintain.Size = new System.Drawing.Size(609, 256);
  62. this.dgvDataMaintain.TabIndex = 18;
  63. this.dgvDataMaintain.DoubleClick += new System.EventHandler(this.dgvDataMaintain_DoubleClick);
  64. //
  65. // cTaxNumber
  66. //
  67. this.cTaxNumber.DataPropertyName = "TaxNumber";
  68. this.cTaxNumber.HeaderText = "統一編號";
  69. this.cTaxNumber.Name = "cTaxNumber";
  70. this.cTaxNumber.Width = 150;
  71. //
  72. // cCustomerName
  73. //
  74. this.cCustomerName.DataPropertyName = "CustomerName";
  75. this.cCustomerName.HeaderText = "客戶名稱";
  76. this.cCustomerName.Name = "cCustomerName";
  77. this.cCustomerName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  78. this.cCustomerName.Width = 300;
  79. //
  80. // cCustomerID
  81. //
  82. this.cCustomerID.DataPropertyName = "CustomerID";
  83. this.cCustomerID.HeaderText = "客戶編號";
  84. this.cCustomerID.Name = "cCustomerID";
  85. this.cCustomerID.Visible = false;
  86. //
  87. // txtCustomerName
  88. //
  89. this.txtCustomerName.Location = new System.Drawing.Point(414, 8);
  90. this.txtCustomerName.Name = "txtCustomerName";
  91. this.txtCustomerName.Size = new System.Drawing.Size(205, 29);
  92. this.txtCustomerName.TabIndex = 15;
  93. this.txtCustomerName.TextChanged += new System.EventHandler(this.txtCustomerName_TextChanged);
  94. //
  95. // label2
  96. //
  97. this.label2.AutoSize = true;
  98. this.label2.Location = new System.Drawing.Point(331, 11);
  99. this.label2.Name = "label2";
  100. this.label2.Size = new System.Drawing.Size(89, 20);
  101. this.label2.TabIndex = 16;
  102. this.label2.Text = "客戶名稱:";
  103. //
  104. // txtTaxNumber
  105. //
  106. this.txtTaxNumber.Location = new System.Drawing.Point(104, 8);
  107. this.txtTaxNumber.Name = "txtTaxNumber";
  108. this.txtTaxNumber.Size = new System.Drawing.Size(205, 29);
  109. this.txtTaxNumber.TabIndex = 14;
  110. this.txtTaxNumber.TextChanged += new System.EventHandler(this.txtTaxNumber_TextChanged);
  111. //
  112. // label1
  113. //
  114. this.label1.AutoSize = true;
  115. this.label1.Location = new System.Drawing.Point(16, 11);
  116. this.label1.Name = "label1";
  117. this.label1.Size = new System.Drawing.Size(89, 20);
  118. this.label1.TabIndex = 17;
  119. this.label1.Text = "統一編號:";
  120. //
  121. // btnClean
  122. //
  123. this.btnClean.Location = new System.Drawing.Point(461, 308);
  124. this.btnClean.Name = "btnClean";
  125. this.btnClean.Size = new System.Drawing.Size(75, 32);
  126. this.btnClean.TabIndex = 19;
  127. this.btnClean.Text = "清 除";
  128. this.btnClean.UseVisualStyleBackColor = true;
  129. this.btnClean.Click += new System.EventHandler(this.btnClean_Click);
  130. //
  131. // btnSearch
  132. //
  133. this.btnSearch.Location = new System.Drawing.Point(380, 308);
  134. this.btnSearch.Name = "btnSearch";
  135. this.btnSearch.Size = new System.Drawing.Size(75, 32);
  136. this.btnSearch.TabIndex = 20;
  137. this.btnSearch.Text = "查 詢";
  138. this.btnSearch.UseVisualStyleBackColor = true;
  139. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  140. //
  141. // btnPick
  142. //
  143. this.btnPick.Location = new System.Drawing.Point(299, 308);
  144. this.btnPick.Name = "btnPick";
  145. this.btnPick.Size = new System.Drawing.Size(75, 32);
  146. this.btnPick.TabIndex = 21;
  147. this.btnPick.Text = "選 擇";
  148. this.btnPick.UseVisualStyleBackColor = true;
  149. this.btnPick.Click += new System.EventHandler(this.btnPick_Click);
  150. //
  151. // btnClose
  152. //
  153. this.btnClose.Location = new System.Drawing.Point(542, 308);
  154. this.btnClose.Name = "btnClose";
  155. this.btnClose.Size = new System.Drawing.Size(75, 32);
  156. this.btnClose.TabIndex = 22;
  157. this.btnClose.Text = "關 閉";
  158. this.btnClose.UseVisualStyleBackColor = true;
  159. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  160. //
  161. // PickCustomer
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.ClientSize = new System.Drawing.Size(627, 348);
  166. this.Controls.Add(this.dgvDataMaintain);
  167. this.Controls.Add(this.txtCustomerName);
  168. this.Controls.Add(this.label2);
  169. this.Controls.Add(this.txtTaxNumber);
  170. this.Controls.Add(this.label1);
  171. this.Controls.Add(this.btnClean);
  172. this.Controls.Add(this.btnSearch);
  173. this.Controls.Add(this.btnPick);
  174. this.Controls.Add(this.btnClose);
  175. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  176. this.Margin = new System.Windows.Forms.Padding(5);
  177. this.Name = "PickCustomer";
  178. this.Text = "選擇客戶";
  179. this.Load += new System.EventHandler(this.PickCustomer_Load);
  180. ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).EndInit();
  181. this.ResumeLayout(false);
  182. this.PerformLayout();
  183. }
  184. #endregion
  185. private System.Windows.Forms.DataGridView dgvDataMaintain;
  186. public System.Windows.Forms.TextBox txtCustomerName;
  187. private System.Windows.Forms.Label label2;
  188. public System.Windows.Forms.TextBox txtTaxNumber;
  189. private System.Windows.Forms.Label label1;
  190. private System.Windows.Forms.Button btnClean;
  191. private System.Windows.Forms.Button btnSearch;
  192. private System.Windows.Forms.Button btnPick;
  193. private System.Windows.Forms.Button btnClose;
  194. private System.Windows.Forms.DataGridViewTextBoxColumn cTaxNumber;
  195. private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerName;
  196. private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerID;
  197. }
  198. }