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

燈位基本資料.Designer.vb 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.控制表_dgv = New System.Windows.Forms.DataGridView()
  28. Me.Label1 = New System.Windows.Forms.Label()
  29. Me.合計數_tb = New System.Windows.Forms.TextBox()
  30. Me.明細表1_dgv = New System.Windows.Forms.DataGridView()
  31. Me.明細表2_dgv = New System.Windows.Forms.DataGridView()
  32. Me.燈位_dgv = New System.Windows.Forms.DataGridView()
  33. Me.位置_tb = New System.Windows.Forms.TextBox()
  34. Me.Label2 = New System.Windows.Forms.Label()
  35. Me.年度_cb = New System.Windows.Forms.ComboBox()
  36. Me.燈種編輯_bt = New System.Windows.Forms.Button()
  37. Me.燈位編輯_bt = New System.Windows.Forms.Button()
  38. Me.燈種_bt = New System.Windows.Forms.TextBox()
  39. Me.Panel1 = New System.Windows.Forms.Panel()
  40. Me.金額_tb = New System.Windows.Forms.TextBox()
  41. Me.執行1_bt = New System.Windows.Forms.Button()
  42. Me.層位_bt = New System.Windows.Forms.TextBox()
  43. Me.列位_tb = New System.Windows.Forms.TextBox()
  44. Me.區編_tb = New System.Windows.Forms.TextBox()
  45. Me.殿_tb = New System.Windows.Forms.TextBox()
  46. Me.牆位_bt = New System.Windows.Forms.TextBox()
  47. Me.排序_bt = New System.Windows.Forms.Button()
  48. Me.查詢_bt = New System.Windows.Forms.Button()
  49. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  50. CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  51. CType(Me.明細表2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.燈位_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  53. Me.Panel1.SuspendLayout()
  54. Me.SuspendLayout()
  55. '
  56. '控制表_dgv
  57. '
  58. Me.控制表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  59. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  60. Me.控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  61. Me.控制表_dgv.BackgroundColor = System.Drawing.Color.White
  62. Me.控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  63. Me.控制表_dgv.Location = New System.Drawing.Point(3, 26)
  64. Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4)
  65. Me.控制表_dgv.Name = "控制表_dgv"
  66. Me.控制表_dgv.ReadOnly = True
  67. Me.控制表_dgv.RowHeadersWidth = 5
  68. Me.控制表_dgv.RowTemplate.Height = 24
  69. Me.控制表_dgv.Size = New System.Drawing.Size(249, 546)
  70. Me.控制表_dgv.TabIndex = 1513
  71. '
  72. 'Label1
  73. '
  74. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  75. Me.Label1.AutoSize = True
  76. Me.Label1.Location = New System.Drawing.Point(46, 577)
  77. Me.Label1.Name = "Label1"
  78. Me.Label1.Size = New System.Drawing.Size(67, 16)
  79. Me.Label1.TabIndex = 1514
  80. Me.Label1.Text = "共合計燈位"
  81. '
  82. '合計數_tb
  83. '
  84. Me.合計數_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  85. Me.合計數_tb.Location = New System.Drawing.Point(119, 573)
  86. Me.合計數_tb.Name = "合計數_tb"
  87. Me.合計數_tb.Size = New System.Drawing.Size(92, 23)
  88. Me.合計數_tb.TabIndex = 1515
  89. '
  90. '明細表1_dgv
  91. '
  92. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  93. Me.明細表1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  94. Me.明細表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  95. Me.明細表1_dgv.BackgroundColor = System.Drawing.Color.White
  96. Me.明細表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  97. Me.明細表1_dgv.Location = New System.Drawing.Point(4, 4)
  98. Me.明細表1_dgv.Margin = New System.Windows.Forms.Padding(4)
  99. Me.明細表1_dgv.Name = "明細表1_dgv"
  100. Me.明細表1_dgv.RowHeadersWidth = 5
  101. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  103. Me.明細表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  104. Me.明細表1_dgv.RowTemplate.Height = 24
  105. Me.明細表1_dgv.Size = New System.Drawing.Size(332, 175)
  106. Me.明細表1_dgv.TabIndex = 1767
  107. '
  108. '明細表2_dgv
  109. '
  110. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  111. Me.明細表2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  112. Me.明細表2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  113. Me.明細表2_dgv.BackgroundColor = System.Drawing.Color.White
  114. Me.明細表2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  115. Me.明細表2_dgv.Location = New System.Drawing.Point(335, 4)
  116. Me.明細表2_dgv.Margin = New System.Windows.Forms.Padding(4)
  117. Me.明細表2_dgv.Name = "明細表2_dgv"
  118. Me.明細表2_dgv.RowHeadersWidth = 5
  119. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  121. Me.明細表2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  122. Me.明細表2_dgv.RowTemplate.Height = 24
  123. Me.明細表2_dgv.Size = New System.Drawing.Size(195, 175)
  124. Me.明細表2_dgv.TabIndex = 1768
  125. '
  126. '燈位_dgv
  127. '
  128. Me.燈位_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  129. Or System.Windows.Forms.AnchorStyles.Left) _
  130. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  131. Me.燈位_dgv.BackgroundColor = System.Drawing.Color.White
  132. Me.燈位_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  133. Me.燈位_dgv.Location = New System.Drawing.Point(260, 26)
  134. Me.燈位_dgv.Margin = New System.Windows.Forms.Padding(4)
  135. Me.燈位_dgv.Name = "燈位_dgv"
  136. Me.燈位_dgv.RowHeadersWidth = 5
  137. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  139. Me.燈位_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
  140. Me.燈位_dgv.RowTemplate.Height = 24
  141. Me.燈位_dgv.Size = New System.Drawing.Size(750, 570)
  142. Me.燈位_dgv.TabIndex = 1769
  143. '
  144. '位置_tb
  145. '
  146. Me.位置_tb.Location = New System.Drawing.Point(260, 1)
  147. Me.位置_tb.Name = "位置_tb"
  148. Me.位置_tb.Size = New System.Drawing.Size(220, 23)
  149. Me.位置_tb.TabIndex = 1770
  150. '
  151. 'Label2
  152. '
  153. Me.Label2.AutoSize = True
  154. Me.Label2.Location = New System.Drawing.Point(6, 6)
  155. Me.Label2.Name = "Label2"
  156. Me.Label2.Size = New System.Drawing.Size(31, 16)
  157. Me.Label2.TabIndex = 1771
  158. Me.Label2.Text = "年度"
  159. '
  160. '年度_cb
  161. '
  162. Me.年度_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  163. Me.年度_cb.FormattingEnabled = True
  164. Me.年度_cb.Location = New System.Drawing.Point(43, 1)
  165. Me.年度_cb.Name = "年度_cb"
  166. Me.年度_cb.Size = New System.Drawing.Size(57, 24)
  167. Me.年度_cb.TabIndex = 1772
  168. '
  169. '燈種編輯_bt
  170. '
  171. Me.燈種編輯_bt.Location = New System.Drawing.Point(177, 2)
  172. Me.燈種編輯_bt.Name = "燈種編輯_bt"
  173. Me.燈種編輯_bt.Size = New System.Drawing.Size(75, 23)
  174. Me.燈種編輯_bt.TabIndex = 1773
  175. Me.燈種編輯_bt.Text = "燈種編輯"
  176. Me.燈種編輯_bt.UseVisualStyleBackColor = True
  177. '
  178. '燈位編輯_bt
  179. '
  180. Me.燈位編輯_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  181. Me.燈位編輯_bt.Location = New System.Drawing.Point(935, 2)
  182. Me.燈位編輯_bt.Name = "燈位編輯_bt"
  183. Me.燈位編輯_bt.Size = New System.Drawing.Size(75, 23)
  184. Me.燈位編輯_bt.TabIndex = 1774
  185. Me.燈位編輯_bt.Text = "燈位編輯"
  186. Me.燈位編輯_bt.UseVisualStyleBackColor = True
  187. '
  188. '燈種_bt
  189. '
  190. Me.燈種_bt.Location = New System.Drawing.Point(4, 183)
  191. Me.燈種_bt.Name = "燈種_bt"
  192. Me.燈種_bt.Size = New System.Drawing.Size(80, 23)
  193. Me.燈種_bt.TabIndex = 1775
  194. '
  195. 'Panel1
  196. '
  197. Me.Panel1.Controls.Add(Me.金額_tb)
  198. Me.Panel1.Controls.Add(Me.執行1_bt)
  199. Me.Panel1.Controls.Add(Me.層位_bt)
  200. Me.Panel1.Controls.Add(Me.列位_tb)
  201. Me.Panel1.Controls.Add(Me.區編_tb)
  202. Me.Panel1.Controls.Add(Me.殿_tb)
  203. Me.Panel1.Controls.Add(Me.牆位_bt)
  204. Me.Panel1.Controls.Add(Me.燈種_bt)
  205. Me.Panel1.Controls.Add(Me.明細表1_dgv)
  206. Me.Panel1.Controls.Add(Me.明細表2_dgv)
  207. Me.Panel1.Location = New System.Drawing.Point(376, 144)
  208. Me.Panel1.Name = "Panel1"
  209. Me.Panel1.Size = New System.Drawing.Size(561, 260)
  210. Me.Panel1.TabIndex = 1776
  211. '
  212. '金額_tb
  213. '
  214. Me.金額_tb.Location = New System.Drawing.Point(4, 221)
  215. Me.金額_tb.Name = "金額_tb"
  216. Me.金額_tb.Size = New System.Drawing.Size(80, 23)
  217. Me.金額_tb.TabIndex = 1782
  218. '
  219. '執行1_bt
  220. '
  221. Me.執行1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  222. Me.執行1_bt.Location = New System.Drawing.Point(409, 183)
  223. Me.執行1_bt.Name = "執行1_bt"
  224. Me.執行1_bt.Size = New System.Drawing.Size(75, 23)
  225. Me.執行1_bt.TabIndex = 1781
  226. Me.執行1_bt.Text = "執行"
  227. Me.執行1_bt.UseVisualStyleBackColor = True
  228. '
  229. '層位_bt
  230. '
  231. Me.層位_bt.Location = New System.Drawing.Point(342, 183)
  232. Me.層位_bt.Name = "層位_bt"
  233. Me.層位_bt.Size = New System.Drawing.Size(61, 23)
  234. Me.層位_bt.TabIndex = 1780
  235. '
  236. '列位_tb
  237. '
  238. Me.列位_tb.Location = New System.Drawing.Point(275, 183)
  239. Me.列位_tb.Name = "列位_tb"
  240. Me.列位_tb.Size = New System.Drawing.Size(61, 23)
  241. Me.列位_tb.TabIndex = 1779
  242. '
  243. '區編_tb
  244. '
  245. Me.區編_tb.Location = New System.Drawing.Point(156, 183)
  246. Me.區編_tb.Name = "區編_tb"
  247. Me.區編_tb.Size = New System.Drawing.Size(61, 23)
  248. Me.區編_tb.TabIndex = 1778
  249. '
  250. '殿_tb
  251. '
  252. Me.殿_tb.Location = New System.Drawing.Point(90, 183)
  253. Me.殿_tb.Name = "殿_tb"
  254. Me.殿_tb.Size = New System.Drawing.Size(60, 23)
  255. Me.殿_tb.TabIndex = 1777
  256. '
  257. '牆位_bt
  258. '
  259. Me.牆位_bt.Location = New System.Drawing.Point(223, 183)
  260. Me.牆位_bt.Name = "牆位_bt"
  261. Me.牆位_bt.Size = New System.Drawing.Size(46, 23)
  262. Me.牆位_bt.TabIndex = 1776
  263. '
  264. '排序_bt
  265. '
  266. Me.排序_bt.Location = New System.Drawing.Point(486, 1)
  267. Me.排序_bt.Name = "排序_bt"
  268. Me.排序_bt.Size = New System.Drawing.Size(40, 23)
  269. Me.排序_bt.TabIndex = 1777
  270. Me.排序_bt.Text = "↑↓"
  271. Me.排序_bt.UseVisualStyleBackColor = True
  272. '
  273. '查詢_bt
  274. '
  275. Me.查詢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  276. Me.查詢_bt.Location = New System.Drawing.Point(858, 2)
  277. Me.查詢_bt.Name = "查詢_bt"
  278. Me.查詢_bt.Size = New System.Drawing.Size(75, 23)
  279. Me.查詢_bt.TabIndex = 1778
  280. Me.查詢_bt.Text = "燈位查詢"
  281. Me.查詢_bt.UseVisualStyleBackColor = True
  282. '
  283. '燈位基本資料
  284. '
  285. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  286. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  287. Me.ClientSize = New System.Drawing.Size(1013, 600)
  288. Me.Controls.Add(Me.查詢_bt)
  289. Me.Controls.Add(Me.排序_bt)
  290. Me.Controls.Add(Me.燈位編輯_bt)
  291. Me.Controls.Add(Me.燈種編輯_bt)
  292. Me.Controls.Add(Me.年度_cb)
  293. Me.Controls.Add(Me.Label2)
  294. Me.Controls.Add(Me.位置_tb)
  295. Me.Controls.Add(Me.合計數_tb)
  296. Me.Controls.Add(Me.Label1)
  297. Me.Controls.Add(Me.控制表_dgv)
  298. Me.Controls.Add(Me.Panel1)
  299. Me.Controls.Add(Me.燈位_dgv)
  300. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  301. Me.Margin = New System.Windows.Forms.Padding(4)
  302. Me.Name = "燈位基本資料"
  303. Me.Text = "燈位基本資料"
  304. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  305. CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  306. CType(Me.明細表2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  307. CType(Me.燈位_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  308. Me.Panel1.ResumeLayout(False)
  309. Me.Panel1.PerformLayout()
  310. Me.ResumeLayout(False)
  311. Me.PerformLayout()
  312. End Sub
  313. Friend WithEvents 控制表_dgv As DataGridView
  314. Friend WithEvents Label1 As Label
  315. Friend WithEvents 合計數_tb As TextBox
  316. Friend WithEvents 明細表1_dgv As DataGridView
  317. Friend WithEvents 明細表2_dgv As DataGridView
  318. Friend WithEvents 燈位_dgv As DataGridView
  319. Friend WithEvents 位置_tb As TextBox
  320. Friend WithEvents Label2 As Label
  321. Friend WithEvents 年度_cb As ComboBox
  322. Friend WithEvents 燈種編輯_bt As Button
  323. Friend WithEvents 燈位編輯_bt As Button
  324. Friend WithEvents 燈種_bt As TextBox
  325. Friend WithEvents Panel1 As Panel
  326. Friend WithEvents 牆位_bt As TextBox
  327. Friend WithEvents 殿_tb As TextBox
  328. Friend WithEvents 區編_tb As TextBox
  329. Friend WithEvents 層位_bt As TextBox
  330. Friend WithEvents 列位_tb As TextBox
  331. Friend WithEvents 執行1_bt As Button
  332. Friend WithEvents 金額_tb As TextBox
  333. Friend WithEvents 排序_bt As Button
  334. Friend WithEvents 查詢_bt As Button
  335. End Class