_ 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() Me.清單1_dgv = New System.Windows.Forms.DataGridView() Me.Label1 = 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.Label3 = New System.Windows.Forms.Label() Me.帳號_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.CheckBox11 = New System.Windows.Forms.CheckBox() Me.CheckBox10 = New System.Windows.Forms.CheckBox() Me.CheckBox9 = New System.Windows.Forms.CheckBox() Me.CheckBox8 = New System.Windows.Forms.CheckBox() Me.CheckBox7 = New System.Windows.Forms.CheckBox() Me.CheckBox6 = New System.Windows.Forms.CheckBox() Me.CheckBox5 = New System.Windows.Forms.CheckBox() Me.CheckBox4 = New System.Windows.Forms.CheckBox() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.清單2_dgv = New System.Windows.Forms.DataGridView() Me.Label5 = 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.重新讀取_bt = New System.Windows.Forms.Button() CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '清單1_dgv ' Me.清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.清單1_dgv.Location = New System.Drawing.Point(3, 28) 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(613, 698) Me.清單1_dgv.TabIndex = 840 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(7, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(94, 16) Me.Label1.TabIndex = 842 Me.Label1.Text = "ODOO系統資料" ' '部門_tb ' Me.部門_tb.Location = New System.Drawing.Point(39, 3) Me.部門_tb.Name = "部門_tb" Me.部門_tb.Size = New System.Drawing.Size(95, 23) Me.部門_tb.TabIndex = 844 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(6, 7) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(31, 16) Me.Label2.TabIndex = 843 Me.Label2.Text = "部門" ' '姓名_tb ' Me.姓名_tb.Location = New System.Drawing.Point(173, 3) Me.姓名_tb.Name = "姓名_tb" Me.姓名_tb.Size = New System.Drawing.Size(95, 23) Me.姓名_tb.TabIndex = 846 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(140, 7) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(31, 16) Me.Label3.TabIndex = 845 Me.Label3.Text = "人員" ' '帳號_tb ' Me.帳號_tb.Location = New System.Drawing.Point(307, 3) Me.帳號_tb.Name = "帳號_tb" Me.帳號_tb.Size = New System.Drawing.Size(95, 23) Me.帳號_tb.TabIndex = 848 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(274, 7) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(31, 16) Me.Label4.TabIndex = 847 Me.Label4.Text = "帳號" ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.BackColor = System.Drawing.Color.Transparent Me.CheckBox1.Location = New System.Drawing.Point(9, 32) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(109, 20) Me.CheckBox1.TabIndex = 849 Me.CheckBox1.Text = "系統設定-CC01" Me.CheckBox1.UseVisualStyleBackColor = False ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.BackColor = System.Drawing.Color.Transparent Me.CheckBox2.Location = New System.Drawing.Point(9, 58) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(133, 20) Me.CheckBox2.TabIndex = 850 Me.CheckBox2.Text = "銷售管理系統-CC02" Me.CheckBox2.UseVisualStyleBackColor = False ' 'Panel1 ' Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.CheckBox11) Me.Panel1.Controls.Add(Me.CheckBox10) Me.Panel1.Controls.Add(Me.CheckBox9) Me.Panel1.Controls.Add(Me.CheckBox8) Me.Panel1.Controls.Add(Me.CheckBox7) Me.Panel1.Controls.Add(Me.CheckBox6) Me.Panel1.Controls.Add(Me.CheckBox5) Me.Panel1.Controls.Add(Me.CheckBox4) Me.Panel1.Controls.Add(Me.CheckBox3) Me.Panel1.Controls.Add(Me.部門_tb) Me.Panel1.Controls.Add(Me.CheckBox2) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.CheckBox1) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.帳號_tb) Me.Panel1.Controls.Add(Me.姓名_tb) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Location = New System.Drawing.Point(891, 54) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(451, 672) Me.Panel1.TabIndex = 851 ' 'CheckBox11 ' Me.CheckBox11.AutoSize = True Me.CheckBox11.BackColor = System.Drawing.Color.Transparent Me.CheckBox11.Location = New System.Drawing.Point(307, 240) Me.CheckBox11.Name = "CheckBox11" Me.CheckBox11.Size = New System.Drawing.Size(61, 20) Me.CheckBox11.TabIndex = 859 Me.CheckBox11.Text = "-CC11" Me.CheckBox11.UseVisualStyleBackColor = False ' 'CheckBox10 ' Me.CheckBox10.AutoSize = True Me.CheckBox10.BackColor = System.Drawing.Color.Transparent Me.CheckBox10.Location = New System.Drawing.Point(307, 214) Me.CheckBox10.Name = "CheckBox10" Me.CheckBox10.Size = New System.Drawing.Size(61, 20) Me.CheckBox10.TabIndex = 858 Me.CheckBox10.Text = "-CC10" Me.CheckBox10.UseVisualStyleBackColor = False ' 'CheckBox9 ' Me.CheckBox9.AutoSize = True Me.CheckBox9.BackColor = System.Drawing.Color.Transparent Me.CheckBox9.Location = New System.Drawing.Point(307, 188) Me.CheckBox9.Name = "CheckBox9" Me.CheckBox9.Size = New System.Drawing.Size(61, 20) Me.CheckBox9.TabIndex = 857 Me.CheckBox9.Text = "-CC09" Me.CheckBox9.UseVisualStyleBackColor = False ' 'CheckBox8 ' Me.CheckBox8.AutoSize = True Me.CheckBox8.BackColor = System.Drawing.Color.Transparent Me.CheckBox8.Location = New System.Drawing.Point(55, 214) Me.CheckBox8.Name = "CheckBox8" Me.CheckBox8.Size = New System.Drawing.Size(133, 20) Me.CheckBox8.TabIndex = 856 Me.CheckBox8.Text = "資料刪除功能-CC08" Me.CheckBox8.UseVisualStyleBackColor = False ' 'CheckBox7 ' Me.CheckBox7.AutoSize = True Me.CheckBox7.BackColor = System.Drawing.Color.Transparent Me.CheckBox7.Location = New System.Drawing.Point(55, 188) Me.CheckBox7.Name = "CheckBox7" Me.CheckBox7.Size = New System.Drawing.Size(133, 20) Me.CheckBox7.TabIndex = 855 Me.CheckBox7.Text = "資料編輯功能-CC07" Me.CheckBox7.UseVisualStyleBackColor = False ' 'CheckBox6 ' Me.CheckBox6.AutoSize = True Me.CheckBox6.BackColor = System.Drawing.Color.Transparent Me.CheckBox6.Location = New System.Drawing.Point(28, 162) Me.CheckBox6.Name = "CheckBox6" Me.CheckBox6.Size = New System.Drawing.Size(121, 20) Me.CheckBox6.TabIndex = 854 Me.CheckBox6.Text = "銷售審查表-CC06" Me.CheckBox6.UseVisualStyleBackColor = False ' 'CheckBox5 ' Me.CheckBox5.AutoSize = True Me.CheckBox5.BackColor = System.Drawing.Color.Transparent Me.CheckBox5.Location = New System.Drawing.Point(55, 110) Me.CheckBox5.Name = "CheckBox5" Me.CheckBox5.Size = New System.Drawing.Size(133, 20) Me.CheckBox5.TabIndex = 853 Me.CheckBox5.Text = "資料編輯功能-CC05" Me.CheckBox5.UseVisualStyleBackColor = False ' 'CheckBox4 ' Me.CheckBox4.AutoSize = True Me.CheckBox4.BackColor = System.Drawing.Color.Transparent Me.CheckBox4.Location = New System.Drawing.Point(55, 136) Me.CheckBox4.Name = "CheckBox4" Me.CheckBox4.Size = New System.Drawing.Size(133, 20) Me.CheckBox4.TabIndex = 852 Me.CheckBox4.Text = "資料刪除功能-CC04" Me.CheckBox4.UseVisualStyleBackColor = False ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.BackColor = System.Drawing.Color.Transparent Me.CheckBox3.Location = New System.Drawing.Point(28, 84) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(109, 20) Me.CheckBox3.TabIndex = 851 Me.CheckBox3.Text = "銷售發票-CC03" Me.CheckBox3.UseVisualStyleBackColor = False ' '清單2_dgv ' Me.清單2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.清單2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.清單2_dgv.BackgroundColor = System.Drawing.Color.White Me.清單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.清單2_dgv.Location = New System.Drawing.Point(617, 28) Me.清單2_dgv.Name = "清單2_dgv" Me.清單2_dgv.RowHeadersWidth = 5 Me.清單2_dgv.RowTemplate.Height = 24 Me.清單2_dgv.Size = New System.Drawing.Size(272, 698) Me.清單2_dgv.TabIndex = 852 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(619, 6) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(79, 16) Me.Label5.TabIndex = 853 Me.Label5.Text = "外掛系統資料" ' '刪除_bt ' Me.刪除_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.GarbageEmpty Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.刪除_bt.Location = New System.Drawing.Point(1003, 2) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(50, 50) Me.刪除_bt.TabIndex = 856 Me.刪除_bt.UseVisualStyleBackColor = True ' '修改_bt ' Me.修改_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.SAVER Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.修改_bt.Location = New System.Drawing.Point(947, 2) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(50, 50) Me.修改_bt.TabIndex = 855 Me.修改_bt.UseVisualStyleBackColor = True ' '新增_bt ' Me.新增_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.add_2 Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.新增_bt.Location = New System.Drawing.Point(891, 2) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(50, 50) Me.新增_bt.TabIndex = 854 Me.新增_bt.UseVisualStyleBackColor = True ' '重新讀取_bt ' Me.重新讀取_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.重新讀取_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.renew Me.重新讀取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.重新讀取_bt.Location = New System.Drawing.Point(1292, 2) Me.重新讀取_bt.Name = "重新讀取_bt" Me.重新讀取_bt.Size = New System.Drawing.Size(50, 50) Me.重新讀取_bt.TabIndex = 841 Me.重新讀取_bt.UseVisualStyleBackColor = True ' '系統使用者管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1350, 729) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.新增_bt) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.清單2_dgv) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.重新讀取_bt) Me.Controls.Add(Me.清單1_dgv) 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(4) Me.Name = "系統使用者管理" Me.Text = "系統使用者管理" CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 清單1_dgv As DataGridView Friend WithEvents 重新讀取_bt As Button Friend WithEvents Label1 As Label Friend WithEvents 部門_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 姓名_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents 帳號_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents CheckBox1 As CheckBox Friend WithEvents CheckBox2 As CheckBox Friend WithEvents Panel1 As Panel Friend WithEvents 清單2_dgv As DataGridView Friend WithEvents Label5 As Label Friend WithEvents 新增_bt As Button Friend WithEvents 修改_bt As Button Friend WithEvents 刪除_bt As Button Friend WithEvents CheckBox11 As CheckBox Friend WithEvents CheckBox10 As CheckBox Friend WithEvents CheckBox9 As CheckBox Friend WithEvents CheckBox8 As CheckBox Friend WithEvents CheckBox7 As CheckBox Friend WithEvents CheckBox6 As CheckBox Friend WithEvents CheckBox5 As CheckBox Friend WithEvents CheckBox4 As CheckBox Friend WithEvents CheckBox3 As CheckBox End Class