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 DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.報表_gp = New System.Windows.Forms.GroupBox() Me.年份_dgv = New System.Windows.Forms.DataGridView() Me.年份修改_bt = New System.Windows.Forms.Button() Me.年份_lb = 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.公司名稱修改_tb = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.公司名稱_tb = New System.Windows.Forms.TextBox() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Button1 = New System.Windows.Forms.Button() Me.Label8 = New System.Windows.Forms.Label() Me.編號6_tb = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.編號5_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.編號4_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.編號3_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.編號2_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.編號1_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.編號7_tb = New System.Windows.Forms.TextBox() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.Label10 = New System.Windows.Forms.Label() Me.編號17_tb = New System.Windows.Forms.TextBox() Me.Button2 = New System.Windows.Forms.Button() Me.Label11 = New System.Windows.Forms.Label() Me.編號16_tb = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.編號15_tb = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.編號14_tb = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.編號13_tb = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.編號12_tb = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.編號11_tb = New System.Windows.Forms.TextBox() Me.報表_gp.SuspendLayout() CType(Me.年份_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() CType(Me.公司編號_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.SuspendLayout() ' '報表_gp ' Me.報表_gp.Controls.Add(Me.年份_dgv) Me.報表_gp.Controls.Add(Me.年份修改_bt) Me.報表_gp.Controls.Add(Me.年份_lb) Me.報表_gp.Controls.Add(Me.年份新增_bt) Me.報表_gp.Controls.Add(Me.年份刪除_bt) Me.報表_gp.Controls.Add(Me.年份_tb) Me.報表_gp.Location = New System.Drawing.Point(4, 12) Me.報表_gp.Name = "報表_gp" Me.報表_gp.Size = New System.Drawing.Size(152, 605) Me.報表_gp.TabIndex = 1353 Me.報表_gp.TabStop = False Me.報表_gp.Text = "報表及對帳單年份清單" ' '年份_dgv ' DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年份_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7 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, 126) Me.年份_dgv.Name = "年份_dgv" Me.年份_dgv.RowHeadersWidth = 5 Me.年份_dgv.RowTemplate.Height = 24 Me.年份_dgv.Size = New System.Drawing.Size(140, 472) 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, 71) Me.年份修改_bt.Name = "年份修改_bt" Me.年份修改_bt.Size = New System.Drawing.Size(140, 25) Me.年份修改_bt.TabIndex = 224 Me.年份修改_bt.Text = "修改" Me.年份修改_bt.UseVisualStyleBackColor = True ' '年份_lb ' Me.年份_lb.AutoSize = True Me.年份_lb.Location = New System.Drawing.Point(3, 22) Me.年份_lb.Name = "年份_lb" Me.年份_lb.Size = New System.Drawing.Size(31, 16) Me.年份_lb.TabIndex = 229 Me.年份_lb.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(6, 44) Me.年份新增_bt.Name = "年份新增_bt" Me.年份新增_bt.Size = New System.Drawing.Size(140, 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(6, 98) Me.年份刪除_bt.Name = "年份刪除_bt" Me.年份刪除_bt.Size = New System.Drawing.Size(140, 25) Me.年份刪除_bt.TabIndex = 225 Me.年份刪除_bt.Text = "刪除" Me.年份刪除_bt.UseVisualStyleBackColor = True ' '年份_tb ' Me.年份_tb.Location = New System.Drawing.Point(44, 19) Me.年份_tb.Name = "年份_tb" Me.年份_tb.Size = New System.Drawing.Size(100, 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(430, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(195, 603) Me.GroupBox1.TabIndex = 1355 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "公司編號" ' '公司編號_dgv ' DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.公司編號_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8 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.BackgroundColor = System.Drawing.Color.White Me.公司編號_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.公司編號_dgv.Location = New System.Drawing.Point(6, 124) Me.公司編號_dgv.Name = "公司編號_dgv" Me.公司編號_dgv.RowHeadersWidth = 5 Me.公司編號_dgv.RowTemplate.Height = 24 Me.公司編號_dgv.Size = New System.Drawing.Size(183, 472) 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, 71) Me.公司修改_bt.Name = "公司修改_bt" Me.公司修改_bt.Size = New System.Drawing.Size(183, 25) Me.公司修改_bt.TabIndex = 224 Me.公司修改_bt.Text = "修改" Me.公司修改_bt.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(3, 22) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 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(6, 44) Me.公司新增_bt.Name = "公司新增_bt" Me.公司新增_bt.Size = New System.Drawing.Size(183, 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(6, 98) Me.公司刪除_bt.Name = "公司刪除_bt" Me.公司刪除_bt.Size = New System.Drawing.Size(183, 25) Me.公司刪除_bt.TabIndex = 225 Me.公司刪除_bt.Text = "刪除" Me.公司刪除_bt.UseVisualStyleBackColor = True ' '公司編號_tb ' Me.公司編號_tb.Location = New System.Drawing.Point(64, 17) Me.公司編號_tb.Name = "公司編號_tb" Me.公司編號_tb.Size = New System.Drawing.Size(125, 23) Me.公司編號_tb.TabIndex = 227 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.公司名稱修改_tb) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.公司名稱_tb) Me.GroupBox2.Location = New System.Drawing.Point(4, 621) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(489, 50) Me.GroupBox2.TabIndex = 1354 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "公司名稱" ' '公司名稱修改_tb ' Me.公司名稱修改_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.公司名稱修改_tb.ForeColor = System.Drawing.Color.DarkGreen Me.公司名稱修改_tb.Location = New System.Drawing.Point(439, 11) Me.公司名稱修改_tb.Name = "公司名稱修改_tb" Me.公司名稱修改_tb.Size = New System.Drawing.Size(43, 34) Me.公司名稱修改_tb.TabIndex = 224 Me.公司名稱修改_tb.Text = "修改" Me.公司名稱修改_tb.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(3, 25) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(55, 16) Me.Label2.TabIndex = 229 Me.Label2.Text = "公司名稱" ' '公司名稱_tb ' Me.公司名稱_tb.Location = New System.Drawing.Point(64, 22) Me.公司名稱_tb.Name = "公司名稱_tb" Me.公司名稱_tb.Size = New System.Drawing.Size(369, 23) Me.公司名稱_tb.TabIndex = 227 ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.Label9) Me.GroupBox3.Controls.Add(Me.編號7_tb) Me.GroupBox3.Controls.Add(Me.Button1) Me.GroupBox3.Controls.Add(Me.Label8) Me.GroupBox3.Controls.Add(Me.編號6_tb) Me.GroupBox3.Controls.Add(Me.Label7) Me.GroupBox3.Controls.Add(Me.編號5_tb) Me.GroupBox3.Controls.Add(Me.Label6) Me.GroupBox3.Controls.Add(Me.編號4_tb) Me.GroupBox3.Controls.Add(Me.Label5) Me.GroupBox3.Controls.Add(Me.編號3_tb) Me.GroupBox3.Controls.Add(Me.Label4) Me.GroupBox3.Controls.Add(Me.編號2_tb) Me.GroupBox3.Controls.Add(Me.Label3) Me.GroupBox3.Controls.Add(Me.編號1_tb) Me.GroupBox3.Location = New System.Drawing.Point(162, 12) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(128, 605) Me.GroupBox3.TabIndex = 1356 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "收支稱謂" ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.DarkGreen Me.Button1.Location = New System.Drawing.Point(5, 566) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(115, 25) Me.Button1.TabIndex = 231 Me.Button1.Text = "修改" Me.Button1.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(5, 416) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(43, 16) Me.Label8.TabIndex = 241 Me.Label8.Text = "編號六" ' '編號6_tb ' Me.編號6_tb.Location = New System.Drawing.Point(5, 441) Me.編號6_tb.Name = "編號6_tb" Me.編號6_tb.Size = New System.Drawing.Size(116, 23) Me.編號6_tb.TabIndex = 240 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(6, 325) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(43, 16) Me.Label7.TabIndex = 239 Me.Label7.Text = "編號五" ' '編號5_tb ' Me.編號5_tb.Location = New System.Drawing.Point(6, 350) Me.編號5_tb.Name = "編號5_tb" Me.編號5_tb.Size = New System.Drawing.Size(116, 23) Me.編號5_tb.TabIndex = 238 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(6, 253) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(43, 16) Me.Label6.TabIndex = 237 Me.Label6.Text = "編號四" ' '編號4_tb ' Me.編號4_tb.Location = New System.Drawing.Point(6, 278) Me.編號4_tb.Name = "編號4_tb" Me.編號4_tb.Size = New System.Drawing.Size(116, 23) Me.編號4_tb.TabIndex = 236 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(5, 173) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(43, 16) Me.Label5.TabIndex = 235 Me.Label5.Text = "編號三" ' '編號3_tb ' Me.編號3_tb.Location = New System.Drawing.Point(5, 198) Me.編號3_tb.Name = "編號3_tb" Me.編號3_tb.Size = New System.Drawing.Size(116, 23) Me.編號3_tb.TabIndex = 234 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(5, 99) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(43, 16) Me.Label4.TabIndex = 233 Me.Label4.Text = "編號二" ' '編號2_tb ' Me.編號2_tb.Location = New System.Drawing.Point(5, 124) Me.編號2_tb.Name = "編號2_tb" Me.編號2_tb.Size = New System.Drawing.Size(116, 23) Me.編號2_tb.TabIndex = 232 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(5, 25) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 231 Me.Label3.Text = "編號一" ' '編號1_tb ' Me.編號1_tb.Location = New System.Drawing.Point(5, 50) Me.編號1_tb.Name = "編號1_tb" Me.編號1_tb.Size = New System.Drawing.Size(116, 23) Me.編號1_tb.TabIndex = 230 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(3, 504) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(43, 16) Me.Label9.TabIndex = 243 Me.Label9.Text = "編號七" ' '編號7_tb ' Me.編號7_tb.Location = New System.Drawing.Point(3, 529) Me.編號7_tb.Name = "編號7_tb" Me.編號7_tb.Size = New System.Drawing.Size(116, 23) Me.編號7_tb.TabIndex = 242 ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.Label10) Me.GroupBox4.Controls.Add(Me.編號17_tb) Me.GroupBox4.Controls.Add(Me.Button2) Me.GroupBox4.Controls.Add(Me.Label11) Me.GroupBox4.Controls.Add(Me.編號16_tb) Me.GroupBox4.Controls.Add(Me.Label12) Me.GroupBox4.Controls.Add(Me.編號15_tb) Me.GroupBox4.Controls.Add(Me.Label13) Me.GroupBox4.Controls.Add(Me.編號14_tb) Me.GroupBox4.Controls.Add(Me.Label14) Me.GroupBox4.Controls.Add(Me.編號13_tb) Me.GroupBox4.Controls.Add(Me.Label15) Me.GroupBox4.Controls.Add(Me.編號12_tb) Me.GroupBox4.Controls.Add(Me.Label16) Me.GroupBox4.Controls.Add(Me.編號11_tb) Me.GroupBox4.Location = New System.Drawing.Point(296, 12) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(128, 605) Me.GroupBox4.TabIndex = 1357 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "簽呈稱謂" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(3, 504) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(43, 16) Me.Label10.TabIndex = 243 Me.Label10.Text = "編號七" ' '編號17_tb ' Me.編號17_tb.Location = New System.Drawing.Point(3, 529) Me.編號17_tb.Name = "編號17_tb" Me.編號17_tb.Size = New System.Drawing.Size(116, 23) Me.編號17_tb.TabIndex = 242 ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.ForeColor = System.Drawing.Color.DarkGreen Me.Button2.Location = New System.Drawing.Point(5, 566) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(115, 25) Me.Button2.TabIndex = 231 Me.Button2.Text = "修改" Me.Button2.UseVisualStyleBackColor = True ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(5, 416) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(43, 16) Me.Label11.TabIndex = 241 Me.Label11.Text = "編號六" ' '編號16_tb ' Me.編號16_tb.Location = New System.Drawing.Point(5, 441) Me.編號16_tb.Name = "編號16_tb" Me.編號16_tb.Size = New System.Drawing.Size(116, 23) Me.編號16_tb.TabIndex = 240 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(6, 325) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(43, 16) Me.Label12.TabIndex = 239 Me.Label12.Text = "編號五" ' '編號15_tb ' Me.編號15_tb.Location = New System.Drawing.Point(6, 350) Me.編號15_tb.Name = "編號15_tb" Me.編號15_tb.Size = New System.Drawing.Size(116, 23) Me.編號15_tb.TabIndex = 238 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(6, 253) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(43, 16) Me.Label13.TabIndex = 237 Me.Label13.Text = "編號四" ' '編號14_tb ' Me.編號14_tb.Location = New System.Drawing.Point(6, 278) Me.編號14_tb.Name = "編號14_tb" Me.編號14_tb.Size = New System.Drawing.Size(116, 23) Me.編號14_tb.TabIndex = 236 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(5, 173) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(43, 16) Me.Label14.TabIndex = 235 Me.Label14.Text = "編號三" ' '編號13_tb ' Me.編號13_tb.Location = New System.Drawing.Point(5, 198) Me.編號13_tb.Name = "編號13_tb" Me.編號13_tb.Size = New System.Drawing.Size(116, 23) Me.編號13_tb.TabIndex = 234 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(5, 99) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(43, 16) Me.Label15.TabIndex = 233 Me.Label15.Text = "編號二" ' '編號12_tb ' Me.編號12_tb.Location = New System.Drawing.Point(5, 124) Me.編號12_tb.Name = "編號12_tb" Me.編號12_tb.Size = New System.Drawing.Size(116, 23) Me.編號12_tb.TabIndex = 232 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(5, 25) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(43, 16) Me.Label16.TabIndex = 231 Me.Label16.Text = "編號一" ' '編號11_tb ' Me.編號11_tb.Location = New System.Drawing.Point(5, 50) Me.編號11_tb.Name = "編號11_tb" Me.編號11_tb.Size = New System.Drawing.Size(116, 23) Me.編號11_tb.TabIndex = 230 ' '系統編碼規則 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(633, 681) Me.Controls.Add(Me.GroupBox4) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.報表_gp) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, 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.報表_gp.ResumeLayout(False) Me.報表_gp.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.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents 報表_gp As GroupBox Friend WithEvents 年份_dgv As DataGridView Friend WithEvents 年份修改_bt As Button Friend WithEvents 年份_lb 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 公司名稱修改_tb As Button Friend WithEvents Label2 As Label Friend WithEvents 公司名稱_tb As TextBox Friend WithEvents GroupBox3 As GroupBox Friend WithEvents Label3 As Label Friend WithEvents 編號1_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 編號6_tb As TextBox Friend WithEvents Label7 As Label Friend WithEvents 編號5_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 編號4_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 編號3_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents 編號2_tb As TextBox Friend WithEvents Button1 As Button Friend WithEvents Label9 As Label Friend WithEvents 編號7_tb As TextBox Friend WithEvents GroupBox4 As GroupBox Friend WithEvents Label10 As Label Friend WithEvents 編號17_tb As TextBox Friend WithEvents Button2 As Button Friend WithEvents Label11 As Label Friend WithEvents 編號16_tb As TextBox Friend WithEvents Label12 As Label Friend WithEvents 編號15_tb As TextBox Friend WithEvents Label13 As Label Friend WithEvents 編號14_tb As TextBox Friend WithEvents Label14 As Label Friend WithEvents 編號13_tb As TextBox Friend WithEvents Label15 As Label Friend WithEvents 編號12_tb As TextBox Friend WithEvents Label16 As Label Friend WithEvents 編號11_tb As TextBox End Class