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.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.門禁清單_dgv = New System.Windows.Forms.DataGridView() Me.資料寫入_bt = New System.Windows.Forms.Button() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.重讀2_bt = New System.Windows.Forms.Button() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.重讀1_bt = New System.Windows.Forms.Button() Me.存檔_bt = New System.Windows.Forms.Button() Me.預設權限_dgv = New System.Windows.Forms.DataGridView() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) CType(Me.門禁清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() CType(Me.預設權限_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '語轉扭_bt ' Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(1320, 1) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1352 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '門禁清單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.門禁清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.門禁清單_dgv.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.門禁清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.門禁清單_dgv.BackgroundColor = System.Drawing.Color.White Me.門禁清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.門禁清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.門禁清單_dgv.Location = New System.Drawing.Point(3, 2) Me.門禁清單_dgv.Name = "門禁清單_dgv" Me.門禁清單_dgv.RowHeadersWidth = 5 Me.門禁清單_dgv.RowTemplate.Height = 24 Me.門禁清單_dgv.Size = New System.Drawing.Size(1270, 642) Me.門禁清單_dgv.TabIndex = 1369 ' '資料寫入_bt ' Me.資料寫入_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.資料寫入_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER Me.資料寫入_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.資料寫入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.資料寫入_bt.Location = New System.Drawing.Point(1274, 1) Me.資料寫入_bt.Name = "資料寫入_bt" Me.資料寫入_bt.Size = New System.Drawing.Size(63, 50) Me.資料寫入_bt.TabIndex = 1382 Me.資料寫入_bt.UseVisualStyleBackColor = True ' 'TabControl1 ' Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(1349, 681) Me.TabControl1.TabIndex = 1383 ' 'TabPage1 ' Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.TabPage1.Controls.Add(Me.重讀2_bt) Me.TabPage1.Controls.Add(Me.資料寫入_bt) Me.TabPage1.Controls.Add(Me.門禁清單_dgv) Me.TabPage1.Location = New System.Drawing.Point(4, 28) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(1341, 649) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "門禁名稱與IP設定" Me.TabPage1.UseVisualStyleBackColor = True ' '重讀2_bt ' Me.重讀2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.重讀2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew Me.重讀2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.重讀2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.重讀2_bt.Location = New System.Drawing.Point(1274, 53) Me.重讀2_bt.Name = "重讀2_bt" Me.重讀2_bt.Size = New System.Drawing.Size(63, 50) Me.重讀2_bt.TabIndex = 1386 Me.重讀2_bt.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.TabPage2.Controls.Add(Me.重讀1_bt) Me.TabPage2.Controls.Add(Me.存檔_bt) Me.TabPage2.Controls.Add(Me.預設權限_dgv) Me.TabPage2.Location = New System.Drawing.Point(4, 28) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(1341, 649) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "門禁預設權限設定" Me.TabPage2.UseVisualStyleBackColor = True ' '重讀1_bt ' Me.重讀1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.重讀1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew Me.重讀1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.重讀1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.重讀1_bt.Location = New System.Drawing.Point(1274, 53) Me.重讀1_bt.Name = "重讀1_bt" Me.重讀1_bt.Size = New System.Drawing.Size(63, 50) Me.重讀1_bt.TabIndex = 1385 Me.重讀1_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.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.存檔_bt.Location = New System.Drawing.Point(1274, 1) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(63, 50) Me.存檔_bt.TabIndex = 1384 Me.存檔_bt.UseVisualStyleBackColor = True ' '預設權限_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.預設權限_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.預設權限_dgv.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.預設權限_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.預設權限_dgv.BackgroundColor = System.Drawing.Color.White Me.預設權限_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.預設權限_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.預設權限_dgv.Location = New System.Drawing.Point(3, 1) Me.預設權限_dgv.Name = "預設權限_dgv" Me.預設權限_dgv.RowHeadersWidth = 5 Me.預設權限_dgv.RowTemplate.Height = 24 Me.預設權限_dgv.Size = New System.Drawing.Size(1270, 642) Me.預設權限_dgv.TabIndex = 1383 ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipTitle = "illustrate" ' '門禁系統設定 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1349, 681) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.TabControl1) 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 = "門禁系統設定" CType(Me.門禁清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage2.ResumeLayout(False) CType(Me.預設權限_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents 語轉扭_bt As Button Friend WithEvents 門禁清單_dgv As DataGridView Friend WithEvents 資料寫入_bt As Button Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents TabPage2 As TabPage Friend WithEvents ToolTip1 As ToolTip Friend WithEvents 存檔_bt As Button Friend WithEvents 預設權限_dgv As DataGridView Friend WithEvents 重讀2_bt As Button Friend WithEvents 重讀1_bt As Button End Class