暫無描述
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.

適應症選擇.Designer.vb 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Pulsed Dye Laser")
  24. Dim TreeNode2 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("VPL")
  25. Dim TreeNode3 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Acne", New System.Windows.Forms.TreeNode() {TreeNode1, TreeNode2})
  26. Dim TreeNode4 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Subcision")
  27. Dim TreeNode5 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Acne Scar", New System.Windows.Forms.TreeNode() {TreeNode4})
  28. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim TreeNode6 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Pulsed Dye Laser")
  30. Dim TreeNode7 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("VPL")
  31. Dim TreeNode8 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Acne", New System.Windows.Forms.TreeNode() {TreeNode6, TreeNode7})
  32. Dim TreeNode9 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Subcision")
  33. Dim TreeNode10 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Acne Scar", New System.Windows.Forms.TreeNode() {TreeNode9})
  34. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(適應症選擇))
  35. Me.Label1 = New System.Windows.Forms.Label()
  36. Me.Label2 = New System.Windows.Forms.Label()
  37. Me.病歷號_tb = New System.Windows.Forms.TextBox()
  38. Me.醫生_tb = New System.Windows.Forms.TextBox()
  39. Me.適應症_dgv = New System.Windows.Forms.DataGridView()
  40. Me.TreeView1 = New System.Windows.Forms.TreeView()
  41. Me.Label3 = New System.Windows.Forms.Label()
  42. Me.病症_cb = New System.Windows.Forms.ComboBox()
  43. Me.療程_cb = New System.Windows.Forms.ComboBox()
  44. Me.Label4 = New System.Windows.Forms.Label()
  45. Me.Label5 = New System.Windows.Forms.Label()
  46. Me.Label6 = New System.Windows.Forms.Label()
  47. Me.刪除_bt = New System.Windows.Forms.Button()
  48. Me.存檔_bt = New System.Windows.Forms.Button()
  49. Me.確認_bt = New System.Windows.Forms.Button()
  50. Me.症狀_lb = New System.Windows.Forms.Label()
  51. Me.治療建議_lb = New System.Windows.Forms.Label()
  52. Me.備註_tb = New System.Windows.Forms.TextBox()
  53. Me.保養品_dgv = New System.Windows.Forms.DataGridView()
  54. Me.TreeView2 = New System.Windows.Forms.TreeView()
  55. Me.備註1_tb = New System.Windows.Forms.TextBox()
  56. Me.保養品_lb = New System.Windows.Forms.Label()
  57. Me.品牌_lb = New System.Windows.Forms.Label()
  58. Me.Label11 = New System.Windows.Forms.Label()
  59. Me.Label12 = New System.Windows.Forms.Label()
  60. Me.刪除1_bt = New System.Windows.Forms.Button()
  61. Me.存檔1_bt = New System.Windows.Forms.Button()
  62. Me.保養品_cb = New System.Windows.Forms.ComboBox()
  63. Me.品牌_cb = New System.Windows.Forms.ComboBox()
  64. Me.Label13 = New System.Windows.Forms.Label()
  65. Me.Label14 = New System.Windows.Forms.Label()
  66. Me.Label7 = New System.Windows.Forms.Label()
  67. CType(Me.適應症_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  68. CType(Me.保養品_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  69. Me.SuspendLayout()
  70. '
  71. 'Label1
  72. '
  73. Me.Label1.AutoSize = True
  74. Me.Label1.Location = New System.Drawing.Point(164, 8)
  75. Me.Label1.Name = "Label1"
  76. Me.Label1.Size = New System.Drawing.Size(57, 20)
  77. Me.Label1.TabIndex = 0
  78. Me.Label1.Text = "醫 師"
  79. '
  80. 'Label2
  81. '
  82. Me.Label2.AutoSize = True
  83. Me.Label2.Location = New System.Drawing.Point(379, 7)
  84. Me.Label2.Name = "Label2"
  85. Me.Label2.Size = New System.Drawing.Size(57, 20)
  86. Me.Label2.TabIndex = 2
  87. Me.Label2.Text = "病歷號"
  88. '
  89. '病歷號_tb
  90. '
  91. Me.病歷號_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  92. Me.病歷號_tb.Location = New System.Drawing.Point(442, 3)
  93. Me.病歷號_tb.Name = "病歷號_tb"
  94. Me.病歷號_tb.Size = New System.Drawing.Size(146, 29)
  95. Me.病歷號_tb.TabIndex = 3
  96. '
  97. '醫生_tb
  98. '
  99. Me.醫生_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  100. Me.醫生_tb.Location = New System.Drawing.Point(227, 3)
  101. Me.醫生_tb.Name = "醫生_tb"
  102. Me.醫生_tb.ReadOnly = True
  103. Me.醫生_tb.Size = New System.Drawing.Size(146, 29)
  104. Me.醫生_tb.TabIndex = 6
  105. '
  106. '適應症_dgv
  107. '
  108. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  109. Me.適應症_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  110. Me.適應症_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  111. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  112. Me.適應症_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  113. Me.適應症_dgv.BackgroundColor = System.Drawing.Color.White
  114. Me.適應症_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  115. Me.適應症_dgv.Location = New System.Drawing.Point(7, 302)
  116. Me.適應症_dgv.Name = "適應症_dgv"
  117. Me.適應症_dgv.RowHeadersWidth = 5
  118. Me.適應症_dgv.RowTemplate.Height = 24
  119. Me.適應症_dgv.Size = New System.Drawing.Size(461, 191)
  120. Me.適應症_dgv.TabIndex = 228
  121. '
  122. 'TreeView1
  123. '
  124. Me.TreeView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  125. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  126. Me.TreeView1.CheckBoxes = True
  127. Me.TreeView1.Location = New System.Drawing.Point(3, 110)
  128. Me.TreeView1.Name = "TreeView1"
  129. TreeNode1.Name = "Node1"
  130. TreeNode1.Text = "Pulsed Dye Laser"
  131. TreeNode2.Name = "Node4"
  132. TreeNode2.Text = "VPL"
  133. TreeNode3.Name = "Node0"
  134. TreeNode3.Text = "Acne"
  135. TreeNode4.Name = "Node5"
  136. TreeNode4.Text = "Subcision"
  137. TreeNode5.Name = "Node3"
  138. TreeNode5.Text = "Acne Scar"
  139. Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode3, TreeNode5})
  140. Me.TreeView1.Size = New System.Drawing.Size(469, 420)
  141. Me.TreeView1.TabIndex = 229
  142. '
  143. 'Label3
  144. '
  145. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  146. Me.Label3.AutoSize = True
  147. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.Label3.ForeColor = System.Drawing.Color.Blue
  149. Me.Label3.Location = New System.Drawing.Point(12, 538)
  150. Me.Label3.Name = "Label3"
  151. Me.Label3.Size = New System.Drawing.Size(276, 24)
  152. Me.Label3.TabIndex = 230
  153. Me.Label3.Text = "新增適應症與療程建議的控制項" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  154. '
  155. '病症_cb
  156. '
  157. Me.病症_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  158. Me.病症_cb.FormattingEnabled = True
  159. Me.病症_cb.Location = New System.Drawing.Point(82, 567)
  160. Me.病症_cb.Name = "病症_cb"
  161. Me.病症_cb.Size = New System.Drawing.Size(390, 28)
  162. Me.病症_cb.TabIndex = 231
  163. '
  164. '療程_cb
  165. '
  166. Me.療程_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  167. Me.療程_cb.FormattingEnabled = True
  168. Me.療程_cb.Location = New System.Drawing.Point(82, 594)
  169. Me.療程_cb.Name = "療程_cb"
  170. Me.療程_cb.Size = New System.Drawing.Size(390, 28)
  171. Me.療程_cb.TabIndex = 232
  172. '
  173. 'Label4
  174. '
  175. Me.Label4.AutoSize = True
  176. Me.Label4.Location = New System.Drawing.Point(-4, 514)
  177. Me.Label4.Name = "Label4"
  178. Me.Label4.Size = New System.Drawing.Size(919, 20)
  179. Me.Label4.TabIndex = 234
  180. Me.Label4.Text = "_________________________________________________________________________________" &
  181. "_________________________________________________"
  182. '
  183. 'Label5
  184. '
  185. Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  186. Me.Label5.AutoSize = True
  187. Me.Label5.Location = New System.Drawing.Point(3, 570)
  188. Me.Label5.Name = "Label5"
  189. Me.Label5.Size = New System.Drawing.Size(73, 20)
  190. Me.Label5.TabIndex = 236
  191. Me.Label5.Text = "適 應 症"
  192. '
  193. 'Label6
  194. '
  195. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  196. Me.Label6.AutoSize = True
  197. Me.Label6.Location = New System.Drawing.Point(3, 597)
  198. Me.Label6.Name = "Label6"
  199. Me.Label6.Size = New System.Drawing.Size(73, 20)
  200. Me.Label6.TabIndex = 237
  201. Me.Label6.Text = "治療項目"
  202. '
  203. '刪除_bt
  204. '
  205. Me.刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  206. Me.刪除_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  207. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  208. Me.刪除_bt.Location = New System.Drawing.Point(387, 534)
  209. Me.刪除_bt.Name = "刪除_bt"
  210. Me.刪除_bt.Size = New System.Drawing.Size(85, 32)
  211. Me.刪除_bt.TabIndex = 235
  212. Me.刪除_bt.UseVisualStyleBackColor = True
  213. '
  214. '存檔_bt
  215. '
  216. Me.存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  217. Me.存檔_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  218. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  219. Me.存檔_bt.Location = New System.Drawing.Point(300, 534)
  220. Me.存檔_bt.Name = "存檔_bt"
  221. Me.存檔_bt.Size = New System.Drawing.Size(85, 32)
  222. Me.存檔_bt.TabIndex = 233
  223. Me.存檔_bt.UseVisualStyleBackColor = True
  224. '
  225. '確認_bt
  226. '
  227. Me.確認_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check
  228. Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  229. Me.確認_bt.Location = New System.Drawing.Point(590, 1)
  230. Me.確認_bt.Name = "確認_bt"
  231. Me.確認_bt.Size = New System.Drawing.Size(85, 32)
  232. Me.確認_bt.TabIndex = 5
  233. Me.確認_bt.UseVisualStyleBackColor = True
  234. '
  235. '症狀_lb
  236. '
  237. Me.症狀_lb.AutoSize = True
  238. Me.症狀_lb.Location = New System.Drawing.Point(5, 38)
  239. Me.症狀_lb.Name = "症狀_lb"
  240. Me.症狀_lb.Size = New System.Drawing.Size(20, 20)
  241. Me.症狀_lb.TabIndex = 238
  242. Me.症狀_lb.Text = "* "
  243. '
  244. '治療建議_lb
  245. '
  246. Me.治療建議_lb.AutoSize = True
  247. Me.治療建議_lb.Location = New System.Drawing.Point(5, 58)
  248. Me.治療建議_lb.Name = "治療建議_lb"
  249. Me.治療建議_lb.Size = New System.Drawing.Size(39, 20)
  250. Me.治療建議_lb.TabIndex = 239
  251. Me.治療建議_lb.Text = "--> "
  252. '
  253. '備註_tb
  254. '
  255. Me.備註_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  256. Me.備註_tb.Location = New System.Drawing.Point(3, 82)
  257. Me.備註_tb.Name = "備註_tb"
  258. Me.備註_tb.Size = New System.Drawing.Size(469, 29)
  259. Me.備註_tb.TabIndex = 240
  260. '
  261. '保養品_dgv
  262. '
  263. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  264. Me.保養品_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  265. Me.保養品_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  266. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  267. Me.保養品_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  268. Me.保養品_dgv.BackgroundColor = System.Drawing.Color.White
  269. Me.保養品_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  270. Me.保養品_dgv.Location = New System.Drawing.Point(478, 302)
  271. Me.保養品_dgv.Name = "保養品_dgv"
  272. Me.保養品_dgv.RowHeadersWidth = 5
  273. Me.保養品_dgv.RowTemplate.Height = 24
  274. Me.保養品_dgv.Size = New System.Drawing.Size(409, 191)
  275. Me.保養品_dgv.TabIndex = 241
  276. '
  277. 'TreeView2
  278. '
  279. Me.TreeView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  280. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  281. Me.TreeView2.CheckBoxes = True
  282. Me.TreeView2.Location = New System.Drawing.Point(474, 110)
  283. Me.TreeView2.Name = "TreeView2"
  284. TreeNode6.Name = "Node1"
  285. TreeNode6.Text = "Pulsed Dye Laser"
  286. TreeNode7.Name = "Node4"
  287. TreeNode7.Text = "VPL"
  288. TreeNode8.Name = "Node0"
  289. TreeNode8.Text = "Acne"
  290. TreeNode9.Name = "Node5"
  291. TreeNode9.Text = "Subcision"
  292. TreeNode10.Name = "Node3"
  293. TreeNode10.Text = "Acne Scar"
  294. Me.TreeView2.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode8, TreeNode10})
  295. Me.TreeView2.Size = New System.Drawing.Size(419, 420)
  296. Me.TreeView2.TabIndex = 242
  297. '
  298. '備註1_tb
  299. '
  300. Me.備註1_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  301. Me.備註1_tb.Location = New System.Drawing.Point(474, 82)
  302. Me.備註1_tb.Name = "備註1_tb"
  303. Me.備註1_tb.Size = New System.Drawing.Size(419, 29)
  304. Me.備註1_tb.TabIndex = 245
  305. '
  306. '保養品_lb
  307. '
  308. Me.保養品_lb.AutoSize = True
  309. Me.保養品_lb.Location = New System.Drawing.Point(474, 58)
  310. Me.保養品_lb.Name = "保養品_lb"
  311. Me.保養品_lb.Size = New System.Drawing.Size(39, 20)
  312. Me.保養品_lb.TabIndex = 244
  313. Me.保養品_lb.Text = "--> "
  314. '
  315. '品牌_lb
  316. '
  317. Me.品牌_lb.AutoSize = True
  318. Me.品牌_lb.Location = New System.Drawing.Point(474, 38)
  319. Me.品牌_lb.Name = "品牌_lb"
  320. Me.品牌_lb.Size = New System.Drawing.Size(20, 20)
  321. Me.品牌_lb.TabIndex = 243
  322. Me.品牌_lb.Text = "* "
  323. '
  324. 'Label11
  325. '
  326. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  327. Me.Label11.AutoSize = True
  328. Me.Label11.Location = New System.Drawing.Point(474, 597)
  329. Me.Label11.Name = "Label11"
  330. Me.Label11.Size = New System.Drawing.Size(57, 20)
  331. Me.Label11.TabIndex = 252
  332. Me.Label11.Text = "保養品"
  333. '
  334. 'Label12
  335. '
  336. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  337. Me.Label12.AutoSize = True
  338. Me.Label12.Location = New System.Drawing.Point(474, 570)
  339. Me.Label12.Name = "Label12"
  340. Me.Label12.Size = New System.Drawing.Size(57, 20)
  341. Me.Label12.TabIndex = 251
  342. Me.Label12.Text = "品 牌"
  343. '
  344. '刪除1_bt
  345. '
  346. Me.刪除1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  347. Me.刪除1_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  348. Me.刪除1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  349. Me.刪除1_bt.Location = New System.Drawing.Point(809, 534)
  350. Me.刪除1_bt.Name = "刪除1_bt"
  351. Me.刪除1_bt.Size = New System.Drawing.Size(85, 32)
  352. Me.刪除1_bt.TabIndex = 250
  353. Me.刪除1_bt.UseVisualStyleBackColor = True
  354. '
  355. '存檔1_bt
  356. '
  357. Me.存檔1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  358. Me.存檔1_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  359. Me.存檔1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  360. Me.存檔1_bt.Location = New System.Drawing.Point(722, 534)
  361. Me.存檔1_bt.Name = "存檔1_bt"
  362. Me.存檔1_bt.Size = New System.Drawing.Size(85, 32)
  363. Me.存檔1_bt.TabIndex = 249
  364. Me.存檔1_bt.UseVisualStyleBackColor = True
  365. '
  366. '保養品_cb
  367. '
  368. Me.保養品_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  369. Me.保養品_cb.FormattingEnabled = True
  370. Me.保養品_cb.Location = New System.Drawing.Point(535, 594)
  371. Me.保養品_cb.Name = "保養品_cb"
  372. Me.保養品_cb.Size = New System.Drawing.Size(358, 28)
  373. Me.保養品_cb.TabIndex = 248
  374. '
  375. '品牌_cb
  376. '
  377. Me.品牌_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  378. Me.品牌_cb.FormattingEnabled = True
  379. Me.品牌_cb.Location = New System.Drawing.Point(535, 567)
  380. Me.品牌_cb.Name = "品牌_cb"
  381. Me.品牌_cb.Size = New System.Drawing.Size(358, 28)
  382. Me.品牌_cb.TabIndex = 247
  383. '
  384. 'Label13
  385. '
  386. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  387. Me.Label13.AutoSize = True
  388. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  389. Me.Label13.ForeColor = System.Drawing.Color.Blue
  390. Me.Label13.Location = New System.Drawing.Point(474, 538)
  391. Me.Label13.Name = "Label13"
  392. Me.Label13.Size = New System.Drawing.Size(181, 24)
  393. Me.Label13.TabIndex = 246
  394. Me.Label13.Text = "新增保養品的控制項" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  395. '
  396. 'Label14
  397. '
  398. Me.Label14.AutoSize = True
  399. Me.Label14.Location = New System.Drawing.Point(-11, 16)
  400. Me.Label14.Name = "Label14"
  401. Me.Label14.Size = New System.Drawing.Size(919, 20)
  402. Me.Label14.TabIndex = 253
  403. Me.Label14.Text = "_________________________________________________________________________________" &
  404. "_________________________________________________"
  405. '
  406. 'Label7
  407. '
  408. Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  409. Me.Label7.AutoSize = True
  410. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  411. Me.Label7.ForeColor = System.Drawing.Color.Red
  412. Me.Label7.Location = New System.Drawing.Point(-1, 622)
  413. Me.Label7.Name = "Label7"
  414. Me.Label7.Size = New System.Drawing.Size(900, 19)
  415. Me.Label7.TabIndex = 254
  416. Me.Label7.Text = "請注意在操作控制項存檔/刪除之後,上方的勾選清單會被從新讀取。如果有需要新增選項,請先新增後再做勾選動作資料才不會遺失。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  417. '
  418. '適應症選擇
  419. '
  420. Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 20.0!)
  421. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  422. Me.ClientSize = New System.Drawing.Size(896, 643)
  423. Me.Controls.Add(Me.Label7)
  424. Me.Controls.Add(Me.Label11)
  425. Me.Controls.Add(Me.Label12)
  426. Me.Controls.Add(Me.刪除1_bt)
  427. Me.Controls.Add(Me.存檔1_bt)
  428. Me.Controls.Add(Me.保養品_cb)
  429. Me.Controls.Add(Me.品牌_cb)
  430. Me.Controls.Add(Me.Label13)
  431. Me.Controls.Add(Me.備註1_tb)
  432. Me.Controls.Add(Me.保養品_lb)
  433. Me.Controls.Add(Me.品牌_lb)
  434. Me.Controls.Add(Me.保養品_dgv)
  435. Me.Controls.Add(Me.備註_tb)
  436. Me.Controls.Add(Me.治療建議_lb)
  437. Me.Controls.Add(Me.症狀_lb)
  438. Me.Controls.Add(Me.Label6)
  439. Me.Controls.Add(Me.Label5)
  440. Me.Controls.Add(Me.刪除_bt)
  441. Me.Controls.Add(Me.存檔_bt)
  442. Me.Controls.Add(Me.療程_cb)
  443. Me.Controls.Add(Me.病症_cb)
  444. Me.Controls.Add(Me.Label3)
  445. Me.Controls.Add(Me.醫生_tb)
  446. Me.Controls.Add(Me.確認_bt)
  447. Me.Controls.Add(Me.病歷號_tb)
  448. Me.Controls.Add(Me.Label2)
  449. Me.Controls.Add(Me.Label1)
  450. Me.Controls.Add(Me.適應症_dgv)
  451. Me.Controls.Add(Me.TreeView1)
  452. Me.Controls.Add(Me.TreeView2)
  453. Me.Controls.Add(Me.Label4)
  454. Me.Controls.Add(Me.Label14)
  455. Me.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  456. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  457. Me.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  458. Me.MaximizeBox = False
  459. Me.MinimizeBox = False
  460. Me.Name = "適應症選擇"
  461. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  462. Me.Text = "適應症選擇"
  463. CType(Me.適應症_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  464. CType(Me.保養品_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  465. Me.ResumeLayout(False)
  466. Me.PerformLayout()
  467. End Sub
  468. Friend WithEvents Label1 As Label
  469. Friend WithEvents Label2 As Label
  470. Friend WithEvents 病歷號_tb As TextBox
  471. Friend WithEvents 確認_bt As Button
  472. Friend WithEvents 醫生_tb As TextBox
  473. Friend WithEvents 適應症_dgv As DataGridView
  474. Friend WithEvents TreeView1 As TreeView
  475. Friend WithEvents Label3 As Label
  476. Friend WithEvents 病症_cb As ComboBox
  477. Friend WithEvents 療程_cb As ComboBox
  478. Friend WithEvents 存檔_bt As Button
  479. Friend WithEvents Label4 As Label
  480. Friend WithEvents 刪除_bt As Button
  481. Friend WithEvents Label5 As Label
  482. Friend WithEvents Label6 As Label
  483. Friend WithEvents 症狀_lb As Label
  484. Friend WithEvents 治療建議_lb As Label
  485. Friend WithEvents 備註_tb As TextBox
  486. Friend WithEvents 保養品_dgv As DataGridView
  487. Friend WithEvents TreeView2 As TreeView
  488. Friend WithEvents 備註1_tb As TextBox
  489. Friend WithEvents 保養品_lb As Label
  490. Friend WithEvents 品牌_lb As Label
  491. Friend WithEvents Label11 As Label
  492. Friend WithEvents Label12 As Label
  493. Friend WithEvents 刪除1_bt As Button
  494. Friend WithEvents 存檔1_bt As Button
  495. Friend WithEvents 保養品_cb As ComboBox
  496. Friend WithEvents 品牌_cb As ComboBox
  497. Friend WithEvents Label13 As Label
  498. Friend WithEvents Label14 As Label
  499. Friend WithEvents Label7 As Label
  500. End Class