_ Partial Class 系統編碼原則_1 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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Label3 = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.DataGridView3 = New System.Windows.Forms.DataGridView() Me.Button7 = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.Button8 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.GroupBox10 = New System.Windows.Forms.GroupBox() Me.TextBox21 = New System.Windows.Forms.TextBox() Me.Label24 = New System.Windows.Forms.Label() Me.Button28 = New System.Windows.Forms.Button() Me.Button29 = New System.Windows.Forms.Button() Me.TextBox22 = New System.Windows.Forms.TextBox() Me.Button30 = New System.Windows.Forms.Button() Me.Label21 = New System.Windows.Forms.Label() Me.TextBox23 = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.TextBox24 = New System.Windows.Forms.TextBox() Me.Label23 = New System.Windows.Forms.Label() Me.DataGridView10 = New System.Windows.Forms.DataGridView() Me.GroupBox3.SuspendLayout() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox10.SuspendLayout() CType(Me.DataGridView10, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 20.25!, 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(12, 9) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(986, 34) Me.Label3.TabIndex = 241 Me.Label3.Text = "* 編碼原則對於系統非常重要,如有更動需求請與系統開發商進行討論後再行修改" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.DataGridView3) Me.GroupBox3.Controls.Add(Me.Button7) Me.GroupBox3.Controls.Add(Me.Label5) Me.GroupBox3.Controls.Add(Me.Button8) Me.GroupBox3.Controls.Add(Me.Button9) Me.GroupBox3.Controls.Add(Me.TextBox4) Me.GroupBox3.Location = New System.Drawing.Point(12, 46) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(144, 933) Me.GroupBox3.TabIndex = 243 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "客戶清單" ' 'DataGridView3 ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView3.Location = New System.Drawing.Point(6, 141) Me.DataGridView3.Name = "DataGridView3" Me.DataGridView3.RowHeadersWidth = 5 Me.DataGridView3.RowTemplate.Height = 24 Me.DataGridView3.Size = New System.Drawing.Size(125, 786) Me.DataGridView3.TabIndex = 222 ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button7.ForeColor = System.Drawing.Color.DarkGreen Me.Button7.Location = New System.Drawing.Point(9, 79) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(122, 25) Me.Button7.TabIndex = 224 Me.Button7.Text = "修改" Me.Button7.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(6, 22) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(32, 16) Me.Label5.TabIndex = 229 Me.Label5.Text = "客户" ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button8.ForeColor = System.Drawing.Color.Blue Me.Button8.Location = New System.Drawing.Point(9, 48) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(122, 25) Me.Button8.TabIndex = 223 Me.Button8.Text = "新增" Me.Button8.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button9.ForeColor = System.Drawing.Color.Red Me.Button9.Location = New System.Drawing.Point(9, 110) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(122, 25) Me.Button9.TabIndex = 225 Me.Button9.Text = "刪除" Me.Button9.UseVisualStyleBackColor = True ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(44, 19) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(87, 23) Me.TextBox4.TabIndex = 227 ' 'GroupBox10 ' Me.GroupBox10.Controls.Add(Me.TextBox21) Me.GroupBox10.Controls.Add(Me.Label24) Me.GroupBox10.Controls.Add(Me.Button28) Me.GroupBox10.Controls.Add(Me.Button29) Me.GroupBox10.Controls.Add(Me.TextBox22) Me.GroupBox10.Controls.Add(Me.Button30) Me.GroupBox10.Controls.Add(Me.Label21) Me.GroupBox10.Controls.Add(Me.TextBox23) Me.GroupBox10.Controls.Add(Me.Label22) Me.GroupBox10.Controls.Add(Me.TextBox24) Me.GroupBox10.Controls.Add(Me.Label23) Me.GroupBox10.Controls.Add(Me.DataGridView10) Me.GroupBox10.Location = New System.Drawing.Point(161, 47) Me.GroupBox10.Name = "GroupBox10" Me.GroupBox10.Size = New System.Drawing.Size(502, 932) Me.GroupBox10.TabIndex = 251 Me.GroupBox10.TabStop = False Me.GroupBox10.Text = "FTP位置管控" ' 'TextBox21 ' Me.TextBox21.Location = New System.Drawing.Point(71, 73) Me.TextBox21.Name = "TextBox21" Me.TextBox21.Size = New System.Drawing.Size(122, 23) Me.TextBox21.TabIndex = 675 ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Location = New System.Drawing.Point(29, 76) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(32, 16) Me.Label24.TabIndex = 674 Me.Label24.Text = "地區" ' 'Button28 ' Me.Button28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button28.ForeColor = System.Drawing.Color.Red Me.Button28.Location = New System.Drawing.Point(370, 72) Me.Button28.Name = "Button28" Me.Button28.Size = New System.Drawing.Size(95, 25) Me.Button28.TabIndex = 673 Me.Button28.Text = "刪除" Me.Button28.UseVisualStyleBackColor = True ' 'Button29 ' Me.Button29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button29.ForeColor = System.Drawing.Color.Blue Me.Button29.Location = New System.Drawing.Point(370, 15) Me.Button29.Name = "Button29" Me.Button29.Size = New System.Drawing.Size(95, 25) Me.Button29.TabIndex = 671 Me.Button29.Text = "新增" Me.Button29.UseVisualStyleBackColor = True ' 'TextBox22 ' Me.TextBox22.Location = New System.Drawing.Point(242, 45) Me.TextBox22.Name = "TextBox22" Me.TextBox22.Size = New System.Drawing.Size(122, 23) Me.TextBox22.TabIndex = 669 ' 'Button30 ' Me.Button30.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button30.ForeColor = System.Drawing.Color.DarkGreen Me.Button30.Location = New System.Drawing.Point(370, 44) Me.Button30.Name = "Button30" Me.Button30.Size = New System.Drawing.Size(95, 25) Me.Button30.TabIndex = 672 Me.Button30.Text = "修改" Me.Button30.UseVisualStyleBackColor = True ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(199, 48) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(32, 16) Me.Label21.TabIndex = 668 Me.Label21.Text = "密碼" ' 'TextBox23 ' Me.TextBox23.Location = New System.Drawing.Point(71, 45) Me.TextBox23.Name = "TextBox23" Me.TextBox23.Size = New System.Drawing.Size(122, 23) Me.TextBox23.TabIndex = 667 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(28, 48) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(32, 16) Me.Label22.TabIndex = 666 Me.Label22.Text = "帳號" ' 'TextBox24 ' Me.TextBox24.Location = New System.Drawing.Point(71, 17) Me.TextBox24.Name = "TextBox24" Me.TextBox24.Size = New System.Drawing.Size(293, 23) Me.TextBox24.TabIndex = 665 ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Location = New System.Drawing.Point(9, 20) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(52, 16) Me.Label23.TabIndex = 664 Me.Label23.Text = "FTP地址" ' 'DataGridView10 ' DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.DataGridView10.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 Me.DataGridView10.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView10.Location = New System.Drawing.Point(12, 103) Me.DataGridView10.Name = "DataGridView10" Me.DataGridView10.RowHeadersWidth = 5 Me.DataGridView10.RowTemplate.Height = 24 Me.DataGridView10.Size = New System.Drawing.Size(475, 823) Me.DataGridView10.TabIndex = 663 ' '系統編碼原則_1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 991) Me.Controls.Add(Me.GroupBox10) Me.Controls.Add(Me.GroupBox3) 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 = "系統編碼原則_1" Me.Text = "系統編碼原則_1" Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox10.ResumeLayout(False) Me.GroupBox10.PerformLayout() CType(Me.DataGridView10, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label3 As Label Friend WithEvents GroupBox3 As GroupBox Friend WithEvents DataGridView3 As DataGridView Friend WithEvents Button7 As Button Friend WithEvents Label5 As Label Friend WithEvents Button8 As Button Friend WithEvents Button9 As Button Friend WithEvents TextBox4 As TextBox Friend WithEvents GroupBox10 As GroupBox Friend WithEvents TextBox21 As TextBox Friend WithEvents Label24 As Label Friend WithEvents Button28 As Button Friend WithEvents Button29 As Button Friend WithEvents TextBox22 As TextBox Friend WithEvents Button30 As Button Friend WithEvents Label21 As Label Friend WithEvents TextBox23 As TextBox Friend WithEvents Label22 As Label Friend WithEvents TextBox24 As TextBox Friend WithEvents Label23 As Label Friend WithEvents DataGridView10 As DataGridView End Class