Brak opisu
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 10KB

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