Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

系統通用變數管理.Designer.vb 9.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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. Me.Label3 = New System.Windows.Forms.Label()
  24. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  25. Me.TextBox4 = New System.Windows.Forms.TextBox()
  26. Me.Label5 = New System.Windows.Forms.Label()
  27. Me.TextBox3 = New System.Windows.Forms.TextBox()
  28. Me.Label4 = New System.Windows.Forms.Label()
  29. Me.TextBox2 = New System.Windows.Forms.TextBox()
  30. Me.Label2 = New System.Windows.Forms.Label()
  31. Me.TextBox1 = New System.Windows.Forms.TextBox()
  32. Me.Label1 = New System.Windows.Forms.Label()
  33. Me.Button1 = New System.Windows.Forms.Button()
  34. Me.Button2 = New System.Windows.Forms.Button()
  35. Me.Button3 = New System.Windows.Forms.Button()
  36. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  37. Me.GroupBox1.SuspendLayout()
  38. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  39. Me.SuspendLayout()
  40. '
  41. 'Label3
  42. '
  43. Me.Label3.AutoSize = True
  44. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  45. Me.Label3.ForeColor = System.Drawing.Color.Red
  46. Me.Label3.Location = New System.Drawing.Point(3, -1)
  47. Me.Label3.Name = "Label3"
  48. Me.Label3.Size = New System.Drawing.Size(766, 27)
  49. Me.Label3.TabIndex = 242
  50. Me.Label3.Text = "* 編碼原則對於系統非常重要,如有更動需求請與系統開發商進行討論後再行修改"
  51. '
  52. 'GroupBox1
  53. '
  54. Me.GroupBox1.Controls.Add(Me.TextBox4)
  55. Me.GroupBox1.Controls.Add(Me.Label5)
  56. Me.GroupBox1.Controls.Add(Me.TextBox3)
  57. Me.GroupBox1.Controls.Add(Me.Label4)
  58. Me.GroupBox1.Controls.Add(Me.TextBox2)
  59. Me.GroupBox1.Controls.Add(Me.Label2)
  60. Me.GroupBox1.Controls.Add(Me.TextBox1)
  61. Me.GroupBox1.Controls.Add(Me.Label1)
  62. Me.GroupBox1.Controls.Add(Me.Button1)
  63. Me.GroupBox1.Controls.Add(Me.Button2)
  64. Me.GroupBox1.Controls.Add(Me.Button3)
  65. Me.GroupBox1.Controls.Add(Me.DataGridView1)
  66. Me.GroupBox1.Location = New System.Drawing.Point(8, 29)
  67. Me.GroupBox1.Name = "GroupBox1"
  68. Me.GroupBox1.Size = New System.Drawing.Size(761, 467)
  69. Me.GroupBox1.TabIndex = 253
  70. Me.GroupBox1.TabStop = False
  71. Me.GroupBox1.Text = "付款方式"
  72. '
  73. 'TextBox4
  74. '
  75. Me.TextBox4.Location = New System.Drawing.Point(54, 67)
  76. Me.TextBox4.Name = "TextBox4"
  77. Me.TextBox4.Size = New System.Drawing.Size(398, 23)
  78. Me.TextBox4.TabIndex = 681
  79. '
  80. 'Label5
  81. '
  82. Me.Label5.AutoSize = True
  83. Me.Label5.Location = New System.Drawing.Point(9, 70)
  84. Me.Label5.Name = "Label5"
  85. Me.Label5.Size = New System.Drawing.Size(44, 16)
  86. Me.Label5.TabIndex = 680
  87. Me.Label5.Text = "預設值"
  88. '
  89. 'TextBox3
  90. '
  91. Me.TextBox3.Location = New System.Drawing.Point(54, 42)
  92. Me.TextBox3.Name = "TextBox3"
  93. Me.TextBox3.Size = New System.Drawing.Size(398, 23)
  94. Me.TextBox3.TabIndex = 679
  95. '
  96. 'Label4
  97. '
  98. Me.Label4.AutoSize = True
  99. Me.Label4.Location = New System.Drawing.Point(9, 45)
  100. Me.Label4.Name = "Label4"
  101. Me.Label4.Size = New System.Drawing.Size(32, 16)
  102. Me.Label4.TabIndex = 678
  103. Me.Label4.Text = "說明"
  104. '
  105. 'TextBox2
  106. '
  107. Me.TextBox2.Location = New System.Drawing.Point(281, 17)
  108. Me.TextBox2.Name = "TextBox2"
  109. Me.TextBox2.Size = New System.Drawing.Size(171, 23)
  110. Me.TextBox2.TabIndex = 677
  111. '
  112. 'Label2
  113. '
  114. Me.Label2.AutoSize = True
  115. Me.Label2.Location = New System.Drawing.Point(225, 21)
  116. Me.Label2.Name = "Label2"
  117. Me.Label2.Size = New System.Drawing.Size(56, 16)
  118. Me.Label2.TabIndex = 676
  119. Me.Label2.Text = "運用介面"
  120. '
  121. 'TextBox1
  122. '
  123. Me.TextBox1.Location = New System.Drawing.Point(54, 17)
  124. Me.TextBox1.Name = "TextBox1"
  125. Me.TextBox1.Size = New System.Drawing.Size(165, 23)
  126. Me.TextBox1.TabIndex = 675
  127. '
  128. 'Label1
  129. '
  130. Me.Label1.AutoSize = True
  131. Me.Label1.Location = New System.Drawing.Point(9, 20)
  132. Me.Label1.Name = "Label1"
  133. Me.Label1.Size = New System.Drawing.Size(44, 16)
  134. Me.Label1.TabIndex = 674
  135. Me.Label1.Text = "流水號"
  136. '
  137. 'Button1
  138. '
  139. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  140. Me.Button1.ForeColor = System.Drawing.Color.Red
  141. Me.Button1.Location = New System.Drawing.Point(660, 16)
  142. Me.Button1.Name = "Button1"
  143. Me.Button1.Size = New System.Drawing.Size(95, 74)
  144. Me.Button1.TabIndex = 673
  145. Me.Button1.Text = "刪除"
  146. Me.Button1.UseVisualStyleBackColor = True
  147. '
  148. 'Button2
  149. '
  150. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  151. Me.Button2.ForeColor = System.Drawing.Color.Blue
  152. Me.Button2.Location = New System.Drawing.Point(458, 16)
  153. Me.Button2.Name = "Button2"
  154. Me.Button2.Size = New System.Drawing.Size(95, 74)
  155. Me.Button2.TabIndex = 671
  156. Me.Button2.Text = "新增"
  157. Me.Button2.UseVisualStyleBackColor = True
  158. '
  159. 'Button3
  160. '
  161. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  162. Me.Button3.ForeColor = System.Drawing.Color.DarkGreen
  163. Me.Button3.Location = New System.Drawing.Point(559, 16)
  164. Me.Button3.Name = "Button3"
  165. Me.Button3.Size = New System.Drawing.Size(95, 74)
  166. Me.Button3.TabIndex = 672
  167. Me.Button3.Text = "修改"
  168. Me.Button3.UseVisualStyleBackColor = True
  169. '
  170. 'DataGridView1
  171. '
  172. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  173. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  174. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  175. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  176. Me.DataGridView1.Location = New System.Drawing.Point(6, 93)
  177. Me.DataGridView1.Name = "DataGridView1"
  178. Me.DataGridView1.RowHeadersWidth = 5
  179. Me.DataGridView1.RowTemplate.Height = 24
  180. Me.DataGridView1.Size = New System.Drawing.Size(749, 365)
  181. Me.DataGridView1.TabIndex = 663
  182. '
  183. '系統通用變數管理
  184. '
  185. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  186. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  187. Me.ClientSize = New System.Drawing.Size(1914, 971)
  188. Me.Controls.Add(Me.GroupBox1)
  189. Me.Controls.Add(Me.Label3)
  190. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  191. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  192. Me.Name = "系統通用變數管理"
  193. Me.Text = "系統通用變數管理"
  194. Me.GroupBox1.ResumeLayout(False)
  195. Me.GroupBox1.PerformLayout()
  196. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  197. Me.ResumeLayout(False)
  198. Me.PerformLayout()
  199. End Sub
  200. Friend WithEvents Label3 As Label
  201. Friend WithEvents GroupBox1 As GroupBox
  202. Friend WithEvents TextBox4 As TextBox
  203. Friend WithEvents Label5 As Label
  204. Friend WithEvents TextBox3 As TextBox
  205. Friend WithEvents Label4 As Label
  206. Friend WithEvents TextBox2 As TextBox
  207. Friend WithEvents Label2 As Label
  208. Friend WithEvents TextBox1 As TextBox
  209. Friend WithEvents Label1 As Label
  210. Friend WithEvents Button1 As Button
  211. Friend WithEvents Button2 As Button
  212. Friend WithEvents Button3 As Button
  213. Friend WithEvents DataGridView1 As DataGridView
  214. End Class