_ Partial Class 適應症選擇 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Pulsed Dye Laser") Dim TreeNode2 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("VPL") Dim TreeNode3 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Acne", New System.Windows.Forms.TreeNode() {TreeNode1, TreeNode2}) Dim TreeNode4 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Subcision") Dim TreeNode5 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Acne Scar", New System.Windows.Forms.TreeNode() {TreeNode4}) Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim TreeNode6 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Pulsed Dye Laser") Dim TreeNode7 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("VPL") Dim TreeNode8 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Acne", New System.Windows.Forms.TreeNode() {TreeNode6, TreeNode7}) Dim TreeNode9 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Subcision") Dim TreeNode10 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Acne Scar", New System.Windows.Forms.TreeNode() {TreeNode9}) Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(適應症選擇)) Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.病歷號_tb = New System.Windows.Forms.TextBox() Me.醫生_tb = New System.Windows.Forms.TextBox() Me.適應症_dgv = New System.Windows.Forms.DataGridView() Me.TreeView1 = New System.Windows.Forms.TreeView() Me.Label3 = New System.Windows.Forms.Label() Me.病症_cb = New System.Windows.Forms.ComboBox() Me.療程_cb = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.刪除_bt = New System.Windows.Forms.Button() Me.存檔_bt = New System.Windows.Forms.Button() Me.確認_bt = New System.Windows.Forms.Button() Me.症狀_lb = New System.Windows.Forms.Label() Me.治療建議_lb = New System.Windows.Forms.Label() Me.備註_tb = New System.Windows.Forms.TextBox() Me.保養品_dgv = New System.Windows.Forms.DataGridView() Me.TreeView2 = New System.Windows.Forms.TreeView() Me.備註1_tb = New System.Windows.Forms.TextBox() Me.保養品_lb = New System.Windows.Forms.Label() Me.品牌_lb = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.刪除1_bt = New System.Windows.Forms.Button() Me.存檔1_bt = New System.Windows.Forms.Button() Me.保養品_cb = New System.Windows.Forms.ComboBox() Me.品牌_cb = New System.Windows.Forms.ComboBox() Me.Label13 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() CType(Me.適應症_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.保養品_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(164, 8) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(57, 20) Me.Label1.TabIndex = 0 Me.Label1.Text = "醫 師" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(379, 7) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(57, 20) Me.Label2.TabIndex = 2 Me.Label2.Text = "病歷號" ' '病歷號_tb ' Me.病歷號_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.病歷號_tb.Location = New System.Drawing.Point(442, 3) Me.病歷號_tb.Name = "病歷號_tb" Me.病歷號_tb.Size = New System.Drawing.Size(146, 29) Me.病歷號_tb.TabIndex = 3 ' '醫生_tb ' Me.醫生_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.醫生_tb.Location = New System.Drawing.Point(227, 3) Me.醫生_tb.Name = "醫生_tb" Me.醫生_tb.ReadOnly = True Me.醫生_tb.Size = New System.Drawing.Size(146, 29) Me.醫生_tb.TabIndex = 6 ' '適應症_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.適應症_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.適應症_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.適應症_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.適應症_dgv.BackgroundColor = System.Drawing.Color.White Me.適應症_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.適應症_dgv.Location = New System.Drawing.Point(7, 302) Me.適應症_dgv.Name = "適應症_dgv" Me.適應症_dgv.RowHeadersWidth = 5 Me.適應症_dgv.RowTemplate.Height = 24 Me.適應症_dgv.Size = New System.Drawing.Size(461, 191) Me.適應症_dgv.TabIndex = 228 ' 'TreeView1 ' Me.TreeView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TreeView1.CheckBoxes = True Me.TreeView1.Location = New System.Drawing.Point(3, 110) Me.TreeView1.Name = "TreeView1" TreeNode1.Name = "Node1" TreeNode1.Text = "Pulsed Dye Laser" TreeNode2.Name = "Node4" TreeNode2.Text = "VPL" TreeNode3.Name = "Node0" TreeNode3.Text = "Acne" TreeNode4.Name = "Node5" TreeNode4.Text = "Subcision" TreeNode5.Name = "Node3" TreeNode5.Text = "Acne Scar" Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode3, TreeNode5}) Me.TreeView1.Size = New System.Drawing.Size(469, 420) Me.TreeView1.TabIndex = 229 ' 'Label3 ' Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Blue Me.Label3.Location = New System.Drawing.Point(12, 538) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(276, 24) Me.Label3.TabIndex = 230 Me.Label3.Text = "新增適應症與療程建議的控制項" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '病症_cb ' Me.病症_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.病症_cb.FormattingEnabled = True Me.病症_cb.Location = New System.Drawing.Point(82, 567) Me.病症_cb.Name = "病症_cb" Me.病症_cb.Size = New System.Drawing.Size(390, 28) Me.病症_cb.TabIndex = 231 ' '療程_cb ' Me.療程_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.療程_cb.FormattingEnabled = True Me.療程_cb.Location = New System.Drawing.Point(82, 594) Me.療程_cb.Name = "療程_cb" Me.療程_cb.Size = New System.Drawing.Size(390, 28) Me.療程_cb.TabIndex = 232 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(-4, 514) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(919, 20) Me.Label4.TabIndex = 234 Me.Label4.Text = "_________________________________________________________________________________" & "_________________________________________________" ' 'Label5 ' Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(3, 570) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(73, 20) Me.Label5.TabIndex = 236 Me.Label5.Text = "適 應 症" ' 'Label6 ' Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(3, 597) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(73, 20) Me.Label6.TabIndex = 237 Me.Label6.Text = "治療項目" ' '刪除_bt ' Me.刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.刪除_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除_bt.Location = New System.Drawing.Point(387, 534) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(85, 32) Me.刪除_bt.TabIndex = 235 Me.刪除_bt.UseVisualStyleBackColor = True ' '存檔_bt ' Me.存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.存檔_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.存檔_bt.Location = New System.Drawing.Point(300, 534) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(85, 32) Me.存檔_bt.TabIndex = 233 Me.存檔_bt.UseVisualStyleBackColor = True ' '確認_bt ' Me.確認_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.確認_bt.Location = New System.Drawing.Point(590, 1) Me.確認_bt.Name = "確認_bt" Me.確認_bt.Size = New System.Drawing.Size(85, 32) Me.確認_bt.TabIndex = 5 Me.確認_bt.UseVisualStyleBackColor = True ' '症狀_lb ' Me.症狀_lb.AutoSize = True Me.症狀_lb.Location = New System.Drawing.Point(5, 38) Me.症狀_lb.Name = "症狀_lb" Me.症狀_lb.Size = New System.Drawing.Size(20, 20) Me.症狀_lb.TabIndex = 238 Me.症狀_lb.Text = "* " ' '治療建議_lb ' Me.治療建議_lb.AutoSize = True Me.治療建議_lb.Location = New System.Drawing.Point(5, 58) Me.治療建議_lb.Name = "治療建議_lb" Me.治療建議_lb.Size = New System.Drawing.Size(39, 20) Me.治療建議_lb.TabIndex = 239 Me.治療建議_lb.Text = "--> " ' '備註_tb ' Me.備註_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.備註_tb.Location = New System.Drawing.Point(3, 82) Me.備註_tb.Name = "備註_tb" Me.備註_tb.Size = New System.Drawing.Size(469, 29) Me.備註_tb.TabIndex = 240 ' '保養品_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.保養品_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.保養品_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.保養品_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.保養品_dgv.BackgroundColor = System.Drawing.Color.White Me.保養品_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.保養品_dgv.Location = New System.Drawing.Point(478, 302) Me.保養品_dgv.Name = "保養品_dgv" Me.保養品_dgv.RowHeadersWidth = 5 Me.保養品_dgv.RowTemplate.Height = 24 Me.保養品_dgv.Size = New System.Drawing.Size(409, 191) Me.保養品_dgv.TabIndex = 241 ' 'TreeView2 ' Me.TreeView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TreeView2.CheckBoxes = True Me.TreeView2.Location = New System.Drawing.Point(474, 110) Me.TreeView2.Name = "TreeView2" TreeNode6.Name = "Node1" TreeNode6.Text = "Pulsed Dye Laser" TreeNode7.Name = "Node4" TreeNode7.Text = "VPL" TreeNode8.Name = "Node0" TreeNode8.Text = "Acne" TreeNode9.Name = "Node5" TreeNode9.Text = "Subcision" TreeNode10.Name = "Node3" TreeNode10.Text = "Acne Scar" Me.TreeView2.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode8, TreeNode10}) Me.TreeView2.Size = New System.Drawing.Size(419, 420) Me.TreeView2.TabIndex = 242 ' '備註1_tb ' Me.備註1_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.備註1_tb.Location = New System.Drawing.Point(474, 82) Me.備註1_tb.Name = "備註1_tb" Me.備註1_tb.Size = New System.Drawing.Size(419, 29) Me.備註1_tb.TabIndex = 245 ' '保養品_lb ' Me.保養品_lb.AutoSize = True Me.保養品_lb.Location = New System.Drawing.Point(474, 58) Me.保養品_lb.Name = "保養品_lb" Me.保養品_lb.Size = New System.Drawing.Size(39, 20) Me.保養品_lb.TabIndex = 244 Me.保養品_lb.Text = "--> " ' '品牌_lb ' Me.品牌_lb.AutoSize = True Me.品牌_lb.Location = New System.Drawing.Point(474, 38) Me.品牌_lb.Name = "品牌_lb" Me.品牌_lb.Size = New System.Drawing.Size(20, 20) Me.品牌_lb.TabIndex = 243 Me.品牌_lb.Text = "* " ' 'Label11 ' Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(474, 597) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(57, 20) Me.Label11.TabIndex = 252 Me.Label11.Text = "保養品" ' 'Label12 ' Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(474, 570) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(57, 20) Me.Label12.TabIndex = 251 Me.Label12.Text = "品 牌" ' '刪除1_bt ' Me.刪除1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.刪除1_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty Me.刪除1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除1_bt.Location = New System.Drawing.Point(809, 534) Me.刪除1_bt.Name = "刪除1_bt" Me.刪除1_bt.Size = New System.Drawing.Size(85, 32) Me.刪除1_bt.TabIndex = 250 Me.刪除1_bt.UseVisualStyleBackColor = True ' '存檔1_bt ' Me.存檔1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.存檔1_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER Me.存檔1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.存檔1_bt.Location = New System.Drawing.Point(722, 534) Me.存檔1_bt.Name = "存檔1_bt" Me.存檔1_bt.Size = New System.Drawing.Size(85, 32) Me.存檔1_bt.TabIndex = 249 Me.存檔1_bt.UseVisualStyleBackColor = True ' '保養品_cb ' Me.保養品_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.保養品_cb.FormattingEnabled = True Me.保養品_cb.Location = New System.Drawing.Point(535, 594) Me.保養品_cb.Name = "保養品_cb" Me.保養品_cb.Size = New System.Drawing.Size(358, 28) Me.保養品_cb.TabIndex = 248 ' '品牌_cb ' Me.品牌_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.品牌_cb.FormattingEnabled = True Me.品牌_cb.Location = New System.Drawing.Point(535, 567) Me.品牌_cb.Name = "品牌_cb" Me.品牌_cb.Size = New System.Drawing.Size(358, 28) Me.品牌_cb.TabIndex = 247 ' 'Label13 ' Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label13.ForeColor = System.Drawing.Color.Blue Me.Label13.Location = New System.Drawing.Point(474, 538) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(181, 24) Me.Label13.TabIndex = 246 Me.Label13.Text = "新增保養品的控制項" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(-11, 16) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(919, 20) Me.Label14.TabIndex = 253 Me.Label14.Text = "_________________________________________________________________________________" & "_________________________________________________" ' 'Label7 ' Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.ForeColor = System.Drawing.Color.Red Me.Label7.Location = New System.Drawing.Point(-1, 622) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(900, 19) Me.Label7.TabIndex = 254 Me.Label7.Text = "請注意在操作控制項存檔/刪除之後,上方的勾選清單會被從新讀取。如果有需要新增選項,請先新增後再做勾選動作資料才不會遺失。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '適應症選擇 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 20.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(896, 643) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.刪除1_bt) Me.Controls.Add(Me.存檔1_bt) Me.Controls.Add(Me.保養品_cb) Me.Controls.Add(Me.品牌_cb) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.備註1_tb) Me.Controls.Add(Me.保養品_lb) Me.Controls.Add(Me.品牌_lb) Me.Controls.Add(Me.保養品_dgv) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.治療建議_lb) Me.Controls.Add(Me.症狀_lb) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.存檔_bt) Me.Controls.Add(Me.療程_cb) Me.Controls.Add(Me.病症_cb) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.醫生_tb) Me.Controls.Add(Me.確認_bt) Me.Controls.Add(Me.病歷號_tb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.適應症_dgv) Me.Controls.Add(Me.TreeView1) Me.Controls.Add(Me.TreeView2) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label14) Me.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "適應症選擇" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "適應症選擇" CType(Me.適應症_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.保養品_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents 病歷號_tb As TextBox Friend WithEvents 確認_bt As Button Friend WithEvents 醫生_tb As TextBox Friend WithEvents 適應症_dgv As DataGridView Friend WithEvents TreeView1 As TreeView Friend WithEvents Label3 As Label Friend WithEvents 病症_cb As ComboBox Friend WithEvents 療程_cb As ComboBox Friend WithEvents 存檔_bt As Button Friend WithEvents Label4 As Label Friend WithEvents 刪除_bt As Button Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents 症狀_lb As Label Friend WithEvents 治療建議_lb As Label Friend WithEvents 備註_tb As TextBox Friend WithEvents 保養品_dgv As DataGridView Friend WithEvents TreeView2 As TreeView Friend WithEvents 備註1_tb As TextBox Friend WithEvents 保養品_lb As Label Friend WithEvents 品牌_lb As Label Friend WithEvents Label11 As Label Friend WithEvents Label12 As Label Friend WithEvents 刪除1_bt As Button Friend WithEvents 存檔1_bt As Button Friend WithEvents 保養品_cb As ComboBox Friend WithEvents 品牌_cb As ComboBox Friend WithEvents Label13 As Label Friend WithEvents Label14 As Label Friend WithEvents Label7 As Label End Class