説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

FrmEditChem_Choose.designer.vb 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class FrmEditChem_Choose
  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.完成_bt = New System.Windows.Forms.Button()
  23. Me.Label1 = New System.Windows.Forms.Label()
  24. Me.Label2 = New System.Windows.Forms.Label()
  25. Me.百分比_tb = New System.Windows.Forms.TextBox()
  26. Me.清單_lb = New System.Windows.Forms.ListBox()
  27. Me.化料名稱_tb = New System.Windows.Forms.TextBox()
  28. Me.備註_tb = New System.Windows.Forms.TextBox()
  29. Me.時間_tb = New System.Windows.Forms.TextBox()
  30. Me.Label3 = New System.Windows.Forms.Label()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.Button3 = New System.Windows.Forms.Button()
  33. Me.Button4 = New System.Windows.Forms.Button()
  34. Me.Button5 = New System.Windows.Forms.Button()
  35. Me.Button6 = New System.Windows.Forms.Button()
  36. Me.Button7 = New System.Windows.Forms.Button()
  37. Me.查詢_bt = New System.Windows.Forms.Button()
  38. Me.取消_bt = New System.Windows.Forms.Button()
  39. Me.SuspendLayout()
  40. '
  41. '完成_bt
  42. '
  43. Me.完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  44. Me.完成_bt.Image = Global.WindowsApp1.My.Resources.Resources._Select
  45. Me.完成_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  46. Me.完成_bt.Location = New System.Drawing.Point(167, 482)
  47. Me.完成_bt.Margin = New System.Windows.Forms.Padding(4)
  48. Me.完成_bt.Name = "完成_bt"
  49. Me.完成_bt.Size = New System.Drawing.Size(120, 47)
  50. Me.完成_bt.TabIndex = 4
  51. Me.完成_bt.Text = "完成 ( &X ) "
  52. Me.完成_bt.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  53. Me.完成_bt.UseVisualStyleBackColor = True
  54. '
  55. 'Label1
  56. '
  57. Me.Label1.AutoSize = True
  58. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  59. Me.Label1.Location = New System.Drawing.Point(5, 7)
  60. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  61. Me.Label1.Name = "Label1"
  62. Me.Label1.Size = New System.Drawing.Size(55, 16)
  63. Me.Label1.TabIndex = 2
  64. Me.Label1.Text = "百 分 比"
  65. '
  66. 'Label2
  67. '
  68. Me.Label2.AutoSize = True
  69. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  70. Me.Label2.Location = New System.Drawing.Point(5, 30)
  71. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  72. Me.Label2.Name = "Label2"
  73. Me.Label2.Size = New System.Drawing.Size(55, 16)
  74. Me.Label2.TabIndex = 3
  75. Me.Label2.Text = "化料名稱"
  76. '
  77. '百分比_tb
  78. '
  79. Me.百分比_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.百分比_tb.Location = New System.Drawing.Point(65, 3)
  81. Me.百分比_tb.Margin = New System.Windows.Forms.Padding(4)
  82. Me.百分比_tb.Name = "百分比_tb"
  83. Me.百分比_tb.Size = New System.Drawing.Size(82, 23)
  84. Me.百分比_tb.TabIndex = 0
  85. '
  86. '清單_lb
  87. '
  88. Me.清單_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  89. Me.清單_lb.FormattingEnabled = True
  90. Me.清單_lb.ItemHeight = 16
  91. Me.清單_lb.Location = New System.Drawing.Point(4, 76)
  92. Me.清單_lb.Margin = New System.Windows.Forms.Padding(4)
  93. Me.清單_lb.Name = "清單_lb"
  94. Me.清單_lb.Size = New System.Drawing.Size(404, 404)
  95. Me.清單_lb.TabIndex = 5
  96. '
  97. '化料名稱_tb
  98. '
  99. Me.化料名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  100. Me.化料名稱_tb.Location = New System.Drawing.Point(65, 27)
  101. Me.化料名稱_tb.Margin = New System.Windows.Forms.Padding(4)
  102. Me.化料名稱_tb.Name = "化料名稱_tb"
  103. Me.化料名稱_tb.Size = New System.Drawing.Size(343, 23)
  104. Me.化料名稱_tb.TabIndex = 1
  105. '
  106. '備註_tb
  107. '
  108. Me.備註_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  109. Me.備註_tb.Location = New System.Drawing.Point(65, 51)
  110. Me.備註_tb.Margin = New System.Windows.Forms.Padding(4)
  111. Me.備註_tb.Name = "備註_tb"
  112. Me.備註_tb.Size = New System.Drawing.Size(343, 23)
  113. Me.備註_tb.TabIndex = 3
  114. '
  115. '時間_tb
  116. '
  117. Me.時間_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. Me.時間_tb.Location = New System.Drawing.Point(291, 3)
  119. Me.時間_tb.Margin = New System.Windows.Forms.Padding(4)
  120. Me.時間_tb.Name = "時間_tb"
  121. Me.時間_tb.Size = New System.Drawing.Size(116, 23)
  122. Me.時間_tb.TabIndex = 2
  123. '
  124. 'Label3
  125. '
  126. Me.Label3.AutoSize = True
  127. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.Label3.Location = New System.Drawing.Point(5, 54)
  129. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  130. Me.Label3.Name = "Label3"
  131. Me.Label3.Size = New System.Drawing.Size(55, 16)
  132. Me.Label3.TabIndex = 8
  133. Me.Label3.Text = "備 註"
  134. '
  135. 'Label4
  136. '
  137. Me.Label4.AutoSize = True
  138. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.Label4.Location = New System.Drawing.Point(258, 6)
  140. Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  141. Me.Label4.Name = "Label4"
  142. Me.Label4.Size = New System.Drawing.Size(31, 16)
  143. Me.Label4.TabIndex = 7
  144. Me.Label4.Text = "時間"
  145. '
  146. 'Button3
  147. '
  148. Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. Me.Button3.Location = New System.Drawing.Point(13, 107)
  150. Me.Button3.Margin = New System.Windows.Forms.Padding(4)
  151. Me.Button3.Name = "Button3"
  152. Me.Button3.Size = New System.Drawing.Size(88, 43)
  153. Me.Button3.TabIndex = 9
  154. Me.Button3.Text = "sqs"
  155. Me.Button3.UseVisualStyleBackColor = True
  156. Me.Button3.Visible = False
  157. '
  158. 'Button4
  159. '
  160. Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.Button4.Location = New System.Drawing.Point(13, 158)
  162. Me.Button4.Margin = New System.Windows.Forms.Padding(4)
  163. Me.Button4.Name = "Button4"
  164. Me.Button4.Size = New System.Drawing.Size(88, 43)
  165. Me.Button4.TabIndex = 10
  166. Me.Button4.Text = "ff"
  167. Me.Button4.UseVisualStyleBackColor = True
  168. Me.Button4.Visible = False
  169. '
  170. 'Button5
  171. '
  172. Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.Button5.Location = New System.Drawing.Point(13, 209)
  174. Me.Button5.Margin = New System.Windows.Forms.Padding(4)
  175. Me.Button5.Name = "Button5"
  176. Me.Button5.Size = New System.Drawing.Size(88, 43)
  177. Me.Button5.TabIndex = 11
  178. Me.Button5.Text = "ucm"
  179. Me.Button5.UseVisualStyleBackColor = True
  180. Me.Button5.Visible = False
  181. '
  182. 'Button6
  183. '
  184. Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  185. Me.Button6.Location = New System.Drawing.Point(109, 107)
  186. Me.Button6.Margin = New System.Windows.Forms.Padding(4)
  187. Me.Button6.Name = "Button6"
  188. Me.Button6.Size = New System.Drawing.Size(88, 43)
  189. Me.Button6.TabIndex = 12
  190. Me.Button6.Text = "dc"
  191. Me.Button6.UseVisualStyleBackColor = True
  192. Me.Button6.Visible = False
  193. '
  194. 'Button7
  195. '
  196. Me.Button7.Location = New System.Drawing.Point(109, 158)
  197. Me.Button7.Margin = New System.Windows.Forms.Padding(4)
  198. Me.Button7.Name = "Button7"
  199. Me.Button7.Size = New System.Drawing.Size(113, 37)
  200. Me.Button7.TabIndex = 13
  201. Me.Button7.Text = "操作加 ( &A )"
  202. Me.Button7.UseVisualStyleBackColor = True
  203. Me.Button7.Visible = False
  204. '
  205. '查詢_bt
  206. '
  207. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  208. Me.查詢_bt.Image = Global.WindowsApp1.My.Resources.Resources.Search
  209. Me.查詢_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  210. Me.查詢_bt.Location = New System.Drawing.Point(4, 482)
  211. Me.查詢_bt.Margin = New System.Windows.Forms.Padding(4)
  212. Me.查詢_bt.Name = "查詢_bt"
  213. Me.查詢_bt.Size = New System.Drawing.Size(120, 47)
  214. Me.查詢_bt.TabIndex = 14
  215. Me.查詢_bt.Text = "查询 ( &F ) "
  216. Me.查詢_bt.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  217. Me.查詢_bt.UseVisualStyleBackColor = True
  218. Me.查詢_bt.Visible = False
  219. '
  220. '取消_bt
  221. '
  222. Me.取消_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  223. Me.取消_bt.Image = Global.WindowsApp1.My.Resources.Resources.Close
  224. Me.取消_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  225. Me.取消_bt.Location = New System.Drawing.Point(288, 482)
  226. Me.取消_bt.Margin = New System.Windows.Forms.Padding(4)
  227. Me.取消_bt.Name = "取消_bt"
  228. Me.取消_bt.Size = New System.Drawing.Size(120, 47)
  229. Me.取消_bt.TabIndex = 1
  230. Me.取消_bt.Text = "取消 "
  231. Me.取消_bt.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  232. Me.取消_bt.UseVisualStyleBackColor = True
  233. '
  234. 'FrmEditChem_Choose
  235. '
  236. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  237. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  238. Me.ClientSize = New System.Drawing.Size(415, 534)
  239. Me.ControlBox = False
  240. Me.Controls.Add(Me.查詢_bt)
  241. Me.Controls.Add(Me.Button7)
  242. Me.Controls.Add(Me.Button6)
  243. Me.Controls.Add(Me.Button5)
  244. Me.Controls.Add(Me.Button4)
  245. Me.Controls.Add(Me.Button3)
  246. Me.Controls.Add(Me.備註_tb)
  247. Me.Controls.Add(Me.時間_tb)
  248. Me.Controls.Add(Me.Label3)
  249. Me.Controls.Add(Me.Label4)
  250. Me.Controls.Add(Me.化料名稱_tb)
  251. Me.Controls.Add(Me.百分比_tb)
  252. Me.Controls.Add(Me.Label2)
  253. Me.Controls.Add(Me.Label1)
  254. Me.Controls.Add(Me.取消_bt)
  255. Me.Controls.Add(Me.完成_bt)
  256. Me.Controls.Add(Me.清單_lb)
  257. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  258. Me.Margin = New System.Windows.Forms.Padding(4)
  259. Me.MaximizeBox = False
  260. Me.MinimizeBox = False
  261. Me.Name = "FrmEditChem_Choose"
  262. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  263. Me.Text = "染色工艺编辑器"
  264. Me.ResumeLayout(False)
  265. Me.PerformLayout()
  266. End Sub
  267. Friend WithEvents 完成_bt As System.Windows.Forms.Button
  268. Friend WithEvents 取消_bt As System.Windows.Forms.Button
  269. Friend WithEvents Label1 As System.Windows.Forms.Label
  270. Friend WithEvents Label2 As System.Windows.Forms.Label
  271. Friend WithEvents 百分比_tb As System.Windows.Forms.TextBox
  272. Friend WithEvents 清單_lb As System.Windows.Forms.ListBox
  273. Friend WithEvents 化料名稱_tb As System.Windows.Forms.TextBox
  274. Friend WithEvents 備註_tb As System.Windows.Forms.TextBox
  275. Friend WithEvents 時間_tb As System.Windows.Forms.TextBox
  276. Friend WithEvents Label3 As System.Windows.Forms.Label
  277. Friend WithEvents Label4 As System.Windows.Forms.Label
  278. Friend WithEvents Button3 As System.Windows.Forms.Button
  279. Friend WithEvents Button4 As System.Windows.Forms.Button
  280. Friend WithEvents Button5 As System.Windows.Forms.Button
  281. Friend WithEvents Button6 As System.Windows.Forms.Button
  282. Friend WithEvents Button7 As System.Windows.Forms.Button
  283. Friend WithEvents 查詢_bt As Button
  284. End Class