Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

測試介面.Designer.vb 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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. Me.準備扣_dgv = New System.Windows.Forms.DataGridView()
  23. Me.甲方1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  24. Me.數量 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  25. Me.公式 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  26. Me.計算_bt = New System.Windows.Forms.Button()
  27. Me.目前_tb = New System.Windows.Forms.TextBox()
  28. Me.編輯_ch = New System.Windows.Forms.CheckBox()
  29. Me.RadPanorama1 = New Telerik.WinControls.UI.RadPanorama()
  30. Me.RadLayoutControl1 = New Telerik.WinControls.UI.RadLayoutControl()
  31. Me.算式_tb = New System.Windows.Forms.TextBox()
  32. Me.結果_tb = New System.Windows.Forms.TextBox()
  33. Me.鎖定_ch = New System.Windows.Forms.CheckBox()
  34. Me.Panel1 = New System.Windows.Forms.Panel()
  35. Me.Button2 = New System.Windows.Forms.Button()
  36. Me.Button1 = New System.Windows.Forms.Button()
  37. Me.Button3 = New System.Windows.Forms.Button()
  38. Me.Button4 = New System.Windows.Forms.Button()
  39. Me.Button5 = New System.Windows.Forms.Button()
  40. Me.Button6 = New System.Windows.Forms.Button()
  41. CType(Me.準備扣_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  42. CType(Me.RadPanorama1, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.RadLayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.Panel1.SuspendLayout()
  45. Me.SuspendLayout()
  46. '
  47. '準備扣_dgv
  48. '
  49. Me.準備扣_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  50. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  51. Me.準備扣_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  52. Me.準備扣_dgv.BackgroundColor = System.Drawing.Color.White
  53. Me.準備扣_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  54. Me.準備扣_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  55. Me.準備扣_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.甲方1, Me.數量, Me.公式})
  56. Me.準備扣_dgv.Location = New System.Drawing.Point(9, 12)
  57. Me.準備扣_dgv.Name = "準備扣_dgv"
  58. Me.準備扣_dgv.RowHeadersWidth = 5
  59. Me.準備扣_dgv.RowTemplate.Height = 24
  60. Me.準備扣_dgv.Size = New System.Drawing.Size(536, 387)
  61. Me.準備扣_dgv.TabIndex = 1848
  62. '
  63. '甲方1
  64. '
  65. Me.甲方1.HeaderText = "甲方"
  66. Me.甲方1.Name = "甲方1"
  67. '
  68. '數量
  69. '
  70. Me.數量.HeaderText = "數量"
  71. Me.數量.Name = "數量"
  72. '
  73. '公式
  74. '
  75. Me.公式.HeaderText = "公式"
  76. Me.公式.Name = "公式"
  77. '
  78. '計算_bt
  79. '
  80. Me.計算_bt.Location = New System.Drawing.Point(370, 434)
  81. Me.計算_bt.Name = "計算_bt"
  82. Me.計算_bt.Size = New System.Drawing.Size(103, 52)
  83. Me.計算_bt.TabIndex = 2
  84. Me.計算_bt.Text = "計算"
  85. Me.計算_bt.UseVisualStyleBackColor = True
  86. '
  87. '目前_tb
  88. '
  89. Me.目前_tb.Location = New System.Drawing.Point(9, 405)
  90. Me.目前_tb.Name = "目前_tb"
  91. Me.目前_tb.Size = New System.Drawing.Size(355, 23)
  92. Me.目前_tb.TabIndex = 1849
  93. '
  94. '編輯_ch
  95. '
  96. Me.編輯_ch.AutoSize = True
  97. Me.編輯_ch.Location = New System.Drawing.Point(370, 408)
  98. Me.編輯_ch.Name = "編輯_ch"
  99. Me.編輯_ch.Size = New System.Drawing.Size(50, 20)
  100. Me.編輯_ch.TabIndex = 1850
  101. Me.編輯_ch.Text = "編輯"
  102. Me.編輯_ch.UseVisualStyleBackColor = True
  103. '
  104. 'RadPanorama1
  105. '
  106. Me.RadPanorama1.BackColor = System.Drawing.SystemColors.ControlLightLight
  107. Me.RadPanorama1.Location = New System.Drawing.Point(3, 3)
  108. Me.RadPanorama1.Name = "RadPanorama1"
  109. '
  110. '
  111. '
  112. Me.RadPanorama1.RootElement.ControlBounds = New System.Drawing.Rectangle(3, 3, 240, 150)
  113. Me.RadPanorama1.TabIndex = 647
  114. '
  115. 'RadLayoutControl1
  116. '
  117. Me.RadLayoutControl1.BackColor = System.Drawing.SystemColors.ControlLightLight
  118. Me.RadLayoutControl1.Location = New System.Drawing.Point(249, 3)
  119. Me.RadLayoutControl1.Name = "RadLayoutControl1"
  120. '
  121. '
  122. '
  123. Me.RadLayoutControl1.RootElement.ControlBounds = New System.Drawing.Rectangle(249, 3, 200, 100)
  124. Me.RadLayoutControl1.Size = New System.Drawing.Size(147, 143)
  125. Me.RadLayoutControl1.TabIndex = 648
  126. '
  127. '算式_tb
  128. '
  129. Me.算式_tb.Location = New System.Drawing.Point(9, 434)
  130. Me.算式_tb.Name = "算式_tb"
  131. Me.算式_tb.Size = New System.Drawing.Size(355, 23)
  132. Me.算式_tb.TabIndex = 0
  133. '
  134. '結果_tb
  135. '
  136. Me.結果_tb.Location = New System.Drawing.Point(9, 463)
  137. Me.結果_tb.Name = "結果_tb"
  138. Me.結果_tb.Size = New System.Drawing.Size(355, 23)
  139. Me.結果_tb.TabIndex = 1
  140. '
  141. '鎖定_ch
  142. '
  143. Me.鎖定_ch.AutoSize = True
  144. Me.鎖定_ch.Location = New System.Drawing.Point(426, 408)
  145. Me.鎖定_ch.Name = "鎖定_ch"
  146. Me.鎖定_ch.Size = New System.Drawing.Size(50, 20)
  147. Me.鎖定_ch.TabIndex = 1851
  148. Me.鎖定_ch.Text = "鎖定"
  149. Me.鎖定_ch.UseVisualStyleBackColor = True
  150. '
  151. 'Panel1
  152. '
  153. Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  154. Or System.Windows.Forms.AnchorStyles.Left) _
  155. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  156. Me.Panel1.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.鴻時系統運作邏輯0001
  157. Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  158. Me.Panel1.Controls.Add(Me.Button6)
  159. Me.Panel1.Controls.Add(Me.Button5)
  160. Me.Panel1.Controls.Add(Me.Button4)
  161. Me.Panel1.Controls.Add(Me.Button3)
  162. Me.Panel1.Controls.Add(Me.Button1)
  163. Me.Panel1.Controls.Add(Me.Button2)
  164. Me.Panel1.Location = New System.Drawing.Point(551, 3)
  165. Me.Panel1.Name = "Panel1"
  166. Me.Panel1.Size = New System.Drawing.Size(703, 694)
  167. Me.Panel1.TabIndex = 1852
  168. '
  169. 'Button2
  170. '
  171. Me.Button2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  172. Or System.Windows.Forms.AnchorStyles.Left) _
  173. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  174. Me.Button2.Location = New System.Drawing.Point(53, 373)
  175. Me.Button2.Name = "Button2"
  176. Me.Button2.Size = New System.Drawing.Size(101, 53)
  177. Me.Button2.TabIndex = 1
  178. Me.Button2.Text = "Button2"
  179. Me.Button2.UseVisualStyleBackColor = True
  180. '
  181. 'Button1
  182. '
  183. Me.Button1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  184. Or System.Windows.Forms.AnchorStyles.Left) _
  185. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  186. Me.Button1.Location = New System.Drawing.Point(248, 160)
  187. Me.Button1.Name = "Button1"
  188. Me.Button1.Size = New System.Drawing.Size(101, 53)
  189. Me.Button1.TabIndex = 2
  190. Me.Button1.Text = "Button1"
  191. Me.Button1.UseVisualStyleBackColor = True
  192. '
  193. 'Button3
  194. '
  195. Me.Button3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  196. Or System.Windows.Forms.AnchorStyles.Left) _
  197. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  198. Me.Button3.Location = New System.Drawing.Point(248, 372)
  199. Me.Button3.Name = "Button3"
  200. Me.Button3.Size = New System.Drawing.Size(101, 53)
  201. Me.Button3.TabIndex = 3
  202. Me.Button3.Text = "Button3"
  203. Me.Button3.UseVisualStyleBackColor = True
  204. '
  205. 'Button4
  206. '
  207. Me.Button4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  208. Or System.Windows.Forms.AnchorStyles.Left) _
  209. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  210. Me.Button4.Location = New System.Drawing.Point(443, 373)
  211. Me.Button4.Name = "Button4"
  212. Me.Button4.Size = New System.Drawing.Size(101, 53)
  213. Me.Button4.TabIndex = 4
  214. Me.Button4.Text = "Button4"
  215. Me.Button4.UseVisualStyleBackColor = True
  216. '
  217. 'Button5
  218. '
  219. Me.Button5.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  220. Or System.Windows.Forms.AnchorStyles.Left) _
  221. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  222. Me.Button5.Location = New System.Drawing.Point(53, 564)
  223. Me.Button5.Name = "Button5"
  224. Me.Button5.Size = New System.Drawing.Size(101, 53)
  225. Me.Button5.TabIndex = 5
  226. Me.Button5.Text = "Button5"
  227. Me.Button5.UseVisualStyleBackColor = True
  228. '
  229. 'Button6
  230. '
  231. Me.Button6.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  232. Or System.Windows.Forms.AnchorStyles.Left) _
  233. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  234. Me.Button6.Location = New System.Drawing.Point(248, 564)
  235. Me.Button6.Name = "Button6"
  236. Me.Button6.Size = New System.Drawing.Size(101, 53)
  237. Me.Button6.TabIndex = 6
  238. Me.Button6.Text = "Button6"
  239. Me.Button6.UseVisualStyleBackColor = True
  240. '
  241. '測試介面
  242. '
  243. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  244. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  245. Me.ClientSize = New System.Drawing.Size(1259, 701)
  246. Me.Controls.Add(Me.Panel1)
  247. Me.Controls.Add(Me.鎖定_ch)
  248. Me.Controls.Add(Me.結果_tb)
  249. Me.Controls.Add(Me.編輯_ch)
  250. Me.Controls.Add(Me.算式_tb)
  251. Me.Controls.Add(Me.目前_tb)
  252. Me.Controls.Add(Me.準備扣_dgv)
  253. Me.Controls.Add(Me.計算_bt)
  254. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  255. Me.Margin = New System.Windows.Forms.Padding(4)
  256. Me.Name = "測試介面"
  257. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  258. Me.Text = "測試介面"
  259. CType(Me.準備扣_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  260. CType(Me.RadPanorama1, System.ComponentModel.ISupportInitialize).EndInit()
  261. CType(Me.RadLayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
  262. Me.Panel1.ResumeLayout(False)
  263. Me.ResumeLayout(False)
  264. Me.PerformLayout()
  265. End Sub
  266. Friend WithEvents CardViewGroupItem1 As Telerik.WinControls.UI.CardViewGroupItem
  267. Friend WithEvents 準備扣_dgv As DataGridView
  268. Friend WithEvents 甲方1 As DataGridViewTextBoxColumn
  269. Friend WithEvents 數量 As DataGridViewTextBoxColumn
  270. Friend WithEvents 公式 As DataGridViewTextBoxColumn
  271. Friend WithEvents 編輯_ch As CheckBox
  272. Friend WithEvents 目前_tb As TextBox
  273. Friend WithEvents 計算_bt As Button
  274. Friend WithEvents RadPanorama1 As Telerik.WinControls.UI.RadPanorama
  275. Friend WithEvents RadLayoutControl1 As Telerik.WinControls.UI.RadLayoutControl
  276. Friend WithEvents 算式_tb As TextBox
  277. Friend WithEvents 結果_tb As TextBox
  278. Friend WithEvents 鎖定_ch As CheckBox
  279. Friend WithEvents Panel1 As Panel
  280. Friend WithEvents Button6 As Button
  281. Friend WithEvents Button5 As Button
  282. Friend WithEvents Button4 As Button
  283. Friend WithEvents Button3 As Button
  284. Friend WithEvents Button1 As Button
  285. Friend WithEvents Button2 As Button
  286. End Class