123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class LINE_權限一覽表
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- 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()
- Me.權限代號_lb = New System.Windows.Forms.Label()
- Me.權限名稱_lb = New System.Windows.Forms.Label()
- Me.權限名稱_tb = New System.Windows.Forms.TextBox()
- 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()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.清單_dgv = New System.Windows.Forms.DataGridView()
- Me.權限代號_cb = New System.Windows.Forms.ComboBox()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.PnlTitleBar = New System.Windows.Forms.Panel()
- Me.Cancel_bt = New System.Windows.Forms.Button()
- Me.主題_lb = New System.Windows.Forms.Label()
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- Me.PnlTitleBar.SuspendLayout()
- Me.SuspendLayout()
- '
- '權限代號_lb
- '
- Me.權限代號_lb.AutoSize = True
- Me.權限代號_lb.BackColor = System.Drawing.Color.Transparent
- Me.權限代號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.權限代號_lb.Location = New System.Drawing.Point(3, 58)
- Me.權限代號_lb.Name = "權限代號_lb"
- Me.權限代號_lb.Size = New System.Drawing.Size(60, 17)
- Me.權限代號_lb.TabIndex = 1427
- Me.權限代號_lb.Text = "權限代號"
- '
- '權限名稱_lb
- '
- Me.權限名稱_lb.AutoSize = True
- Me.權限名稱_lb.BackColor = System.Drawing.Color.Transparent
- Me.權限名稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.權限名稱_lb.Location = New System.Drawing.Point(3, 84)
- Me.權限名稱_lb.Name = "權限名稱_lb"
- Me.權限名稱_lb.Size = New System.Drawing.Size(60, 17)
- Me.權限名稱_lb.TabIndex = 1426
- Me.權限名稱_lb.Text = "權限名稱"
- '
- '權限名稱_tb
- '
- Me.權限名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.權限名稱_tb.Location = New System.Drawing.Point(122, 81)
- Me.權限名稱_tb.Name = "權限名稱_tb"
- Me.權限名稱_tb.Size = New System.Drawing.Size(195, 25)
- Me.權限名稱_tb.TabIndex = 1425
- '
- '修改_bt
- '
- Me.修改_bt.ForeColor = System.Drawing.Color.Green
- Me.修改_bt.Location = New System.Drawing.Point(6, 28)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(154, 26)
- Me.修改_bt.TabIndex = 1424
- Me.修改_bt.Text = "修改"
- Me.修改_bt.UseVisualStyleBackColor = True
- '
- '新增_bt
- '
- Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增_bt.Location = New System.Drawing.Point(6, 2)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(154, 26)
- Me.新增_bt.TabIndex = 1423
- Me.新增_bt.Text = "新增"
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '修改存檔_bt
- '
- Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
- Me.修改存檔_bt.Location = New System.Drawing.Point(163, 28)
- Me.修改存檔_bt.Name = "修改存檔_bt"
- Me.修改存檔_bt.Size = New System.Drawing.Size(154, 26)
- Me.修改存檔_bt.TabIndex = 1422
- Me.修改存檔_bt.Text = "修改存檔"
- Me.修改存檔_bt.UseVisualStyleBackColor = True
- '
- '確認新增_bt
- '
- Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.確認新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.確認新增_bt.Location = New System.Drawing.Point(163, 2)
- Me.確認新增_bt.Name = "確認新增_bt"
- Me.確認新增_bt.Size = New System.Drawing.Size(154, 26)
- Me.確認新增_bt.TabIndex = 1421
- Me.確認新增_bt.Text = "確認新增"
- Me.確認新增_bt.UseVisualStyleBackColor = True
- '
- '刪除_bt
- '
- Me.刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除_bt.Location = New System.Drawing.Point(6, 107)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(279, 25)
- Me.刪除_bt.TabIndex = 1429
- Me.刪除_bt.Text = "刪除權限"
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '清單_dgv
- '
- 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
- DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
- Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單_dgv.Location = New System.Drawing.Point(6, 134)
- Me.清單_dgv.Name = "清單_dgv"
- Me.清單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.清單_dgv.RowTemplate.Height = 24
- Me.清單_dgv.Size = New System.Drawing.Size(310, 477)
- Me.清單_dgv.TabIndex = 1430
- '
- '權限代號_cb
- '
- Me.權限代號_cb.FormattingEnabled = True
- Me.權限代號_cb.Items.AddRange(New Object() {"CC200", "CC201", "CC202", "CC203", "CC204", "CC205", "CC206", "CC207", "CC208", "CC209", "CC210", "CC211", "CC212", "CC213", "CC214", "CC215", "CC216", "CC217", "CC218", "CC219", "CC220", "CC221", "CC222", "CC223", "CC224", "CC225", "CC226", "CC227", "CC228", "CC229", "CC230", "CC231", "CC232", "CC233", "CC234", "CC235", "CC236", "CC237", "CC238", "CC239", "CC240", "CC241", "CC242", "CC243", "CC244", "CC245", "CC246", "CC247", "CC248", "CC249", "CC250", "CC251", "CC252", "CC253", "CC254", "CC255", "CC256", "CC257", "CC258", "CC259", "CC260"})
- Me.權限代號_cb.Location = New System.Drawing.Point(122, 56)
- Me.權限代號_cb.Name = "權限代號_cb"
- Me.權限代號_cb.Size = New System.Drawing.Size(195, 24)
- Me.權限代號_cb.TabIndex = 1431
- '
- '語轉扭_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.Black
- Me.語轉扭_bt.Location = New System.Drawing.Point(291, 107)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
- Me.語轉扭_bt.TabIndex = 1432
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
- Me.語言_dgv.Location = New System.Drawing.Point(49, 198)
- Me.語言_dgv.Name = "語言_dgv"
- Me.語言_dgv.RowTemplate.Height = 24
- Me.語言_dgv.Size = New System.Drawing.Size(236, 90)
- Me.語言_dgv.TabIndex = 1433
- Me.語言_dgv.Visible = False
- '
- 'Column1
- '
- Me.Column1.HeaderText = "Column1"
- Me.Column1.Name = "Column1"
- '
- 'Column2
- '
- Me.Column2.HeaderText = "Column2"
- Me.Column2.Name = "Column2"
- '
- '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.語言_dgv)
- Me.Panel1.Controls.Add(Me.新增_bt)
- Me.Panel1.Controls.Add(Me.語轉扭_bt)
- Me.Panel1.Controls.Add(Me.確認新增_bt)
- Me.Panel1.Controls.Add(Me.權限代號_cb)
- Me.Panel1.Controls.Add(Me.修改存檔_bt)
- Me.Panel1.Controls.Add(Me.清單_dgv)
- Me.Panel1.Controls.Add(Me.修改_bt)
- Me.Panel1.Controls.Add(Me.刪除_bt)
- Me.Panel1.Controls.Add(Me.權限名稱_tb)
- Me.Panel1.Controls.Add(Me.權限代號_lb)
- Me.Panel1.Controls.Add(Me.權限名稱_lb)
- Me.Panel1.Location = New System.Drawing.Point(5, 34)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(322, 615)
- Me.Panel1.TabIndex = 1434
- '
- 'PnlTitleBar
- '
- Me.PnlTitleBar.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.PnlTitleBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
- Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.PnlTitleBar.Controls.Add(Me.Cancel_bt)
- Me.PnlTitleBar.Controls.Add(Me.主題_lb)
- Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
- Me.PnlTitleBar.Name = "PnlTitleBar"
- Me.PnlTitleBar.Size = New System.Drawing.Size(331, 652)
- Me.PnlTitleBar.TabIndex = 1840
- '
- 'Cancel_bt
- '
- Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
- Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
- Me.Cancel_bt.Location = New System.Drawing.Point(298, 3)
- Me.Cancel_bt.Name = "Cancel_bt"
- Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
- Me.Cancel_bt.TabIndex = 1730
- Me.Cancel_bt.Text = "X"
- Me.Cancel_bt.UseVisualStyleBackColor = False
- '
- '主題_lb
- '
- Me.主題_lb.AutoSize = True
- Me.主題_lb.BackColor = System.Drawing.Color.Transparent
- Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.主題_lb.Location = New System.Drawing.Point(10, 9)
- Me.主題_lb.Name = "主題_lb"
- Me.主題_lb.Size = New System.Drawing.Size(45, 16)
- Me.主題_lb.TabIndex = 1729
- Me.主題_lb.Text = "Label1"
- '
- 'LINE_權限一覽表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(331, 652)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.PnlTitleBar)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "LINE_權限一覽表"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "LINE_權限一覽表"
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- Me.PnlTitleBar.ResumeLayout(False)
- Me.PnlTitleBar.PerformLayout()
- Me.ResumeLayout(False)
-
- End Sub
- Friend WithEvents 權限代號_lb As Label
- Friend WithEvents 權限名稱_lb As Label
- Friend WithEvents 權限名稱_tb As TextBox
- Friend WithEvents 修改_bt As Button
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 修改存檔_bt As Button
- Friend WithEvents 確認新增_bt As Button
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 清單_dgv As DataGridView
- Friend WithEvents 權限代號_cb As ComboBox
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents 語言_dgv As DataGridView
- Friend WithEvents Column1 As DataGridViewTextBoxColumn
- Friend WithEvents Column2 As DataGridViewTextBoxColumn
- Friend WithEvents Panel1 As Panel
- Friend WithEvents PnlTitleBar As Panel
- Friend WithEvents Cancel_bt As Button
- Friend WithEvents 主題_lb As Label
- End Class
|