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 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(適應症選擇))
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.Label2 = New System.Windows.Forms.Label()
  31. Me.病歷號_tb = New System.Windows.Forms.TextBox()
  32. Me.醫生_tb = New System.Windows.Forms.TextBox()
  33. Me.適應症_dgv = New System.Windows.Forms.DataGridView()
  34. Me.TreeView1 = New System.Windows.Forms.TreeView()
  35. Me.Label3 = New System.Windows.Forms.Label()
  36. Me.病症_cb = New System.Windows.Forms.ComboBox()
  37. Me.療程_cb = New System.Windows.Forms.ComboBox()
  38. Me.Label4 = New System.Windows.Forms.Label()
  39. Me.刪除_bt = New System.Windows.Forms.Button()
  40. Me.存檔_bt = New System.Windows.Forms.Button()
  41. Me.確認_bt = New System.Windows.Forms.Button()
  42. CType(Me.適應症_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  43. Me.SuspendLayout()
  44. '
  45. 'Label1
  46. '
  47. Me.Label1.AutoSize = True
  48. Me.Label1.Location = New System.Drawing.Point(3, 6)
  49. Me.Label1.Name = "Label1"
  50. Me.Label1.Size = New System.Drawing.Size(57, 20)
  51. Me.Label1.TabIndex = 0
  52. Me.Label1.Text = "醫 師"
  53. '
  54. 'Label2
  55. '
  56. Me.Label2.AutoSize = True
  57. Me.Label2.Location = New System.Drawing.Point(218, 9)
  58. Me.Label2.Name = "Label2"
  59. Me.Label2.Size = New System.Drawing.Size(57, 20)
  60. Me.Label2.TabIndex = 2
  61. Me.Label2.Text = "病歷號"
  62. '
  63. '病歷號_tb
  64. '
  65. Me.病歷號_tb.Location = New System.Drawing.Point(281, 3)
  66. Me.病歷號_tb.Name = "病歷號_tb"
  67. Me.病歷號_tb.Size = New System.Drawing.Size(146, 29)
  68. Me.病歷號_tb.TabIndex = 3
  69. '
  70. '醫生_tb
  71. '
  72. Me.醫生_tb.Location = New System.Drawing.Point(66, 3)
  73. Me.醫生_tb.Name = "醫生_tb"
  74. Me.醫生_tb.ReadOnly = True
  75. Me.醫生_tb.Size = New System.Drawing.Size(146, 29)
  76. Me.醫生_tb.TabIndex = 6
  77. '
  78. '適應症_dgv
  79. '
  80. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  81. Me.適應症_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  82. Me.適應症_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  83. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  84. Me.適應症_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  85. Me.適應症_dgv.BackgroundColor = System.Drawing.Color.White
  86. Me.適應症_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  87. Me.適應症_dgv.Location = New System.Drawing.Point(31, 93)
  88. Me.適應症_dgv.Name = "適應症_dgv"
  89. Me.適應症_dgv.RowHeadersWidth = 5
  90. Me.適應症_dgv.RowTemplate.Height = 24
  91. Me.適應症_dgv.Size = New System.Drawing.Size(164, 406)
  92. Me.適應症_dgv.TabIndex = 228
  93. '
  94. 'TreeView1
  95. '
  96. Me.TreeView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  97. Or System.Windows.Forms.AnchorStyles.Left) _
  98. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  99. Me.TreeView1.CheckBoxes = True
  100. Me.TreeView1.Location = New System.Drawing.Point(3, 35)
  101. Me.TreeView1.Name = "TreeView1"
  102. TreeNode1.Name = "Node1"
  103. TreeNode1.Text = "Pulsed Dye Laser"
  104. TreeNode2.Name = "Node4"
  105. TreeNode2.Text = "VPL"
  106. TreeNode3.Name = "Node0"
  107. TreeNode3.Text = "Acne"
  108. TreeNode4.Name = "Node5"
  109. TreeNode4.Text = "Subcision"
  110. TreeNode5.Name = "Node3"
  111. TreeNode5.Text = "Acne Scar"
  112. Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode3, TreeNode5})
  113. Me.TreeView1.Size = New System.Drawing.Size(512, 485)
  114. Me.TreeView1.TabIndex = 229
  115. '
  116. 'Label3
  117. '
  118. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  119. Me.Label3.AutoSize = True
  120. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  121. Me.Label3.Location = New System.Drawing.Point(12, 529)
  122. Me.Label3.Name = "Label3"
  123. Me.Label3.Size = New System.Drawing.Size(276, 24)
  124. Me.Label3.TabIndex = 230
  125. Me.Label3.Text = "新增適應症與療程建議的控制項" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  126. '
  127. '病症_cb
  128. '
  129. Me.病症_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  130. Me.病症_cb.FormattingEnabled = True
  131. Me.病症_cb.Location = New System.Drawing.Point(3, 557)
  132. Me.病症_cb.Name = "病症_cb"
  133. Me.病症_cb.Size = New System.Drawing.Size(335, 28)
  134. Me.病症_cb.TabIndex = 231
  135. '
  136. '療程_cb
  137. '
  138. Me.療程_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  139. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  140. Me.療程_cb.FormattingEnabled = True
  141. Me.療程_cb.Location = New System.Drawing.Point(342, 557)
  142. Me.療程_cb.Name = "療程_cb"
  143. Me.療程_cb.Size = New System.Drawing.Size(172, 28)
  144. Me.療程_cb.TabIndex = 232
  145. '
  146. 'Label4
  147. '
  148. Me.Label4.AutoSize = True
  149. Me.Label4.Location = New System.Drawing.Point(-4, 505)
  150. Me.Label4.Name = "Label4"
  151. Me.Label4.Size = New System.Drawing.Size(534, 20)
  152. Me.Label4.TabIndex = 234
  153. Me.Label4.Text = "___________________________________________________________________________"
  154. '
  155. '刪除_bt
  156. '
  157. Me.刪除_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  158. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  159. Me.刪除_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  160. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  161. Me.刪除_bt.Location = New System.Drawing.Point(430, 524)
  162. Me.刪除_bt.Name = "刪除_bt"
  163. Me.刪除_bt.Size = New System.Drawing.Size(85, 32)
  164. Me.刪除_bt.TabIndex = 235
  165. Me.刪除_bt.UseVisualStyleBackColor = True
  166. '
  167. '存檔_bt
  168. '
  169. Me.存檔_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  170. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  171. Me.存檔_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  172. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  173. Me.存檔_bt.Location = New System.Drawing.Point(343, 524)
  174. Me.存檔_bt.Name = "存檔_bt"
  175. Me.存檔_bt.Size = New System.Drawing.Size(85, 32)
  176. Me.存檔_bt.TabIndex = 233
  177. Me.存檔_bt.UseVisualStyleBackColor = True
  178. '
  179. '確認_bt
  180. '
  181. Me.確認_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  182. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  183. Me.確認_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check
  184. Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  185. Me.確認_bt.Location = New System.Drawing.Point(429, 1)
  186. Me.確認_bt.Name = "確認_bt"
  187. Me.確認_bt.Size = New System.Drawing.Size(85, 32)
  188. Me.確認_bt.TabIndex = 5
  189. Me.確認_bt.UseVisualStyleBackColor = True
  190. '
  191. '適應症選擇
  192. '
  193. Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 20.0!)
  194. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  195. Me.ClientSize = New System.Drawing.Size(518, 588)
  196. Me.Controls.Add(Me.刪除_bt)
  197. Me.Controls.Add(Me.存檔_bt)
  198. Me.Controls.Add(Me.療程_cb)
  199. Me.Controls.Add(Me.病症_cb)
  200. Me.Controls.Add(Me.Label3)
  201. Me.Controls.Add(Me.醫生_tb)
  202. Me.Controls.Add(Me.確認_bt)
  203. Me.Controls.Add(Me.病歷號_tb)
  204. Me.Controls.Add(Me.Label2)
  205. Me.Controls.Add(Me.Label1)
  206. Me.Controls.Add(Me.Label4)
  207. Me.Controls.Add(Me.TreeView1)
  208. Me.Controls.Add(Me.適應症_dgv)
  209. Me.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  210. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  211. Me.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
  212. Me.MaximizeBox = False
  213. Me.MinimizeBox = False
  214. Me.Name = "適應症選擇"
  215. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  216. Me.Text = "適應症選擇"
  217. CType(Me.適應症_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  218. Me.ResumeLayout(False)
  219. Me.PerformLayout()
  220. End Sub
  221. Friend WithEvents Label1 As Label
  222. Friend WithEvents Label2 As Label
  223. Friend WithEvents 病歷號_tb As TextBox
  224. Friend WithEvents 確認_bt As Button
  225. Friend WithEvents 醫生_tb As TextBox
  226. Friend WithEvents 適應症_dgv As DataGridView
  227. Friend WithEvents TreeView1 As TreeView
  228. Friend WithEvents Label3 As Label
  229. Friend WithEvents 病症_cb As ComboBox
  230. Friend WithEvents 療程_cb As ComboBox
  231. Friend WithEvents 存檔_bt As Button
  232. Friend WithEvents Label4 As Label
  233. Friend WithEvents 刪除_bt As Button
  234. End Class