_ 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() 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.授權功能_cb = New System.Windows.Forms.ComboBox() Me.授權碼_lb = New System.Windows.Forms.Label() Me.授權碼_tb = New System.Windows.Forms.TextBox() Me.授權人_lb = New System.Windows.Forms.Label() Me.授權人_tb = New System.Windows.Forms.TextBox() Me.授權功能_lb = New System.Windows.Forms.Label() Me.授權功能_tb = New System.Windows.Forms.TextBox() Me.生成授權_bt = New System.Windows.Forms.Button() Me.清單_dgv = New System.Windows.Forms.DataGridView() Me.Panel1 = New System.Windows.Forms.Panel() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.語轉扭_bt = New System.Windows.Forms.Button() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '授權功能_cb ' Me.授權功能_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.授權功能_cb.FormattingEnabled = True Me.授權功能_cb.Location = New System.Drawing.Point(87, 5) Me.授權功能_cb.Name = "授權功能_cb" Me.授權功能_cb.Size = New System.Drawing.Size(490, 24) Me.授權功能_cb.TabIndex = 1400 ' '授權碼_lb ' Me.授權碼_lb.AutoSize = True 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(303, 35) Me.授權碼_lb.Name = "授權碼_lb" Me.授權碼_lb.Size = New System.Drawing.Size(47, 17) Me.授權碼_lb.TabIndex = 1399 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(430, 31) Me.授權碼_tb.Name = "授權碼_tb" Me.授權碼_tb.Size = New System.Drawing.Size(172, 25) Me.授權碼_tb.TabIndex = 1398 Me.授權碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '授權人_lb ' Me.授權人_lb.AutoSize = True 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, 34) Me.授權人_lb.Name = "授權人_lb" Me.授權人_lb.Size = New System.Drawing.Size(47, 17) Me.授權人_lb.TabIndex = 1397 Me.授權人_lb.Text = "授權人" ' '授權人_tb ' Me.授權人_tb.Enabled = False 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(87, 31) Me.授權人_tb.Name = "授權人_tb" Me.授權人_tb.Size = New System.Drawing.Size(215, 25) Me.授權人_tb.TabIndex = 1396 ' '授權功能_lb ' Me.授權功能_lb.AutoSize = True 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, 7) Me.授權功能_lb.Name = "授權功能_lb" Me.授權功能_lb.Size = New System.Drawing.Size(60, 17) Me.授權功能_lb.TabIndex = 1395 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(3, 1) Me.授權功能_tb.Name = "授權功能_tb" Me.授權功能_tb.Size = New System.Drawing.Size(75, 25) Me.授權功能_tb.TabIndex = 1390 ' '生成授權_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, 58) Me.生成授權_bt.Name = "生成授權_bt" Me.生成授權_bt.Size = New System.Drawing.Size(596, 26) Me.生成授權_bt.TabIndex = 1401 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 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, 86) 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(596, 216) Me.清單_dgv.TabIndex = 1402 ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.語言_dgv) Me.Panel1.Controls.Add(Me.授權功能_tb) Me.Panel1.Location = New System.Drawing.Point(20, 104) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(111, 100) Me.Panel1.TabIndex = 1403 ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(3, 29) Me.語言_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(100, 65) Me.語言_dgv.TabIndex = 1395 Me.語言_dgv.Visible = False ' '語轉扭_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(580, 4) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1404 Me.語轉扭_bt.Text = "L" 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(609, 306) Me.Controls.Add(Me.授權功能_cb) Me.Controls.Add(Me.授權碼_lb) Me.Controls.Add(Me.授權碼_tb) Me.Controls.Add(Me.授權人_lb) Me.Controls.Add(Me.授權人_tb) Me.Controls.Add(Me.授權功能_lb) Me.Controls.Add(Me.生成授權_bt) Me.Controls.Add(Me.清單_dgv) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.語轉扭_bt) 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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "單次授權功能" CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 授權功能_cb As ComboBox Friend WithEvents 授權碼_lb As Label Friend WithEvents 授權碼_tb As TextBox Friend WithEvents 授權人_lb As Label Friend WithEvents 授權人_tb As TextBox Friend WithEvents 授權功能_lb As Label Friend WithEvents 授權功能_tb As TextBox Friend WithEvents 生成授權_bt As Button Friend WithEvents 清單_dgv As DataGridView Friend WithEvents Panel1 As Panel Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 語轉扭_bt As Button End Class