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 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  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.選擇品項_cb = New System.Windows.Forms.ComboBox()
  26. Me.總金額_tb = New System.Windows.Forms.TextBox()
  27. Me.Label8 = New System.Windows.Forms.Label()
  28. Me.項次_tb = New System.Windows.Forms.TextBox()
  29. Me.Label28 = New System.Windows.Forms.Label()
  30. Me.Label27 = New System.Windows.Forms.Label()
  31. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.申請人_tb = New System.Windows.Forms.TextBox()
  34. Me.Label2 = New System.Windows.Forms.Label()
  35. Me.TextBox2 = New System.Windows.Forms.TextBox()
  36. Me.單據_tb = New System.Windows.Forms.TextBox()
  37. Me.Label1 = New System.Windows.Forms.Label()
  38. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  39. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  40. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  41. Me.開立零用金支付單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  42. Me.申請完成ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  44. Me.新增一筆資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  45. Me.刪除支付單中選中的資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  46. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  47. Me.刪除選中的零用金支付單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  48. Me.Panel1 = New System.Windows.Forms.Panel()
  49. Me.選擇品項編號_cb = New System.Windows.Forms.ComboBox()
  50. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  51. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  52. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  53. Me.新增項目_bt = New System.Windows.Forms.Button()
  54. Me.刪除項目_bt = New System.Windows.Forms.Button()
  55. Me.重新讀取_bt = New System.Windows.Forms.Button()
  56. Me.語轉扭_bt = New System.Windows.Forms.Button()
  57. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  58. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  59. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  60. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  61. Me.Panel2 = New System.Windows.Forms.Panel()
  62. Me.Panel3 = New System.Windows.Forms.Panel()
  63. Me.發送_bt = New System.Windows.Forms.Button()
  64. Me.系統說明_bt = New System.Windows.Forms.Button()
  65. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  66. Me.縮放1_bt = New System.Windows.Forms.Button()
  67. Me.開單_bt = New System.Windows.Forms.Button()
  68. Me.刪除單據_bt = New System.Windows.Forms.Button()
  69. Me.存檔_bt = New System.Windows.Forms.Button()
  70. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  72. Me.ContextMenuStrip1.SuspendLayout()
  73. Me.Panel1.SuspendLayout()
  74. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  75. Me.Panel2.SuspendLayout()
  76. Me.Panel3.SuspendLayout()
  77. Me.SuspendLayout()
  78. '
  79. '清單_dgv
  80. '
  81. Me.清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  82. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  83. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  84. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  85. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  86. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  87. Me.清單_dgv.Location = New System.Drawing.Point(2, 3)
  88. Me.清單_dgv.Name = "清單_dgv"
  89. Me.清單_dgv.RowHeadersWidth = 5
  90. Me.清單_dgv.RowTemplate.Height = 24
  91. Me.清單_dgv.Size = New System.Drawing.Size(330, 674)
  92. Me.清單_dgv.TabIndex = 763
  93. '
  94. '選擇品項_cb
  95. '
  96. Me.選擇品項_cb.FormattingEnabled = True
  97. Me.選擇品項_cb.Location = New System.Drawing.Point(458, 54)
  98. Me.選擇品項_cb.Name = "選擇品項_cb"
  99. Me.選擇品項_cb.Size = New System.Drawing.Size(266, 24)
  100. Me.選擇品項_cb.TabIndex = 819
  101. '
  102. '總金額_tb
  103. '
  104. Me.總金額_tb.Location = New System.Drawing.Point(151, 55)
  105. Me.總金額_tb.Name = "總金額_tb"
  106. Me.總金額_tb.Size = New System.Drawing.Size(201, 23)
  107. Me.總金額_tb.TabIndex = 818
  108. '
  109. 'Label8
  110. '
  111. Me.Label8.Location = New System.Drawing.Point(66, 58)
  112. Me.Label8.Name = "Label8"
  113. Me.Label8.Size = New System.Drawing.Size(84, 16)
  114. Me.Label8.TabIndex = 817
  115. Me.Label8.Text = "Total Amount"
  116. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  117. '
  118. '項次_tb
  119. '
  120. Me.項次_tb.Location = New System.Drawing.Point(72, 138)
  121. Me.項次_tb.Name = "項次_tb"
  122. Me.項次_tb.Size = New System.Drawing.Size(68, 23)
  123. Me.項次_tb.TabIndex = 812
  124. '
  125. 'Label28
  126. '
  127. Me.Label28.AutoSize = True
  128. Me.Label28.Location = New System.Drawing.Point(146, 141)
  129. Me.Label28.Name = "Label28"
  130. Me.Label28.Size = New System.Drawing.Size(61, 16)
  131. Me.Label28.TabIndex = 811
  132. Me.Label28.Text = "項次/Item"
  133. '
  134. 'Label27
  135. '
  136. Me.Label27.AutoSize = True
  137. Me.Label27.Location = New System.Drawing.Point(6, 141)
  138. Me.Label27.Name = "Label27"
  139. Me.Label27.Size = New System.Drawing.Size(59, 16)
  140. Me.Label27.TabIndex = 810
  141. Me.Label27.Text = "選擇/Pilih"
  142. '
  143. '明細_dgv
  144. '
  145. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  146. Or System.Windows.Forms.AnchorStyles.Left) _
  147. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  148. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  149. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  150. Me.明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  151. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  152. Me.明細_dgv.Location = New System.Drawing.Point(3, 80)
  153. Me.明細_dgv.Name = "明細_dgv"
  154. Me.明細_dgv.RowHeadersWidth = 5
  155. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  156. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  157. Me.明細_dgv.RowTemplate.Height = 24
  158. Me.明細_dgv.Size = New System.Drawing.Size(1007, 597)
  159. Me.明細_dgv.TabIndex = 805
  160. '
  161. 'Label3
  162. '
  163. Me.Label3.Location = New System.Drawing.Point(86, 32)
  164. Me.Label3.Name = "Label3"
  165. Me.Label3.Size = New System.Drawing.Size(62, 16)
  166. Me.Label3.TabIndex = 804
  167. Me.Label3.Text = "Pemohon"
  168. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  169. '
  170. '申請人_tb
  171. '
  172. Me.申請人_tb.Location = New System.Drawing.Point(151, 29)
  173. Me.申請人_tb.Name = "申請人_tb"
  174. Me.申請人_tb.Size = New System.Drawing.Size(201, 23)
  175. Me.申請人_tb.TabIndex = 803
  176. '
  177. 'Label2
  178. '
  179. Me.Label2.AutoSize = True
  180. Me.Label2.Location = New System.Drawing.Point(2, 60)
  181. Me.Label2.Name = "Label2"
  182. Me.Label2.Size = New System.Drawing.Size(176, 16)
  183. Me.Label2.TabIndex = 802
  184. Me.Label2.Text = "申請部門/Departemen aplikasi"
  185. '
  186. 'TextBox2
  187. '
  188. Me.TextBox2.Location = New System.Drawing.Point(3, 79)
  189. Me.TextBox2.Name = "TextBox2"
  190. Me.TextBox2.Size = New System.Drawing.Size(209, 23)
  191. Me.TextBox2.TabIndex = 801
  192. '
  193. '單據_tb
  194. '
  195. Me.單據_tb.Location = New System.Drawing.Point(151, 4)
  196. Me.單據_tb.Name = "單據_tb"
  197. Me.單據_tb.Size = New System.Drawing.Size(201, 23)
  198. Me.單據_tb.TabIndex = 799
  199. '
  200. 'Label1
  201. '
  202. Me.Label1.Location = New System.Drawing.Point(60, 7)
  203. Me.Label1.Name = "Label1"
  204. Me.Label1.Size = New System.Drawing.Size(88, 16)
  205. Me.Label1.TabIndex = 800
  206. Me.Label1.Text = "Serial Number"
  207. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  208. '
  209. 'ContextMenuStrip1
  210. '
  211. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.ToolStripSeparator6, Me.開立零用金支付單ToolStripMenuItem, Me.申請完成ToolStripMenuItem, Me.ToolStripSeparator1, Me.新增一筆資料ToolStripMenuItem, Me.刪除支付單中選中的資料ToolStripMenuItem, Me.ToolStripSeparator2, Me.刪除選中的零用金支付單ToolStripMenuItem})
  212. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  213. Me.ContextMenuStrip1.Size = New System.Drawing.Size(367, 154)
  214. '
  215. '重新讀取ToolStripMenuItem
  216. '
  217. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  218. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(366, 22)
  219. Me.重新讀取ToolStripMenuItem.Text = "重新讀取 / Baca kembali"
  220. '
  221. 'ToolStripSeparator6
  222. '
  223. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  224. Me.ToolStripSeparator6.Size = New System.Drawing.Size(363, 6)
  225. '
  226. '開立零用金支付單ToolStripMenuItem
  227. '
  228. Me.開立零用金支付單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  229. Me.開立零用金支付單ToolStripMenuItem.Name = "開立零用金支付單ToolStripMenuItem"
  230. Me.開立零用金支付單ToolStripMenuItem.Size = New System.Drawing.Size(366, 22)
  231. Me.開立零用金支付單ToolStripMenuItem.Text = "開立零用金支付單/Siapkan slip pembayaran kas kecil"
  232. '
  233. '申請完成ToolStripMenuItem
  234. '
  235. Me.申請完成ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  236. Me.申請完成ToolStripMenuItem.Name = "申請完成ToolStripMenuItem"
  237. Me.申請完成ToolStripMenuItem.Size = New System.Drawing.Size(366, 22)
  238. Me.申請完成ToolStripMenuItem.Text = "申請完成 / Aplikasi selesai"
  239. '
  240. 'ToolStripSeparator1
  241. '
  242. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  243. Me.ToolStripSeparator1.Size = New System.Drawing.Size(363, 6)
  244. '
  245. '新增一筆資料ToolStripMenuItem
  246. '
  247. Me.新增一筆資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  248. Me.新增一筆資料ToolStripMenuItem.Name = "新增一筆資料ToolStripMenuItem"
  249. Me.新增一筆資料ToolStripMenuItem.Size = New System.Drawing.Size(366, 22)
  250. Me.新增一筆資料ToolStripMenuItem.Text = "支付單中新增一筆空白資料 / Tambah Item"
  251. '
  252. '刪除支付單中選中的資料ToolStripMenuItem
  253. '
  254. Me.刪除支付單中選中的資料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  255. Me.刪除支付單中選中的資料ToolStripMenuItem.Name = "刪除支付單中選中的資料ToolStripMenuItem"
  256. Me.刪除支付單中選中的資料ToolStripMenuItem.Size = New System.Drawing.Size(366, 22)
  257. Me.刪除支付單中選中的資料ToolStripMenuItem.Text = "刪除一筆支付單中選中的資料 / Hapus sepotong data"
  258. '
  259. 'ToolStripSeparator2
  260. '
  261. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  262. Me.ToolStripSeparator2.Size = New System.Drawing.Size(363, 6)
  263. '
  264. '刪除選中的零用金支付單ToolStripMenuItem
  265. '
  266. Me.刪除選中的零用金支付單ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  267. Me.刪除選中的零用金支付單ToolStripMenuItem.Name = "刪除選中的零用金支付單ToolStripMenuItem"
  268. Me.刪除選中的零用金支付單ToolStripMenuItem.Size = New System.Drawing.Size(366, 22)
  269. Me.刪除選中的零用金支付單ToolStripMenuItem.Text = "刪除選中的零用金支付單 / Hapus"
  270. '
  271. 'Panel1
  272. '
  273. Me.Panel1.Controls.Add(Me.選擇品項編號_cb)
  274. Me.Panel1.Controls.Add(Me.語言_dgv)
  275. Me.Panel1.Controls.Add(Me.TextBox2)
  276. Me.Panel1.Controls.Add(Me.Label2)
  277. Me.Panel1.Controls.Add(Me.項次_tb)
  278. Me.Panel1.Controls.Add(Me.Label27)
  279. Me.Panel1.Controls.Add(Me.Label28)
  280. Me.Panel1.Controls.Add(Me.新增項目_bt)
  281. Me.Panel1.Controls.Add(Me.刪除項目_bt)
  282. Me.Panel1.Controls.Add(Me.重新讀取_bt)
  283. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  284. Me.Panel1.Location = New System.Drawing.Point(398, 153)
  285. Me.Panel1.Name = "Panel1"
  286. Me.Panel1.Size = New System.Drawing.Size(422, 225)
  287. Me.Panel1.TabIndex = 825
  288. '
  289. '選擇品項編號_cb
  290. '
  291. Me.選擇品項編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  292. Me.選擇品項編號_cb.FormattingEnabled = True
  293. Me.選擇品項編號_cb.Location = New System.Drawing.Point(218, 79)
  294. Me.選擇品項編號_cb.Name = "選擇品項編號_cb"
  295. Me.選擇品項編號_cb.Size = New System.Drawing.Size(59, 24)
  296. Me.選擇品項編號_cb.TabIndex = 820
  297. '
  298. '語言_dgv
  299. '
  300. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  301. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  302. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  303. Me.語言_dgv.Name = "語言_dgv"
  304. Me.語言_dgv.RowHeadersWidth = 5
  305. Me.語言_dgv.RowTemplate.Height = 24
  306. Me.語言_dgv.Size = New System.Drawing.Size(209, 48)
  307. Me.語言_dgv.TabIndex = 648
  308. Me.語言_dgv.Visible = False
  309. '
  310. 'Column1
  311. '
  312. Me.Column1.HeaderText = "Column1"
  313. Me.Column1.Name = "Column1"
  314. '
  315. 'Column2
  316. '
  317. Me.Column2.HeaderText = "Column2"
  318. Me.Column2.Name = "Column2"
  319. '
  320. '新增項目_bt
  321. '
  322. Me.新增項目_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  323. Me.新增項目_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  324. Me.新增項目_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  325. Me.新增項目_bt.Location = New System.Drawing.Point(218, 3)
  326. Me.新增項目_bt.Name = "新增項目_bt"
  327. Me.新增項目_bt.Size = New System.Drawing.Size(50, 50)
  328. Me.新增項目_bt.TabIndex = 822
  329. Me.新增項目_bt.UseVisualStyleBackColor = True
  330. '
  331. '刪除項目_bt
  332. '
  333. Me.刪除項目_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
  334. Me.刪除項目_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  335. Me.刪除項目_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  336. Me.刪除項目_bt.Location = New System.Drawing.Point(274, 3)
  337. Me.刪除項目_bt.Name = "刪除項目_bt"
  338. Me.刪除項目_bt.Size = New System.Drawing.Size(50, 50)
  339. Me.刪除項目_bt.TabIndex = 823
  340. Me.刪除項目_bt.UseVisualStyleBackColor = True
  341. '
  342. '重新讀取_bt
  343. '
  344. Me.重新讀取_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  345. Me.重新讀取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  346. Me.重新讀取_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  347. Me.重新讀取_bt.Location = New System.Drawing.Point(330, 3)
  348. Me.重新讀取_bt.Name = "重新讀取_bt"
  349. Me.重新讀取_bt.Size = New System.Drawing.Size(50, 50)
  350. Me.重新讀取_bt.TabIndex = 820
  351. Me.重新讀取_bt.UseVisualStyleBackColor = True
  352. '
  353. '語轉扭_bt
  354. '
  355. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  356. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  357. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  358. Me.語轉扭_bt.Location = New System.Drawing.Point(283, 79)
  359. Me.語轉扭_bt.Name = "語轉扭_bt"
  360. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  361. Me.語轉扭_bt.TabIndex = 1836
  362. Me.語轉扭_bt.Text = "L"
  363. Me.語轉扭_bt.UseVisualStyleBackColor = True
  364. '
  365. 'ToolTip1
  366. '
  367. Me.ToolTip1.AutoPopDelay = 5000
  368. Me.ToolTip1.InitialDelay = 500
  369. Me.ToolTip1.IsBalloon = True
  370. Me.ToolTip1.ReshowDelay = 100
  371. Me.ToolTip1.ToolTipTitle = "illustrate"
  372. '
  373. '大間距_ch
  374. '
  375. Me.大間距_ch.AutoSize = True
  376. Me.大間距_ch.Location = New System.Drawing.Point(971, 59)
  377. Me.大間距_ch.Name = "大間距_ch"
  378. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  379. Me.大間距_ch.TabIndex = 1839
  380. Me.大間距_ch.Text = "L3"
  381. Me.大間距_ch.UseVisualStyleBackColor = True
  382. '
  383. '中間距_ch
  384. '
  385. Me.中間距_ch.AutoSize = True
  386. Me.中間距_ch.Checked = True
  387. Me.中間距_ch.CheckState = System.Windows.Forms.CheckState.Checked
  388. Me.中間距_ch.Location = New System.Drawing.Point(926, 59)
  389. Me.中間距_ch.Name = "中間距_ch"
  390. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  391. Me.中間距_ch.TabIndex = 1838
  392. Me.中間距_ch.Text = "L2"
  393. Me.中間距_ch.UseVisualStyleBackColor = True
  394. '
  395. '小間距_ch
  396. '
  397. Me.小間距_ch.AutoSize = True
  398. Me.小間距_ch.Location = New System.Drawing.Point(881, 59)
  399. Me.小間距_ch.Name = "小間距_ch"
  400. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  401. Me.小間距_ch.TabIndex = 1837
  402. Me.小間距_ch.Text = "L1"
  403. Me.小間距_ch.UseVisualStyleBackColor = True
  404. '
  405. 'Panel2
  406. '
  407. Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  408. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  409. Me.Panel2.BackColor = System.Drawing.Color.Transparent
  410. Me.Panel2.Controls.Add(Me.清單_dgv)
  411. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  412. Me.Panel2.Name = "Panel2"
  413. Me.Panel2.Size = New System.Drawing.Size(335, 681)
  414. Me.Panel2.TabIndex = 1840
  415. '
  416. 'Panel3
  417. '
  418. Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  419. Or System.Windows.Forms.AnchorStyles.Left) _
  420. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  421. Me.Panel3.BackColor = System.Drawing.Color.Transparent
  422. Me.Panel3.Controls.Add(Me.發送_bt)
  423. Me.Panel3.Controls.Add(Me.系統說明_bt)
  424. Me.Panel3.Controls.Add(Me.合約編號1_cb)
  425. Me.Panel3.Controls.Add(Me.縮放1_bt)
  426. Me.Panel3.Controls.Add(Me.大間距_ch)
  427. Me.Panel3.Controls.Add(Me.開單_bt)
  428. Me.Panel3.Controls.Add(Me.選擇品項_cb)
  429. Me.Panel3.Controls.Add(Me.中間距_ch)
  430. Me.Panel3.Controls.Add(Me.Label1)
  431. Me.Panel3.Controls.Add(Me.小間距_ch)
  432. Me.Panel3.Controls.Add(Me.單據_tb)
  433. Me.Panel3.Controls.Add(Me.申請人_tb)
  434. Me.Panel3.Controls.Add(Me.Label3)
  435. Me.Panel3.Controls.Add(Me.明細_dgv)
  436. Me.Panel3.Controls.Add(Me.刪除單據_bt)
  437. Me.Panel3.Controls.Add(Me.存檔_bt)
  438. Me.Panel3.Controls.Add(Me.Label8)
  439. Me.Panel3.Controls.Add(Me.總金額_tb)
  440. Me.Panel3.Location = New System.Drawing.Point(334, 0)
  441. Me.Panel3.Name = "Panel3"
  442. Me.Panel3.Size = New System.Drawing.Size(1015, 681)
  443. Me.Panel3.TabIndex = 1841
  444. '
  445. '發送_bt
  446. '
  447. Me.發送_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Sendnow
  448. Me.發送_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  449. Me.發送_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  450. Me.發送_bt.ForeColor = System.Drawing.Color.Red
  451. Me.發送_bt.Location = New System.Drawing.Point(470, 2)
  452. Me.發送_bt.Name = "發送_bt"
  453. Me.發送_bt.Size = New System.Drawing.Size(50, 50)
  454. Me.發送_bt.TabIndex = 1897
  455. Me.發送_bt.UseVisualStyleBackColor = True
  456. '
  457. '系統說明_bt
  458. '
  459. Me.系統說明_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  460. Me.系統說明_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.question_mark
  461. Me.系統說明_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  462. Me.系統說明_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  463. Me.系統說明_bt.ForeColor = System.Drawing.Color.Blue
  464. Me.系統說明_bt.Location = New System.Drawing.Point(960, 4)
  465. Me.系統說明_bt.Name = "系統說明_bt"
  466. Me.系統說明_bt.Size = New System.Drawing.Size(50, 50)
  467. Me.系統說明_bt.TabIndex = 1896
  468. Me.系統說明_bt.UseVisualStyleBackColor = True
  469. '
  470. '合約編號1_cb
  471. '
  472. Me.合約編號1_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  473. Me.合約編號1_cb.FormattingEnabled = True
  474. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  475. Me.合約編號1_cb.Location = New System.Drawing.Point(358, 54)
  476. Me.合約編號1_cb.Name = "合約編號1_cb"
  477. Me.合約編號1_cb.Size = New System.Drawing.Size(97, 24)
  478. Me.合約編號1_cb.TabIndex = 1895
  479. '
  480. '縮放1_bt
  481. '
  482. Me.縮放1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
  483. Me.縮放1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  484. Me.縮放1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  485. Me.縮放1_bt.ForeColor = System.Drawing.Color.Blue
  486. Me.縮放1_bt.Location = New System.Drawing.Point(582, 2)
  487. Me.縮放1_bt.Name = "縮放1_bt"
  488. Me.縮放1_bt.Size = New System.Drawing.Size(50, 50)
  489. Me.縮放1_bt.TabIndex = 1894
  490. Me.縮放1_bt.UseVisualStyleBackColor = True
  491. '
  492. '開單_bt
  493. '
  494. Me.開單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder
  495. Me.開單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  496. Me.開單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  497. Me.開單_bt.Location = New System.Drawing.Point(358, 2)
  498. Me.開單_bt.Name = "開單_bt"
  499. Me.開單_bt.Size = New System.Drawing.Size(50, 50)
  500. Me.開單_bt.TabIndex = 821
  501. Me.開單_bt.UseVisualStyleBackColor = True
  502. '
  503. '刪除單據_bt
  504. '
  505. Me.刪除單據_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  506. Me.刪除單據_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  507. Me.刪除單據_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  508. Me.刪除單據_bt.Location = New System.Drawing.Point(526, 2)
  509. Me.刪除單據_bt.Name = "刪除單據_bt"
  510. Me.刪除單據_bt.Size = New System.Drawing.Size(50, 50)
  511. Me.刪除單據_bt.TabIndex = 824
  512. Me.刪除單據_bt.UseVisualStyleBackColor = True
  513. '
  514. '存檔_bt
  515. '
  516. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  517. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  518. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  519. Me.存檔_bt.Location = New System.Drawing.Point(414, 2)
  520. Me.存檔_bt.Name = "存檔_bt"
  521. Me.存檔_bt.Size = New System.Drawing.Size(50, 50)
  522. Me.存檔_bt.TabIndex = 807
  523. Me.存檔_bt.UseVisualStyleBackColor = True
  524. '
  525. '特支費申請
  526. '
  527. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  528. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  529. Me.ClientSize = New System.Drawing.Size(1349, 681)
  530. Me.ContextMenuStrip = Me.ContextMenuStrip1
  531. Me.Controls.Add(Me.Panel1)
  532. Me.Controls.Add(Me.Panel2)
  533. Me.Controls.Add(Me.Panel3)
  534. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  535. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  536. Me.Name = "特支費申請"
  537. Me.Text = "特支費與傭金申請"
  538. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  539. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  540. Me.ContextMenuStrip1.ResumeLayout(False)
  541. Me.Panel1.ResumeLayout(False)
  542. Me.Panel1.PerformLayout()
  543. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  544. Me.Panel2.ResumeLayout(False)
  545. Me.Panel3.ResumeLayout(False)
  546. Me.Panel3.PerformLayout()
  547. Me.ResumeLayout(False)
  548. End Sub
  549. Friend WithEvents 清單_dgv As DataGridView
  550. Friend WithEvents 選擇品項_cb As ComboBox
  551. Friend WithEvents 總金額_tb As TextBox
  552. Friend WithEvents Label8 As Label
  553. Friend WithEvents 項次_tb As TextBox
  554. Friend WithEvents Label28 As Label
  555. Friend WithEvents Label27 As Label
  556. Friend WithEvents 存檔_bt As Button
  557. Friend WithEvents 明細_dgv As DataGridView
  558. Friend WithEvents Label3 As Label
  559. Friend WithEvents 申請人_tb As TextBox
  560. Friend WithEvents Label2 As Label
  561. Friend WithEvents TextBox2 As TextBox
  562. Friend WithEvents 單據_tb As TextBox
  563. Friend WithEvents Label1 As Label
  564. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  565. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  566. Friend WithEvents 開立零用金支付單ToolStripMenuItem As ToolStripMenuItem
  567. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  568. Friend WithEvents 刪除選中的零用金支付單ToolStripMenuItem As ToolStripMenuItem
  569. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  570. Friend WithEvents 新增一筆資料ToolStripMenuItem As ToolStripMenuItem
  571. Friend WithEvents 刪除支付單中選中的資料ToolStripMenuItem As ToolStripMenuItem
  572. Friend WithEvents 申請完成ToolStripMenuItem As ToolStripMenuItem
  573. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  574. Friend WithEvents 重新讀取_bt As Button
  575. Friend WithEvents 開單_bt As Button
  576. Friend WithEvents 新增項目_bt As Button
  577. Friend WithEvents 刪除項目_bt As Button
  578. Friend WithEvents 刪除單據_bt As Button
  579. Friend WithEvents Panel1 As Panel
  580. Friend WithEvents 語言_dgv As DataGridView
  581. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  582. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  583. Friend WithEvents 語轉扭_bt As Button
  584. Friend WithEvents ToolTip1 As ToolTip
  585. Friend WithEvents 大間距_ch As CheckBox
  586. Friend WithEvents 中間距_ch As CheckBox
  587. Friend WithEvents 小間距_ch As CheckBox
  588. Friend WithEvents Panel2 As Panel
  589. Friend WithEvents Panel3 As Panel
  590. Friend WithEvents 縮放1_bt As Button
  591. Friend WithEvents 選擇品項編號_cb As ComboBox
  592. Friend WithEvents 合約編號1_cb As ComboBox
  593. Friend WithEvents 系統說明_bt As Button
  594. Friend WithEvents 發送_bt As Button
  595. End Class