暫無描述
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.Label1 = New System.Windows.Forms.Label()
  28. Me.查詢_bt = New System.Windows.Forms.Button()
  29. Me.TextBox1 = New System.Windows.Forms.TextBox()
  30. Me.下一頁_bt = New System.Windows.Forms.Button()
  31. Me.上一頁_bt = New System.Windows.Forms.Button()
  32. Me.Cancel_bt = New System.Windows.Forms.Button()
  33. Me.主題_lb = New System.Windows.Forms.Label()
  34. Me.PnlTitleBar = New System.Windows.Forms.Panel()
  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. 'Label1
  96. '
  97. Me.Label1.AutoSize = True
  98. Me.Label1.BackColor = System.Drawing.Color.Transparent
  99. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  100. Me.Label1.Location = New System.Drawing.Point(369, 413)
  101. Me.Label1.Name = "Label1"
  102. Me.Label1.Size = New System.Drawing.Size(67, 16)
  103. Me.Label1.TabIndex = 1822
  104. Me.Label1.Text = "關鍵字查詢"
  105. '
  106. '查詢_bt
  107. '
  108. Me.查詢_bt.BackgroundImage = Global.WINPROFIT_ERP_SYS.My.Resources.Resources.Search
  109. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  110. Me.查詢_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  111. Me.查詢_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  112. Me.查詢_bt.Location = New System.Drawing.Point(669, 409)
  113. Me.查詢_bt.Name = "查詢_bt"
  114. Me.查詢_bt.Size = New System.Drawing.Size(25, 25)
  115. Me.查詢_bt.TabIndex = 1532
  116. Me.查詢_bt.UseVisualStyleBackColor = True
  117. '
  118. 'TextBox1
  119. '
  120. Me.TextBox1.Location = New System.Drawing.Point(439, 410)
  121. Me.TextBox1.Name = "TextBox1"
  122. Me.TextBox1.Size = New System.Drawing.Size(229, 23)
  123. Me.TextBox1.TabIndex = 1531
  124. '
  125. '下一頁_bt
  126. '
  127. Me.下一頁_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  128. Me.下一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  129. Me.下一頁_bt.Image = Global.WINPROFIT_ERP_SYS.My.Resources.Resources.下一頁
  130. Me.下一頁_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  131. Me.下一頁_bt.Location = New System.Drawing.Point(983, 408)
  132. Me.下一頁_bt.Name = "下一頁_bt"
  133. Me.下一頁_bt.Size = New System.Drawing.Size(115, 25)
  134. Me.下一頁_bt.TabIndex = 1530
  135. Me.下一頁_bt.Text = "下一頁"
  136. Me.下一頁_bt.UseVisualStyleBackColor = True
  137. '
  138. '上一頁_bt
  139. '
  140. Me.上一頁_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  141. Me.上一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  142. Me.上一頁_bt.Image = Global.WINPROFIT_ERP_SYS.My.Resources.Resources.上一頁
  143. Me.上一頁_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  144. Me.上一頁_bt.Location = New System.Drawing.Point(4, 408)
  145. Me.上一頁_bt.Name = "上一頁_bt"
  146. Me.上一頁_bt.Size = New System.Drawing.Size(115, 25)
  147. Me.上一頁_bt.TabIndex = 1529
  148. Me.上一頁_bt.Text = "上一頁"
  149. Me.上一頁_bt.UseVisualStyleBackColor = True
  150. '
  151. 'Cancel_bt
  152. '
  153. Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  154. Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  155. Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
  157. Me.Cancel_bt.Location = New System.Drawing.Point(1083, 4)
  158. Me.Cancel_bt.Name = "Cancel_bt"
  159. Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
  160. Me.Cancel_bt.TabIndex = 1822
  161. Me.Cancel_bt.Text = "X"
  162. Me.Cancel_bt.UseVisualStyleBackColor = False
  163. '
  164. '主題_lb
  165. '
  166. Me.主題_lb.AutoSize = True
  167. Me.主題_lb.BackColor = System.Drawing.Color.Transparent
  168. Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.主題_lb.Location = New System.Drawing.Point(12, 9)
  170. Me.主題_lb.Name = "主題_lb"
  171. Me.主題_lb.Size = New System.Drawing.Size(45, 16)
  172. Me.主題_lb.TabIndex = 1821
  173. Me.主題_lb.Text = "Label1"
  174. '
  175. 'PnlTitleBar
  176. '
  177. Me.PnlTitleBar.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  178. Or System.Windows.Forms.AnchorStyles.Left) _
  179. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  180. Me.PnlTitleBar.BackColor = System.Drawing.Color.Transparent
  181. Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  182. Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
  183. Me.PnlTitleBar.Name = "PnlTitleBar"
  184. Me.PnlTitleBar.Size = New System.Drawing.Size(1112, 477)
  185. Me.PnlTitleBar.TabIndex = 1823
  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