_ 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.重新讀取_bt = New System.Windows.Forms.Button() Me.伺服器_lb = New System.Windows.Forms.Label() Me.MAX_nud = New System.Windows.Forms.NumericUpDown() Me.伺服器狀態_dgv = New System.Windows.Forms.DataGridView() Me.LOG檔截斷3_bt = New System.Windows.Forms.Button() Me.行政採購簽核二級金額基數_lb = New System.Windows.Forms.Label() Me.NUP_5 = New System.Windows.Forms.NumericUpDown() Me.NUP_4 = New System.Windows.Forms.NumericUpDown() Me.NUP_3 = New System.Windows.Forms.NumericUpDown() Me.比例3_lb = New System.Windows.Forms.Label() Me.比例2_lb = New System.Windows.Forms.Label() Me.建築採購簽核二級金額基數_lb = New System.Windows.Forms.Label() Me.比例1_lb = New System.Windows.Forms.Label() Me.NUP_1 = New System.Windows.Forms.NumericUpDown() Me.NUP_2 = New System.Windows.Forms.NumericUpDown() Me.Label11 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.修改_bt = New System.Windows.Forms.Button() Me.編碼原則_pb = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.行政簽核_tb = New System.Windows.Forms.TextBox() Me.建築簽核_tb = New System.Windows.Forms.TextBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.資料庫清單1_dgv = New System.Windows.Forms.DataGridView() CType(Me.MAX_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.伺服器狀態_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NUP_5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NUP_4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NUP_3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NUP_1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NUP_2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.編碼原則_pb, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.資料庫清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '重新讀取_bt ' Me.重新讀取_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.重新讀取_bt.Location = New System.Drawing.Point(777, 6) Me.重新讀取_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.重新讀取_bt.Name = "重新讀取_bt" Me.重新讀取_bt.Size = New System.Drawing.Size(72, 23) Me.重新讀取_bt.TabIndex = 1512 Me.重新讀取_bt.Text = "重新讀取" ' '伺服器_lb ' Me.伺服器_lb.AutoSize = True Me.伺服器_lb.BackColor = System.Drawing.SystemColors.Control Me.伺服器_lb.Location = New System.Drawing.Point(441, 9) Me.伺服器_lb.Name = "伺服器_lb" Me.伺服器_lb.Size = New System.Drawing.Size(230, 16) Me.伺服器_lb.TabIndex = 1511 Me.伺服器_lb.Text = "伺服器中資料庫極限容量監控設定值 (MB)" ' 'MAX_nud ' Me.MAX_nud.Location = New System.Drawing.Point(678, 7) Me.MAX_nud.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0}) Me.MAX_nud.Name = "MAX_nud" Me.MAX_nud.Size = New System.Drawing.Size(83, 23) Me.MAX_nud.TabIndex = 1510 Me.MAX_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.MAX_nud.ThousandsSeparator = True Me.MAX_nud.Value = New Decimal(New Integer() {5000, 0, 0, 0}) ' '伺服器狀態_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.White Me.伺服器狀態_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.伺服器狀態_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.伺服器狀態_dgv.BackgroundColor = System.Drawing.Color.White DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.Color.White DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.伺服器狀態_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2 Me.伺服器狀態_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.伺服器狀態_dgv.Location = New System.Drawing.Point(438, 36) Me.伺服器狀態_dgv.Name = "伺服器狀態_dgv" Me.伺服器狀態_dgv.RowHeadersWidth = 5 Me.伺服器狀態_dgv.RowTemplate.Height = 24 Me.伺服器狀態_dgv.Size = New System.Drawing.Size(569, 544) Me.伺服器狀態_dgv.TabIndex = 1509 ' 'LOG檔截斷3_bt ' Me.LOG檔截斷3_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.LOG檔截斷3_bt.Location = New System.Drawing.Point(855, 6) Me.LOG檔截斷3_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.LOG檔截斷3_bt.Name = "LOG檔截斷3_bt" Me.LOG檔截斷3_bt.Size = New System.Drawing.Size(123, 23) Me.LOG檔截斷3_bt.TabIndex = 1513 Me.LOG檔截斷3_bt.Text = "LOG檔截斷" ' '行政採購簽核二級金額基數_lb ' Me.行政採購簽核二級金額基數_lb.AutoSize = True Me.行政採購簽核二級金額基數_lb.BackColor = System.Drawing.SystemColors.Control Me.行政採購簽核二級金額基數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.行政採購簽核二級金額基數_lb.Location = New System.Drawing.Point(12, 9) Me.行政採購簽核二級金額基數_lb.Name = "行政採購簽核二級金額基數_lb" Me.行政採購簽核二級金額基數_lb.Size = New System.Drawing.Size(184, 16) Me.行政採購簽核二級金額基數_lb.TabIndex = 1514 Me.行政採購簽核二級金額基數_lb.Text = "採 購 單 二 級 金 額" ' 'NUP_5 ' Me.NUP_5.Location = New System.Drawing.Point(308, 177) Me.NUP_5.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0}) Me.NUP_5.Name = "NUP_5" Me.NUP_5.Size = New System.Drawing.Size(104, 23) Me.NUP_5.TabIndex = 1524 Me.NUP_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NUP_5.ThousandsSeparator = True ' 'NUP_4 ' Me.NUP_4.Location = New System.Drawing.Point(310, 134) Me.NUP_4.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0}) Me.NUP_4.Name = "NUP_4" Me.NUP_4.Size = New System.Drawing.Size(104, 23) Me.NUP_4.TabIndex = 1523 Me.NUP_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NUP_4.ThousandsSeparator = True ' 'NUP_3 ' Me.NUP_3.Location = New System.Drawing.Point(309, 91) Me.NUP_3.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0}) Me.NUP_3.Name = "NUP_3" Me.NUP_3.Size = New System.Drawing.Size(104, 23) Me.NUP_3.TabIndex = 1522 Me.NUP_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NUP_3.ThousandsSeparator = True ' '比例3_lb ' Me.比例3_lb.AutoSize = True Me.比例3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.比例3_lb.Location = New System.Drawing.Point(11, 179) Me.比例3_lb.Name = "比例3_lb" Me.比例3_lb.Size = New System.Drawing.Size(202, 16) Me.比例3_lb.TabIndex = 1521 Me.比例3_lb.Text = "跟上次採購價格漲幅 >= 比例3(淡粉)" ' '比例2_lb ' Me.比例2_lb.AutoSize = True Me.比例2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.比例2_lb.Location = New System.Drawing.Point(11, 136) Me.比例2_lb.Name = "比例2_lb" Me.比例2_lb.Size = New System.Drawing.Size(227, 16) Me.比例2_lb.TabIndex = 1520 Me.比例2_lb.Text = "比例2<跟上次採購價格漲幅<比例3(淡藍)" ' '建築採購簽核二級金額基數_lb ' Me.建築採購簽核二級金額基數_lb.AutoSize = True Me.建築採購簽核二級金額基數_lb.BackColor = System.Drawing.SystemColors.Control Me.建築採購簽核二級金額基數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.建築採購簽核二級金額基數_lb.Location = New System.Drawing.Point(12, 51) Me.建築採購簽核二級金額基數_lb.Name = "建築採購簽核二級金額基數_lb" Me.建築採購簽核二級金額基數_lb.Size = New System.Drawing.Size(262, 16) Me.建築採購簽核二級金額基數_lb.TabIndex = 1515 Me.建築採購簽核二級金額基數_lb.Text = "樣 品 採 購 單 二 級 金 額 " ' '比例1_lb ' Me.比例1_lb.AutoSize = True Me.比例1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.比例1_lb.Location = New System.Drawing.Point(12, 93) Me.比例1_lb.Name = "比例1_lb" Me.比例1_lb.Size = New System.Drawing.Size(227, 16) Me.比例1_lb.TabIndex = 1519 Me.比例1_lb.Text = "比例1<跟上次採購價格漲幅<比例2(淡綠)" ' 'NUP_1 ' Me.NUP_1.Location = New System.Drawing.Point(309, 7) Me.NUP_1.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0}) Me.NUP_1.Name = "NUP_1" Me.NUP_1.Size = New System.Drawing.Size(104, 23) Me.NUP_1.TabIndex = 1517 Me.NUP_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NUP_1.ThousandsSeparator = True ' 'NUP_2 ' Me.NUP_2.Location = New System.Drawing.Point(310, 49) Me.NUP_2.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0}) Me.NUP_2.Name = "NUP_2" Me.NUP_2.Size = New System.Drawing.Size(104, 23) Me.NUP_2.TabIndex = 1518 Me.NUP_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NUP_2.ThousandsSeparator = True ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(11, 158) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(407, 16) Me.Label11.TabIndex = 1528 Me.Label11.Text = "________________________________________________________________________________" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(12, 115) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(407, 16) Me.Label10.TabIndex = 1527 Me.Label10.Text = "________________________________________________________________________________" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(11, 31) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(407, 16) Me.Label8.TabIndex = 1525 Me.Label8.Text = "________________________________________________________________________________" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(10, 73) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(407, 16) Me.Label9.TabIndex = 1526 Me.Label9.Text = "________________________________________________________________________________" ' '修改_bt ' Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Save Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.修改_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.修改_bt.Location = New System.Drawing.Point(309, 214) Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(104, 45) Me.修改_bt.TabIndex = 1529 ' '編碼原則_pb ' Me.編碼原則_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.編碼原則_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.編碼原則_pb.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.code Me.編碼原則_pb.Location = New System.Drawing.Point(12, 266) Me.編碼原則_pb.Name = "編碼原則_pb" Me.編碼原則_pb.Size = New System.Drawing.Size(419, 314) Me.編碼原則_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.編碼原則_pb.TabIndex = 1516 Me.編碼原則_pb.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(10, 194) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(407, 16) Me.Label1.TabIndex = 1530 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.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.行政簽核_tb.Location = New System.Drawing.Point(188, 344) Me.行政簽核_tb.Margin = New System.Windows.Forms.Padding(5) Me.行政簽核_tb.Name = "行政簽核_tb" Me.行政簽核_tb.Size = New System.Drawing.Size(75, 23) Me.行政簽核_tb.TabIndex = 1531 Me.行政簽核_tb.Visible = False ' '建築簽核_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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.建築簽核_tb.Location = New System.Drawing.Point(188, 369) Me.建築簽核_tb.Margin = New System.Windows.Forms.Padding(5) Me.建築簽核_tb.Name = "建築簽核_tb" Me.建築簽核_tb.Size = New System.Drawing.Size(75, 23) Me.建築簽核_tb.TabIndex = 1532 Me.建築簽核_tb.Visible = False ' 'Panel1 ' Me.Panel1.Controls.Add(Me.資料庫清單1_dgv) Me.Panel1.Location = New System.Drawing.Point(471, 115) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(311, 221) Me.Panel1.TabIndex = 1533 ' '資料庫清單1_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.White Me.資料庫清單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.資料庫清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.資料庫清單1_dgv.BackgroundColor = System.Drawing.Color.White DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.Color.White DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.資料庫清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4 Me.資料庫清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.資料庫清單1_dgv.Location = New System.Drawing.Point(3, 3) Me.資料庫清單1_dgv.Name = "資料庫清單1_dgv" Me.資料庫清單1_dgv.RowHeadersWidth = 5 Me.資料庫清單1_dgv.RowTemplate.Height = 24 Me.資料庫清單1_dgv.Size = New System.Drawing.Size(168, 166) Me.資料庫清單1_dgv.TabIndex = 1510 ' '系統通用變數管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1019, 592) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.行政簽核_tb) Me.Controls.Add(Me.建築簽核_tb) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.行政採購簽核二級金額基數_lb) Me.Controls.Add(Me.NUP_5) Me.Controls.Add(Me.NUP_4) Me.Controls.Add(Me.NUP_3) Me.Controls.Add(Me.比例3_lb) Me.Controls.Add(Me.比例2_lb) Me.Controls.Add(Me.建築採購簽核二級金額基數_lb) Me.Controls.Add(Me.比例1_lb) Me.Controls.Add(Me.NUP_1) Me.Controls.Add(Me.NUP_2) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.編碼原則_pb) Me.Controls.Add(Me.重新讀取_bt) Me.Controls.Add(Me.伺服器_lb) Me.Controls.Add(Me.MAX_nud) Me.Controls.Add(Me.伺服器狀態_dgv) Me.Controls.Add(Me.LOG檔截斷3_bt) Me.Controls.Add(Me.Label1) 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 = "系統通用變數管理" CType(Me.MAX_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.伺服器狀態_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NUP_5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NUP_4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NUP_3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NUP_1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NUP_2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.編碼原則_pb, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) CType(Me.資料庫清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 重新讀取_bt As Button Friend WithEvents 伺服器_lb As Label Friend WithEvents MAX_nud As NumericUpDown Friend WithEvents 伺服器狀態_dgv As DataGridView Friend WithEvents LOG檔截斷3_bt As Button Friend WithEvents 行政採購簽核二級金額基數_lb As Label Friend WithEvents NUP_5 As NumericUpDown Friend WithEvents NUP_4 As NumericUpDown Friend WithEvents NUP_3 As NumericUpDown Friend WithEvents 比例3_lb As Label Friend WithEvents 比例2_lb As Label Friend WithEvents 建築採購簽核二級金額基數_lb As Label Friend WithEvents 比例1_lb As Label Friend WithEvents NUP_1 As NumericUpDown Friend WithEvents NUP_2 As NumericUpDown Friend WithEvents Label11 As Label Friend WithEvents Label10 As Label Friend WithEvents Label8 As Label Friend WithEvents Label9 As Label Friend WithEvents 編碼原則_pb As PictureBox Friend WithEvents 修改_bt As Button Friend WithEvents Label1 As Label Friend WithEvents 行政簽核_tb As TextBox Friend WithEvents 建築簽核_tb As TextBox Friend WithEvents Panel1 As Panel Friend WithEvents 資料庫清單1_dgv As DataGridView End Class