Ei kuvausta
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.

應付款會科設定.Designer.vb 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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.第三層_cb = New System.Windows.Forms.ComboBox()
  23. Me.第二層_cb = New System.Windows.Forms.ComboBox()
  24. Me.會計科目_lb = New System.Windows.Forms.Label()
  25. Me.編號3_cb = New System.Windows.Forms.ComboBox()
  26. Me.編號1_cb = New System.Windows.Forms.ComboBox()
  27. Me.編號2_cb = New System.Windows.Forms.ComboBox()
  28. Me.第一層_cb = New System.Windows.Forms.ComboBox()
  29. Me.查詢_tb = New System.Windows.Forms.TextBox()
  30. Me.分類_cb = New System.Windows.Forms.ComboBox()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  33. Me.分編_cb = New System.Windows.Forms.ComboBox()
  34. Me.申請完成_bt = New System.Windows.Forms.Button()
  35. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  36. Me.SuspendLayout()
  37. '
  38. '第三層_cb
  39. '
  40. Me.第三層_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  41. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  42. Me.第三層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  43. Me.第三層_cb.FormattingEnabled = True
  44. Me.第三層_cb.Location = New System.Drawing.Point(448, 249)
  45. Me.第三層_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  46. Me.第三層_cb.Name = "第三層_cb"
  47. Me.第三層_cb.Size = New System.Drawing.Size(382, 333)
  48. Me.第三層_cb.TabIndex = 1887
  49. '
  50. '第二層_cb
  51. '
  52. Me.第二層_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  53. Me.第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  54. Me.第二層_cb.FormattingEnabled = True
  55. Me.第二層_cb.Location = New System.Drawing.Point(448, 26)
  56. Me.第二層_cb.Name = "第二層_cb"
  57. Me.第二層_cb.Size = New System.Drawing.Size(382, 232)
  58. Me.第二層_cb.TabIndex = 1889
  59. '
  60. '會計科目_lb
  61. '
  62. Me.會計科目_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  63. Me.會計科目_lb.BackColor = System.Drawing.Color.Transparent
  64. Me.會計科目_lb.Location = New System.Drawing.Point(450, 2)
  65. Me.會計科目_lb.Name = "會計科目_lb"
  66. Me.會計科目_lb.Size = New System.Drawing.Size(140, 20)
  67. Me.會計科目_lb.TabIndex = 1888
  68. Me.會計科目_lb.Text = "會計科目"
  69. Me.會計科目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  70. '
  71. '編號3_cb
  72. '
  73. Me.編號3_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  74. Me.編號3_cb.FormattingEnabled = True
  75. Me.編號3_cb.Location = New System.Drawing.Point(9, 521)
  76. Me.編號3_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  77. Me.編號3_cb.Name = "編號3_cb"
  78. Me.編號3_cb.Size = New System.Drawing.Size(152, 24)
  79. Me.編號3_cb.TabIndex = 1893
  80. '
  81. '編號1_cb
  82. '
  83. Me.編號1_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  84. Me.編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  85. Me.編號1_cb.FormattingEnabled = True
  86. Me.編號1_cb.Location = New System.Drawing.Point(9, 469)
  87. Me.編號1_cb.Name = "編號1_cb"
  88. Me.編號1_cb.Size = New System.Drawing.Size(152, 24)
  89. Me.編號1_cb.TabIndex = 1892
  90. '
  91. '編號2_cb
  92. '
  93. Me.編號2_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  94. Me.編號2_cb.FormattingEnabled = True
  95. Me.編號2_cb.Location = New System.Drawing.Point(9, 495)
  96. Me.編號2_cb.Name = "編號2_cb"
  97. Me.編號2_cb.Size = New System.Drawing.Size(152, 24)
  98. Me.編號2_cb.TabIndex = 1894
  99. '
  100. '第一層_cb
  101. '
  102. Me.第一層_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  103. Me.第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  104. Me.第一層_cb.FormattingEnabled = True
  105. Me.第一層_cb.Location = New System.Drawing.Point(9, 443)
  106. Me.第一層_cb.Name = "第一層_cb"
  107. Me.第一層_cb.Size = New System.Drawing.Size(152, 24)
  108. Me.第一層_cb.TabIndex = 1895
  109. '
  110. '查詢_tb
  111. '
  112. Me.查詢_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  113. Me.查詢_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  114. Me.查詢_tb.Location = New System.Drawing.Point(9, 547)
  115. Me.查詢_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  116. Me.查詢_tb.Name = "查詢_tb"
  117. Me.查詢_tb.Size = New System.Drawing.Size(152, 23)
  118. Me.查詢_tb.TabIndex = 1897
  119. Me.查詢_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  120. '
  121. '分類_cb
  122. '
  123. Me.分類_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  124. Me.分類_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  125. Me.分類_cb.FormattingEnabled = True
  126. Me.分類_cb.Location = New System.Drawing.Point(74, 1)
  127. Me.分類_cb.Name = "分類_cb"
  128. Me.分類_cb.Size = New System.Drawing.Size(125, 24)
  129. Me.分類_cb.TabIndex = 1898
  130. '
  131. 'Label1
  132. '
  133. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  134. Me.Label1.BackColor = System.Drawing.Color.Transparent
  135. Me.Label1.Location = New System.Drawing.Point(6, 2)
  136. Me.Label1.Name = "Label1"
  137. Me.Label1.Size = New System.Drawing.Size(64, 20)
  138. Me.Label1.TabIndex = 1899
  139. Me.Label1.Text = "分類"
  140. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  141. '
  142. '清單_dgv
  143. '
  144. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  145. Or System.Windows.Forms.AnchorStyles.Left) _
  146. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  147. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  148. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  149. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  150. Me.清單_dgv.Location = New System.Drawing.Point(3, 26)
  151. Me.清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  152. Me.清單_dgv.Name = "清單_dgv"
  153. Me.清單_dgv.RowHeadersWidth = 5
  154. Me.清單_dgv.RowTemplate.Height = 24
  155. Me.清單_dgv.Size = New System.Drawing.Size(443, 556)
  156. Me.清單_dgv.TabIndex = 1900
  157. '
  158. '分編_cb
  159. '
  160. Me.分編_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  161. Me.分編_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  162. Me.分編_cb.FormattingEnabled = True
  163. Me.分編_cb.Location = New System.Drawing.Point(167, 443)
  164. Me.分編_cb.Name = "分編_cb"
  165. Me.分編_cb.Size = New System.Drawing.Size(152, 24)
  166. Me.分編_cb.TabIndex = 1901
  167. '
  168. '申請完成_bt
  169. '
  170. Me.申請完成_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  171. Me.申請完成_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  172. Me.申請完成_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  173. Me.申請完成_bt.Location = New System.Drawing.Point(396, 0)
  174. Me.申請完成_bt.Name = "申請完成_bt"
  175. Me.申請完成_bt.Size = New System.Drawing.Size(50, 26)
  176. Me.申請完成_bt.TabIndex = 1902
  177. Me.申請完成_bt.UseVisualStyleBackColor = True
  178. '
  179. '應付款會科設定
  180. '
  181. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  182. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  183. Me.ClientSize = New System.Drawing.Size(834, 587)
  184. Me.Controls.Add(Me.申請完成_bt)
  185. Me.Controls.Add(Me.清單_dgv)
  186. Me.Controls.Add(Me.分類_cb)
  187. Me.Controls.Add(Me.第三層_cb)
  188. Me.Controls.Add(Me.第二層_cb)
  189. Me.Controls.Add(Me.會計科目_lb)
  190. Me.Controls.Add(Me.Label1)
  191. Me.Controls.Add(Me.分編_cb)
  192. Me.Controls.Add(Me.查詢_tb)
  193. Me.Controls.Add(Me.第一層_cb)
  194. Me.Controls.Add(Me.編號2_cb)
  195. Me.Controls.Add(Me.編號3_cb)
  196. Me.Controls.Add(Me.編號1_cb)
  197. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  198. Me.Margin = New System.Windows.Forms.Padding(4)
  199. Me.Name = "應付款會科設定"
  200. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  201. Me.Text = "應付款會科設定"
  202. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  203. Me.ResumeLayout(False)
  204. Me.PerformLayout()
  205. End Sub
  206. Friend WithEvents 第三層_cb As ComboBox
  207. Friend WithEvents 第二層_cb As ComboBox
  208. Friend WithEvents 會計科目_lb As Label
  209. Friend WithEvents 編號3_cb As ComboBox
  210. Friend WithEvents 編號1_cb As ComboBox
  211. Friend WithEvents 編號2_cb As ComboBox
  212. Friend WithEvents 第一層_cb As ComboBox
  213. Friend WithEvents 查詢_tb As TextBox
  214. Friend WithEvents 分類_cb As ComboBox
  215. Friend WithEvents Label1 As Label
  216. Friend WithEvents 清單_dgv As DataGridView
  217. Friend WithEvents 分編_cb As ComboBox
  218. Friend WithEvents 申請完成_bt As Button
  219. End Class