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.

下拉清單_1.Designer.vb 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 下拉清單_1
  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. Me.ListBox4 = New System.Windows.Forms.ListBox()
  23. Me.ListBox3 = New System.Windows.Forms.ListBox()
  24. Me.ListBox2 = New System.Windows.Forms.ListBox()
  25. Me.ListBox1 = New System.Windows.Forms.ListBox()
  26. Me.Panel1 = New System.Windows.Forms.Panel()
  27. Me.TextBox1 = New System.Windows.Forms.TextBox()
  28. Me.Cancel_bt = New System.Windows.Forms.Button()
  29. Me.主題_lb = New System.Windows.Forms.Label()
  30. Me.PnlTitleBar = New System.Windows.Forms.Panel()
  31. Me.查詢_bt = New System.Windows.Forms.Button()
  32. Me.下一頁_bt = New System.Windows.Forms.Button()
  33. Me.上一頁_bt = New System.Windows.Forms.Button()
  34. Me.Label1 = New System.Windows.Forms.Label()
  35. Me.Panel1.SuspendLayout()
  36. Me.SuspendLayout()
  37. '
  38. 'ListBox4
  39. '
  40. Me.ListBox4.FormattingEnabled = True
  41. Me.ListBox4.ItemHeight = 16
  42. Me.ListBox4.Location = New System.Drawing.Point(825, 3)
  43. Me.ListBox4.Name = "ListBox4"
  44. Me.ListBox4.Size = New System.Drawing.Size(275, 404)
  45. Me.ListBox4.TabIndex = 1528
  46. '
  47. 'ListBox3
  48. '
  49. Me.ListBox3.FormattingEnabled = True
  50. Me.ListBox3.ItemHeight = 16
  51. Me.ListBox3.Location = New System.Drawing.Point(551, 3)
  52. Me.ListBox3.Name = "ListBox3"
  53. Me.ListBox3.Size = New System.Drawing.Size(275, 404)
  54. Me.ListBox3.TabIndex = 1527
  55. '
  56. 'ListBox2
  57. '
  58. Me.ListBox2.FormattingEnabled = True
  59. Me.ListBox2.ItemHeight = 16
  60. Me.ListBox2.Location = New System.Drawing.Point(277, 3)
  61. Me.ListBox2.Name = "ListBox2"
  62. Me.ListBox2.Size = New System.Drawing.Size(275, 404)
  63. Me.ListBox2.TabIndex = 1526
  64. '
  65. 'ListBox1
  66. '
  67. Me.ListBox1.FormattingEnabled = True
  68. Me.ListBox1.ItemHeight = 16
  69. Me.ListBox1.Location = New System.Drawing.Point(3, 3)
  70. Me.ListBox1.Name = "ListBox1"
  71. Me.ListBox1.Size = New System.Drawing.Size(275, 404)
  72. Me.ListBox1.TabIndex = 1525
  73. '
  74. 'Panel1
  75. '
  76. Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  77. Or System.Windows.Forms.AnchorStyles.Left) _
  78. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  79. Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  80. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  81. Me.Panel1.Controls.Add(Me.Label1)
  82. Me.Panel1.Controls.Add(Me.查詢_bt)
  83. Me.Panel1.Controls.Add(Me.TextBox1)
  84. Me.Panel1.Controls.Add(Me.下一頁_bt)
  85. Me.Panel1.Controls.Add(Me.ListBox1)
  86. Me.Panel1.Controls.Add(Me.上一頁_bt)
  87. Me.Panel1.Controls.Add(Me.ListBox2)
  88. Me.Panel1.Controls.Add(Me.ListBox4)
  89. Me.Panel1.Controls.Add(Me.ListBox3)
  90. Me.Panel1.Location = New System.Drawing.Point(5, 34)
  91. Me.Panel1.Name = "Panel1"
  92. Me.Panel1.Size = New System.Drawing.Size(1104, 439)
  93. Me.Panel1.TabIndex = 1531
  94. '
  95. 'TextBox1
  96. '
  97. Me.TextBox1.Location = New System.Drawing.Point(439, 410)
  98. Me.TextBox1.Name = "TextBox1"
  99. Me.TextBox1.Size = New System.Drawing.Size(229, 23)
  100. Me.TextBox1.TabIndex = 1531
  101. '
  102. 'Cancel_bt
  103. '
  104. Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  105. Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  106. Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
  108. Me.Cancel_bt.Location = New System.Drawing.Point(1083, 4)
  109. Me.Cancel_bt.Name = "Cancel_bt"
  110. Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
  111. Me.Cancel_bt.TabIndex = 1822
  112. Me.Cancel_bt.Text = "X"
  113. Me.Cancel_bt.UseVisualStyleBackColor = False
  114. '
  115. '主題_lb
  116. '
  117. Me.主題_lb.AutoSize = True
  118. Me.主題_lb.BackColor = System.Drawing.Color.Transparent
  119. Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. Me.主題_lb.Location = New System.Drawing.Point(12, 9)
  121. Me.主題_lb.Name = "主題_lb"
  122. Me.主題_lb.Size = New System.Drawing.Size(45, 16)
  123. Me.主題_lb.TabIndex = 1821
  124. Me.主題_lb.Text = "Label1"
  125. '
  126. 'PnlTitleBar
  127. '
  128. Me.PnlTitleBar.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  129. Or System.Windows.Forms.AnchorStyles.Left) _
  130. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  131. Me.PnlTitleBar.BackColor = System.Drawing.Color.Transparent
  132. Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  133. Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
  134. Me.PnlTitleBar.Name = "PnlTitleBar"
  135. Me.PnlTitleBar.Size = New System.Drawing.Size(1112, 477)
  136. Me.PnlTitleBar.TabIndex = 1823
  137. '
  138. '查詢_bt
  139. '
  140. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Search
  141. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  142. Me.查詢_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  143. Me.查詢_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  144. Me.查詢_bt.Location = New System.Drawing.Point(669, 409)
  145. Me.查詢_bt.Name = "查詢_bt"
  146. Me.查詢_bt.Size = New System.Drawing.Size(25, 25)
  147. Me.查詢_bt.TabIndex = 1532
  148. Me.查詢_bt.UseVisualStyleBackColor = True
  149. '
  150. '下一頁_bt
  151. '
  152. Me.下一頁_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  153. Me.下一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  154. Me.下一頁_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下一頁
  155. Me.下一頁_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  156. Me.下一頁_bt.Location = New System.Drawing.Point(983, 408)
  157. Me.下一頁_bt.Name = "下一頁_bt"
  158. Me.下一頁_bt.Size = New System.Drawing.Size(115, 25)
  159. Me.下一頁_bt.TabIndex = 1530
  160. Me.下一頁_bt.Text = "Next"
  161. Me.下一頁_bt.UseVisualStyleBackColor = True
  162. '
  163. '上一頁_bt
  164. '
  165. Me.上一頁_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  166. Me.上一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  167. Me.上一頁_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.上一頁
  168. Me.上一頁_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  169. Me.上一頁_bt.Location = New System.Drawing.Point(4, 408)
  170. Me.上一頁_bt.Name = "上一頁_bt"
  171. Me.上一頁_bt.Size = New System.Drawing.Size(115, 25)
  172. Me.上一頁_bt.TabIndex = 1529
  173. Me.上一頁_bt.Text = "Previous"
  174. Me.上一頁_bt.UseVisualStyleBackColor = True
  175. '
  176. 'Label1
  177. '
  178. Me.Label1.AutoSize = True
  179. Me.Label1.BackColor = System.Drawing.Color.Transparent
  180. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  181. Me.Label1.Location = New System.Drawing.Point(376, 414)
  182. Me.Label1.Name = "Label1"
  183. Me.Label1.Size = New System.Drawing.Size(62, 16)
  184. Me.Label1.TabIndex = 1822
  185. Me.Label1.Text = "Pencarian"
  186. '
  187. '下拉清單_1
  188. '
  189. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  190. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  191. Me.ClientSize = New System.Drawing.Size(1112, 477)
  192. Me.Controls.Add(Me.Cancel_bt)
  193. Me.Controls.Add(Me.主題_lb)
  194. Me.Controls.Add(Me.Panel1)
  195. Me.Controls.Add(Me.PnlTitleBar)
  196. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  197. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  198. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  199. Me.Name = "下拉清單_1"
  200. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  201. Me.Text = "SELECT"
  202. Me.Panel1.ResumeLayout(False)
  203. Me.Panel1.PerformLayout()
  204. Me.ResumeLayout(False)
  205. Me.PerformLayout()
  206. End Sub
  207. Friend WithEvents 下一頁_bt As Button
  208. Friend WithEvents 上一頁_bt As Button
  209. Friend WithEvents ListBox4 As ListBox
  210. Friend WithEvents ListBox3 As ListBox
  211. Friend WithEvents ListBox2 As ListBox
  212. Friend WithEvents ListBox1 As ListBox
  213. Friend WithEvents Panel1 As Panel
  214. Friend WithEvents Cancel_bt As Button
  215. Friend WithEvents 主題_lb As Label
  216. Friend WithEvents PnlTitleBar As Panel
  217. Friend WithEvents TextBox1 As TextBox
  218. Friend WithEvents 查詢_bt As Button
  219. Friend WithEvents Label1 As Label
  220. End Class