_ 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(系統通用變數管理)) Me.Label3 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.關鍵字預設值 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.關鍵字說明_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.運用介面_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.關鍵字編號_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() 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.GroupBox1.SuspendLayout() CType(Me.關鍵字清單_dgv, 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.關鍵字預設值) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.關鍵字說明_tb) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.運用介面_tb) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.關鍵字編號_tb) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.關鍵字_刪除_bt) Me.GroupBox1.Controls.Add(Me.關鍵字_新增_bt) Me.GroupBox1.Controls.Add(Me.關鍵字_修改_bt) Me.GroupBox1.Controls.Add(Me.關鍵字清單_dgv) 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 = "預設關鍵字" ' '關鍵字預設值 ' Me.關鍵字預設值.Location = New System.Drawing.Point(54, 67) Me.關鍵字預設值.Name = "關鍵字預設值" Me.關鍵字預設值.Size = New System.Drawing.Size(398, 23) Me.關鍵字預設值.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 = "預設值" ' '關鍵字說明_tb ' Me.關鍵字說明_tb.Location = New System.Drawing.Point(54, 42) Me.關鍵字說明_tb.Name = "關鍵字說明_tb" Me.關鍵字說明_tb.Size = New System.Drawing.Size(398, 23) Me.關鍵字說明_tb.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 = "說明" ' '運用介面_tb ' Me.運用介面_tb.Location = New System.Drawing.Point(281, 17) Me.運用介面_tb.Name = "運用介面_tb" Me.運用介面_tb.Size = New System.Drawing.Size(171, 23) Me.運用介面_tb.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 = "運用介面" ' '關鍵字編號_tb ' Me.關鍵字編號_tb.Location = New System.Drawing.Point(54, 17) Me.關鍵字編號_tb.Name = "關鍵字編號_tb" Me.關鍵字編號_tb.Size = New System.Drawing.Size(165, 23) Me.關鍵字編號_tb.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 = "流水號" ' '關鍵字_刪除_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(660, 16) Me.關鍵字_刪除_bt.Name = "關鍵字_刪除_bt" Me.關鍵字_刪除_bt.Size = New System.Drawing.Size(95, 74) Me.關鍵字_刪除_bt.TabIndex = 673 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(458, 16) Me.關鍵字_新增_bt.Name = "關鍵字_新增_bt" Me.關鍵字_新增_bt.Size = New System.Drawing.Size(95, 74) Me.關鍵字_新增_bt.TabIndex = 671 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(559, 16) Me.關鍵字_修改_bt.Name = "關鍵字_修改_bt" Me.關鍵字_修改_bt.Size = New System.Drawing.Size(95, 74) Me.關鍵字_修改_bt.TabIndex = 672 Me.關鍵字_修改_bt.Text = "修改" Me.關鍵字_修改_bt.UseVisualStyleBackColor = True ' '關鍵字清單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, 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(6, 93) Me.關鍵字清單_dgv.Name = "關鍵字清單_dgv" Me.關鍵字清單_dgv.RowHeadersWidth = 5 Me.關鍵字清單_dgv.RowTemplate.Height = 24 Me.關鍵字清單_dgv.Size = New System.Drawing.Size(749, 365) Me.關鍵字清單_dgv.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.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "系統通用變數管理" Me.Text = "系統通用變數管理" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.關鍵字清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label3 As Label Friend WithEvents GroupBox1 As GroupBox Friend WithEvents 關鍵字預設值 As TextBox Friend WithEvents Label5 As Label Friend WithEvents 關鍵字說明_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents 運用介面_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 關鍵字編號_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents 關鍵字_刪除_bt As Button Friend WithEvents 關鍵字_新增_bt As Button Friend WithEvents 關鍵字_修改_bt As Button Friend WithEvents 關鍵字清單_dgv As DataGridView End Class