_ 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.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.一段休息_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.時段8_tb = New System.Windows.Forms.TextBox() Me.時段7_tb = New System.Windows.Forms.TextBox() Me.時段6_tb = New System.Windows.Forms.TextBox() Me.時段5_tb = New System.Windows.Forms.TextBox() Me.時段4_tb = New System.Windows.Forms.TextBox() Me.時段3_tb = New System.Windows.Forms.TextBox() Me.時段2_tb = New System.Windows.Forms.TextBox() Me.時段1_tb = New System.Windows.Forms.TextBox() Me.時段_tb = New System.Windows.Forms.TextBox() Me.ID_tb = New System.Windows.Forms.TextBox() Me.GroupBox5 = New System.Windows.Forms.GroupBox() 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.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() 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.時間修改_bt = New System.Windows.Forms.Button() Me.門診_dgv = New System.Windows.Forms.DataGridView() 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.Label9 = New System.Windows.Forms.Label() Me.年份_刪除_bt = New System.Windows.Forms.Button() Me.年份_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.GroupBox7.SuspendLayout() CType(Me.時段_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox5.SuspendLayout() CType(Me.職務_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() CType(Me.門診_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox4.SuspendLayout() CType(Me.年份_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GroupBox7 ' 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(173, 482) Me.GroupBox7.Name = "GroupBox7" Me.GroupBox7.Size = New System.Drawing.Size(1702, 456) Me.GroupBox7.TabIndex = 725 Me.GroupBox7.TabStop = False Me.GroupBox7.Text = "時段設定" ' '時段刪除_bt ' Me.時段刪除_bt.Location = New System.Drawing.Point(454, 427) Me.時段刪除_bt.Name = "時段刪除_bt" Me.時段刪除_bt.Size = New System.Drawing.Size(219, 25) Me.時段刪除_bt.TabIndex = 707 Me.時段刪除_bt.Text = "刪除" Me.時段刪除_bt.UseVisualStyleBackColor = True ' '時段修改_bt ' Me.時段修改_bt.Location = New System.Drawing.Point(231, 427) 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.Location = New System.Drawing.Point(6, 427) Me.時段新增_bt.Name = "時段新增_bt" Me.時段新增_bt.Size = New System.Drawing.Size(219, 25) Me.時段新增_bt.TabIndex = 703 Me.時段新增_bt.Text = "新增" Me.時段新增_bt.UseVisualStyleBackColor = True ' '時段_dgv ' Me.時段_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.時段_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.時段_dgv.Location = New System.Drawing.Point(6, 44) Me.時段_dgv.Name = "時段_dgv" Me.時段_dgv.RowHeadersWidth = 5 Me.時段_dgv.RowTemplate.Height = 24 Me.時段_dgv.Size = New System.Drawing.Size(1690, 381) Me.時段_dgv.TabIndex = 16 ' '二段休息_tb ' Me.二段休息_tb.Location = New System.Drawing.Point(1588, 18) Me.二段休息_tb.Name = "二段休息_tb" Me.二段休息_tb.Size = New System.Drawing.Size(110, 23) Me.二段休息_tb.TabIndex = 14 ' '一段休息_tb ' Me.一段休息_tb.Location = New System.Drawing.Point(1475, 18) Me.一段休息_tb.Name = "一段休息_tb" Me.一段休息_tb.Size = New System.Drawing.Size(110, 23) Me.一段休息_tb.TabIndex = 13 ' '加班上班_tb ' Me.加班上班_tb.Location = New System.Drawing.Point(1362, 18) Me.加班上班_tb.Name = "加班上班_tb" Me.加班上班_tb.Size = New System.Drawing.Size(110, 23) Me.加班上班_tb.TabIndex = 12 ' '下午上班_tb ' Me.下午上班_tb.Location = New System.Drawing.Point(1249, 18) Me.下午上班_tb.Name = "下午上班_tb" Me.下午上班_tb.Size = New System.Drawing.Size(110, 23) Me.下午上班_tb.TabIndex = 11 ' '上午上班_tb ' Me.上午上班_tb.Location = New System.Drawing.Point(1136, 18) Me.上午上班_tb.Name = "上午上班_tb" Me.上午上班_tb.Size = New System.Drawing.Size(110, 23) Me.上午上班_tb.TabIndex = 10 ' '時段8_tb ' Me.時段8_tb.Location = New System.Drawing.Point(1023, 18) Me.時段8_tb.Name = "時段8_tb" Me.時段8_tb.Size = New System.Drawing.Size(110, 23) Me.時段8_tb.TabIndex = 9 ' '時段7_tb ' Me.時段7_tb.Location = New System.Drawing.Point(910, 18) Me.時段7_tb.Name = "時段7_tb" Me.時段7_tb.Size = New System.Drawing.Size(110, 23) Me.時段7_tb.TabIndex = 8 ' '時段6_tb ' Me.時段6_tb.Location = New System.Drawing.Point(797, 18) Me.時段6_tb.Name = "時段6_tb" Me.時段6_tb.Size = New System.Drawing.Size(110, 23) Me.時段6_tb.TabIndex = 7 ' '時段5_tb ' Me.時段5_tb.Location = New System.Drawing.Point(684, 18) Me.時段5_tb.Name = "時段5_tb" Me.時段5_tb.Size = New System.Drawing.Size(110, 23) Me.時段5_tb.TabIndex = 6 ' '時段4_tb ' Me.時段4_tb.Location = New System.Drawing.Point(571, 18) Me.時段4_tb.Name = "時段4_tb" Me.時段4_tb.Size = New System.Drawing.Size(110, 23) Me.時段4_tb.TabIndex = 5 ' '時段3_tb ' Me.時段3_tb.Location = New System.Drawing.Point(458, 18) Me.時段3_tb.Name = "時段3_tb" Me.時段3_tb.Size = New System.Drawing.Size(110, 23) Me.時段3_tb.TabIndex = 4 ' '時段2_tb ' Me.時段2_tb.Location = New System.Drawing.Point(345, 18) Me.時段2_tb.Name = "時段2_tb" Me.時段2_tb.Size = New System.Drawing.Size(110, 23) Me.時段2_tb.TabIndex = 3 ' '時段1_tb ' Me.時段1_tb.Location = New System.Drawing.Point(232, 18) Me.時段1_tb.Name = "時段1_tb" Me.時段1_tb.Size = New System.Drawing.Size(110, 23) Me.時段1_tb.TabIndex = 2 ' '時段_tb ' Me.時段_tb.Location = New System.Drawing.Point(119, 18) Me.時段_tb.Name = "時段_tb" Me.時段_tb.Size = New System.Drawing.Size(110, 23) Me.時段_tb.TabIndex = 1 ' 'ID_tb ' Me.ID_tb.Location = New System.Drawing.Point(6, 18) Me.ID_tb.Name = "ID_tb" Me.ID_tb.Size = New System.Drawing.Size(110, 23) Me.ID_tb.TabIndex = 0 ' '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(6, 40) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(162, 898) Me.GroupBox5.TabIndex = 723 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "工作職務" ' '職務_tb ' Me.職務_tb.Location = New System.Drawing.Point(7, 17) Me.職務_tb.Name = "職務_tb" Me.職務_tb.Size = New System.Drawing.Size(150, 23) Me.職務_tb.TabIndex = 229 ' '職務_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.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.職務_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.職務_dgv.Location = New System.Drawing.Point(5, 122) Me.職務_dgv.Name = "職務_dgv" Me.職務_dgv.RowHeadersWidth = 5 Me.職務_dgv.RowTemplate.Height = 24 Me.職務_dgv.Size = New System.Drawing.Size(152, 770) Me.職務_dgv.TabIndex = 227 ' '職務刪除_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(5, 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 ' '職務修改_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(5, 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.Blue Me.職務新增_bt.Location = New System.Drawing.Point(5, 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 ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.Label6) Me.GroupBox3.Controls.Add(Me.Label5) Me.GroupBox3.Controls.Add(Me.Label1) Me.GroupBox3.Controls.Add(Me.晚_tb) Me.GroupBox3.Controls.Add(Me.中_tb) Me.GroupBox3.Controls.Add(Me.早_tb) Me.GroupBox3.Controls.Add(Me.診別_tb) Me.GroupBox3.Controls.Add(Me.星期_tb) Me.GroupBox3.Controls.Add(Me.時間修改_bt) Me.GroupBox3.Controls.Add(Me.門診_dgv) Me.GroupBox3.Location = New System.Drawing.Point(278, 40) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(541, 443) Me.GroupBox3.TabIndex = 722 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "門診資料" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(431, 27) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(20, 16) Me.Label6.TabIndex = 694 Me.Label6.Text = "晚" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(326, 28) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(20, 16) Me.Label5.TabIndex = 693 Me.Label5.Text = "中" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(221, 28) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(20, 16) Me.Label1.TabIndex = 692 Me.Label1.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(429, 47) Me.晚_tb.Margin = New System.Windows.Forms.Padding(5) Me.晚_tb.Name = "晚_tb" Me.晚_tb.Size = New System.Drawing.Size(101, 23) Me.晚_tb.TabIndex = 691 ' '中_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(324, 47) Me.中_tb.Margin = New System.Windows.Forms.Padding(5) Me.中_tb.Name = "中_tb" Me.中_tb.Size = New System.Drawing.Size(101, 23) Me.中_tb.TabIndex = 690 ' '早_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(219, 47) Me.早_tb.Margin = New System.Windows.Forms.Padding(5) Me.早_tb.Name = "早_tb" Me.早_tb.Size = New System.Drawing.Size(101, 23) Me.早_tb.TabIndex = 689 ' '診別_tb ' Me.診別_tb.Enabled = False 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(114, 47) Me.診別_tb.Margin = New System.Windows.Forms.Padding(5) Me.診別_tb.Name = "診別_tb" Me.診別_tb.Size = New System.Drawing.Size(101, 23) Me.診別_tb.TabIndex = 688 ' '星期_tb ' Me.星期_tb.Enabled = False 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(8, 47) Me.星期_tb.Margin = New System.Windows.Forms.Padding(5) Me.星期_tb.Name = "星期_tb" Me.星期_tb.Size = New System.Drawing.Size(101, 23) Me.星期_tb.TabIndex = 687 ' '時間修改_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(8, 19) Me.時間修改_bt.Name = "時間修改_bt" Me.時間修改_bt.Size = New System.Drawing.Size(86, 25) Me.時間修改_bt.TabIndex = 225 Me.時間修改_bt.Text = "修改" Me.時間修改_bt.UseVisualStyleBackColor = True ' '門診_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.門診_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.門診_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.門診_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.門診_dgv.Location = New System.Drawing.Point(8, 74) Me.門診_dgv.Name = "門診_dgv" Me.門診_dgv.RowHeadersWidth = 5 Me.門診_dgv.RowTemplate.Height = 24 Me.門診_dgv.Size = New System.Drawing.Size(522, 363) Me.門診_dgv.TabIndex = 223 ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.年份_新增_bt) Me.GroupBox4.Controls.Add(Me.年份_dgv) Me.GroupBox4.Controls.Add(Me.年份_修改_bt) Me.GroupBox4.Controls.Add(Me.Label9) Me.GroupBox4.Controls.Add(Me.年份_刪除_bt) Me.GroupBox4.Controls.Add(Me.年份_tb) Me.GroupBox4.Location = New System.Drawing.Point(173, 40) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(99, 442) Me.GroupBox4.TabIndex = 719 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(8, 53) Me.年份_新增_bt.Name = "年份_新增_bt" Me.年份_新增_bt.Size = New System.Drawing.Size(86, 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.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.年份_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.年份_dgv.Location = New System.Drawing.Point(6, 146) Me.年份_dgv.Name = "年份_dgv" Me.年份_dgv.RowHeadersWidth = 5 Me.年份_dgv.RowTemplate.Height = 24 Me.年份_dgv.Size = New System.Drawing.Size(86, 291) 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(6, 84) Me.年份_修改_bt.Name = "年份_修改_bt" Me.年份_修改_bt.Size = New System.Drawing.Size(86, 25) Me.年份_修改_bt.TabIndex = 224 Me.年份_修改_bt.Text = "修改" Me.年份_修改_bt.UseVisualStyleBackColor = True ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(6, 27) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(32, 16) Me.Label9.TabIndex = 229 Me.Label9.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.Red Me.年份_刪除_bt.Location = New System.Drawing.Point(6, 115) Me.年份_刪除_bt.Name = "年份_刪除_bt" Me.年份_刪除_bt.Size = New System.Drawing.Size(86, 25) Me.年份_刪除_bt.TabIndex = 225 Me.年份_刪除_bt.Text = "刪除" Me.年份_刪除_bt.UseVisualStyleBackColor = True ' '年份_tb ' Me.年份_tb.Location = New System.Drawing.Point(39, 24) Me.年份_tb.Name = "年份_tb" Me.年份_tb.Size = New System.Drawing.Size(55, 23) Me.年份_tb.TabIndex = 227 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(3, 3) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(965, 34) Me.Label3.TabIndex = 718 Me.Label3.Text = "* 編碼原則對於系統非常重要,如有更動需求請與系統開發商進行討論後再行修改" ' '人事系統變數設定 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.GroupBox5) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.GroupBox4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.GroupBox7) 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.Text = "人事系統變數設定" Me.GroupBox7.ResumeLayout(False) Me.GroupBox7.PerformLayout() CType(Me.時段_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox5.ResumeLayout(False) Me.GroupBox5.PerformLayout() CType(Me.職務_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() CType(Me.門診_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() CType(Me.年份_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub 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 一段休息_tb As TextBox Friend WithEvents 加班上班_tb As TextBox Friend WithEvents 下午上班_tb As TextBox Friend WithEvents 上午上班_tb As TextBox Friend WithEvents 時段8_tb As TextBox Friend WithEvents 時段7_tb As TextBox Friend WithEvents 時段6_tb As TextBox Friend WithEvents 時段5_tb As TextBox Friend WithEvents 時段4_tb As TextBox Friend WithEvents 時段3_tb As TextBox Friend WithEvents 時段2_tb As TextBox Friend WithEvents 時段1_tb As TextBox Friend WithEvents 時段_tb As TextBox Friend WithEvents ID_tb As TextBox Friend WithEvents GroupBox5 As GroupBox 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 GroupBox3 As GroupBox Friend WithEvents Label6 As Label Friend WithEvents Label5 As Label Friend WithEvents Label1 As Label 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 時間修改_bt As Button Friend WithEvents 門診_dgv As DataGridView Friend WithEvents GroupBox4 As GroupBox Friend WithEvents 年份_新增_bt As Button Friend WithEvents 年份_dgv As DataGridView Friend WithEvents 年份_修改_bt As Button Friend WithEvents Label9 As Label Friend WithEvents 年份_刪除_bt As Button Friend WithEvents 年份_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog End Class