No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

單次授權功能.Designer.vb 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 單次授權功能
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.授權功能_cb = New System.Windows.Forms.ComboBox()
  25. Me.授權碼_lb = New System.Windows.Forms.Label()
  26. Me.授權碼_tb = New System.Windows.Forms.TextBox()
  27. Me.授權人_lb = New System.Windows.Forms.Label()
  28. Me.授權人_tb = New System.Windows.Forms.TextBox()
  29. Me.授權功能_lb = New System.Windows.Forms.Label()
  30. Me.授權功能_tb = New System.Windows.Forms.TextBox()
  31. Me.生成授權_bt = New System.Windows.Forms.Button()
  32. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  33. Me.Panel1 = New System.Windows.Forms.Panel()
  34. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  35. Me.語轉扭_bt = New System.Windows.Forms.Button()
  36. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  37. Me.Panel1.SuspendLayout()
  38. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  39. Me.SuspendLayout()
  40. '
  41. '授權功能_cb
  42. '
  43. Me.授權功能_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  44. Me.授權功能_cb.FormattingEnabled = True
  45. Me.授權功能_cb.Location = New System.Drawing.Point(87, 5)
  46. Me.授權功能_cb.Name = "授權功能_cb"
  47. Me.授權功能_cb.Size = New System.Drawing.Size(490, 24)
  48. Me.授權功能_cb.TabIndex = 1400
  49. '
  50. '授權碼_lb
  51. '
  52. Me.授權碼_lb.AutoSize = True
  53. Me.授權碼_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  54. Me.授權碼_lb.Location = New System.Drawing.Point(303, 35)
  55. Me.授權碼_lb.Name = "授權碼_lb"
  56. Me.授權碼_lb.Size = New System.Drawing.Size(47, 17)
  57. Me.授權碼_lb.TabIndex = 1399
  58. Me.授權碼_lb.Text = "授權碼"
  59. '
  60. '授權碼_tb
  61. '
  62. Me.授權碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  63. Me.授權碼_tb.Location = New System.Drawing.Point(430, 31)
  64. Me.授權碼_tb.Name = "授權碼_tb"
  65. Me.授權碼_tb.Size = New System.Drawing.Size(172, 25)
  66. Me.授權碼_tb.TabIndex = 1398
  67. Me.授權碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  68. '
  69. '授權人_lb
  70. '
  71. Me.授權人_lb.AutoSize = True
  72. Me.授權人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. Me.授權人_lb.Location = New System.Drawing.Point(3, 34)
  74. Me.授權人_lb.Name = "授權人_lb"
  75. Me.授權人_lb.Size = New System.Drawing.Size(47, 17)
  76. Me.授權人_lb.TabIndex = 1397
  77. Me.授權人_lb.Text = "授權人"
  78. '
  79. '授權人_tb
  80. '
  81. Me.授權人_tb.Enabled = False
  82. Me.授權人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.授權人_tb.Location = New System.Drawing.Point(87, 31)
  84. Me.授權人_tb.Name = "授權人_tb"
  85. Me.授權人_tb.Size = New System.Drawing.Size(215, 25)
  86. Me.授權人_tb.TabIndex = 1396
  87. '
  88. '授權功能_lb
  89. '
  90. Me.授權功能_lb.AutoSize = True
  91. Me.授權功能_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  92. Me.授權功能_lb.Location = New System.Drawing.Point(3, 7)
  93. Me.授權功能_lb.Name = "授權功能_lb"
  94. Me.授權功能_lb.Size = New System.Drawing.Size(60, 17)
  95. Me.授權功能_lb.TabIndex = 1395
  96. Me.授權功能_lb.Text = "授權功能"
  97. '
  98. '授權功能_tb
  99. '
  100. Me.授權功能_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  101. Me.授權功能_tb.Location = New System.Drawing.Point(3, 1)
  102. Me.授權功能_tb.Name = "授權功能_tb"
  103. Me.授權功能_tb.Size = New System.Drawing.Size(75, 25)
  104. Me.授權功能_tb.TabIndex = 1390
  105. '
  106. '生成授權_bt
  107. '
  108. Me.生成授權_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  109. Me.生成授權_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  110. Me.生成授權_bt.Location = New System.Drawing.Point(6, 58)
  111. Me.生成授權_bt.Name = "生成授權_bt"
  112. Me.生成授權_bt.Size = New System.Drawing.Size(596, 26)
  113. Me.生成授權_bt.TabIndex = 1401
  114. Me.生成授權_bt.Text = "單次授權生成"
  115. Me.生成授權_bt.UseVisualStyleBackColor = True
  116. '
  117. '清單_dgv
  118. '
  119. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  120. Or System.Windows.Forms.AnchorStyles.Left) _
  121. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  122. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  123. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  124. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  125. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  126. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  128. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  129. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  130. Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  131. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  132. Me.清單_dgv.Location = New System.Drawing.Point(6, 86)
  133. Me.清單_dgv.Name = "清單_dgv"
  134. Me.清單_dgv.RowHeadersWidth = 5
  135. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  136. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  137. Me.清單_dgv.RowTemplate.Height = 24
  138. Me.清單_dgv.Size = New System.Drawing.Size(596, 216)
  139. Me.清單_dgv.TabIndex = 1402
  140. '
  141. 'Panel1
  142. '
  143. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  144. Me.Panel1.Controls.Add(Me.語言_dgv)
  145. Me.Panel1.Controls.Add(Me.授權功能_tb)
  146. Me.Panel1.Location = New System.Drawing.Point(20, 104)
  147. Me.Panel1.Name = "Panel1"
  148. Me.Panel1.Size = New System.Drawing.Size(111, 100)
  149. Me.Panel1.TabIndex = 1403
  150. '
  151. '語言_dgv
  152. '
  153. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  154. Me.語言_dgv.Location = New System.Drawing.Point(3, 29)
  155. Me.語言_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  156. Me.語言_dgv.Name = "語言_dgv"
  157. Me.語言_dgv.RowHeadersWidth = 5
  158. Me.語言_dgv.RowTemplate.Height = 24
  159. Me.語言_dgv.Size = New System.Drawing.Size(100, 65)
  160. Me.語言_dgv.TabIndex = 1395
  161. Me.語言_dgv.Visible = False
  162. '
  163. '語轉扭_bt
  164. '
  165. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  167. Me.語轉扭_bt.Location = New System.Drawing.Point(580, 4)
  168. Me.語轉扭_bt.Name = "語轉扭_bt"
  169. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  170. Me.語轉扭_bt.TabIndex = 1404
  171. Me.語轉扭_bt.Text = "L"
  172. Me.語轉扭_bt.UseVisualStyleBackColor = True
  173. '
  174. '單次授權功能
  175. '
  176. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  177. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  178. Me.ClientSize = New System.Drawing.Size(609, 306)
  179. Me.Controls.Add(Me.授權功能_cb)
  180. Me.Controls.Add(Me.授權碼_lb)
  181. Me.Controls.Add(Me.授權碼_tb)
  182. Me.Controls.Add(Me.授權人_lb)
  183. Me.Controls.Add(Me.授權人_tb)
  184. Me.Controls.Add(Me.授權功能_lb)
  185. Me.Controls.Add(Me.生成授權_bt)
  186. Me.Controls.Add(Me.清單_dgv)
  187. Me.Controls.Add(Me.Panel1)
  188. Me.Controls.Add(Me.語轉扭_bt)
  189. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  190. Me.Margin = New System.Windows.Forms.Padding(4)
  191. Me.Name = "單次授權功能"
  192. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  193. Me.Text = "單次授權功能"
  194. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  195. Me.Panel1.ResumeLayout(False)
  196. Me.Panel1.PerformLayout()
  197. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  198. Me.ResumeLayout(False)
  199. Me.PerformLayout()
  200. End Sub
  201. Friend WithEvents 授權功能_cb As ComboBox
  202. Friend WithEvents 授權碼_lb As Label
  203. Friend WithEvents 授權碼_tb As TextBox
  204. Friend WithEvents 授權人_lb As Label
  205. Friend WithEvents 授權人_tb As TextBox
  206. Friend WithEvents 授權功能_lb As Label
  207. Friend WithEvents 授權功能_tb As TextBox
  208. Friend WithEvents 生成授權_bt As Button
  209. Friend WithEvents 清單_dgv As DataGridView
  210. Friend WithEvents Panel1 As Panel
  211. Friend WithEvents 語言_dgv As DataGridView
  212. Friend WithEvents 語轉扭_bt As Button
  213. End Class