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() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.部門_dgv = New System.Windows.Forms.DataGridView() Me.部門修改_bt = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.部門新增_bt = New System.Windows.Forms.Button() Me.部門刪除_bt = New System.Windows.Forms.Button() Me.部門_tb = New System.Windows.Forms.TextBox() Me.GroupBox8 = New System.Windows.Forms.GroupBox() Me.課別_dgv = New System.Windows.Forms.DataGridView() Me.課別修改_bt = New System.Windows.Forms.Button() Me.Label10 = New System.Windows.Forms.Label() Me.課別新增_bt = New System.Windows.Forms.Button() Me.課別刪除_bt = New System.Windows.Forms.Button() Me.課別_tb = New System.Windows.Forms.TextBox() Me.GroupBox9 = New System.Windows.Forms.GroupBox() Me.組別_dgv = New System.Windows.Forms.DataGridView() Me.組別修改_bt = New System.Windows.Forms.Button() Me.Label11 = New System.Windows.Forms.Label() Me.組別新增_bt = New System.Windows.Forms.Button() Me.組別刪除_bt = New System.Windows.Forms.Button() Me.組別_tb = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.處別_dgv = New System.Windows.Forms.DataGridView() Me.處別修改_bt = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.處別新增_bt = New System.Windows.Forms.Button() Me.處別刪除_bt = New System.Windows.Forms.Button() Me.處別_tb = New System.Windows.Forms.TextBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.DGV位置5 = New System.Windows.Forms.NumericUpDown() Me.DGV位置4 = New System.Windows.Forms.NumericUpDown() Me.DGV位置3 = New System.Windows.Forms.NumericUpDown() Me.DGV位置2 = New System.Windows.Forms.NumericUpDown() Me.DGV位置1 = New System.Windows.Forms.NumericUpDown() Me.選擇項次_tb = New System.Windows.Forms.TextBox() Me.大間距1_ch = New System.Windows.Forms.CheckBox() Me.中間距1_ch = New System.Windows.Forms.CheckBox() Me.小間距1_ch = New System.Windows.Forms.CheckBox() Me.批量存檔_bt = New System.Windows.Forms.Button() Me.組織指定_ch = New System.Windows.Forms.CheckBox() Me.級別修改_bt = New System.Windows.Forms.Button() Me.級別_cb = New System.Windows.Forms.ComboBox() Me.Label32 = New System.Windows.Forms.Label() Me.職稱_dgv = New System.Windows.Forms.DataGridView() Me.職稱修改_bt = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.職稱新增_bt = New System.Windows.Forms.Button() Me.職稱刪除_bt = New System.Windows.Forms.Button() Me.職稱_tb = New System.Windows.Forms.TextBox() Me.GroupBox3.SuspendLayout() CType(Me.部門_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox8.SuspendLayout() CType(Me.課別_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox9.SuspendLayout() CType(Me.組別_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() CType(Me.處別_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.DGV位置5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGV位置4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGV位置3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGV位置1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.職稱_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GroupBox3 ' Me.GroupBox3.BackColor = System.Drawing.SystemColors.Control Me.GroupBox3.Controls.Add(Me.部門_dgv) Me.GroupBox3.Controls.Add(Me.部門修改_bt) Me.GroupBox3.Controls.Add(Me.Label5) Me.GroupBox3.Controls.Add(Me.部門新增_bt) Me.GroupBox3.Controls.Add(Me.部門刪除_bt) Me.GroupBox3.Controls.Add(Me.部門_tb) Me.GroupBox3.Location = New System.Drawing.Point(4, 1) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(397, 165) Me.GroupBox3.TabIndex = 631 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "部門清單管理" ' '部門_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(9, 40) Me.部門_dgv.Name = "部門_dgv" Me.部門_dgv.RowHeadersWidth = 5 Me.部門_dgv.RowTemplate.Height = 24 Me.部門_dgv.Size = New System.Drawing.Size(378, 119) 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(301, 15) Me.部門修改_bt.Name = "部門修改_bt" Me.部門修改_bt.Size = New System.Drawing.Size(43, 25) Me.部門修改_bt.TabIndex = 224 Me.部門修改_bt.Text = "修改" Me.部門修改_bt.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(6, 19) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(31, 16) Me.Label5.TabIndex = 229 Me.Label5.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(258, 15) Me.部門新增_bt.Name = "部門新增_bt" Me.部門新增_bt.Size = New System.Drawing.Size(43, 25) Me.部門新增_bt.TabIndex = 223 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(344, 15) Me.部門刪除_bt.Name = "部門刪除_bt" Me.部門刪除_bt.Size = New System.Drawing.Size(43, 25) Me.部門刪除_bt.TabIndex = 225 Me.部門刪除_bt.Text = "刪除" Me.部門刪除_bt.UseVisualStyleBackColor = True ' '部門_tb ' Me.部門_tb.Location = New System.Drawing.Point(44, 16) Me.部門_tb.Name = "部門_tb" Me.部門_tb.Size = New System.Drawing.Size(210, 23) Me.部門_tb.TabIndex = 227 ' 'GroupBox8 ' Me.GroupBox8.Controls.Add(Me.課別_dgv) Me.GroupBox8.Controls.Add(Me.課別修改_bt) Me.GroupBox8.Controls.Add(Me.Label10) 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(4, 332) Me.GroupBox8.Name = "GroupBox8" Me.GroupBox8.Size = New System.Drawing.Size(397, 165) Me.GroupBox8.TabIndex = 632 Me.GroupBox8.TabStop = False Me.GroupBox8.Text = "課別清單管理" ' '課別_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.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(6, 40) Me.課別_dgv.Name = "課別_dgv" Me.課別_dgv.RowHeadersWidth = 5 Me.課別_dgv.RowTemplate.Height = 24 Me.課別_dgv.Size = New System.Drawing.Size(381, 119) 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(301, 15) Me.課別修改_bt.Name = "課別修改_bt" Me.課別修改_bt.Size = New System.Drawing.Size(43, 25) Me.課別修改_bt.TabIndex = 224 Me.課別修改_bt.Text = "修改" Me.課別修改_bt.UseVisualStyleBackColor = True ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(6, 19) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(31, 16) Me.Label10.TabIndex = 229 Me.Label10.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(258, 15) Me.課別新增_bt.Name = "課別新增_bt" Me.課別新增_bt.Size = New System.Drawing.Size(43, 25) Me.課別新增_bt.TabIndex = 223 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(344, 15) Me.課別刪除_bt.Name = "課別刪除_bt" Me.課別刪除_bt.Size = New System.Drawing.Size(43, 25) Me.課別刪除_bt.TabIndex = 225 Me.課別刪除_bt.Text = "刪除" Me.課別刪除_bt.UseVisualStyleBackColor = True ' '課別_tb ' Me.課別_tb.Location = New System.Drawing.Point(44, 16) Me.課別_tb.Name = "課別_tb" Me.課別_tb.Size = New System.Drawing.Size(210, 23) Me.課別_tb.TabIndex = 227 ' 'GroupBox9 ' Me.GroupBox9.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.GroupBox9.Controls.Add(Me.組別_dgv) Me.GroupBox9.Controls.Add(Me.組別修改_bt) Me.GroupBox9.Controls.Add(Me.Label11) Me.GroupBox9.Controls.Add(Me.組別新增_bt) Me.GroupBox9.Controls.Add(Me.組別刪除_bt) Me.GroupBox9.Controls.Add(Me.組別_tb) Me.GroupBox9.Location = New System.Drawing.Point(1, 499) Me.GroupBox9.Name = "GroupBox9" Me.GroupBox9.Size = New System.Drawing.Size(397, 186) Me.GroupBox9.TabIndex = 633 Me.GroupBox9.TabStop = False Me.GroupBox9.Text = "組別清單管理" ' '組別_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(6, 40) Me.組別_dgv.Name = "組別_dgv" Me.組別_dgv.RowHeadersWidth = 5 Me.組別_dgv.RowTemplate.Height = 24 Me.組別_dgv.Size = New System.Drawing.Size(381, 140) 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(298, 15) Me.組別修改_bt.Name = "組別修改_bt" Me.組別修改_bt.Size = New System.Drawing.Size(46, 25) Me.組別修改_bt.TabIndex = 224 Me.組別修改_bt.Text = "修改" Me.組別修改_bt.UseVisualStyleBackColor = True ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(6, 19) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(31, 16) Me.Label11.TabIndex = 229 Me.Label11.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(255, 15) Me.組別新增_bt.Name = "組別新增_bt" Me.組別新增_bt.Size = New System.Drawing.Size(46, 25) Me.組別新增_bt.TabIndex = 223 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(340, 15) Me.組別刪除_bt.Name = "組別刪除_bt" Me.組別刪除_bt.Size = New System.Drawing.Size(46, 25) Me.組別刪除_bt.TabIndex = 225 Me.組別刪除_bt.Text = "刪除" Me.組別刪除_bt.UseVisualStyleBackColor = True ' '組別_tb ' Me.組別_tb.Location = New System.Drawing.Point(44, 16) Me.組別_tb.Name = "組別_tb" Me.組別_tb.Size = New System.Drawing.Size(210, 23) Me.組別_tb.TabIndex = 227 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.處別_dgv) Me.GroupBox1.Controls.Add(Me.處別修改_bt) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.處別新增_bt) Me.GroupBox1.Controls.Add(Me.處別刪除_bt) Me.GroupBox1.Controls.Add(Me.處別_tb) Me.GroupBox1.Location = New System.Drawing.Point(4, 166) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(397, 165) Me.GroupBox1.TabIndex = 634 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "處別清單管理" ' '處別_dgv ' DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.處別_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 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(6, 40) Me.處別_dgv.Name = "處別_dgv" Me.處別_dgv.RowHeadersWidth = 5 Me.處別_dgv.RowTemplate.Height = 24 Me.處別_dgv.Size = New System.Drawing.Size(381, 119) 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(301, 15) Me.處別修改_bt.Name = "處別修改_bt" Me.處別修改_bt.Size = New System.Drawing.Size(43, 25) Me.處別修改_bt.TabIndex = 224 Me.處別修改_bt.Text = "修改" Me.處別修改_bt.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(6, 19) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(31, 16) Me.Label1.TabIndex = 229 Me.Label1.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(258, 15) Me.處別新增_bt.Name = "處別新增_bt" Me.處別新增_bt.Size = New System.Drawing.Size(43, 25) Me.處別新增_bt.TabIndex = 223 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(344, 15) Me.處別刪除_bt.Name = "處別刪除_bt" Me.處別刪除_bt.Size = New System.Drawing.Size(43, 25) Me.處別刪除_bt.TabIndex = 225 Me.處別刪除_bt.Text = "刪除" Me.處別刪除_bt.UseVisualStyleBackColor = True ' '處別_tb ' Me.處別_tb.Location = New System.Drawing.Point(44, 16) Me.處別_tb.Name = "處別_tb" Me.處別_tb.Size = New System.Drawing.Size(210, 23) Me.處別_tb.TabIndex = 227 ' 'GroupBox2 ' Me.GroupBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.GroupBox2.Controls.Add(Me.Panel1) Me.GroupBox2.Controls.Add(Me.大間距1_ch) Me.GroupBox2.Controls.Add(Me.中間距1_ch) Me.GroupBox2.Controls.Add(Me.小間距1_ch) Me.GroupBox2.Controls.Add(Me.批量存檔_bt) Me.GroupBox2.Controls.Add(Me.組織指定_ch) Me.GroupBox2.Controls.Add(Me.級別修改_bt) Me.GroupBox2.Controls.Add(Me.級別_cb) Me.GroupBox2.Controls.Add(Me.Label32) Me.GroupBox2.Controls.Add(Me.職稱_dgv) Me.GroupBox2.Controls.Add(Me.職稱修改_bt) Me.GroupBox2.Controls.Add(Me.Label4) Me.GroupBox2.Controls.Add(Me.職稱新增_bt) Me.GroupBox2.Controls.Add(Me.職稱刪除_bt) Me.GroupBox2.Controls.Add(Me.職稱_tb) Me.GroupBox2.Location = New System.Drawing.Point(402, 1) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(944, 684) Me.GroupBox2.TabIndex = 635 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "職稱清單管理" ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.DGV位置5) Me.Panel1.Controls.Add(Me.DGV位置4) Me.Panel1.Controls.Add(Me.DGV位置3) Me.Panel1.Controls.Add(Me.DGV位置2) Me.Panel1.Controls.Add(Me.DGV位置1) Me.Panel1.Controls.Add(Me.選擇項次_tb) Me.Panel1.Location = New System.Drawing.Point(228, 160) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(200, 100) Me.Panel1.TabIndex = 1351 Me.Panel1.Visible = False ' 'DGV位置5 ' Me.DGV位置5.Location = New System.Drawing.Point(49, 32) Me.DGV位置5.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.DGV位置5.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648}) Me.DGV位置5.Name = "DGV位置5" Me.DGV位置5.Size = New System.Drawing.Size(40, 23) Me.DGV位置5.TabIndex = 1360 Me.DGV位置5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.DGV位置5.ThousandsSeparator = True ' 'DGV位置4 ' Me.DGV位置4.Location = New System.Drawing.Point(141, 3) Me.DGV位置4.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.DGV位置4.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648}) Me.DGV位置4.Name = "DGV位置4" Me.DGV位置4.Size = New System.Drawing.Size(40, 23) Me.DGV位置4.TabIndex = 1359 Me.DGV位置4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.DGV位置4.ThousandsSeparator = True ' 'DGV位置3 ' Me.DGV位置3.Location = New System.Drawing.Point(95, 3) Me.DGV位置3.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.DGV位置3.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648}) Me.DGV位置3.Name = "DGV位置3" Me.DGV位置3.Size = New System.Drawing.Size(40, 23) Me.DGV位置3.TabIndex = 1358 Me.DGV位置3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.DGV位置3.ThousandsSeparator = True ' 'DGV位置2 ' Me.DGV位置2.Location = New System.Drawing.Point(49, 3) Me.DGV位置2.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.DGV位置2.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648}) Me.DGV位置2.Name = "DGV位置2" Me.DGV位置2.Size = New System.Drawing.Size(40, 23) Me.DGV位置2.TabIndex = 1357 Me.DGV位置2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.DGV位置2.ThousandsSeparator = True ' 'DGV位置1 ' Me.DGV位置1.Location = New System.Drawing.Point(3, 3) Me.DGV位置1.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.DGV位置1.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648}) Me.DGV位置1.Name = "DGV位置1" Me.DGV位置1.Size = New System.Drawing.Size(40, 23) Me.DGV位置1.TabIndex = 1356 Me.DGV位置1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.DGV位置1.ThousandsSeparator = True ' '選擇項次_tb ' Me.選擇項次_tb.Location = New System.Drawing.Point(3, 32) Me.選擇項次_tb.Name = "選擇項次_tb" Me.選擇項次_tb.Size = New System.Drawing.Size(35, 23) Me.選擇項次_tb.TabIndex = 1008 ' '大間距1_ch ' Me.大間距1_ch.AutoSize = True Me.大間距1_ch.Location = New System.Drawing.Point(899, 15) Me.大間距1_ch.Name = "大間距1_ch" Me.大間距1_ch.Size = New System.Drawing.Size(39, 20) Me.大間距1_ch.TabIndex = 1350 Me.大間距1_ch.Text = "L3" Me.大間距1_ch.UseVisualStyleBackColor = True ' '中間距1_ch ' Me.中間距1_ch.AutoSize = True Me.中間距1_ch.Location = New System.Drawing.Point(861, 15) Me.中間距1_ch.Name = "中間距1_ch" Me.中間距1_ch.Size = New System.Drawing.Size(39, 20) Me.中間距1_ch.TabIndex = 1349 Me.中間距1_ch.Text = "L2" Me.中間距1_ch.UseVisualStyleBackColor = True ' '小間距1_ch ' Me.小間距1_ch.AutoSize = True Me.小間距1_ch.Location = New System.Drawing.Point(821, 15) Me.小間距1_ch.Name = "小間距1_ch" Me.小間距1_ch.Size = New System.Drawing.Size(39, 20) Me.小間距1_ch.TabIndex = 1348 Me.小間距1_ch.Text = "L1" Me.小間距1_ch.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.Location = New System.Drawing.Point(656, 12) Me.批量存檔_bt.Name = "批量存檔_bt" Me.批量存檔_bt.Size = New System.Drawing.Size(77, 25) Me.批量存檔_bt.TabIndex = 1009 Me.批量存檔_bt.Text = "批量存檔" Me.批量存檔_bt.UseVisualStyleBackColor = True ' '組織指定_ch ' Me.組織指定_ch.AutoSize = True Me.組織指定_ch.Location = New System.Drawing.Point(585, 16) Me.組織指定_ch.Name = "組織指定_ch" Me.組織指定_ch.Size = New System.Drawing.Size(74, 20) Me.組織指定_ch.TabIndex = 1007 Me.組織指定_ch.Text = "組織指定" Me.組織指定_ch.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(733, 12) Me.級別修改_bt.Name = "級別修改_bt" Me.級別修改_bt.Size = New System.Drawing.Size(83, 25) Me.級別修改_bt.TabIndex = 1006 Me.級別修改_bt.Text = "級別修改" Me.級別修改_bt.UseVisualStyleBackColor = True ' '級別_cb ' Me.級別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.級別_cb.FormattingEnabled = True Me.級別_cb.Items.AddRange(New Object() {"00", "01", "02", "03", "04", "05", "06", "07", "08", "09"}) Me.級別_cb.Location = New System.Drawing.Point(528, 12) Me.級別_cb.Name = "級別_cb" Me.級別_cb.Size = New System.Drawing.Size(48, 24) Me.級別_cb.TabIndex = 1005 ' 'Label32 ' Me.Label32.AutoSize = True Me.Label32.Location = New System.Drawing.Point(494, 17) Me.Label32.Name = "Label32" Me.Label32.Size = New System.Drawing.Size(31, 16) Me.Label32.TabIndex = 231 Me.Label32.Text = "級別" ' '職稱_dgv ' 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, 40) Me.職稱_dgv.Name = "職稱_dgv" Me.職稱_dgv.RowHeadersWidth = 5 Me.職稱_dgv.RowTemplate.Height = 24 Me.職稱_dgv.Size = New System.Drawing.Size(935, 638) 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(406, 13) Me.職稱修改_bt.Name = "職稱修改_bt" Me.職稱修改_bt.Size = New System.Drawing.Size(43, 25) Me.職稱修改_bt.TabIndex = 224 Me.職稱修改_bt.Text = "修改" Me.職稱修改_bt.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(2, 17) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(31, 16) Me.Label4.TabIndex = 229 Me.Label4.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(364, 13) Me.職稱新增_bt.Name = "職稱新增_bt" Me.職稱新增_bt.Size = New System.Drawing.Size(43, 25) Me.職稱新增_bt.TabIndex = 223 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(449, 13) Me.職稱刪除_bt.Name = "職稱刪除_bt" Me.職稱刪除_bt.Size = New System.Drawing.Size(43, 25) Me.職稱刪除_bt.TabIndex = 225 Me.職稱刪除_bt.Text = "刪除" Me.職稱刪除_bt.UseVisualStyleBackColor = True ' '職稱_tb ' Me.職稱_tb.Location = New System.Drawing.Point(34, 14) Me.職稱_tb.Name = "職稱_tb" Me.職稱_tb.Size = New System.Drawing.Size(330, 23) Me.職稱_tb.TabIndex = 227 ' '系統組織架構設定 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1350, 685) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.GroupBox9) Me.Controls.Add(Me.GroupBox8) Me.Controls.Add(Me.GroupBox3) 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.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() CType(Me.部門_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox8.ResumeLayout(False) Me.GroupBox8.PerformLayout() CType(Me.課別_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox9.ResumeLayout(False) Me.GroupBox9.PerformLayout() CType(Me.組別_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.處別_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.DGV位置5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGV位置4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGV位置3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGV位置1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.職稱_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents GroupBox3 As GroupBox Friend WithEvents 部門_dgv As DataGridView Friend WithEvents 部門修改_bt As Button Friend WithEvents Label5 As Label Friend WithEvents 部門新增_bt As Button Friend WithEvents 部門刪除_bt As Button Friend WithEvents 部門_tb As TextBox Friend WithEvents GroupBox8 As GroupBox Friend WithEvents 課別_dgv As DataGridView Friend WithEvents 課別修改_bt As Button Friend WithEvents Label10 As Label Friend WithEvents 課別新增_bt As Button Friend WithEvents 課別刪除_bt As Button Friend WithEvents 課別_tb As TextBox Friend WithEvents GroupBox9 As GroupBox Friend WithEvents 組別_dgv As DataGridView Friend WithEvents 組別修改_bt As Button Friend WithEvents Label11 As Label Friend WithEvents 組別新增_bt As Button Friend WithEvents 組別刪除_bt As Button Friend WithEvents 組別_tb As TextBox Friend WithEvents GroupBox1 As GroupBox Friend WithEvents 處別_dgv As DataGridView Friend WithEvents 處別修改_bt As Button Friend WithEvents Label1 As Label Friend WithEvents 處別新增_bt As Button Friend WithEvents 處別刪除_bt As Button Friend WithEvents 處別_tb As TextBox Friend WithEvents GroupBox2 As GroupBox Friend WithEvents 級別修改_bt As Button Friend WithEvents 級別_cb As ComboBox Friend WithEvents Label32 As Label Friend WithEvents 職稱_dgv As DataGridView Friend WithEvents 職稱修改_bt As Button Friend WithEvents Label4 As Label Friend WithEvents 職稱新增_bt As Button Friend WithEvents 職稱刪除_bt As Button Friend WithEvents 職稱_tb As TextBox Friend WithEvents 組織指定_ch As CheckBox Friend WithEvents 選擇項次_tb As TextBox Friend WithEvents 批量存檔_bt As Button Friend WithEvents 大間距1_ch As CheckBox Friend WithEvents 中間距1_ch As CheckBox Friend WithEvents 小間距1_ch As CheckBox Friend WithEvents Panel1 As Panel Friend WithEvents DGV位置3 As NumericUpDown Friend WithEvents DGV位置2 As NumericUpDown Friend WithEvents DGV位置1 As NumericUpDown Friend WithEvents DGV位置4 As NumericUpDown Friend WithEvents DGV位置5 As NumericUpDown End Class