_ 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 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() 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.GroupBox5 = New System.Windows.Forms.GroupBox() Me.請假類別_dgv = New System.Windows.Forms.DataGridView() Me.Button13 = New System.Windows.Forms.Button() Me.Label6 = New System.Windows.Forms.Label() Me.Button14 = New System.Windows.Forms.Button() Me.Button15 = New System.Windows.Forms.Button() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.GroupBox3.SuspendLayout() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox10.SuspendLayout() CType(Me.DataGridView10, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox5.SuspendLayout() CType(Me.請假類別_dgv, 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(965, 34) Me.Label3.TabIndex = 241 Me.Label3.Text = "* 編碼原則對於系統非常重要,如有更動需求請與系統開發商進行討論後再行修改" ' 'GroupBox3 ' Me.GroupBox3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 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.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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 ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.DataGridView10.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 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 ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.請假類別_dgv) Me.GroupBox5.Controls.Add(Me.Button13) Me.GroupBox5.Controls.Add(Me.Label6) Me.GroupBox5.Controls.Add(Me.Button14) Me.GroupBox5.Controls.Add(Me.Button15) Me.GroupBox5.Controls.Add(Me.TextBox5) Me.GroupBox5.Location = New System.Drawing.Point(669, 47) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(144, 462) Me.GroupBox5.TabIndex = 252 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "請假類別管理" ' '請假類別_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.請假類別_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.請假類別_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.請假類別_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.請假類別_dgv.Location = New System.Drawing.Point(6, 141) Me.請假類別_dgv.Name = "請假類別_dgv" Me.請假類別_dgv.RowHeadersWidth = 5 Me.請假類別_dgv.RowTemplate.Height = 24 Me.請假類別_dgv.Size = New System.Drawing.Size(125, 311) Me.請假類別_dgv.TabIndex = 222 ' 'Button13 ' Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button13.ForeColor = System.Drawing.Color.DarkGreen Me.Button13.Location = New System.Drawing.Point(9, 79) Me.Button13.Name = "Button13" Me.Button13.Size = New System.Drawing.Size(122, 25) Me.Button13.TabIndex = 224 Me.Button13.Text = "修改" Me.Button13.UseVisualStyleBackColor = True ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(6, 22) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(32, 16) Me.Label6.TabIndex = 229 Me.Label6.Text = "類別" ' 'Button14 ' Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button14.ForeColor = System.Drawing.Color.Blue Me.Button14.Location = New System.Drawing.Point(9, 48) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(122, 25) Me.Button14.TabIndex = 223 Me.Button14.Text = "新增" Me.Button14.UseVisualStyleBackColor = True ' 'Button15 ' Me.Button15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button15.ForeColor = System.Drawing.Color.Red Me.Button15.Location = New System.Drawing.Point(9, 110) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(122, 25) Me.Button15.TabIndex = 225 Me.Button15.Text = "刪除" Me.Button15.UseVisualStyleBackColor = True ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(44, 19) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(87, 23) Me.TextBox5.TabIndex = 227 ' '系統編碼原則_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.GroupBox5) 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.GroupBox5.ResumeLayout(False) Me.GroupBox5.PerformLayout() CType(Me.請假類別_dgv, 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 Friend WithEvents GroupBox5 As GroupBox Friend WithEvents 請假類別_dgv As DataGridView Friend WithEvents Button13 As Button Friend WithEvents Label6 As Label Friend WithEvents Button14 As Button Friend WithEvents Button15 As Button Friend WithEvents TextBox5 As TextBox End Class