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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938
  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 DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(文件))
  27. Me.Label10 = New System.Windows.Forms.Label()
  28. Me.主旨_tb = New System.Windows.Forms.TextBox()
  29. Me.Label9 = New System.Windows.Forms.Label()
  30. Me.單號_tb = New System.Windows.Forms.TextBox()
  31. Me.選擇日期_dtp = New System.Windows.Forms.DateTimePicker()
  32. Me.開單人_tb = New System.Windows.Forms.TextBox()
  33. Me.Label29 = New System.Windows.Forms.Label()
  34. Me.Label0 = New System.Windows.Forms.Label()
  35. Me.控制表_dgv = New System.Windows.Forms.DataGridView()
  36. Me.Label13 = New System.Windows.Forms.Label()
  37. Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument()
  38. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  39. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  40. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  41. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  42. Me.Label8 = New System.Windows.Forms.Label()
  43. Me.公司名稱 = New System.Windows.Forms.TextBox()
  44. Me.已核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  45. Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  46. Me.已發行的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  47. Me.說明_tb = New System.Windows.Forms.TextBox()
  48. Me.人員_dgv = New System.Windows.Forms.DataGridView()
  49. Me.指定人員_bt = New System.Windows.Forms.Button()
  50. Me.Label1 = New System.Windows.Forms.Label()
  51. Me.發行_bt = New System.Windows.Forms.Button()
  52. Me.查詢_tb = New System.Windows.Forms.Button()
  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.列印_bt = New System.Windows.Forms.Button()
  58. Me.全選_cb = New System.Windows.Forms.CheckBox()
  59. Me.ppp = New System.Windows.Forms.Panel()
  60. Me.副檔名_tb = New System.Windows.Forms.TextBox()
  61. Me.圖片庫_tb = New System.Windows.Forms.TextBox()
  62. Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
  63. Me.人員1_dgv = New System.Windows.Forms.DataGridView()
  64. Me.圖片清單_dgv = New System.Windows.Forms.DataGridView()
  65. Me.圖片_pb = New System.Windows.Forms.PictureBox()
  66. Me.圖檔入系統_rbt = New System.Windows.Forms.Button()
  67. Me.讀取資料夾路徑_rbt = New System.Windows.Forms.Button()
  68. Me.PB5 = New System.Windows.Forms.PictureBox()
  69. Me.PB4 = New System.Windows.Forms.PictureBox()
  70. Me.PB1 = New System.Windows.Forms.PictureBox()
  71. Me.PB2 = New System.Windows.Forms.PictureBox()
  72. Me.PB3 = New System.Windows.Forms.PictureBox()
  73. Me.PB6 = New System.Windows.Forms.PictureBox()
  74. Me.TabControl1 = New System.Windows.Forms.TabControl()
  75. Me.TabPage1 = New System.Windows.Forms.TabPage()
  76. Me.PDF_P = New System.Windows.Forms.Panel()
  77. Me.RadPdfViewer1 = New Telerik.WinControls.UI.RadPdfViewer()
  78. Me.RadPdfViewerNavigator1 = New Telerik.WinControls.UI.RadPdfViewerNavigator()
  79. Me.圖片_P = New System.Windows.Forms.Panel()
  80. Me.圖片1_pb = New System.Windows.Forms.PictureBox()
  81. Me.TabPage2 = New System.Windows.Forms.TabPage()
  82. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  83. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  84. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  85. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  86. Me.ppp.SuspendLayout()
  87. CType(Me.人員1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  88. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  89. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  90. CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit()
  91. CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit()
  92. CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit()
  96. Me.TabControl1.SuspendLayout()
  97. Me.TabPage1.SuspendLayout()
  98. Me.PDF_P.SuspendLayout()
  99. CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  101. Me.圖片_P.SuspendLayout()
  102. CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  103. Me.TabPage2.SuspendLayout()
  104. Me.SuspendLayout()
  105. '
  106. 'Label10
  107. '
  108. Me.Label10.AutoSize = True
  109. Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
  110. Me.Label10.Location = New System.Drawing.Point(4, 84)
  111. Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  112. Me.Label10.Name = "Label10"
  113. Me.Label10.Size = New System.Drawing.Size(31, 16)
  114. Me.Label10.TabIndex = 1856
  115. Me.Label10.Text = "說明"
  116. '
  117. '主旨_tb
  118. '
  119. Me.主旨_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  120. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  121. Me.主旨_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  122. Me.主旨_tb.Location = New System.Drawing.Point(2, 29)
  123. Me.主旨_tb.Margin = New System.Windows.Forms.Padding(4)
  124. Me.主旨_tb.Multiline = True
  125. Me.主旨_tb.Name = "主旨_tb"
  126. Me.主旨_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  127. Me.主旨_tb.Size = New System.Drawing.Size(508, 51)
  128. Me.主旨_tb.TabIndex = 1853
  129. '
  130. 'Label9
  131. '
  132. Me.Label9.AutoSize = True
  133. Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
  134. Me.Label9.Location = New System.Drawing.Point(4, 7)
  135. Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  136. Me.Label9.Name = "Label9"
  137. Me.Label9.Size = New System.Drawing.Size(31, 16)
  138. Me.Label9.TabIndex = 1854
  139. Me.Label9.Text = "主旨"
  140. '
  141. '單號_tb
  142. '
  143. Me.單號_tb.Location = New System.Drawing.Point(43, 95)
  144. Me.單號_tb.Margin = New System.Windows.Forms.Padding(4)
  145. Me.單號_tb.Name = "單號_tb"
  146. Me.單號_tb.ReadOnly = True
  147. Me.單號_tb.Size = New System.Drawing.Size(120, 23)
  148. Me.單號_tb.TabIndex = 1852
  149. Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  150. '
  151. '選擇日期_dtp
  152. '
  153. Me.選擇日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  154. Me.選擇日期_dtp.Location = New System.Drawing.Point(886, 29)
  155. Me.選擇日期_dtp.Name = "選擇日期_dtp"
  156. Me.選擇日期_dtp.Size = New System.Drawing.Size(134, 23)
  157. Me.選擇日期_dtp.TabIndex = 1851
  158. '
  159. '開單人_tb
  160. '
  161. Me.開單人_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  162. Me.開單人_tb.Location = New System.Drawing.Point(1068, 2)
  163. Me.開單人_tb.Margin = New System.Windows.Forms.Padding(4)
  164. Me.開單人_tb.Name = "開單人_tb"
  165. Me.開單人_tb.ReadOnly = True
  166. Me.開單人_tb.Size = New System.Drawing.Size(127, 23)
  167. Me.開單人_tb.TabIndex = 1868
  168. Me.開單人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  169. '
  170. 'Label29
  171. '
  172. Me.Label29.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  173. Me.Label29.AutoSize = True
  174. Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
  175. Me.Label29.Location = New System.Drawing.Point(828, 32)
  176. Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  177. Me.Label29.Name = "Label29"
  178. Me.Label29.Size = New System.Drawing.Size(55, 16)
  179. Me.Label29.TabIndex = 1850
  180. Me.Label29.Text = "文件日期"
  181. '
  182. 'Label0
  183. '
  184. Me.Label0.AutoSize = True
  185. Me.Label0.ImeMode = System.Windows.Forms.ImeMode.NoControl
  186. Me.Label0.Location = New System.Drawing.Point(4, 101)
  187. Me.Label0.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  188. Me.Label0.Name = "Label0"
  189. Me.Label0.Size = New System.Drawing.Size(31, 16)
  190. Me.Label0.TabIndex = 1849
  191. Me.Label0.Text = "單號"
  192. Me.Label0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  193. '
  194. '控制表_dgv
  195. '
  196. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  197. Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  198. Me.控制表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  199. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  200. Me.控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  201. Me.控制表_dgv.BackgroundColor = System.Drawing.Color.White
  202. Me.控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  203. Me.控制表_dgv.Location = New System.Drawing.Point(306, 25)
  204. Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4)
  205. Me.控制表_dgv.Name = "控制表_dgv"
  206. Me.控制表_dgv.ReadOnly = True
  207. Me.控制表_dgv.RowHeadersWidth = 5
  208. Me.控制表_dgv.RowTemplate.Height = 24
  209. Me.控制表_dgv.Size = New System.Drawing.Size(193, 652)
  210. Me.控制表_dgv.TabIndex = 1843
  211. '
  212. 'Label13
  213. '
  214. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  215. Me.Label13.AutoSize = True
  216. Me.Label13.ImeMode = System.Windows.Forms.ImeMode.NoControl
  217. Me.Label13.Location = New System.Drawing.Point(1022, 5)
  218. Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  219. Me.Label13.Name = "Label13"
  220. Me.Label13.Size = New System.Drawing.Size(43, 16)
  221. Me.Label13.TabIndex = 1867
  222. Me.Label13.Text = "開單人"
  223. '
  224. 'ToolTip1
  225. '
  226. Me.ToolTip1.IsBalloon = True
  227. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  228. Me.ToolTip1.ToolTipTitle = "系統說明"
  229. '
  230. '字體_NUD
  231. '
  232. Me.字體_NUD.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  233. Me.字體_NUD.DecimalPlaces = 1
  234. Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  235. Me.字體_NUD.Location = New System.Drawing.Point(453, 4)
  236. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  237. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  238. Me.字體_NUD.Name = "字體_NUD"
  239. Me.字體_NUD.Size = New System.Drawing.Size(52, 23)
  240. Me.字體_NUD.TabIndex = 1864
  241. Me.字體_NUD.Value = New Decimal(New Integer() {12, 0, 0, 0})
  242. '
  243. '字體大小調整_lb
  244. '
  245. Me.字體大小調整_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  246. Me.字體大小調整_lb.AutoSize = True
  247. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  248. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
  249. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  250. Me.字體大小調整_lb.Location = New System.Drawing.Point(389, 7)
  251. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  252. Me.字體大小調整_lb.Size = New System.Drawing.Size(55, 16)
  253. Me.字體大小調整_lb.TabIndex = 1865
  254. Me.字體大小調整_lb.Text = "字體調整"
  255. '
  256. '檔案名稱_tb
  257. '
  258. Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  259. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  260. Me.檔案名稱_tb.Location = New System.Drawing.Point(559, 2)
  261. Me.檔案名稱_tb.Margin = New System.Windows.Forms.Padding(4)
  262. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  263. Me.檔案名稱_tb.Size = New System.Drawing.Size(464, 23)
  264. Me.檔案名稱_tb.TabIndex = 1861
  265. '
  266. 'Label8
  267. '
  268. Me.Label8.AutoSize = True
  269. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  270. Me.Label8.Location = New System.Drawing.Point(501, 5)
  271. Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  272. Me.Label8.Name = "Label8"
  273. Me.Label8.Size = New System.Drawing.Size(55, 16)
  274. Me.Label8.TabIndex = 1860
  275. Me.Label8.Text = "檔案名稱"
  276. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  277. '
  278. '公司名稱
  279. '
  280. Me.公司名稱.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  281. Me.公司名稱.Location = New System.Drawing.Point(7, 11)
  282. Me.公司名稱.Margin = New System.Windows.Forms.Padding(4)
  283. Me.公司名稱.Multiline = True
  284. Me.公司名稱.Name = "公司名稱"
  285. Me.公司名稱.Size = New System.Drawing.Size(116, 20)
  286. Me.公司名稱.TabIndex = 1859
  287. Me.公司名稱.Visible = False
  288. '
  289. '已核准的營運成本收支單_rb
  290. '
  291. Me.已核准的營運成本收支單_rb.AutoSize = True
  292. Me.已核准的營運成本收支單_rb.ForeColor = System.Drawing.Color.Blue
  293. Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(307, 4)
  294. Me.已核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  295. Me.已核准的營運成本收支單_rb.Name = "已核准的營運成本收支單_rb"
  296. Me.已核准的營運成本收支單_rb.Size = New System.Drawing.Size(61, 20)
  297. Me.已核准的營運成本收支單_rb.TabIndex = 1858
  298. Me.已核准的營運成本收支單_rb.TabStop = True
  299. Me.已核准的營運成本收支單_rb.Text = "已儲存"
  300. Me.已核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  301. '
  302. '作廢的營運成本收支單_rb
  303. '
  304. Me.作廢的營運成本收支單_rb.AutoSize = True
  305. Me.作廢的營運成本收支單_rb.ForeColor = System.Drawing.Color.Blue
  306. Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(372, 4)
  307. Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  308. Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb"
  309. Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(61, 20)
  310. Me.作廢的營運成本收支單_rb.TabIndex = 1857
  311. Me.作廢的營運成本收支單_rb.TabStop = True
  312. Me.作廢的營運成本收支單_rb.Text = "已作廢"
  313. Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True
  314. '
  315. '已發行的營運成本收支單_rb
  316. '
  317. Me.已發行的營運成本收支單_rb.AutoSize = True
  318. Me.已發行的營運成本收支單_rb.ForeColor = System.Drawing.Color.Blue
  319. Me.已發行的營運成本收支單_rb.Location = New System.Drawing.Point(437, 4)
  320. Me.已發行的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  321. Me.已發行的營運成本收支單_rb.Name = "已發行的營運成本收支單_rb"
  322. Me.已發行的營運成本收支單_rb.Size = New System.Drawing.Size(61, 20)
  323. Me.已發行的營運成本收支單_rb.TabIndex = 1871
  324. Me.已發行的營運成本收支單_rb.TabStop = True
  325. Me.已發行的營運成本收支單_rb.Text = "已發行"
  326. Me.已發行的營運成本收支單_rb.UseVisualStyleBackColor = True
  327. '
  328. '說明_tb
  329. '
  330. Me.說明_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  331. Or System.Windows.Forms.AnchorStyles.Left) _
  332. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  333. Me.說明_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  334. Me.說明_tb.Location = New System.Drawing.Point(3, 104)
  335. Me.說明_tb.Margin = New System.Windows.Forms.Padding(4)
  336. Me.說明_tb.Multiline = True
  337. Me.說明_tb.Name = "說明_tb"
  338. Me.說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  339. Me.說明_tb.Size = New System.Drawing.Size(508, 511)
  340. Me.說明_tb.TabIndex = 1873
  341. '
  342. '人員_dgv
  343. '
  344. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  345. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  346. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  347. Me.人員_dgv.BackgroundColor = System.Drawing.Color.White
  348. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  349. Me.人員_dgv.Location = New System.Drawing.Point(1025, 64)
  350. Me.人員_dgv.Name = "人員_dgv"
  351. Me.人員_dgv.RowHeadersWidth = 5
  352. Me.人員_dgv.RowTemplate.Height = 24
  353. Me.人員_dgv.Size = New System.Drawing.Size(318, 613)
  354. Me.人員_dgv.TabIndex = 1874
  355. '
  356. '指定人員_bt
  357. '
  358. Me.指定人員_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  359. Me.指定人員_bt.Location = New System.Drawing.Point(1093, 25)
  360. Me.指定人員_bt.Name = "指定人員_bt"
  361. Me.指定人員_bt.Size = New System.Drawing.Size(102, 32)
  362. Me.指定人員_bt.TabIndex = 1875
  363. Me.指定人員_bt.Text = "指定人員"
  364. Me.指定人員_bt.UseVisualStyleBackColor = True
  365. '
  366. 'Label1
  367. '
  368. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  369. Me.Label1.AutoSize = True
  370. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  371. Me.Label1.Location = New System.Drawing.Point(1031, 46)
  372. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  373. Me.Label1.Name = "Label1"
  374. Me.Label1.Size = New System.Drawing.Size(55, 16)
  375. Me.Label1.TabIndex = 1876
  376. Me.Label1.Text = "簽核人員"
  377. '
  378. '發行_bt
  379. '
  380. Me.發行_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  381. Me.發行_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check
  382. Me.發行_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  383. Me.發行_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  384. Me.發行_bt.ForeColor = System.Drawing.Color.DarkGreen
  385. Me.發行_bt.Location = New System.Drawing.Point(2, 278)
  386. Me.發行_bt.Margin = New System.Windows.Forms.Padding(4)
  387. Me.發行_bt.Name = "發行_bt"
  388. Me.發行_bt.Size = New System.Drawing.Size(35, 35)
  389. Me.發行_bt.TabIndex = 1872
  390. Me.發行_bt.UseVisualStyleBackColor = True
  391. '
  392. '查詢_tb
  393. '
  394. Me.查詢_tb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Search
  395. Me.查詢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  396. Me.查詢_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  397. Me.查詢_tb.ForeColor = System.Drawing.Color.Red
  398. Me.查詢_tb.Location = New System.Drawing.Point(171, 97)
  399. Me.查詢_tb.Margin = New System.Windows.Forms.Padding(4)
  400. Me.查詢_tb.Name = "查詢_tb"
  401. Me.查詢_tb.Size = New System.Drawing.Size(30, 25)
  402. Me.查詢_tb.TabIndex = 1863
  403. Me.查詢_tb.UseVisualStyleBackColor = True
  404. '
  405. '作廢_bt
  406. '
  407. Me.作廢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  408. Me.作廢_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Close
  409. Me.作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  410. Me.作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  411. Me.作廢_bt.ForeColor = System.Drawing.Color.DarkGreen
  412. Me.作廢_bt.Location = New System.Drawing.Point(39, 278)
  413. Me.作廢_bt.Margin = New System.Windows.Forms.Padding(4)
  414. Me.作廢_bt.Name = "作廢_bt"
  415. Me.作廢_bt.Size = New System.Drawing.Size(35, 35)
  416. Me.作廢_bt.TabIndex = 1848
  417. Me.作廢_bt.UseVisualStyleBackColor = True
  418. '
  419. '刪除_bt
  420. '
  421. Me.刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  422. Me.刪除_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  423. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  424. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  425. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  426. Me.刪除_bt.Location = New System.Drawing.Point(1245, 7)
  427. Me.刪除_bt.Margin = New System.Windows.Forms.Padding(4)
  428. Me.刪除_bt.Name = "刪除_bt"
  429. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  430. Me.刪除_bt.TabIndex = 1847
  431. Me.刪除_bt.UseVisualStyleBackColor = True
  432. '
  433. '儲存_bt
  434. '
  435. Me.儲存_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  436. Me.儲存_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  437. Me.儲存_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  438. Me.儲存_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  439. Me.儲存_bt.ForeColor = System.Drawing.Color.DarkGreen
  440. Me.儲存_bt.Location = New System.Drawing.Point(1295, 7)
  441. Me.儲存_bt.Margin = New System.Windows.Forms.Padding(4)
  442. Me.儲存_bt.Name = "儲存_bt"
  443. Me.儲存_bt.Size = New System.Drawing.Size(50, 50)
  444. Me.儲存_bt.TabIndex = 1846
  445. Me.儲存_bt.UseVisualStyleBackColor = True
  446. '
  447. '新增_bt
  448. '
  449. Me.新增_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  450. Me.新增_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.add_2
  451. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  452. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  453. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  454. Me.新增_bt.Location = New System.Drawing.Point(1195, 7)
  455. Me.新增_bt.Margin = New System.Windows.Forms.Padding(4)
  456. Me.新增_bt.Name = "新增_bt"
  457. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  458. Me.新增_bt.TabIndex = 1845
  459. Me.新增_bt.UseVisualStyleBackColor = True
  460. '
  461. '列印_bt
  462. '
  463. Me.列印_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  464. Me.列印_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.print
  465. Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  466. Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  467. Me.列印_bt.ForeColor = System.Drawing.Color.Red
  468. Me.列印_bt.Location = New System.Drawing.Point(76, 278)
  469. Me.列印_bt.Margin = New System.Windows.Forms.Padding(4)
  470. Me.列印_bt.Name = "列印_bt"
  471. Me.列印_bt.Size = New System.Drawing.Size(35, 35)
  472. Me.列印_bt.TabIndex = 1844
  473. Me.列印_bt.UseVisualStyleBackColor = True
  474. '
  475. '全選_cb
  476. '
  477. Me.全選_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  478. Me.全選_cb.AutoSize = True
  479. Me.全選_cb.Location = New System.Drawing.Point(1030, 27)
  480. Me.全選_cb.Name = "全選_cb"
  481. Me.全選_cb.Size = New System.Drawing.Size(62, 20)
  482. Me.全選_cb.TabIndex = 1877
  483. Me.全選_cb.Text = "所有人"
  484. Me.全選_cb.UseVisualStyleBackColor = True
  485. '
  486. 'ppp
  487. '
  488. Me.ppp.Controls.Add(Me.副檔名_tb)
  489. Me.ppp.Controls.Add(Me.圖片庫_tb)
  490. Me.ppp.Controls.Add(Me.檔案路徑_tb)
  491. Me.ppp.Controls.Add(Me.人員1_dgv)
  492. Me.ppp.Controls.Add(Me.公司名稱)
  493. Me.ppp.Controls.Add(Me.Label0)
  494. Me.ppp.Controls.Add(Me.單號_tb)
  495. Me.ppp.Controls.Add(Me.查詢_tb)
  496. Me.ppp.Location = New System.Drawing.Point(1028, 278)
  497. Me.ppp.Name = "ppp"
  498. Me.ppp.Size = New System.Drawing.Size(253, 137)
  499. Me.ppp.TabIndex = 1878
  500. Me.ppp.Visible = False
  501. '
  502. '副檔名_tb
  503. '
  504. Me.副檔名_tb.Enabled = False
  505. Me.副檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  506. Me.副檔名_tb.Location = New System.Drawing.Point(129, 65)
  507. Me.副檔名_tb.Name = "副檔名_tb"
  508. Me.副檔名_tb.Size = New System.Drawing.Size(116, 23)
  509. Me.副檔名_tb.TabIndex = 1878
  510. '
  511. '圖片庫_tb
  512. '
  513. Me.圖片庫_tb.AllowDrop = True
  514. Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black
  515. Me.圖片庫_tb.Location = New System.Drawing.Point(7, 65)
  516. Me.圖片庫_tb.Name = "圖片庫_tb"
  517. Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23)
  518. Me.圖片庫_tb.TabIndex = 1877
  519. '
  520. '檔案路徑_tb
  521. '
  522. Me.檔案路徑_tb.AllowDrop = True
  523. Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black
  524. Me.檔案路徑_tb.Location = New System.Drawing.Point(7, 36)
  525. Me.檔案路徑_tb.Multiline = True
  526. Me.檔案路徑_tb.Name = "檔案路徑_tb"
  527. Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23)
  528. Me.檔案路徑_tb.TabIndex = 1876
  529. '
  530. '人員1_dgv
  531. '
  532. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  533. Me.人員1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  534. Me.人員1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  535. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  536. Me.人員1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  537. Me.人員1_dgv.BackgroundColor = System.Drawing.Color.White
  538. Me.人員1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  539. Me.人員1_dgv.Location = New System.Drawing.Point(129, 156)
  540. Me.人員1_dgv.Name = "人員1_dgv"
  541. Me.人員1_dgv.RowHeadersWidth = 5
  542. Me.人員1_dgv.RowTemplate.Height = 24
  543. Me.人員1_dgv.Size = New System.Drawing.Size(116, 0)
  544. Me.人員1_dgv.TabIndex = 1875
  545. '
  546. '圖片清單_dgv
  547. '
  548. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  549. Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  550. Me.圖片清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  551. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  552. Me.圖片清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  553. Me.圖片清單_dgv.BackgroundColor = System.Drawing.Color.White
  554. Me.圖片清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  555. Me.圖片清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  556. Me.圖片清單_dgv.Location = New System.Drawing.Point(2, 3)
  557. Me.圖片清單_dgv.Name = "圖片清單_dgv"
  558. Me.圖片清單_dgv.RowHeadersWidth = 5
  559. Me.圖片清單_dgv.RowTemplate.Height = 24
  560. Me.圖片清單_dgv.Size = New System.Drawing.Size(100, 272)
  561. Me.圖片清單_dgv.TabIndex = 1886
  562. '
  563. '圖片_pb
  564. '
  565. Me.圖片_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  566. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  567. Me.圖片_pb.BackColor = System.Drawing.Color.White
  568. Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  569. Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  570. Me.圖片_pb.Location = New System.Drawing.Point(104, 3)
  571. Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  572. Me.圖片_pb.Name = "圖片_pb"
  573. Me.圖片_pb.Size = New System.Drawing.Size(200, 272)
  574. Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  575. Me.圖片_pb.TabIndex = 1885
  576. Me.圖片_pb.TabStop = False
  577. '
  578. '圖檔入系統_rbt
  579. '
  580. Me.圖檔入系統_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  581. Me.圖檔入系統_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image
  582. Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  583. Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 278)
  584. Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt"
  585. Me.圖檔入系統_rbt.Size = New System.Drawing.Size(103, 35)
  586. Me.圖檔入系統_rbt.TabIndex = 1888
  587. Me.圖檔入系統_rbt.UseVisualStyleBackColor = True
  588. '
  589. '讀取資料夾路徑_rbt
  590. '
  591. Me.讀取資料夾路徑_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  592. Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.PortableComputer
  593. Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  594. Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(160, 278)
  595. Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt"
  596. Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(35, 35)
  597. Me.讀取資料夾路徑_rbt.TabIndex = 1887
  598. Me.讀取資料夾路徑_rbt.UseVisualStyleBackColor = True
  599. '
  600. 'PB5
  601. '
  602. Me.PB5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  603. Me.PB5.BackColor = System.Drawing.Color.White
  604. Me.PB5.BackgroundImage = CType(resources.GetObject("PB5.BackgroundImage"), System.Drawing.Image)
  605. Me.PB5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  606. Me.PB5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  607. Me.PB5.Location = New System.Drawing.Point(2, 558)
  608. Me.PB5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  609. Me.PB5.Name = "PB5"
  610. Me.PB5.Size = New System.Drawing.Size(149, 119)
  611. Me.PB5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  612. Me.PB5.TabIndex = 1884
  613. Me.PB5.TabStop = False
  614. '
  615. 'PB4
  616. '
  617. Me.PB4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  618. Me.PB4.BackColor = System.Drawing.Color.White
  619. Me.PB4.BackgroundImage = CType(resources.GetObject("PB4.BackgroundImage"), System.Drawing.Image)
  620. Me.PB4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  621. Me.PB4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  622. Me.PB4.Location = New System.Drawing.Point(153, 436)
  623. Me.PB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  624. Me.PB4.Name = "PB4"
  625. Me.PB4.Size = New System.Drawing.Size(149, 119)
  626. Me.PB4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  627. Me.PB4.TabIndex = 1883
  628. Me.PB4.TabStop = False
  629. '
  630. 'PB1
  631. '
  632. Me.PB1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  633. Me.PB1.BackColor = System.Drawing.Color.White
  634. Me.PB1.BackgroundImage = CType(resources.GetObject("PB1.BackgroundImage"), System.Drawing.Image)
  635. Me.PB1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  636. Me.PB1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  637. Me.PB1.Location = New System.Drawing.Point(2, 314)
  638. Me.PB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  639. Me.PB1.Name = "PB1"
  640. Me.PB1.Size = New System.Drawing.Size(149, 119)
  641. Me.PB1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  642. Me.PB1.TabIndex = 1879
  643. Me.PB1.TabStop = False
  644. '
  645. 'PB2
  646. '
  647. Me.PB2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  648. Me.PB2.BackColor = System.Drawing.Color.White
  649. Me.PB2.BackgroundImage = CType(resources.GetObject("PB2.BackgroundImage"), System.Drawing.Image)
  650. Me.PB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  651. Me.PB2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  652. Me.PB2.Location = New System.Drawing.Point(153, 314)
  653. Me.PB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  654. Me.PB2.Name = "PB2"
  655. Me.PB2.Size = New System.Drawing.Size(149, 119)
  656. Me.PB2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  657. Me.PB2.TabIndex = 1881
  658. Me.PB2.TabStop = False
  659. '
  660. 'PB3
  661. '
  662. Me.PB3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  663. Me.PB3.BackColor = System.Drawing.Color.White
  664. Me.PB3.BackgroundImage = CType(resources.GetObject("PB3.BackgroundImage"), System.Drawing.Image)
  665. Me.PB3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  666. Me.PB3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  667. Me.PB3.Location = New System.Drawing.Point(2, 436)
  668. Me.PB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  669. Me.PB3.Name = "PB3"
  670. Me.PB3.Size = New System.Drawing.Size(149, 119)
  671. Me.PB3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  672. Me.PB3.TabIndex = 1882
  673. Me.PB3.TabStop = False
  674. '
  675. 'PB6
  676. '
  677. Me.PB6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  678. Me.PB6.BackColor = System.Drawing.Color.White
  679. Me.PB6.BackgroundImage = CType(resources.GetObject("PB6.BackgroundImage"), System.Drawing.Image)
  680. Me.PB6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  681. Me.PB6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  682. Me.PB6.Location = New System.Drawing.Point(153, 558)
  683. Me.PB6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  684. Me.PB6.Name = "PB6"
  685. Me.PB6.Size = New System.Drawing.Size(149, 119)
  686. Me.PB6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  687. Me.PB6.TabIndex = 1880
  688. Me.PB6.TabStop = False
  689. '
  690. 'TabControl1
  691. '
  692. Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  693. Or System.Windows.Forms.AnchorStyles.Left) _
  694. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  695. Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
  696. Me.TabControl1.Controls.Add(Me.TabPage1)
  697. Me.TabControl1.Controls.Add(Me.TabPage2)
  698. Me.TabControl1.Location = New System.Drawing.Point(498, 27)
  699. Me.TabControl1.Name = "TabControl1"
  700. Me.TabControl1.SelectedIndex = 0
  701. Me.TabControl1.Size = New System.Drawing.Size(529, 655)
  702. Me.TabControl1.TabIndex = 1889
  703. '
  704. 'TabPage1
  705. '
  706. Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  707. Me.TabPage1.Controls.Add(Me.PDF_P)
  708. Me.TabPage1.Controls.Add(Me.圖片_P)
  709. Me.TabPage1.Location = New System.Drawing.Point(4, 28)
  710. Me.TabPage1.Name = "TabPage1"
  711. Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  712. Me.TabPage1.Size = New System.Drawing.Size(521, 623)
  713. Me.TabPage1.TabIndex = 0
  714. Me.TabPage1.Text = "文件清單與圖片"
  715. Me.TabPage1.UseVisualStyleBackColor = True
  716. '
  717. 'PDF_P
  718. '
  719. Me.PDF_P.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  720. Or System.Windows.Forms.AnchorStyles.Left) _
  721. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  722. Me.PDF_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  723. Me.PDF_P.Controls.Add(Me.RadPdfViewer1)
  724. Me.PDF_P.Controls.Add(Me.RadPdfViewerNavigator1)
  725. Me.PDF_P.Location = New System.Drawing.Point(0, -1)
  726. Me.PDF_P.Name = "PDF_P"
  727. Me.PDF_P.Size = New System.Drawing.Size(519, 622)
  728. Me.PDF_P.TabIndex = 1886
  729. '
  730. 'RadPdfViewer1
  731. '
  732. Me.RadPdfViewer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  733. Or System.Windows.Forms.AnchorStyles.Left) _
  734. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  735. Me.RadPdfViewer1.BackColor = System.Drawing.SystemColors.ControlLightLight
  736. Me.RadPdfViewer1.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  737. Me.RadPdfViewer1.Location = New System.Drawing.Point(0, 38)
  738. Me.RadPdfViewer1.Name = "RadPdfViewer1"
  739. '
  740. '
  741. '
  742. Me.RadPdfViewer1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 38, 200, 200)
  743. Me.RadPdfViewer1.Size = New System.Drawing.Size(516, 581)
  744. Me.RadPdfViewer1.TabIndex = 1
  745. Me.RadPdfViewer1.ThumbnailsScaleFactor = 0.15!
  746. '
  747. 'RadPdfViewerNavigator1
  748. '
  749. Me.RadPdfViewerNavigator1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  750. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  751. Me.RadPdfViewerNavigator1.BackColor = System.Drawing.SystemColors.ControlLightLight
  752. Me.RadPdfViewerNavigator1.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  753. Me.RadPdfViewerNavigator1.Location = New System.Drawing.Point(0, 1)
  754. Me.RadPdfViewerNavigator1.Name = "RadPdfViewerNavigator1"
  755. '
  756. '
  757. '
  758. Me.RadPdfViewerNavigator1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 1, 610, 38)
  759. Me.RadPdfViewerNavigator1.Size = New System.Drawing.Size(516, 38)
  760. Me.RadPdfViewerNavigator1.TabIndex = 0
  761. '
  762. '圖片_P
  763. '
  764. Me.圖片_P.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  765. Or System.Windows.Forms.AnchorStyles.Left) _
  766. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  767. Me.圖片_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  768. Me.圖片_P.Controls.Add(Me.圖片1_pb)
  769. Me.圖片_P.Location = New System.Drawing.Point(0, -2)
  770. Me.圖片_P.Name = "圖片_P"
  771. Me.圖片_P.Size = New System.Drawing.Size(521, 628)
  772. Me.圖片_P.TabIndex = 1888
  773. '
  774. '圖片1_pb
  775. '
  776. Me.圖片1_pb.BackColor = System.Drawing.Color.White
  777. Me.圖片1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  778. Me.圖片1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  779. Me.圖片1_pb.Dock = System.Windows.Forms.DockStyle.Fill
  780. Me.圖片1_pb.Location = New System.Drawing.Point(0, 0)
  781. Me.圖片1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  782. Me.圖片1_pb.Name = "圖片1_pb"
  783. Me.圖片1_pb.Size = New System.Drawing.Size(519, 626)
  784. Me.圖片1_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  785. Me.圖片1_pb.TabIndex = 1887
  786. Me.圖片1_pb.TabStop = False
  787. '
  788. 'TabPage2
  789. '
  790. Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  791. Me.TabPage2.Controls.Add(Me.Label9)
  792. Me.TabPage2.Controls.Add(Me.主旨_tb)
  793. Me.TabPage2.Controls.Add(Me.Label10)
  794. Me.TabPage2.Controls.Add(Me.說明_tb)
  795. Me.TabPage2.Controls.Add(Me.字體大小調整_lb)
  796. Me.TabPage2.Controls.Add(Me.字體_NUD)
  797. Me.TabPage2.Location = New System.Drawing.Point(4, 28)
  798. Me.TabPage2.Name = "TabPage2"
  799. Me.TabPage2.Size = New System.Drawing.Size(521, 621)
  800. Me.TabPage2.TabIndex = 1
  801. Me.TabPage2.Text = "文件內容"
  802. Me.TabPage2.UseVisualStyleBackColor = True
  803. '
  804. 'OpenFileDialog1
  805. '
  806. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  807. Me.OpenFileDialog1.Multiselect = True
  808. '
  809. '文件
  810. '
  811. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  812. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  813. Me.ClientSize = New System.Drawing.Size(1349, 681)
  814. Me.Controls.Add(Me.ppp)
  815. Me.Controls.Add(Me.控制表_dgv)
  816. Me.Controls.Add(Me.已核准的營運成本收支單_rb)
  817. Me.Controls.Add(Me.圖片清單_dgv)
  818. Me.Controls.Add(Me.作廢的營運成本收支單_rb)
  819. Me.Controls.Add(Me.圖片_pb)
  820. Me.Controls.Add(Me.已發行的營運成本收支單_rb)
  821. Me.Controls.Add(Me.圖檔入系統_rbt)
  822. Me.Controls.Add(Me.讀取資料夾路徑_rbt)
  823. Me.Controls.Add(Me.PB5)
  824. Me.Controls.Add(Me.PB4)
  825. Me.Controls.Add(Me.PB1)
  826. Me.Controls.Add(Me.PB2)
  827. Me.Controls.Add(Me.PB3)
  828. Me.Controls.Add(Me.PB6)
  829. Me.Controls.Add(Me.全選_cb)
  830. Me.Controls.Add(Me.Label1)
  831. Me.Controls.Add(Me.指定人員_bt)
  832. Me.Controls.Add(Me.人員_dgv)
  833. Me.Controls.Add(Me.發行_bt)
  834. Me.Controls.Add(Me.選擇日期_dtp)
  835. Me.Controls.Add(Me.開單人_tb)
  836. Me.Controls.Add(Me.Label29)
  837. Me.Controls.Add(Me.作廢_bt)
  838. Me.Controls.Add(Me.刪除_bt)
  839. Me.Controls.Add(Me.儲存_bt)
  840. Me.Controls.Add(Me.新增_bt)
  841. Me.Controls.Add(Me.列印_bt)
  842. Me.Controls.Add(Me.Label13)
  843. Me.Controls.Add(Me.檔案名稱_tb)
  844. Me.Controls.Add(Me.Label8)
  845. Me.Controls.Add(Me.TabControl1)
  846. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  847. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  848. Me.Name = "文件"
  849. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  850. Me.Text = "文件簽核管理"
  851. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  852. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  853. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  854. Me.ppp.ResumeLayout(False)
  855. Me.ppp.PerformLayout()
  856. CType(Me.人員1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  857. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  858. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
  859. CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit()
  860. CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit()
  861. CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit()
  862. CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit()
  863. CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit()
  864. CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit()
  865. Me.TabControl1.ResumeLayout(False)
  866. Me.TabPage1.ResumeLayout(False)
  867. Me.PDF_P.ResumeLayout(False)
  868. Me.PDF_P.PerformLayout()
  869. CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).EndInit()
  870. CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  871. Me.圖片_P.ResumeLayout(False)
  872. CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  873. Me.TabPage2.ResumeLayout(False)
  874. Me.TabPage2.PerformLayout()
  875. Me.ResumeLayout(False)
  876. Me.PerformLayout()
  877. End Sub
  878. Friend WithEvents Label10 As Label
  879. Friend WithEvents 主旨_tb As TextBox
  880. Friend WithEvents Label9 As Label
  881. Friend WithEvents 單號_tb As TextBox
  882. Friend WithEvents 選擇日期_dtp As DateTimePicker
  883. Friend WithEvents 開單人_tb As TextBox
  884. Friend WithEvents 查詢_tb As Button
  885. Friend WithEvents Label29 As Label
  886. Friend WithEvents Label0 As Label
  887. Friend WithEvents 作廢_bt As Button
  888. Friend WithEvents 刪除_bt As Button
  889. Friend WithEvents 儲存_bt As Button
  890. Friend WithEvents 新增_bt As Button
  891. Friend WithEvents 列印_bt As Button
  892. Friend WithEvents 控制表_dgv As DataGridView
  893. Friend WithEvents Label13 As Label
  894. Friend WithEvents PrintDocument1 As Printing.PrintDocument
  895. Friend WithEvents ToolTip1 As ToolTip
  896. Friend WithEvents 字體_NUD As NumericUpDown
  897. Friend WithEvents 字體大小調整_lb As Label
  898. Friend WithEvents 檔案名稱_tb As TextBox
  899. Friend WithEvents Label8 As Label
  900. Friend WithEvents 公司名稱 As TextBox
  901. Friend WithEvents 已核准的營運成本收支單_rb As RadioButton
  902. Friend WithEvents 作廢的營運成本收支單_rb As RadioButton
  903. Friend WithEvents 已發行的營運成本收支單_rb As RadioButton
  904. Friend WithEvents 發行_bt As Button
  905. Friend WithEvents 說明_tb As TextBox
  906. Friend WithEvents 人員_dgv As DataGridView
  907. Friend WithEvents 指定人員_bt As Button
  908. Friend WithEvents Label1 As Label
  909. Friend WithEvents 全選_cb As CheckBox
  910. Friend WithEvents ppp As Panel
  911. Friend WithEvents 人員1_dgv As DataGridView
  912. Friend WithEvents 圖片清單_dgv As DataGridView
  913. Friend WithEvents 圖片_pb As PictureBox
  914. Friend WithEvents 圖檔入系統_rbt As Button
  915. Friend WithEvents 讀取資料夾路徑_rbt As Button
  916. Friend WithEvents PB5 As PictureBox
  917. Friend WithEvents PB4 As PictureBox
  918. Friend WithEvents PB1 As PictureBox
  919. Friend WithEvents PB2 As PictureBox
  920. Friend WithEvents PB3 As PictureBox
  921. Friend WithEvents PB6 As PictureBox
  922. Friend WithEvents TabControl1 As TabControl
  923. Friend WithEvents TabPage1 As TabPage
  924. Friend WithEvents PDF_P As Panel
  925. Friend WithEvents RadPdfViewer1 As Telerik.WinControls.UI.RadPdfViewer
  926. Friend WithEvents RadPdfViewerNavigator1 As Telerik.WinControls.UI.RadPdfViewerNavigator
  927. Friend WithEvents TabPage2 As TabPage
  928. Friend WithEvents 副檔名_tb As TextBox
  929. Friend WithEvents 圖片庫_tb As TextBox
  930. Friend WithEvents 檔案路徑_tb As TextBox
  931. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  932. Friend WithEvents 圖片1_pb As PictureBox
  933. Friend WithEvents 圖片_P As Panel
  934. End Class