_ 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() Me.Label3 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.GroupBox1.SuspendLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 15.75!, 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, -1) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(766, 27) Me.Label3.TabIndex = 242 Me.Label3.Text = "* 編碼原則對於系統非常重要,如有更動需求請與系統開發商進行討論後再行修改" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.TextBox4) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.TextBox3) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.TextBox2) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.TextBox1) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.Button1) Me.GroupBox1.Controls.Add(Me.Button2) Me.GroupBox1.Controls.Add(Me.Button3) Me.GroupBox1.Controls.Add(Me.DataGridView1) Me.GroupBox1.Location = New System.Drawing.Point(8, 29) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(761, 467) Me.GroupBox1.TabIndex = 253 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "付款方式" ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(54, 67) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(398, 23) Me.TextBox4.TabIndex = 681 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(9, 70) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(44, 16) Me.Label5.TabIndex = 680 Me.Label5.Text = "預設值" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(54, 42) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(398, 23) Me.TextBox3.TabIndex = 679 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(9, 45) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(32, 16) Me.Label4.TabIndex = 678 Me.Label4.Text = "說明" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(281, 17) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(171, 23) Me.TextBox2.TabIndex = 677 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(225, 21) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 16) Me.Label2.TabIndex = 676 Me.Label2.Text = "運用介面" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(54, 17) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(165, 23) Me.TextBox1.TabIndex = 675 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(9, 20) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(44, 16) Me.Label1.TabIndex = 674 Me.Label1.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.Red Me.Button1.Location = New System.Drawing.Point(660, 16) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(95, 74) Me.Button1.TabIndex = 673 Me.Button1.Text = "刪除" Me.Button1.UseVisualStyleBackColor = True ' '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.Blue Me.Button2.Location = New System.Drawing.Point(458, 16) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(95, 74) Me.Button2.TabIndex = 671 Me.Button2.Text = "新增" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.DarkGreen Me.Button3.Location = New System.Drawing.Point(559, 16) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(95, 74) Me.Button3.TabIndex = 672 Me.Button3.Text = "修改" Me.Button3.UseVisualStyleBackColor = True ' 'DataGridView1 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(6, 93) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(749, 365) Me.DataGridView1.TabIndex = 663 ' '系統通用變數管理 ' 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.GroupBox1) Me.Controls.Add(Me.Label3) 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.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label3 As Label Friend WithEvents GroupBox1 As GroupBox Friend WithEvents TextBox4 As TextBox Friend WithEvents Label5 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents Label4 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label2 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label1 As Label Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents DataGridView1 As DataGridView End Class