Açıklama Yok
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.

Frm_01_OUTPUT.Designer.vb 8.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_01_OUTPUT
  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.Button1 = New System.Windows.Forms.Button()
  23. Me.RadioButton1 = New System.Windows.Forms.RadioButton()
  24. Me.RadioButton2 = New System.Windows.Forms.RadioButton()
  25. Me.RadioButton3 = New System.Windows.Forms.RadioButton()
  26. Me.RadioButton4 = New System.Windows.Forms.RadioButton()
  27. Me.RadioButton5 = New System.Windows.Forms.RadioButton()
  28. Me.Button2 = New System.Windows.Forms.Button()
  29. Me.Button3 = New System.Windows.Forms.Button()
  30. Me.dtp1 = New System.Windows.Forms.DateTimePicker()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.Label2 = New System.Windows.Forms.Label()
  33. Me.txtweight = New System.Windows.Forms.TextBox()
  34. Me.Button4 = New System.Windows.Forms.Button()
  35. Me.SuspendLayout()
  36. '
  37. 'Button1
  38. '
  39. Me.Button1.Location = New System.Drawing.Point(363, 31)
  40. Me.Button1.Margin = New System.Windows.Forms.Padding(2)
  41. Me.Button1.Name = "Button1"
  42. Me.Button1.Size = New System.Drawing.Size(79, 57)
  43. Me.Button1.TabIndex = 0
  44. Me.Button1.Text = "请先复制资料後按我"
  45. Me.Button1.UseVisualStyleBackColor = True
  46. Me.Button1.Visible = False
  47. '
  48. 'RadioButton1
  49. '
  50. Me.RadioButton1.AutoSize = True
  51. Me.RadioButton1.Location = New System.Drawing.Point(407, 158)
  52. Me.RadioButton1.Margin = New System.Windows.Forms.Padding(2)
  53. Me.RadioButton1.Name = "RadioButton1"
  54. Me.RadioButton1.Size = New System.Drawing.Size(54, 20)
  55. Me.RadioButton1.TabIndex = 1
  56. Me.RadioButton1.TabStop = True
  57. Me.RadioButton1.Text = "蓝天"
  58. Me.RadioButton1.UseVisualStyleBackColor = True
  59. Me.RadioButton1.Visible = False
  60. '
  61. 'RadioButton2
  62. '
  63. Me.RadioButton2.AutoSize = True
  64. Me.RadioButton2.Location = New System.Drawing.Point(407, 193)
  65. Me.RadioButton2.Margin = New System.Windows.Forms.Padding(2)
  66. Me.RadioButton2.Name = "RadioButton2"
  67. Me.RadioButton2.Size = New System.Drawing.Size(102, 20)
  68. Me.RadioButton2.TabIndex = 2
  69. Me.RadioButton2.TabStop = True
  70. Me.RadioButton2.Text = "RadioButton2"
  71. Me.RadioButton2.UseVisualStyleBackColor = True
  72. Me.RadioButton2.Visible = False
  73. '
  74. 'RadioButton3
  75. '
  76. Me.RadioButton3.AutoSize = True
  77. Me.RadioButton3.Location = New System.Drawing.Point(407, 225)
  78. Me.RadioButton3.Margin = New System.Windows.Forms.Padding(2)
  79. Me.RadioButton3.Name = "RadioButton3"
  80. Me.RadioButton3.Size = New System.Drawing.Size(102, 20)
  81. Me.RadioButton3.TabIndex = 3
  82. Me.RadioButton3.TabStop = True
  83. Me.RadioButton3.Text = "RadioButton3"
  84. Me.RadioButton3.UseVisualStyleBackColor = True
  85. Me.RadioButton3.Visible = False
  86. '
  87. 'RadioButton4
  88. '
  89. Me.RadioButton4.AutoSize = True
  90. Me.RadioButton4.Location = New System.Drawing.Point(407, 263)
  91. Me.RadioButton4.Margin = New System.Windows.Forms.Padding(2)
  92. Me.RadioButton4.Name = "RadioButton4"
  93. Me.RadioButton4.Size = New System.Drawing.Size(102, 20)
  94. Me.RadioButton4.TabIndex = 4
  95. Me.RadioButton4.TabStop = True
  96. Me.RadioButton4.Text = "RadioButton4"
  97. Me.RadioButton4.UseVisualStyleBackColor = True
  98. Me.RadioButton4.Visible = False
  99. '
  100. 'RadioButton5
  101. '
  102. Me.RadioButton5.AutoSize = True
  103. Me.RadioButton5.Location = New System.Drawing.Point(407, 297)
  104. Me.RadioButton5.Margin = New System.Windows.Forms.Padding(2)
  105. Me.RadioButton5.Name = "RadioButton5"
  106. Me.RadioButton5.Size = New System.Drawing.Size(102, 20)
  107. Me.RadioButton5.TabIndex = 5
  108. Me.RadioButton5.TabStop = True
  109. Me.RadioButton5.Text = "RadioButton5"
  110. Me.RadioButton5.UseVisualStyleBackColor = True
  111. Me.RadioButton5.Visible = False
  112. '
  113. 'Button2
  114. '
  115. Me.Button2.Location = New System.Drawing.Point(25, 15)
  116. Me.Button2.Margin = New System.Windows.Forms.Padding(2)
  117. Me.Button2.Name = "Button2"
  118. Me.Button2.Size = New System.Drawing.Size(89, 49)
  119. Me.Button2.TabIndex = 6
  120. Me.Button2.Text = "蓝天"
  121. Me.Button2.UseVisualStyleBackColor = True
  122. '
  123. 'Button3
  124. '
  125. Me.Button3.Location = New System.Drawing.Point(25, 77)
  126. Me.Button3.Margin = New System.Windows.Forms.Padding(2)
  127. Me.Button3.Name = "Button3"
  128. Me.Button3.Size = New System.Drawing.Size(83, 57)
  129. Me.Button3.TabIndex = 7
  130. Me.Button3.Text = "双源"
  131. Me.Button3.UseVisualStyleBackColor = True
  132. '
  133. 'dtp1
  134. '
  135. Me.dtp1.Location = New System.Drawing.Point(172, 15)
  136. Me.dtp1.Name = "dtp1"
  137. Me.dtp1.Size = New System.Drawing.Size(120, 21)
  138. Me.dtp1.TabIndex = 8
  139. '
  140. 'Label1
  141. '
  142. Me.Label1.AutoSize = True
  143. Me.Label1.Location = New System.Drawing.Point(125, 53)
  144. Me.Label1.Name = "Label1"
  145. Me.Label1.Size = New System.Drawing.Size(29, 12)
  146. Me.Label1.TabIndex = 9
  147. Me.Label1.Text = "重量"
  148. '
  149. 'Label2
  150. '
  151. Me.Label2.AutoSize = True
  152. Me.Label2.Location = New System.Drawing.Point(125, 21)
  153. Me.Label2.Name = "Label2"
  154. Me.Label2.Size = New System.Drawing.Size(29, 12)
  155. Me.Label2.TabIndex = 10
  156. Me.Label2.Text = "日期"
  157. '
  158. 'txtweight
  159. '
  160. Me.txtweight.Location = New System.Drawing.Point(172, 50)
  161. Me.txtweight.Name = "txtweight"
  162. Me.txtweight.Size = New System.Drawing.Size(100, 21)
  163. Me.txtweight.TabIndex = 11
  164. '
  165. 'Button4
  166. '
  167. Me.Button4.Location = New System.Drawing.Point(39, 193)
  168. Me.Button4.Name = "Button4"
  169. Me.Button4.Size = New System.Drawing.Size(150, 90)
  170. Me.Button4.TabIndex = 12
  171. Me.Button4.Text = "Button4"
  172. Me.Button4.UseVisualStyleBackColor = True
  173. '
  174. 'Frm_01_OUTPUT
  175. '
  176. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  177. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  178. Me.ClientSize = New System.Drawing.Size(592, 471)
  179. Me.Controls.Add(Me.Button4)
  180. Me.Controls.Add(Me.txtweight)
  181. Me.Controls.Add(Me.Label2)
  182. Me.Controls.Add(Me.Label1)
  183. Me.Controls.Add(Me.dtp1)
  184. Me.Controls.Add(Me.Button3)
  185. Me.Controls.Add(Me.Button2)
  186. Me.Controls.Add(Me.RadioButton5)
  187. Me.Controls.Add(Me.RadioButton4)
  188. Me.Controls.Add(Me.RadioButton3)
  189. Me.Controls.Add(Me.RadioButton2)
  190. Me.Controls.Add(Me.RadioButton1)
  191. Me.Controls.Add(Me.Button1)
  192. Me.Margin = New System.Windows.Forms.Padding(2)
  193. Me.Name = "Frm_01_OUTPUT"
  194. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  195. Me.Text = "Frm_PU_OUTPUT"
  196. Me.ResumeLayout(False)
  197. Me.PerformLayout()
  198. End Sub
  199. Friend WithEvents Button1 As Button
  200. Friend WithEvents RadioButton1 As RadioButton
  201. Friend WithEvents RadioButton2 As RadioButton
  202. Friend WithEvents RadioButton3 As RadioButton
  203. Friend WithEvents RadioButton4 As RadioButton
  204. Friend WithEvents RadioButton5 As RadioButton
  205. Friend WithEvents Button2 As Button
  206. Friend WithEvents Button3 As Button
  207. Friend WithEvents dtp1 As DateTimePicker
  208. Friend WithEvents Label1 As Label
  209. Friend WithEvents Label2 As Label
  210. Friend WithEvents txtweight As TextBox
  211. Friend WithEvents Button4 As Button
  212. End Class