Bez popisu
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 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  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.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.指定_dgv = New System.Windows.Forms.DataGridView()
  25. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  26. Me.對帳記錄存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  27. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  28. Me.關鍵字查詢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  29. Me.AAAToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  30. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  31. Me.BBBToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  32. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  33. Me.清除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  34. Me.Panel1 = New System.Windows.Forms.Panel()
  35. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  36. Me.語轉扭_bt = New System.Windows.Forms.Button()
  37. Me.存檔_bt = New System.Windows.Forms.Button()
  38. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  39. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  40. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  41. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  42. Me.Panel2 = New System.Windows.Forms.Panel()
  43. Me.系統說明_bt = New System.Windows.Forms.Button()
  44. Me.縮放1_bt = New System.Windows.Forms.Button()
  45. Me.Panel3 = New System.Windows.Forms.Panel()
  46. Me.準備扣_dgv = New System.Windows.Forms.DataGridView()
  47. Me.甲方1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  48. Me.錢 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  49. Me.彙總1_dgv = New System.Windows.Forms.DataGridView()
  50. Me.甲方 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  51. Me.可沖帳餘額 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  52. Me.彙總_dgv = New System.Windows.Forms.DataGridView()
  53. Me.縮放2_bt = New System.Windows.Forms.Button()
  54. Me.已出納_dgv = New System.Windows.Forms.DataGridView()
  55. CType(Me.指定_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. Me.ContextMenuStrip1.SuspendLayout()
  57. Me.Panel1.SuspendLayout()
  58. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.Panel2.SuspendLayout()
  60. Me.Panel3.SuspendLayout()
  61. CType(Me.準備扣_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.彙總1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.已出納_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  65. Me.SuspendLayout()
  66. '
  67. '指定_dgv
  68. '
  69. Me.指定_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  70. Or System.Windows.Forms.AnchorStyles.Left) _
  71. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  72. Me.指定_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  73. Me.指定_dgv.BackgroundColor = System.Drawing.Color.White
  74. Me.指定_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  75. Me.指定_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  76. Me.指定_dgv.Location = New System.Drawing.Point(2, 33)
  77. Me.指定_dgv.Name = "指定_dgv"
  78. Me.指定_dgv.RowHeadersWidth = 5
  79. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  80. Me.指定_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  81. Me.指定_dgv.RowTemplate.Height = 24
  82. Me.指定_dgv.Size = New System.Drawing.Size(1342, 644)
  83. Me.指定_dgv.TabIndex = 539
  84. '
  85. 'ContextMenuStrip1
  86. '
  87. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.對帳記錄存檔ToolStripMenuItem, Me.ToolStripSeparator2, Me.關鍵字查詢ToolStripMenuItem, Me.AAAToolStripMenuItem, Me.ToolStripSeparator1, Me.BBBToolStripMenuItem, Me.ToolStripSeparator6, Me.清除ToolStripMenuItem})
  88. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  89. Me.ContextMenuStrip1.Size = New System.Drawing.Size(267, 132)
  90. '
  91. '對帳記錄存檔ToolStripMenuItem
  92. '
  93. Me.對帳記錄存檔ToolStripMenuItem.Name = "對帳記錄存檔ToolStripMenuItem"
  94. Me.對帳記錄存檔ToolStripMenuItem.Size = New System.Drawing.Size(266, 22)
  95. Me.對帳記錄存檔ToolStripMenuItem.Text = "對帳記錄存檔 / Penghematan data"
  96. '
  97. 'ToolStripSeparator2
  98. '
  99. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  100. Me.ToolStripSeparator2.Size = New System.Drawing.Size(263, 6)
  101. '
  102. '關鍵字查詢ToolStripMenuItem
  103. '
  104. Me.關鍵字查詢ToolStripMenuItem.Name = "關鍵字查詢ToolStripMenuItem"
  105. Me.關鍵字查詢ToolStripMenuItem.Size = New System.Drawing.Size(266, 22)
  106. Me.關鍵字查詢ToolStripMenuItem.Text = "關鍵字查詢/Review"
  107. '
  108. 'AAAToolStripMenuItem
  109. '
  110. Me.AAAToolStripMenuItem.Name = "AAAToolStripMenuItem"
  111. Me.AAAToolStripMenuItem.Size = New System.Drawing.Size(266, 22)
  112. Me.AAAToolStripMenuItem.Text = "二維碼查單/ Review Kode verifikasi"
  113. '
  114. 'ToolStripSeparator1
  115. '
  116. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  117. Me.ToolStripSeparator1.Size = New System.Drawing.Size(263, 6)
  118. '
  119. 'BBBToolStripMenuItem
  120. '
  121. Me.BBBToolStripMenuItem.Name = "BBBToolStripMenuItem"
  122. Me.BBBToolStripMenuItem.Size = New System.Drawing.Size(266, 22)
  123. Me.BBBToolStripMenuItem.Text = "列印成EXCEL / Cetak EXCEL"
  124. '
  125. 'ToolStripSeparator6
  126. '
  127. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  128. Me.ToolStripSeparator6.Size = New System.Drawing.Size(263, 6)
  129. '
  130. '清除ToolStripMenuItem
  131. '
  132. Me.清除ToolStripMenuItem.Name = "清除ToolStripMenuItem"
  133. Me.清除ToolStripMenuItem.Size = New System.Drawing.Size(266, 22)
  134. Me.清除ToolStripMenuItem.Text = "清除介面查詢資料/Hapus"
  135. Me.清除ToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  136. '
  137. 'Panel1
  138. '
  139. Me.Panel1.Controls.Add(Me.合約編號1_cb)
  140. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  141. Me.Panel1.Controls.Add(Me.存檔_bt)
  142. Me.Panel1.Controls.Add(Me.語言_dgv)
  143. Me.Panel1.Location = New System.Drawing.Point(793, 148)
  144. Me.Panel1.Name = "Panel1"
  145. Me.Panel1.Size = New System.Drawing.Size(217, 180)
  146. Me.Panel1.TabIndex = 540
  147. '
  148. '合約編號1_cb
  149. '
  150. Me.合約編號1_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  151. Me.合約編號1_cb.FormattingEnabled = True
  152. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  153. Me.合約編號1_cb.Location = New System.Drawing.Point(92, 58)
  154. Me.合約編號1_cb.Name = "合約編號1_cb"
  155. Me.合約編號1_cb.Size = New System.Drawing.Size(97, 24)
  156. Me.合約編號1_cb.TabIndex = 1896
  157. '
  158. '語轉扭_bt
  159. '
  160. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  161. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  162. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  163. Me.語轉扭_bt.Location = New System.Drawing.Point(3, 57)
  164. Me.語轉扭_bt.Name = "語轉扭_bt"
  165. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  166. Me.語轉扭_bt.TabIndex = 1838
  167. Me.語轉扭_bt.Text = "L"
  168. Me.語轉扭_bt.UseVisualStyleBackColor = True
  169. '
  170. '存檔_bt
  171. '
  172. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  173. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  174. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  175. Me.存檔_bt.ForeColor = System.Drawing.Color.Black
  176. Me.存檔_bt.Location = New System.Drawing.Point(34, 57)
  177. Me.存檔_bt.Name = "存檔_bt"
  178. Me.存檔_bt.Size = New System.Drawing.Size(52, 52)
  179. Me.存檔_bt.TabIndex = 1839
  180. Me.存檔_bt.UseVisualStyleBackColor = True
  181. '
  182. '語言_dgv
  183. '
  184. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  185. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  186. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  187. Me.語言_dgv.Name = "語言_dgv"
  188. Me.語言_dgv.RowHeadersWidth = 5
  189. Me.語言_dgv.RowTemplate.Height = 24
  190. Me.語言_dgv.Size = New System.Drawing.Size(209, 48)
  191. Me.語言_dgv.TabIndex = 650
  192. Me.語言_dgv.Visible = False
  193. '
  194. 'Column1
  195. '
  196. Me.Column1.HeaderText = "Column1"
  197. Me.Column1.Name = "Column1"
  198. '
  199. 'Column2
  200. '
  201. Me.Column2.HeaderText = "Column2"
  202. Me.Column2.Name = "Column2"
  203. '
  204. 'ToolTip1
  205. '
  206. Me.ToolTip1.AutoPopDelay = 5000
  207. Me.ToolTip1.InitialDelay = 500
  208. Me.ToolTip1.IsBalloon = True
  209. Me.ToolTip1.ReshowDelay = 100
  210. Me.ToolTip1.ToolTipTitle = "illustrate"
  211. '
  212. 'Panel2
  213. '
  214. Me.Panel2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  215. Or System.Windows.Forms.AnchorStyles.Left) _
  216. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  217. Me.Panel2.Controls.Add(Me.系統說明_bt)
  218. Me.Panel2.Controls.Add(Me.縮放1_bt)
  219. Me.Panel2.Controls.Add(Me.指定_dgv)
  220. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  221. Me.Panel2.Name = "Panel2"
  222. Me.Panel2.Size = New System.Drawing.Size(1347, 679)
  223. Me.Panel2.TabIndex = 1678
  224. '
  225. '系統說明_bt
  226. '
  227. Me.系統說明_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  228. Me.系統說明_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.question_mark
  229. Me.系統說明_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  230. Me.系統說明_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  231. Me.系統說明_bt.ForeColor = System.Drawing.Color.Blue
  232. Me.系統說明_bt.Location = New System.Drawing.Point(1314, 3)
  233. Me.系統說明_bt.Name = "系統說明_bt"
  234. Me.系統說明_bt.Size = New System.Drawing.Size(30, 30)
  235. Me.系統說明_bt.TabIndex = 1898
  236. Me.系統說明_bt.UseVisualStyleBackColor = True
  237. '
  238. '縮放1_bt
  239. '
  240. Me.縮放1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  241. Me.縮放1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.list_bullets
  242. Me.縮放1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  243. Me.縮放1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.縮放1_bt.ForeColor = System.Drawing.Color.Blue
  245. Me.縮放1_bt.Location = New System.Drawing.Point(1282, 3)
  246. Me.縮放1_bt.Name = "縮放1_bt"
  247. Me.縮放1_bt.Size = New System.Drawing.Size(30, 30)
  248. Me.縮放1_bt.TabIndex = 1677
  249. Me.縮放1_bt.UseVisualStyleBackColor = True
  250. '
  251. 'Panel3
  252. '
  253. Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  254. Or System.Windows.Forms.AnchorStyles.Left) _
  255. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  256. Me.Panel3.Controls.Add(Me.準備扣_dgv)
  257. Me.Panel3.Controls.Add(Me.彙總1_dgv)
  258. Me.Panel3.Controls.Add(Me.彙總_dgv)
  259. Me.Panel3.Controls.Add(Me.縮放2_bt)
  260. Me.Panel3.Controls.Add(Me.已出納_dgv)
  261. Me.Panel3.Location = New System.Drawing.Point(0, 0)
  262. Me.Panel3.Name = "Panel3"
  263. Me.Panel3.Size = New System.Drawing.Size(1347, 679)
  264. Me.Panel3.TabIndex = 1679
  265. '
  266. '準備扣_dgv
  267. '
  268. Me.準備扣_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  269. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  270. Me.準備扣_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  271. Me.準備扣_dgv.BackgroundColor = System.Drawing.Color.White
  272. Me.準備扣_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  273. Me.準備扣_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  274. Me.準備扣_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.甲方1, Me.錢})
  275. Me.準備扣_dgv.Location = New System.Drawing.Point(1049, 502)
  276. Me.準備扣_dgv.Name = "準備扣_dgv"
  277. Me.準備扣_dgv.RowHeadersWidth = 5
  278. Me.準備扣_dgv.RowTemplate.Height = 24
  279. Me.準備扣_dgv.Size = New System.Drawing.Size(299, 175)
  280. Me.準備扣_dgv.TabIndex = 1847
  281. '
  282. '甲方1
  283. '
  284. Me.甲方1.HeaderText = "甲方"
  285. Me.甲方1.Name = "甲方1"
  286. '
  287. '錢
  288. '
  289. Me.錢.HeaderText = "錢"
  290. Me.錢.Name = "錢"
  291. '
  292. '彙總1_dgv
  293. '
  294. Me.彙總1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  295. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  296. Me.彙總1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  297. Me.彙總1_dgv.BackgroundColor = System.Drawing.Color.White
  298. Me.彙總1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  299. Me.彙總1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  300. Me.彙總1_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.甲方, Me.可沖帳餘額})
  301. Me.彙總1_dgv.Location = New System.Drawing.Point(1048, 229)
  302. Me.彙總1_dgv.Name = "彙總1_dgv"
  303. Me.彙總1_dgv.RowHeadersWidth = 5
  304. Me.彙總1_dgv.RowTemplate.Height = 24
  305. Me.彙總1_dgv.Size = New System.Drawing.Size(299, 275)
  306. Me.彙總1_dgv.TabIndex = 1846
  307. '
  308. '甲方
  309. '
  310. Me.甲方.HeaderText = "甲方"
  311. Me.甲方.Name = "甲方"
  312. '
  313. '可沖帳餘額
  314. '
  315. Me.可沖帳餘額.HeaderText = "可沖帳餘額"
  316. Me.可沖帳餘額.Name = "可沖帳餘額"
  317. '
  318. '彙總_dgv
  319. '
  320. Me.彙總_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  321. Or System.Windows.Forms.AnchorStyles.Left) _
  322. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  323. Me.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  324. Me.彙總_dgv.BackgroundColor = System.Drawing.Color.White
  325. Me.彙總_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  326. Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  327. Me.彙總_dgv.Location = New System.Drawing.Point(3, 2)
  328. Me.彙總_dgv.Name = "彙總_dgv"
  329. Me.彙總_dgv.RowHeadersWidth = 5
  330. Me.彙總_dgv.RowTemplate.Height = 24
  331. Me.彙總_dgv.Size = New System.Drawing.Size(1046, 674)
  332. Me.彙總_dgv.TabIndex = 1679
  333. '
  334. '縮放2_bt
  335. '
  336. Me.縮放2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  337. Me.縮放2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.list_bullets
  338. Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  339. Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  340. Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue
  341. Me.縮放2_bt.Location = New System.Drawing.Point(1323, 1)
  342. Me.縮放2_bt.Name = "縮放2_bt"
  343. Me.縮放2_bt.Size = New System.Drawing.Size(25, 25)
  344. Me.縮放2_bt.TabIndex = 1678
  345. Me.縮放2_bt.UseVisualStyleBackColor = True
  346. '
  347. '已出納_dgv
  348. '
  349. Me.已出納_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  350. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  351. Me.已出納_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  352. Me.已出納_dgv.BackgroundColor = System.Drawing.Color.White
  353. Me.已出納_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  354. Me.已出納_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  355. Me.已出納_dgv.Location = New System.Drawing.Point(1048, 2)
  356. Me.已出納_dgv.Name = "已出納_dgv"
  357. Me.已出納_dgv.RowHeadersWidth = 5
  358. Me.已出納_dgv.RowTemplate.Height = 24
  359. Me.已出納_dgv.Size = New System.Drawing.Size(299, 228)
  360. Me.已出納_dgv.TabIndex = 1680
  361. '
  362. '特支費高層指定
  363. '
  364. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  365. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  366. Me.ClientSize = New System.Drawing.Size(1349, 681)
  367. Me.ContextMenuStrip = Me.ContextMenuStrip1
  368. Me.Controls.Add(Me.Panel1)
  369. Me.Controls.Add(Me.Panel2)
  370. Me.Controls.Add(Me.Panel3)
  371. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  372. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  373. Me.Name = "特支費高層指定"
  374. Me.Text = "特支費高層指定功能"
  375. CType(Me.指定_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  376. Me.ContextMenuStrip1.ResumeLayout(False)
  377. Me.Panel1.ResumeLayout(False)
  378. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  379. Me.Panel2.ResumeLayout(False)
  380. Me.Panel3.ResumeLayout(False)
  381. CType(Me.準備扣_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  382. CType(Me.彙總1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  383. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  384. CType(Me.已出納_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  385. Me.ResumeLayout(False)
  386. End Sub
  387. Friend WithEvents 指定_dgv As DataGridView
  388. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  389. Friend WithEvents 對帳記錄存檔ToolStripMenuItem As ToolStripMenuItem
  390. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  391. Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem
  392. Friend WithEvents AAAToolStripMenuItem As ToolStripMenuItem
  393. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  394. Friend WithEvents BBBToolStripMenuItem As ToolStripMenuItem
  395. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  396. Friend WithEvents 清除ToolStripMenuItem As ToolStripMenuItem
  397. Friend WithEvents Panel1 As Panel
  398. Friend WithEvents 語言_dgv As DataGridView
  399. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  400. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  401. Friend WithEvents 語轉扭_bt As Button
  402. Friend WithEvents ToolTip1 As ToolTip
  403. Friend WithEvents 存檔_bt As Button
  404. Friend WithEvents 合約編號1_cb As ComboBox
  405. Friend WithEvents 縮放1_bt As Button
  406. Friend WithEvents Panel2 As Panel
  407. Friend WithEvents Panel3 As Panel
  408. Friend WithEvents 縮放2_bt As Button
  409. Friend WithEvents 彙總_dgv As DataGridView
  410. Friend WithEvents 已出納_dgv As DataGridView
  411. Friend WithEvents 彙總1_dgv As DataGridView
  412. Friend WithEvents 準備扣_dgv As DataGridView
  413. Friend WithEvents 甲方 As DataGridViewTextBoxColumn
  414. Friend WithEvents 可沖帳餘額 As DataGridViewTextBoxColumn
  415. Friend WithEvents 甲方1 As DataGridViewTextBoxColumn
  416. Friend WithEvents 錢 As DataGridViewTextBoxColumn
  417. Friend WithEvents 系統說明_bt As Button
  418. End Class