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.

195 lines
9.3 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class CustomerProvide
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomerProvide));
  29. this.tsButtons = new System.Windows.Forms.ToolStrip();
  30. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  31. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  32. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  33. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  34. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  35. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  36. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  37. this.tsbClean = new System.Windows.Forms.ToolStripButton();
  38. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  39. this.tsbSetup = new System.Windows.Forms.ToolStripButton();
  40. this.tsButtons.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // tsButtons
  44. //
  45. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  46. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  47. this.tsbSearch,
  48. this.tsbAdd,
  49. this.tsbEdit,
  50. this.tsbDelete,
  51. this.tsbSave,
  52. this.tsbOK,
  53. this.tsbCancel,
  54. this.tsbClean,
  55. this.tsbExit,
  56. this.tsbSetup});
  57. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  58. this.tsButtons.Name = "tsButtons";
  59. this.tsButtons.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  60. this.tsButtons.Size = new System.Drawing.Size(1482, 32);
  61. this.tsButtons.TabIndex = 11;
  62. this.tsButtons.Text = "功能按鈕表";
  63. //
  64. // tsbSearch
  65. //
  66. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  67. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  68. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  69. this.tsbSearch.Name = "tsbSearch";
  70. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  71. this.tsbSearch.Text = "搜尋";
  72. //
  73. // tsbAdd
  74. //
  75. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  76. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  77. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  78. this.tsbAdd.Name = "tsbAdd";
  79. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  80. this.tsbAdd.Text = "新增";
  81. this.tsbAdd.Visible = false;
  82. //
  83. // tsbEdit
  84. //
  85. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  86. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  87. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  88. this.tsbEdit.Name = "tsbEdit";
  89. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  90. this.tsbEdit.Text = "修改";
  91. this.tsbEdit.Visible = false;
  92. //
  93. // tsbDelete
  94. //
  95. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  96. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  97. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  98. this.tsbDelete.Name = "tsbDelete";
  99. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  100. this.tsbDelete.Text = "刪除";
  101. this.tsbDelete.Visible = false;
  102. //
  103. // tsbSave
  104. //
  105. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  106. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  107. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  108. this.tsbSave.Name = "tsbSave";
  109. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  110. this.tsbSave.Text = "儲存";
  111. this.tsbSave.Visible = false;
  112. //
  113. // tsbOK
  114. //
  115. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  116. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  117. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  118. this.tsbOK.Name = "tsbOK";
  119. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  120. this.tsbOK.Text = "確認";
  121. this.tsbOK.Visible = false;
  122. //
  123. // tsbCancel
  124. //
  125. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  126. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  127. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.tsbCancel.Name = "tsbCancel";
  129. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  130. this.tsbCancel.Text = "取消";
  131. this.tsbCancel.Visible = false;
  132. //
  133. // tsbClean
  134. //
  135. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  136. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  137. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  138. this.tsbClean.Name = "tsbClean";
  139. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  140. this.tsbClean.Text = "清除";
  141. //
  142. // tsbExit
  143. //
  144. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  145. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  146. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  147. this.tsbExit.Name = "tsbExit";
  148. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  149. this.tsbExit.Text = "離開";
  150. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  151. //
  152. // tsbSetup
  153. //
  154. this.tsbSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  155. this.tsbSetup.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetup.Image")));
  156. this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.tsbSetup.Name = "tsbSetup";
  158. this.tsbSetup.Size = new System.Drawing.Size(29, 29);
  159. this.tsbSetup.Text = "分錄設定";
  160. this.tsbSetup.Visible = false;
  161. //
  162. // CustomerProvide
  163. //
  164. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  166. this.ClientSize = new System.Drawing.Size(1482, 853);
  167. this.Controls.Add(this.tsButtons);
  168. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  169. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  170. this.Name = "CustomerProvide";
  171. this.Text = "客戶盈收貢獻度分析表";
  172. this.tsButtons.ResumeLayout(false);
  173. this.tsButtons.PerformLayout();
  174. this.ResumeLayout(false);
  175. this.PerformLayout();
  176. }
  177. #endregion
  178. private System.Windows.Forms.ToolStrip tsButtons;
  179. private System.Windows.Forms.ToolStripButton tsbSearch;
  180. private System.Windows.Forms.ToolStripButton tsbAdd;
  181. private System.Windows.Forms.ToolStripButton tsbEdit;
  182. private System.Windows.Forms.ToolStripButton tsbDelete;
  183. private System.Windows.Forms.ToolStripButton tsbSave;
  184. private System.Windows.Forms.ToolStripButton tsbOK;
  185. private System.Windows.Forms.ToolStripButton tsbCancel;
  186. private System.Windows.Forms.ToolStripButton tsbClean;
  187. private System.Windows.Forms.ToolStripButton tsbExit;
  188. private System.Windows.Forms.ToolStripButton tsbSetup;
  189. }
  190. }