_ 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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.年份_新增_bt = New System.Windows.Forms.Button() Me.年份_dgv = New System.Windows.Forms.DataGridView() Me.年份_修改_bt = New System.Windows.Forms.Button() Me.年份_刪除_bt = New System.Windows.Forms.Button() Me.年份_tb = New System.Windows.Forms.TextBox() Me.資料庫版本號_lb = New System.Windows.Forms.Label() Me.修改1_bt = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.版本號_tb = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.ID_tb = New System.Windows.Forms.TextBox() Me.時段_tb = New System.Windows.Forms.TextBox() Me.時段1_tb = New System.Windows.Forms.TextBox() Me.時段2_tb = New System.Windows.Forms.TextBox() Me.時段3_tb = New System.Windows.Forms.TextBox() Me.時段4_tb = New System.Windows.Forms.TextBox() Me.時段5_tb = New System.Windows.Forms.TextBox() Me.時段6_tb = New System.Windows.Forms.TextBox() Me.時段7_tb = New System.Windows.Forms.TextBox() Me.時段8_tb = New System.Windows.Forms.TextBox() Me.上午上班_tb = New System.Windows.Forms.TextBox() Me.下午上班_tb = New System.Windows.Forms.TextBox() Me.加班上班_tb = New System.Windows.Forms.TextBox() Me.一段休息_tb = New System.Windows.Forms.TextBox() Me.二段休息_tb = New System.Windows.Forms.TextBox() Me.時段_dgv = New System.Windows.Forms.DataGridView() Me.時段新增_bt = New System.Windows.Forms.Button() Me.時段修改_bt = New System.Windows.Forms.Button() Me.時段刪除_bt = New System.Windows.Forms.Button() Me.GroupBox7 = New System.Windows.Forms.GroupBox() Me.職務新增_bt = New System.Windows.Forms.Button() Me.職務修改_bt = New System.Windows.Forms.Button() Me.職務刪除_bt = New System.Windows.Forms.Button() Me.職務_dgv = New System.Windows.Forms.DataGridView() Me.職務_tb = New System.Windows.Forms.TextBox() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.GroupBox8 = New System.Windows.Forms.GroupBox() Me.醫生_新增_bt = New System.Windows.Forms.Button() Me.醫師_dgv = New System.Windows.Forms.DataGridView() Me.醫生_修改_bt = New System.Windows.Forms.Button() Me.醫生_刪除_bt = New System.Windows.Forms.Button() Me.醫師_tb = New System.Windows.Forms.TextBox() Me.GroupBox4.SuspendLayout() CType(Me.年份_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() CType(Me.時段_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox7.SuspendLayout() CType(Me.職務_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox5.SuspendLayout() Me.GroupBox8.SuspendLayout() CType(Me.醫師_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.年份_新增_bt) Me.GroupBox4.Controls.Add(Me.年份_dgv) Me.GroupBox4.Controls.Add(Me.年份_修改_bt) Me.GroupBox4.Controls.Add(Me.年份_刪除_bt) Me.GroupBox4.Controls.Add(Me.年份_tb) Me.GroupBox4.Location = New System.Drawing.Point(161, 2) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(99, 442) Me.GroupBox4.TabIndex = 681 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "年份清單" ' '年份_新增_bt ' Me.年份_新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.年份_新增_bt.ForeColor = System.Drawing.Color.Blue Me.年份_新增_bt.Location = New System.Drawing.Point(3, 42) Me.年份_新增_bt.Name = "年份_新增_bt" Me.年份_新增_bt.Size = New System.Drawing.Size(93, 25) Me.年份_新增_bt.TabIndex = 223 Me.年份_新增_bt.Text = "新增" Me.年份_新增_bt.UseVisualStyleBackColor = True ' '年份_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, 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(3, 122) Me.年份_dgv.Name = "年份_dgv" Me.年份_dgv.RowHeadersWidth = 5 Me.年份_dgv.RowTemplate.Height = 24 Me.年份_dgv.Size = New System.Drawing.Size(93, 314) Me.年份_dgv.TabIndex = 222 ' '年份_修改_bt ' Me.年份_修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.年份_修改_bt.ForeColor = System.Drawing.Color.DarkGreen Me.年份_修改_bt.Location = New System.Drawing.Point(3, 68) Me.年份_修改_bt.Name = "年份_修改_bt" Me.年份_修改_bt.Size = New System.Drawing.Size(93, 25) Me.年份_修改_bt.TabIndex = 224 Me.年份_修改_bt.Text = "修改" Me.年份_修改_bt.UseVisualStyleBackColor = True ' '年份_刪除_bt ' Me.年份_刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.年份_刪除_bt.ForeColor = System.Drawing.Color.Red Me.年份_刪除_bt.Location = New System.Drawing.Point(3, 94) Me.年份_刪除_bt.Name = "年份_刪除_bt" Me.年份_刪除_bt.Size = New System.Drawing.Size(93, 25) Me.年份_刪除_bt.TabIndex = 225 Me.年份_刪除_bt.Text = "刪除" Me.年份_刪除_bt.UseVisualStyleBackColor = True ' '年份_tb ' Me.年份_tb.Location = New System.Drawing.Point(5, 18) Me.年份_tb.Name = "年份_tb" Me.年份_tb.Size = New System.Drawing.Size(91, 23) Me.年份_tb.TabIndex = 227 ' '資料庫版本號_lb ' Me.資料庫版本號_lb.AutoSize = True Me.資料庫版本號_lb.BackColor = System.Drawing.Color.White Me.資料庫版本號_lb.Location = New System.Drawing.Point(7, 42) Me.資料庫版本號_lb.Name = "資料庫版本號_lb" Me.資料庫版本號_lb.Size = New System.Drawing.Size(158, 16) Me.資料庫版本號_lb.TabIndex = 694 Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801" ' '修改1_bt ' Me.修改1_bt.BackColor = System.Drawing.Color.White Me.修改1_bt.Location = New System.Drawing.Point(169, 13) Me.修改1_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.修改1_bt.Name = "修改1_bt" Me.修改1_bt.Size = New System.Drawing.Size(105, 45) Me.修改1_bt.TabIndex = 688 Me.修改1_bt.Text = "修改" Me.修改1_bt.UseVisualStyleBackColor = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.SystemColors.Control Me.Label2.Location = New System.Drawing.Point(6, 19) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(43, 16) Me.Label2.TabIndex = 687 Me.Label2.Text = "版本號" ' '版本號_tb ' Me.版本號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.版本號_tb.Location = New System.Drawing.Point(52, 16) Me.版本號_tb.Margin = New System.Windows.Forms.Padding(5) Me.版本號_tb.Name = "版本號_tb" Me.版本號_tb.Size = New System.Drawing.Size(113, 23) Me.版本號_tb.TabIndex = 686 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.資料庫版本號_lb) Me.GroupBox1.Controls.Add(Me.版本號_tb) Me.GroupBox1.Controls.Add(Me.修改1_bt) Me.GroupBox1.Location = New System.Drawing.Point(552, 2) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(280, 66) Me.GroupBox1.TabIndex = 695 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "系統執行檔版本管理" ' 'ID_tb ' Me.ID_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ID_tb.Location = New System.Drawing.Point(6, 22) Me.ID_tb.Name = "ID_tb" Me.ID_tb.Size = New System.Drawing.Size(110, 23) Me.ID_tb.TabIndex = 0 ' '時段_tb ' Me.時段_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.時段_tb.Location = New System.Drawing.Point(115, 22) Me.時段_tb.Name = "時段_tb" Me.時段_tb.Size = New System.Drawing.Size(110, 23) Me.時段_tb.TabIndex = 1 ' '時段1_tb ' Me.時段1_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.時段1_tb.Location = New System.Drawing.Point(224, 22) Me.時段1_tb.Name = "時段1_tb" Me.時段1_tb.Size = New System.Drawing.Size(110, 23) Me.時段1_tb.TabIndex = 2 ' '時段2_tb ' Me.時段2_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.時段2_tb.Location = New System.Drawing.Point(333, 22) Me.時段2_tb.Name = "時段2_tb" Me.時段2_tb.Size = New System.Drawing.Size(110, 23) Me.時段2_tb.TabIndex = 3 ' '時段3_tb ' Me.時段3_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.時段3_tb.Location = New System.Drawing.Point(442, 22) Me.時段3_tb.Name = "時段3_tb" Me.時段3_tb.Size = New System.Drawing.Size(110, 23) Me.時段3_tb.TabIndex = 4 ' '時段4_tb ' Me.時段4_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.時段4_tb.Location = New System.Drawing.Point(551, 22) Me.時段4_tb.Name = "時段4_tb" Me.時段4_tb.Size = New System.Drawing.Size(110, 23) Me.時段4_tb.TabIndex = 5 ' '時段5_tb ' Me.時段5_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.時段5_tb.Location = New System.Drawing.Point(660, 22) Me.時段5_tb.Name = "時段5_tb" Me.時段5_tb.Size = New System.Drawing.Size(110, 23) Me.時段5_tb.TabIndex = 6 ' '時段6_tb ' Me.時段6_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.時段6_tb.Location = New System.Drawing.Point(769, 22) Me.時段6_tb.Name = "時段6_tb" Me.時段6_tb.Size = New System.Drawing.Size(110, 23) Me.時段6_tb.TabIndex = 7 ' '時段7_tb ' Me.時段7_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.時段7_tb.Location = New System.Drawing.Point(878, 22) Me.時段7_tb.Name = "時段7_tb" Me.時段7_tb.Size = New System.Drawing.Size(110, 23) Me.時段7_tb.TabIndex = 8 ' '時段8_tb ' Me.時段8_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.時段8_tb.Location = New System.Drawing.Point(987, 22) Me.時段8_tb.Name = "時段8_tb" Me.時段8_tb.Size = New System.Drawing.Size(110, 23) Me.時段8_tb.TabIndex = 9 ' '上午上班_tb ' Me.上午上班_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.上午上班_tb.Location = New System.Drawing.Point(1096, 22) Me.上午上班_tb.Name = "上午上班_tb" Me.上午上班_tb.Size = New System.Drawing.Size(110, 23) Me.上午上班_tb.TabIndex = 10 ' '下午上班_tb ' Me.下午上班_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.下午上班_tb.Location = New System.Drawing.Point(1205, 22) Me.下午上班_tb.Name = "下午上班_tb" Me.下午上班_tb.Size = New System.Drawing.Size(110, 23) Me.下午上班_tb.TabIndex = 11 ' '加班上班_tb ' Me.加班上班_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.加班上班_tb.Location = New System.Drawing.Point(1314, 22) Me.加班上班_tb.Name = "加班上班_tb" Me.加班上班_tb.Size = New System.Drawing.Size(110, 23) Me.加班上班_tb.TabIndex = 12 ' '一段休息_tb ' Me.一段休息_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.一段休息_tb.Location = New System.Drawing.Point(1423, 22) Me.一段休息_tb.Name = "一段休息_tb" Me.一段休息_tb.Size = New System.Drawing.Size(110, 23) Me.一段休息_tb.TabIndex = 13 ' '二段休息_tb ' Me.二段休息_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.二段休息_tb.Location = New System.Drawing.Point(1532, 22) Me.二段休息_tb.Name = "二段休息_tb" Me.二段休息_tb.Size = New System.Drawing.Size(110, 23) Me.二段休息_tb.TabIndex = 14 ' '時段_dgv ' Me.時段_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.時段_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.時段_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.時段_dgv.Location = New System.Drawing.Point(6, 48) Me.時段_dgv.Name = "時段_dgv" Me.時段_dgv.RowHeadersWidth = 5 Me.時段_dgv.RowTemplate.Height = 24 Me.時段_dgv.Size = New System.Drawing.Size(1636, 335) Me.時段_dgv.TabIndex = 16 ' '時段新增_bt ' Me.時段新增_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.時段新增_bt.Location = New System.Drawing.Point(0, 389) Me.時段新增_bt.Name = "時段新增_bt" Me.時段新增_bt.Size = New System.Drawing.Size(219, 25) Me.時段新增_bt.TabIndex = 703 Me.時段新增_bt.Text = "新增" 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.Location = New System.Drawing.Point(225, 389) Me.時段修改_bt.Name = "時段修改_bt" Me.時段修改_bt.Size = New System.Drawing.Size(219, 25) Me.時段修改_bt.TabIndex = 706 Me.時段修改_bt.Text = "修改" 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.Location = New System.Drawing.Point(448, 389) Me.時段刪除_bt.Name = "時段刪除_bt" Me.時段刪除_bt.Size = New System.Drawing.Size(219, 25) Me.時段刪除_bt.TabIndex = 707 Me.時段刪除_bt.Text = "刪除" Me.時段刪除_bt.UseVisualStyleBackColor = True ' 'GroupBox7 ' Me.GroupBox7.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox7.Controls.Add(Me.時段刪除_bt) Me.GroupBox7.Controls.Add(Me.時段修改_bt) Me.GroupBox7.Controls.Add(Me.時段新增_bt) Me.GroupBox7.Controls.Add(Me.時段_dgv) Me.GroupBox7.Controls.Add(Me.二段休息_tb) Me.GroupBox7.Controls.Add(Me.一段休息_tb) Me.GroupBox7.Controls.Add(Me.加班上班_tb) Me.GroupBox7.Controls.Add(Me.下午上班_tb) Me.GroupBox7.Controls.Add(Me.上午上班_tb) Me.GroupBox7.Controls.Add(Me.時段8_tb) Me.GroupBox7.Controls.Add(Me.時段7_tb) Me.GroupBox7.Controls.Add(Me.時段6_tb) Me.GroupBox7.Controls.Add(Me.時段5_tb) Me.GroupBox7.Controls.Add(Me.時段4_tb) Me.GroupBox7.Controls.Add(Me.時段3_tb) Me.GroupBox7.Controls.Add(Me.時段2_tb) Me.GroupBox7.Controls.Add(Me.時段1_tb) Me.GroupBox7.Controls.Add(Me.時段_tb) Me.GroupBox7.Controls.Add(Me.ID_tb) Me.GroupBox7.Location = New System.Drawing.Point(3, 443) Me.GroupBox7.Name = "GroupBox7" Me.GroupBox7.Size = New System.Drawing.Size(1649, 417) Me.GroupBox7.TabIndex = 717 Me.GroupBox7.TabStop = False Me.GroupBox7.Text = "時段設定" ' '職務新增_bt ' Me.職務新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.職務新增_bt.ForeColor = System.Drawing.Color.Blue Me.職務新增_bt.Location = New System.Drawing.Point(3, 41) Me.職務新增_bt.Name = "職務新增_bt" Me.職務新增_bt.Size = New System.Drawing.Size(152, 25) Me.職務新增_bt.TabIndex = 224 Me.職務新增_bt.Text = "新增" Me.職務新增_bt.UseVisualStyleBackColor = True ' '職務修改_bt ' Me.職務修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.職務修改_bt.ForeColor = System.Drawing.Color.DarkGreen Me.職務修改_bt.Location = New System.Drawing.Point(3, 67) Me.職務修改_bt.Name = "職務修改_bt" Me.職務修改_bt.Size = New System.Drawing.Size(152, 25) Me.職務修改_bt.TabIndex = 225 Me.職務修改_bt.Text = "修改" Me.職務修改_bt.UseVisualStyleBackColor = True ' '職務刪除_bt ' Me.職務刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.職務刪除_bt.ForeColor = System.Drawing.Color.Red Me.職務刪除_bt.Location = New System.Drawing.Point(3, 94) Me.職務刪除_bt.Name = "職務刪除_bt" Me.職務刪除_bt.Size = New System.Drawing.Size(152, 25) Me.職務刪除_bt.TabIndex = 226 Me.職務刪除_bt.Text = "刪除" Me.職務刪除_bt.UseVisualStyleBackColor = True ' '職務_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(4, 122) Me.職務_dgv.Name = "職務_dgv" Me.職務_dgv.RowHeadersWidth = 5 Me.職務_dgv.RowTemplate.Height = 24 Me.職務_dgv.Size = New System.Drawing.Size(152, 314) Me.職務_dgv.TabIndex = 227 ' '職務_tb ' Me.職務_tb.Location = New System.Drawing.Point(5, 17) Me.職務_tb.Name = "職務_tb" Me.職務_tb.Size = New System.Drawing.Size(150, 23) Me.職務_tb.TabIndex = 229 ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.職務_tb) Me.GroupBox5.Controls.Add(Me.職務_dgv) Me.GroupBox5.Controls.Add(Me.職務刪除_bt) Me.GroupBox5.Controls.Add(Me.職務修改_bt) Me.GroupBox5.Controls.Add(Me.職務新增_bt) Me.GroupBox5.Location = New System.Drawing.Point(2, 2) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(160, 442) Me.GroupBox5.TabIndex = 708 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "工作職務" ' 'GroupBox8 ' Me.GroupBox8.Controls.Add(Me.醫生_新增_bt) Me.GroupBox8.Controls.Add(Me.醫師_dgv) Me.GroupBox8.Controls.Add(Me.醫生_修改_bt) Me.GroupBox8.Controls.Add(Me.醫生_刪除_bt) Me.GroupBox8.Controls.Add(Me.醫師_tb) Me.GroupBox8.Location = New System.Drawing.Point(259, 2) Me.GroupBox8.Name = "GroupBox8" Me.GroupBox8.Size = New System.Drawing.Size(99, 442) Me.GroupBox8.TabIndex = 719 Me.GroupBox8.TabStop = False Me.GroupBox8.Text = "醫師清單" ' '醫生_新增_bt ' Me.醫生_新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.醫生_新增_bt.ForeColor = System.Drawing.Color.Blue Me.醫生_新增_bt.Location = New System.Drawing.Point(3, 42) Me.醫生_新增_bt.Name = "醫生_新增_bt" Me.醫生_新增_bt.Size = New System.Drawing.Size(93, 25) Me.醫生_新增_bt.TabIndex = 223 Me.醫生_新增_bt.Text = "新增" Me.醫生_新增_bt.UseVisualStyleBackColor = True ' '醫師_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.醫師_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 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(3, 122) Me.醫師_dgv.Name = "醫師_dgv" Me.醫師_dgv.RowHeadersWidth = 5 Me.醫師_dgv.RowTemplate.Height = 24 Me.醫師_dgv.Size = New System.Drawing.Size(93, 314) Me.醫師_dgv.TabIndex = 222 ' '醫生_修改_bt ' Me.醫生_修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.醫生_修改_bt.ForeColor = System.Drawing.Color.DarkGreen Me.醫生_修改_bt.Location = New System.Drawing.Point(3, 68) Me.醫生_修改_bt.Name = "醫生_修改_bt" Me.醫生_修改_bt.Size = New System.Drawing.Size(93, 25) Me.醫生_修改_bt.TabIndex = 224 Me.醫生_修改_bt.Text = "修改" Me.醫生_修改_bt.UseVisualStyleBackColor = True ' '醫生_刪除_bt ' Me.醫生_刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.醫生_刪除_bt.ForeColor = System.Drawing.Color.Red Me.醫生_刪除_bt.Location = New System.Drawing.Point(3, 94) Me.醫生_刪除_bt.Name = "醫生_刪除_bt" Me.醫生_刪除_bt.Size = New System.Drawing.Size(93, 25) Me.醫生_刪除_bt.TabIndex = 225 Me.醫生_刪除_bt.Text = "刪除" Me.醫生_刪除_bt.UseVisualStyleBackColor = True ' '醫師_tb ' Me.醫師_tb.Location = New System.Drawing.Point(5, 18) Me.醫師_tb.Name = "醫師_tb" Me.醫師_tb.Size = New System.Drawing.Size(91, 23) Me.醫師_tb.TabIndex = 227 ' '系統設定 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(1656, 861) Me.Controls.Add(Me.GroupBox8) Me.Controls.Add(Me.GroupBox7) Me.Controls.Add(Me.GroupBox5) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.GroupBox4) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "系統設定" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "系統設定" Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() CType(Me.年份_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.時段_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox7.ResumeLayout(False) Me.GroupBox7.PerformLayout() CType(Me.職務_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox5.ResumeLayout(False) Me.GroupBox5.PerformLayout() Me.GroupBox8.ResumeLayout(False) Me.GroupBox8.PerformLayout() CType(Me.醫師_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents GroupBox4 As GroupBox Friend WithEvents 年份_dgv As DataGridView Friend WithEvents 年份_修改_bt As Button Friend WithEvents 年份_新增_bt As Button Friend WithEvents 年份_刪除_bt As Button Friend WithEvents 年份_tb As TextBox Friend WithEvents 資料庫版本號_lb As Label Friend WithEvents 修改1_bt As Button Friend WithEvents Label2 As Label Friend WithEvents 版本號_tb As TextBox Friend WithEvents GroupBox1 As GroupBox Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents ID_tb As TextBox Friend WithEvents 時段_tb As TextBox Friend WithEvents 時段1_tb As TextBox Friend WithEvents 時段2_tb As TextBox Friend WithEvents 時段3_tb As TextBox Friend WithEvents 時段4_tb As TextBox Friend WithEvents 時段5_tb As TextBox Friend WithEvents 時段6_tb As TextBox Friend WithEvents 時段7_tb As TextBox Friend WithEvents 時段8_tb As TextBox Friend WithEvents 上午上班_tb As TextBox Friend WithEvents 下午上班_tb As TextBox Friend WithEvents 加班上班_tb As TextBox Friend WithEvents 一段休息_tb As TextBox Friend WithEvents 二段休息_tb As TextBox Friend WithEvents 時段_dgv As DataGridView Friend WithEvents 時段新增_bt As Button Friend WithEvents 時段修改_bt As Button Friend WithEvents 時段刪除_bt As Button Friend WithEvents GroupBox7 As GroupBox Friend WithEvents 職務新增_bt As Button Friend WithEvents 職務修改_bt As Button Friend WithEvents 職務刪除_bt As Button Friend WithEvents 職務_dgv As DataGridView Friend WithEvents 職務_tb As TextBox Friend WithEvents GroupBox5 As GroupBox Friend WithEvents GroupBox8 As GroupBox Friend WithEvents 醫生_新增_bt As Button Friend WithEvents 醫師_dgv As DataGridView Friend WithEvents 醫生_修改_bt As Button Friend WithEvents 醫生_刪除_bt As Button Friend WithEvents 醫師_tb As TextBox End Class