Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

單次授權功能.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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.授權功能_lb = New System.Windows.Forms.Label()
  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.授權功能_cb = New System.Windows.Forms.ComboBox()
  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.語轉扭_bt = New System.Windows.Forms.Button()
  35. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  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. '授權功能_lb
  42. '
  43. Me.授權功能_lb.AutoSize = True
  44. Me.授權功能_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  45. Me.授權功能_lb.Location = New System.Drawing.Point(5, 6)
  46. Me.授權功能_lb.Name = "授權功能_lb"
  47. Me.授權功能_lb.Size = New System.Drawing.Size(60, 17)
  48. Me.授權功能_lb.TabIndex = 1383
  49. Me.授權功能_lb.Text = "授權功能"
  50. '
  51. '授權人_lb
  52. '
  53. Me.授權人_lb.AutoSize = True
  54. Me.授權人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  55. Me.授權人_lb.Location = New System.Drawing.Point(5, 33)
  56. Me.授權人_lb.Name = "授權人_lb"
  57. Me.授權人_lb.Size = New System.Drawing.Size(47, 17)
  58. Me.授權人_lb.TabIndex = 1385
  59. Me.授權人_lb.Text = "授權人"
  60. '
  61. '授權人_tb
  62. '
  63. Me.授權人_tb.Enabled = False
  64. Me.授權人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  65. Me.授權人_tb.Location = New System.Drawing.Point(89, 30)
  66. Me.授權人_tb.Name = "授權人_tb"
  67. Me.授權人_tb.Size = New System.Drawing.Size(215, 25)
  68. Me.授權人_tb.TabIndex = 1384
  69. '
  70. '授權碼_lb
  71. '
  72. Me.授權碼_lb.AutoSize = True
  73. Me.授權碼_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  74. Me.授權碼_lb.Location = New System.Drawing.Point(305, 34)
  75. Me.授權碼_lb.Name = "授權碼_lb"
  76. Me.授權碼_lb.Size = New System.Drawing.Size(47, 17)
  77. Me.授權碼_lb.TabIndex = 1387
  78. Me.授權碼_lb.Text = "授權碼"
  79. '
  80. '授權碼_tb
  81. '
  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(432, 30)
  84. Me.授權碼_tb.Name = "授權碼_tb"
  85. Me.授權碼_tb.Size = New System.Drawing.Size(172, 25)
  86. Me.授權碼_tb.TabIndex = 1386
  87. Me.授權碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  88. '
  89. '授權功能_cb
  90. '
  91. Me.授權功能_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  92. Me.授權功能_cb.FormattingEnabled = True
  93. Me.授權功能_cb.Location = New System.Drawing.Point(89, 4)
  94. Me.授權功能_cb.Name = "授權功能_cb"
  95. Me.授權功能_cb.Size = New System.Drawing.Size(490, 24)
  96. Me.授權功能_cb.TabIndex = 1388
  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(8, 57)
  111. Me.生成授權_bt.Name = "生成授權_bt"
  112. Me.生成授權_bt.Size = New System.Drawing.Size(596, 26)
  113. Me.生成授權_bt.TabIndex = 1391
  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. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  125. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
  126. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  128. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  129. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  130. Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
  131. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  132. Me.清單_dgv.Location = New System.Drawing.Point(8, 85)
  133. Me.清單_dgv.Name = "清單_dgv"
  134. Me.清單_dgv.RowHeadersWidth = 5
  135. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  136. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  137. Me.清單_dgv.RowTemplate.Height = 24
  138. Me.清單_dgv.Size = New System.Drawing.Size(596, 216)
  139. Me.清單_dgv.TabIndex = 1392
  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(22, 103)
  147. Me.Panel1.Name = "Panel1"
  148. Me.Panel1.Size = New System.Drawing.Size(111, 100)
  149. Me.Panel1.TabIndex = 1393
  150. '
  151. '語轉扭_bt
  152. '
  153. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  155. Me.語轉扭_bt.Location = New System.Drawing.Point(582, 3)
  156. Me.語轉扭_bt.Name = "語轉扭_bt"
  157. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  158. Me.語轉扭_bt.TabIndex = 1394
  159. Me.語轉扭_bt.Text = "L"
  160. Me.語轉扭_bt.UseVisualStyleBackColor = True
  161. '
  162. '語言_dgv
  163. '
  164. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  165. Me.語言_dgv.Location = New System.Drawing.Point(3, 29)
  166. Me.語言_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  167. Me.語言_dgv.Name = "語言_dgv"
  168. Me.語言_dgv.RowHeadersWidth = 5
  169. Me.語言_dgv.RowTemplate.Height = 24
  170. Me.語言_dgv.Size = New System.Drawing.Size(100, 65)
  171. Me.語言_dgv.TabIndex = 1395
  172. Me.語言_dgv.Visible = False
  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.生成授權_bt)
  180. Me.Controls.Add(Me.語轉扭_bt)
  181. Me.Controls.Add(Me.授權功能_cb)
  182. Me.Controls.Add(Me.授權碼_lb)
  183. Me.Controls.Add(Me.授權碼_tb)
  184. Me.Controls.Add(Me.授權人_lb)
  185. Me.Controls.Add(Me.授權人_tb)
  186. Me.Controls.Add(Me.授權功能_lb)
  187. Me.Controls.Add(Me.清單_dgv)
  188. Me.Controls.Add(Me.Panel1)
  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(3, 4, 3, 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 授權功能_lb As Label
  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 授權功能_cb As ComboBox
  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 語轉扭_bt As Button
  212. Friend WithEvents 語言_dgv As DataGridView
  213. End Class