Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

業務系統資料管理.Designer.vb 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 業務系統資料管理
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Me.交易明細_dgv = New System.Windows.Forms.DataGridView()
  35. Me.品名_tb = New System.Windows.Forms.TextBox()
  36. Me.產品類別表_dgv = New System.Windows.Forms.DataGridView()
  37. Me.類別_tb = New System.Windows.Forms.TextBox()
  38. Me.產品類別存檔_bt = New System.Windows.Forms.Button()
  39. Me.品名1_tb = New System.Windows.Forms.TextBox()
  40. Me.類別_cb = New System.Windows.Forms.ComboBox()
  41. Me.重新整理1_bt = New System.Windows.Forms.Button()
  42. Me.修改1_bt = New System.Windows.Forms.Button()
  43. Me.刪除1_bt = New System.Windows.Forms.Button()
  44. Me.流水號1_tb = New System.Windows.Forms.TextBox()
  45. Me.人員1_dgv = New System.Windows.Forms.DataGridView()
  46. Me.人員2_dgv = New System.Windows.Forms.DataGridView()
  47. Me.時薪_cb = New System.Windows.Forms.ComboBox()
  48. Me.流水號2_tb = New System.Windows.Forms.TextBox()
  49. Me.姓名_tb = New System.Windows.Forms.TextBox()
  50. Me.新增1_bt = New System.Windows.Forms.Button()
  51. Me.刪除2_bt = New System.Windows.Forms.Button()
  52. Me.重新整理2_bt = New System.Windows.Forms.Button()
  53. Me.交易明細表品名修正_bt = New System.Windows.Forms.Button()
  54. Me.產品類別表1_dgv = New System.Windows.Forms.DataGridView()
  55. Me.品名2_tb = New System.Windows.Forms.TextBox()
  56. Me.交易明細1_dgv = New System.Windows.Forms.DataGridView()
  57. Me.Label1 = New System.Windows.Forms.Label()
  58. Me.Label2 = New System.Windows.Forms.Label()
  59. Me.Label3 = New System.Windows.Forms.Label()
  60. Me.品名3_tb = New System.Windows.Forms.TextBox()
  61. Me.重新整理3_bt = New System.Windows.Forms.Button()
  62. CType(Me.交易明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.產品類別表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.人員1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  65. CType(Me.人員2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  66. CType(Me.產品類別表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  67. CType(Me.交易明細1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  68. Me.SuspendLayout()
  69. '
  70. '交易明細_dgv
  71. '
  72. DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  73. Me.交易明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
  74. Me.交易明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  75. Me.交易明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  76. Me.交易明細_dgv.Location = New System.Drawing.Point(6, 52)
  77. Me.交易明細_dgv.Name = "交易明細_dgv"
  78. Me.交易明細_dgv.RowHeadersWidth = 5
  79. DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  80. Me.交易明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle14
  81. Me.交易明細_dgv.RowTemplate.Height = 24
  82. Me.交易明細_dgv.Size = New System.Drawing.Size(454, 332)
  83. Me.交易明細_dgv.TabIndex = 702
  84. '
  85. '品名_tb
  86. '
  87. Me.品名_tb.Location = New System.Drawing.Point(7, 26)
  88. Me.品名_tb.Name = "品名_tb"
  89. Me.品名_tb.Size = New System.Drawing.Size(322, 23)
  90. Me.品名_tb.TabIndex = 703
  91. '
  92. '產品類別表_dgv
  93. '
  94. DataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  95. Me.產品類別表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle15
  96. Me.產品類別表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  97. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  98. Me.產品類別表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  99. Me.產品類別表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  100. Me.產品類別表_dgv.Location = New System.Drawing.Point(6, 436)
  101. Me.產品類別表_dgv.Name = "產品類別表_dgv"
  102. Me.產品類別表_dgv.RowHeadersWidth = 5
  103. DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  104. Me.產品類別表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle16
  105. Me.產品類別表_dgv.RowTemplate.Height = 24
  106. Me.產品類別表_dgv.Size = New System.Drawing.Size(454, 529)
  107. Me.產品類別表_dgv.TabIndex = 705
  108. '
  109. '類別_tb
  110. '
  111. Me.類別_tb.Location = New System.Drawing.Point(332, 26)
  112. Me.類別_tb.Name = "類別_tb"
  113. Me.類別_tb.Size = New System.Drawing.Size(69, 23)
  114. Me.類別_tb.TabIndex = 706
  115. '
  116. '產品類別存檔_bt
  117. '
  118. Me.產品類別存檔_bt.Location = New System.Drawing.Point(404, 26)
  119. Me.產品類別存檔_bt.Name = "產品類別存檔_bt"
  120. Me.產品類別存檔_bt.Size = New System.Drawing.Size(56, 23)
  121. Me.產品類別存檔_bt.TabIndex = 707
  122. Me.產品類別存檔_bt.Text = "存檔"
  123. Me.產品類別存檔_bt.UseVisualStyleBackColor = True
  124. '
  125. '品名1_tb
  126. '
  127. Me.品名1_tb.Location = New System.Drawing.Point(6, 386)
  128. Me.品名1_tb.Name = "品名1_tb"
  129. Me.品名1_tb.Size = New System.Drawing.Size(322, 23)
  130. Me.品名1_tb.TabIndex = 708
  131. '
  132. '類別_cb
  133. '
  134. Me.類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  135. Me.類別_cb.FormattingEnabled = True
  136. Me.類別_cb.Items.AddRange(New Object() {"一般產品", "人工皮", "美療", "治療", "雷射", "手術", "植髮", "電波", "不計算"})
  137. Me.類別_cb.Location = New System.Drawing.Point(331, 385)
  138. Me.類別_cb.Name = "類別_cb"
  139. Me.類別_cb.Size = New System.Drawing.Size(129, 24)
  140. Me.類別_cb.TabIndex = 709
  141. '
  142. '重新整理1_bt
  143. '
  144. Me.重新整理1_bt.Location = New System.Drawing.Point(127, 411)
  145. Me.重新整理1_bt.Name = "重新整理1_bt"
  146. Me.重新整理1_bt.Size = New System.Drawing.Size(107, 23)
  147. Me.重新整理1_bt.TabIndex = 710
  148. Me.重新整理1_bt.Text = "重新整理"
  149. Me.重新整理1_bt.UseVisualStyleBackColor = True
  150. '
  151. '修改1_bt
  152. '
  153. Me.修改1_bt.ForeColor = System.Drawing.Color.Green
  154. Me.修改1_bt.Location = New System.Drawing.Point(240, 411)
  155. Me.修改1_bt.Name = "修改1_bt"
  156. Me.修改1_bt.Size = New System.Drawing.Size(107, 23)
  157. Me.修改1_bt.TabIndex = 711
  158. Me.修改1_bt.Text = "修改"
  159. Me.修改1_bt.UseVisualStyleBackColor = True
  160. '
  161. '刪除1_bt
  162. '
  163. Me.刪除1_bt.ForeColor = System.Drawing.Color.Red
  164. Me.刪除1_bt.Location = New System.Drawing.Point(353, 411)
  165. Me.刪除1_bt.Name = "刪除1_bt"
  166. Me.刪除1_bt.Size = New System.Drawing.Size(107, 23)
  167. Me.刪除1_bt.TabIndex = 712
  168. Me.刪除1_bt.Text = "刪除"
  169. Me.刪除1_bt.UseVisualStyleBackColor = True
  170. '
  171. '流水號1_tb
  172. '
  173. Me.流水號1_tb.Location = New System.Drawing.Point(6, 411)
  174. Me.流水號1_tb.Name = "流水號1_tb"
  175. Me.流水號1_tb.Size = New System.Drawing.Size(115, 23)
  176. Me.流水號1_tb.TabIndex = 713
  177. '
  178. '人員1_dgv
  179. '
  180. DataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  181. Me.人員1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle17
  182. Me.人員1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  183. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  184. Me.人員1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  185. Me.人員1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  186. Me.人員1_dgv.Location = New System.Drawing.Point(464, 79)
  187. Me.人員1_dgv.Name = "人員1_dgv"
  188. Me.人員1_dgv.RowHeadersWidth = 5
  189. DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  190. Me.人員1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle18
  191. Me.人員1_dgv.RowTemplate.Height = 24
  192. Me.人員1_dgv.Size = New System.Drawing.Size(101, 886)
  193. Me.人員1_dgv.TabIndex = 714
  194. '
  195. '人員2_dgv
  196. '
  197. DataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  198. Me.人員2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle19
  199. Me.人員2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  200. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  201. Me.人員2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  202. Me.人員2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  203. Me.人員2_dgv.Location = New System.Drawing.Point(567, 79)
  204. Me.人員2_dgv.Name = "人員2_dgv"
  205. Me.人員2_dgv.RowHeadersWidth = 5
  206. DataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  207. Me.人員2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle20
  208. Me.人員2_dgv.RowTemplate.Height = 24
  209. Me.人員2_dgv.Size = New System.Drawing.Size(213, 886)
  210. Me.人員2_dgv.TabIndex = 715
  211. '
  212. '時薪_cb
  213. '
  214. Me.時薪_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  215. Me.時薪_cb.FormattingEnabled = True
  216. Me.時薪_cb.Items.AddRange(New Object() {"", "時薪"})
  217. Me.時薪_cb.Location = New System.Drawing.Point(663, 25)
  218. Me.時薪_cb.Name = "時薪_cb"
  219. Me.時薪_cb.Size = New System.Drawing.Size(75, 24)
  220. Me.時薪_cb.TabIndex = 716
  221. '
  222. '流水號2_tb
  223. '
  224. Me.流水號2_tb.Location = New System.Drawing.Point(464, 26)
  225. Me.流水號2_tb.Name = "流水號2_tb"
  226. Me.流水號2_tb.Size = New System.Drawing.Size(91, 23)
  227. Me.流水號2_tb.TabIndex = 717
  228. '
  229. '姓名_tb
  230. '
  231. Me.姓名_tb.Location = New System.Drawing.Point(561, 26)
  232. Me.姓名_tb.Name = "姓名_tb"
  233. Me.姓名_tb.Size = New System.Drawing.Size(96, 23)
  234. Me.姓名_tb.TabIndex = 718
  235. '
  236. '新增1_bt
  237. '
  238. Me.新增1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  239. Me.新增1_bt.Location = New System.Drawing.Point(464, 52)
  240. Me.新增1_bt.Name = "新增1_bt"
  241. Me.新增1_bt.Size = New System.Drawing.Size(137, 25)
  242. Me.新增1_bt.TabIndex = 719
  243. Me.新增1_bt.Text = "新增"
  244. Me.新增1_bt.UseVisualStyleBackColor = True
  245. '
  246. '刪除2_bt
  247. '
  248. Me.刪除2_bt.ForeColor = System.Drawing.Color.Red
  249. Me.刪除2_bt.Location = New System.Drawing.Point(604, 52)
  250. Me.刪除2_bt.Name = "刪除2_bt"
  251. Me.刪除2_bt.Size = New System.Drawing.Size(137, 25)
  252. Me.刪除2_bt.TabIndex = 720
  253. Me.刪除2_bt.Text = "刪除"
  254. Me.刪除2_bt.UseVisualStyleBackColor = True
  255. '
  256. '重新整理2_bt
  257. '
  258. Me.重新整理2_bt.Location = New System.Drawing.Point(1373, 27)
  259. Me.重新整理2_bt.Name = "重新整理2_bt"
  260. Me.重新整理2_bt.Size = New System.Drawing.Size(75, 23)
  261. Me.重新整理2_bt.TabIndex = 728
  262. Me.重新整理2_bt.Text = "讀取"
  263. Me.重新整理2_bt.UseVisualStyleBackColor = True
  264. '
  265. '交易明細表品名修正_bt
  266. '
  267. Me.交易明細表品名修正_bt.Location = New System.Drawing.Point(1448, 27)
  268. Me.交易明細表品名修正_bt.Name = "交易明細表品名修正_bt"
  269. Me.交易明細表品名修正_bt.Size = New System.Drawing.Size(75, 23)
  270. Me.交易明細表品名修正_bt.TabIndex = 725
  271. Me.交易明細表品名修正_bt.Text = "存檔"
  272. Me.交易明細表品名修正_bt.UseVisualStyleBackColor = True
  273. '
  274. '產品類別表1_dgv
  275. '
  276. DataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  277. Me.產品類別表1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle21
  278. Me.產品類別表1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  279. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  280. Me.產品類別表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  281. Me.產品類別表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  282. Me.產品類別表1_dgv.Location = New System.Drawing.Point(1154, 52)
  283. Me.產品類別表1_dgv.Name = "產品類別表1_dgv"
  284. Me.產品類別表1_dgv.RowHeadersWidth = 5
  285. DataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  286. Me.產品類別表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle22
  287. Me.產品類別表1_dgv.RowTemplate.Height = 24
  288. Me.產品類別表1_dgv.Size = New System.Drawing.Size(369, 913)
  289. Me.產品類別表1_dgv.TabIndex = 723
  290. '
  291. '品名2_tb
  292. '
  293. Me.品名2_tb.Location = New System.Drawing.Point(784, 26)
  294. Me.品名2_tb.Name = "品名2_tb"
  295. Me.品名2_tb.Size = New System.Drawing.Size(293, 23)
  296. Me.品名2_tb.TabIndex = 722
  297. '
  298. '交易明細1_dgv
  299. '
  300. DataGridViewCellStyle23.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  301. Me.交易明細1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle23
  302. Me.交易明細1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  303. Me.交易明細1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  304. Me.交易明細1_dgv.Location = New System.Drawing.Point(783, 52)
  305. Me.交易明細1_dgv.Name = "交易明細1_dgv"
  306. Me.交易明細1_dgv.RowHeadersWidth = 5
  307. DataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  308. Me.交易明細1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle24
  309. Me.交易明細1_dgv.RowTemplate.Height = 24
  310. Me.交易明細1_dgv.Size = New System.Drawing.Size(369, 913)
  311. Me.交易明細1_dgv.TabIndex = 721
  312. '
  313. 'Label1
  314. '
  315. Me.Label1.AutoSize = True
  316. Me.Label1.Location = New System.Drawing.Point(9, 5)
  317. Me.Label1.Name = "Label1"
  318. Me.Label1.Size = New System.Drawing.Size(224, 16)
  319. Me.Label1.TabIndex = 732
  320. Me.Label1.Text = "客戶交易明細表未與產品類別關聯時使用"
  321. '
  322. 'Label2
  323. '
  324. Me.Label2.AutoSize = True
  325. Me.Label2.Location = New System.Drawing.Point(461, 5)
  326. Me.Label2.Name = "Label2"
  327. Me.Label2.Size = New System.Drawing.Size(224, 16)
  328. Me.Label2.TabIndex = 733
  329. Me.Label2.Text = "客戶交易明細表未與診所員工關聯時使用"
  330. '
  331. 'Label3
  332. '
  333. Me.Label3.AutoSize = True
  334. Me.Label3.Location = New System.Drawing.Point(780, 5)
  335. Me.Label3.Name = "Label3"
  336. Me.Label3.Size = New System.Drawing.Size(188, 16)
  337. Me.Label3.TabIndex = 734
  338. Me.Label3.Text = "客戶交易明細表產品整合統一使用" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  339. '
  340. '品名3_tb
  341. '
  342. Me.品名3_tb.Location = New System.Drawing.Point(1079, 26)
  343. Me.品名3_tb.Name = "品名3_tb"
  344. Me.品名3_tb.Size = New System.Drawing.Size(293, 23)
  345. Me.品名3_tb.TabIndex = 735
  346. '
  347. '重新整理3_bt
  348. '
  349. Me.重新整理3_bt.Location = New System.Drawing.Point(1373, 3)
  350. Me.重新整理3_bt.Name = "重新整理3_bt"
  351. Me.重新整理3_bt.Size = New System.Drawing.Size(150, 23)
  352. Me.重新整理3_bt.TabIndex = 736
  353. Me.重新整理3_bt.Text = "重新整理"
  354. Me.重新整理3_bt.UseVisualStyleBackColor = True
  355. '
  356. '業務系統資料管理
  357. '
  358. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  359. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  360. Me.ClientSize = New System.Drawing.Size(1914, 971)
  361. Me.Controls.Add(Me.重新整理3_bt)
  362. Me.Controls.Add(Me.品名3_tb)
  363. Me.Controls.Add(Me.Label3)
  364. Me.Controls.Add(Me.Label2)
  365. Me.Controls.Add(Me.Label1)
  366. Me.Controls.Add(Me.重新整理2_bt)
  367. Me.Controls.Add(Me.交易明細表品名修正_bt)
  368. Me.Controls.Add(Me.產品類別表1_dgv)
  369. Me.Controls.Add(Me.品名2_tb)
  370. Me.Controls.Add(Me.交易明細1_dgv)
  371. Me.Controls.Add(Me.刪除2_bt)
  372. Me.Controls.Add(Me.新增1_bt)
  373. Me.Controls.Add(Me.姓名_tb)
  374. Me.Controls.Add(Me.流水號2_tb)
  375. Me.Controls.Add(Me.時薪_cb)
  376. Me.Controls.Add(Me.人員2_dgv)
  377. Me.Controls.Add(Me.人員1_dgv)
  378. Me.Controls.Add(Me.流水號1_tb)
  379. Me.Controls.Add(Me.刪除1_bt)
  380. Me.Controls.Add(Me.修改1_bt)
  381. Me.Controls.Add(Me.重新整理1_bt)
  382. Me.Controls.Add(Me.類別_cb)
  383. Me.Controls.Add(Me.品名1_tb)
  384. Me.Controls.Add(Me.產品類別存檔_bt)
  385. Me.Controls.Add(Me.類別_tb)
  386. Me.Controls.Add(Me.產品類別表_dgv)
  387. Me.Controls.Add(Me.品名_tb)
  388. Me.Controls.Add(Me.交易明細_dgv)
  389. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  390. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  391. Me.Name = "業務系統資料管理"
  392. Me.Text = "業務系統資料管理"
  393. CType(Me.交易明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  394. CType(Me.產品類別表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  395. CType(Me.人員1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  396. CType(Me.人員2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  397. CType(Me.產品類別表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  398. CType(Me.交易明細1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  399. Me.ResumeLayout(False)
  400. Me.PerformLayout()
  401. End Sub
  402. Friend WithEvents 交易明細_dgv As DataGridView
  403. Friend WithEvents 品名_tb As TextBox
  404. Friend WithEvents 產品類別表_dgv As DataGridView
  405. Friend WithEvents 類別_tb As TextBox
  406. Friend WithEvents 產品類別存檔_bt As Button
  407. Friend WithEvents 品名1_tb As TextBox
  408. Friend WithEvents 類別_cb As ComboBox
  409. Friend WithEvents 重新整理1_bt As Button
  410. Friend WithEvents 修改1_bt As Button
  411. Friend WithEvents 刪除1_bt As Button
  412. Friend WithEvents 流水號1_tb As TextBox
  413. Friend WithEvents 人員1_dgv As DataGridView
  414. Friend WithEvents 人員2_dgv As DataGridView
  415. Friend WithEvents 時薪_cb As ComboBox
  416. Friend WithEvents 流水號2_tb As TextBox
  417. Friend WithEvents 姓名_tb As TextBox
  418. Friend WithEvents 新增1_bt As Button
  419. Friend WithEvents 刪除2_bt As Button
  420. Friend WithEvents 重新整理2_bt As Button
  421. Friend WithEvents 交易明細表品名修正_bt As Button
  422. Friend WithEvents 產品類別表1_dgv As DataGridView
  423. Friend WithEvents 品名2_tb As TextBox
  424. Friend WithEvents 交易明細1_dgv As DataGridView
  425. Friend WithEvents Label1 As Label
  426. Friend WithEvents Label2 As Label
  427. Friend WithEvents Label3 As Label
  428. Friend WithEvents 品名3_tb As TextBox
  429. Friend WithEvents 重新整理3_bt As Button
  430. End Class