Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

業務專案控制表.Designer.vb 39KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 業務專案控制表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.Label3 = New System.Windows.Forms.Label()
  27. Me.Label4 = New System.Windows.Forms.Label()
  28. Me.Label6 = New System.Windows.Forms.Label()
  29. Me.TextBox1 = New System.Windows.Forms.TextBox()
  30. Me.TextBox2 = New System.Windows.Forms.TextBox()
  31. Me.TextBox3 = New System.Windows.Forms.TextBox()
  32. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  33. Me.Button4 = New System.Windows.Forms.Button()
  34. Me.Button5 = New System.Windows.Forms.Button()
  35. Me.Button6 = New System.Windows.Forms.Button()
  36. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  37. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  38. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  39. Me.Label7 = New System.Windows.Forms.Label()
  40. Me.Label8 = New System.Windows.Forms.Label()
  41. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  42. Me.TextBox4 = New System.Windows.Forms.TextBox()
  43. Me.Label5 = New System.Windows.Forms.Label()
  44. Me.Button13 = New System.Windows.Forms.Button()
  45. Me.Button1 = New System.Windows.Forms.Button()
  46. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  47. Me.Button2 = New System.Windows.Forms.Button()
  48. Me.Button3 = New System.Windows.Forms.Button()
  49. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  50. Me.Button7 = New System.Windows.Forms.Button()
  51. Me.TextBox11 = New System.Windows.Forms.TextBox()
  52. Me.Label13 = New System.Windows.Forms.Label()
  53. Me.TextBox12 = New System.Windows.Forms.TextBox()
  54. Me.Label14 = New System.Windows.Forms.Label()
  55. Me.TextBox13 = New System.Windows.Forms.TextBox()
  56. Me.Label15 = New System.Windows.Forms.Label()
  57. Me.Button8 = New System.Windows.Forms.Button()
  58. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  59. Me.Label18 = New System.Windows.Forms.Label()
  60. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  61. Me.Label19 = New System.Windows.Forms.Label()
  62. Me.CheckBox10 = New System.Windows.Forms.CheckBox()
  63. Me.Button9 = New System.Windows.Forms.Button()
  64. Me.Label20 = New System.Windows.Forms.Label()
  65. Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
  66. Me.CheckBox11 = New System.Windows.Forms.CheckBox()
  67. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  68. Me.Label21 = New System.Windows.Forms.Label()
  69. Me.TextBox16 = New System.Windows.Forms.TextBox()
  70. Me.WebBrowser3 = New System.Windows.Forms.WebBrowser()
  71. Me.Button10 = New System.Windows.Forms.Button()
  72. Me.CheckBox12 = New System.Windows.Forms.CheckBox()
  73. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  74. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  75. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  76. Me.Label9 = New System.Windows.Forms.Label()
  77. Me.Button14 = New System.Windows.Forms.Button()
  78. Me.Label10 = New System.Windows.Forms.Label()
  79. Me.TextBox6 = New System.Windows.Forms.TextBox()
  80. Me.TextBox5 = New System.Windows.Forms.TextBox()
  81. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  82. Me.Label11 = New System.Windows.Forms.Label()
  83. Me.Label12 = New System.Windows.Forms.Label()
  84. Me.Button11 = New System.Windows.Forms.Button()
  85. Me.TextBox7 = New System.Windows.Forms.TextBox()
  86. Me.TextBox8 = New System.Windows.Forms.TextBox()
  87. Me.Button12 = New System.Windows.Forms.Button()
  88. Me.Button15 = New System.Windows.Forms.Button()
  89. Me.Button16 = New System.Windows.Forms.Button()
  90. Me.Button17 = New System.Windows.Forms.Button()
  91. Me.Button18 = New System.Windows.Forms.Button()
  92. Me.Button19 = New System.Windows.Forms.Button()
  93. Me.Button20 = New System.Windows.Forms.Button()
  94. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  97. Me.SuspendLayout()
  98. '
  99. 'Label1
  100. '
  101. Me.Label1.AutoSize = True
  102. Me.Label1.Location = New System.Drawing.Point(12, 6)
  103. Me.Label1.Name = "Label1"
  104. Me.Label1.Size = New System.Drawing.Size(68, 16)
  105. Me.Label1.TabIndex = 0
  106. Me.Label1.Text = "專案流水號"
  107. '
  108. 'Label2
  109. '
  110. Me.Label2.AutoSize = True
  111. Me.Label2.Location = New System.Drawing.Point(213, 6)
  112. Me.Label2.Name = "Label2"
  113. Me.Label2.Size = New System.Drawing.Size(56, 16)
  114. Me.Label2.TabIndex = 1
  115. Me.Label2.Text = "專案內容"
  116. '
  117. 'Label3
  118. '
  119. Me.Label3.AutoSize = True
  120. Me.Label3.Location = New System.Drawing.Point(213, 56)
  121. Me.Label3.Name = "Label3"
  122. Me.Label3.Size = New System.Drawing.Size(56, 16)
  123. Me.Label3.TabIndex = 2
  124. Me.Label3.Text = "執行人數"
  125. '
  126. 'Label4
  127. '
  128. Me.Label4.AutoSize = True
  129. Me.Label4.Location = New System.Drawing.Point(422, 30)
  130. Me.Label4.Name = "Label4"
  131. Me.Label4.Size = New System.Drawing.Size(56, 16)
  132. Me.Label4.TabIndex = 3
  133. Me.Label4.Text = "執行天數"
  134. '
  135. 'Label6
  136. '
  137. Me.Label6.AutoSize = True
  138. Me.Label6.Location = New System.Drawing.Point(213, 31)
  139. Me.Label6.Name = "Label6"
  140. Me.Label6.Size = New System.Drawing.Size(56, 16)
  141. Me.Label6.TabIndex = 5
  142. Me.Label6.Text = "專案地點"
  143. '
  144. 'TextBox1
  145. '
  146. Me.TextBox1.Location = New System.Drawing.Point(86, 3)
  147. Me.TextBox1.Name = "TextBox1"
  148. Me.TextBox1.Size = New System.Drawing.Size(121, 23)
  149. Me.TextBox1.TabIndex = 6
  150. '
  151. 'TextBox2
  152. '
  153. Me.TextBox2.Location = New System.Drawing.Point(275, 3)
  154. Me.TextBox2.Name = "TextBox2"
  155. Me.TextBox2.Size = New System.Drawing.Size(392, 23)
  156. Me.TextBox2.TabIndex = 7
  157. '
  158. 'TextBox3
  159. '
  160. Me.TextBox3.Location = New System.Drawing.Point(275, 28)
  161. Me.TextBox3.Name = "TextBox3"
  162. Me.TextBox3.Size = New System.Drawing.Size(141, 23)
  163. Me.TextBox3.TabIndex = 8
  164. '
  165. 'ComboBox1
  166. '
  167. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  168. Me.ComboBox1.FormattingEnabled = True
  169. Me.ComboBox1.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"})
  170. Me.ComboBox1.Location = New System.Drawing.Point(275, 53)
  171. Me.ComboBox1.Name = "ComboBox1"
  172. Me.ComboBox1.Size = New System.Drawing.Size(68, 24)
  173. Me.ComboBox1.TabIndex = 10
  174. '
  175. 'Button4
  176. '
  177. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  178. Me.Button4.ForeColor = System.Drawing.Color.Red
  179. Me.Button4.Location = New System.Drawing.Point(1822, 6)
  180. Me.Button4.Name = "Button4"
  181. Me.Button4.Size = New System.Drawing.Size(80, 72)
  182. Me.Button4.TabIndex = 186
  183. Me.Button4.Text = "刪除"
  184. Me.Button4.UseVisualStyleBackColor = True
  185. '
  186. 'Button5
  187. '
  188. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  189. Me.Button5.ForeColor = System.Drawing.Color.Blue
  190. Me.Button5.Location = New System.Drawing.Point(1660, 6)
  191. Me.Button5.Name = "Button5"
  192. Me.Button5.Size = New System.Drawing.Size(80, 72)
  193. Me.Button5.TabIndex = 184
  194. Me.Button5.Text = "新增"
  195. Me.Button5.UseVisualStyleBackColor = True
  196. '
  197. 'Button6
  198. '
  199. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  200. Me.Button6.ForeColor = System.Drawing.Color.DarkGreen
  201. Me.Button6.Location = New System.Drawing.Point(1741, 6)
  202. Me.Button6.Name = "Button6"
  203. Me.Button6.Size = New System.Drawing.Size(80, 72)
  204. Me.Button6.TabIndex = 185
  205. Me.Button6.Text = "修改"
  206. Me.Button6.UseVisualStyleBackColor = True
  207. '
  208. 'DataGridView1
  209. '
  210. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  211. Me.DataGridView1.Location = New System.Drawing.Point(12, 80)
  212. Me.DataGridView1.Name = "DataGridView1"
  213. Me.DataGridView1.RowHeadersWidth = 5
  214. Me.DataGridView1.RowTemplate.Height = 24
  215. Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  216. Me.DataGridView1.Size = New System.Drawing.Size(1890, 573)
  217. Me.DataGridView1.TabIndex = 187
  218. '
  219. 'CheckBox1
  220. '
  221. Me.CheckBox1.AutoSize = True
  222. Me.CheckBox1.Location = New System.Drawing.Point(673, 56)
  223. Me.CheckBox1.Name = "CheckBox1"
  224. Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
  225. Me.CheckBox1.TabIndex = 189
  226. Me.CheckBox1.Text = "是否結案"
  227. Me.CheckBox1.UseVisualStyleBackColor = True
  228. '
  229. 'DateTimePicker1
  230. '
  231. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  232. Me.DateTimePicker1.Location = New System.Drawing.Point(792, 27)
  233. Me.DateTimePicker1.Name = "DateTimePicker1"
  234. Me.DateTimePicker1.Size = New System.Drawing.Size(121, 23)
  235. Me.DateTimePicker1.TabIndex = 190
  236. '
  237. 'Label7
  238. '
  239. Me.Label7.AutoSize = True
  240. Me.Label7.Location = New System.Drawing.Point(754, 31)
  241. Me.Label7.Name = "Label7"
  242. Me.Label7.Size = New System.Drawing.Size(32, 16)
  243. Me.Label7.TabIndex = 191
  244. Me.Label7.Text = "日期"
  245. '
  246. 'Label8
  247. '
  248. Me.Label8.AutoSize = True
  249. Me.Label8.Location = New System.Drawing.Point(754, 57)
  250. Me.Label8.Name = "Label8"
  251. Me.Label8.Size = New System.Drawing.Size(32, 16)
  252. Me.Label8.TabIndex = 193
  253. Me.Label8.Text = "日期"
  254. '
  255. 'DateTimePicker2
  256. '
  257. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  258. Me.DateTimePicker2.Location = New System.Drawing.Point(793, 52)
  259. Me.DateTimePicker2.Name = "DateTimePicker2"
  260. Me.DateTimePicker2.Size = New System.Drawing.Size(120, 23)
  261. Me.DateTimePicker2.TabIndex = 192
  262. '
  263. 'TextBox4
  264. '
  265. Me.TextBox4.Location = New System.Drawing.Point(1133, 25)
  266. Me.TextBox4.Multiline = True
  267. Me.TextBox4.Name = "TextBox4"
  268. Me.TextBox4.Size = New System.Drawing.Size(278, 52)
  269. Me.TextBox4.TabIndex = 195
  270. '
  271. 'Label5
  272. '
  273. Me.Label5.AutoSize = True
  274. Me.Label5.Location = New System.Drawing.Point(1133, 7)
  275. Me.Label5.Name = "Label5"
  276. Me.Label5.Size = New System.Drawing.Size(32, 16)
  277. Me.Label5.TabIndex = 194
  278. Me.Label5.Text = "備註"
  279. '
  280. 'Button13
  281. '
  282. Me.Button13.ForeColor = System.Drawing.Color.Black
  283. Me.Button13.Location = New System.Drawing.Point(919, 26)
  284. Me.Button13.Name = "Button13"
  285. Me.Button13.Size = New System.Drawing.Size(41, 24)
  286. Me.Button13.TabIndex = 310
  287. Me.Button13.Text = "清空"
  288. Me.Button13.UseVisualStyleBackColor = True
  289. '
  290. 'Button1
  291. '
  292. Me.Button1.ForeColor = System.Drawing.Color.Black
  293. Me.Button1.Location = New System.Drawing.Point(919, 52)
  294. Me.Button1.Name = "Button1"
  295. Me.Button1.Size = New System.Drawing.Size(41, 24)
  296. Me.Button1.TabIndex = 311
  297. Me.Button1.Text = "清空"
  298. Me.Button1.UseVisualStyleBackColor = True
  299. '
  300. 'DataGridView2
  301. '
  302. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  303. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  304. Me.DataGridView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  305. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  306. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  307. Me.DataGridView2.Location = New System.Drawing.Point(1577, 683)
  308. Me.DataGridView2.Name = "DataGridView2"
  309. Me.DataGridView2.RowHeadersWidth = 5
  310. Me.DataGridView2.RowTemplate.Height = 24
  311. Me.DataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  312. Me.DataGridView2.Size = New System.Drawing.Size(325, 299)
  313. Me.DataGridView2.TabIndex = 312
  314. '
  315. 'Button2
  316. '
  317. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  318. Me.Button2.ForeColor = System.Drawing.Color.Black
  319. Me.Button2.Location = New System.Drawing.Point(1498, 6)
  320. Me.Button2.Name = "Button2"
  321. Me.Button2.Size = New System.Drawing.Size(80, 72)
  322. Me.Button2.TabIndex = 313
  323. Me.Button2.Text = "查詢"
  324. Me.Button2.UseVisualStyleBackColor = True
  325. '
  326. 'Button3
  327. '
  328. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  329. Me.Button3.ForeColor = System.Drawing.Color.Black
  330. Me.Button3.Location = New System.Drawing.Point(1577, 656)
  331. Me.Button3.Name = "Button3"
  332. Me.Button3.Size = New System.Drawing.Size(63, 24)
  333. Me.Button3.TabIndex = 315
  334. Me.Button3.Text = "查詢"
  335. Me.Button3.UseVisualStyleBackColor = True
  336. '
  337. 'DataGridView3
  338. '
  339. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  340. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  341. Me.DataGridView3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  342. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  343. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  344. Me.DataGridView3.Location = New System.Drawing.Point(12, 683)
  345. Me.DataGridView3.Name = "DataGridView3"
  346. Me.DataGridView3.RowHeadersWidth = 5
  347. Me.DataGridView3.RowTemplate.Height = 24
  348. Me.DataGridView3.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  349. Me.DataGridView3.Size = New System.Drawing.Size(195, 299)
  350. Me.DataGridView3.TabIndex = 324
  351. '
  352. 'Button7
  353. '
  354. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  355. Me.Button7.ForeColor = System.Drawing.Color.Blue
  356. Me.Button7.Location = New System.Drawing.Point(1646, 656)
  357. Me.Button7.Name = "Button7"
  358. Me.Button7.Size = New System.Drawing.Size(63, 24)
  359. Me.Button7.TabIndex = 325
  360. Me.Button7.Text = "新增"
  361. Me.Button7.UseVisualStyleBackColor = True
  362. '
  363. 'TextBox11
  364. '
  365. Me.TextBox11.Location = New System.Drawing.Point(1027, 27)
  366. Me.TextBox11.Name = "TextBox11"
  367. Me.TextBox11.Size = New System.Drawing.Size(100, 23)
  368. Me.TextBox11.TabIndex = 334
  369. '
  370. 'Label13
  371. '
  372. Me.Label13.AutoSize = True
  373. Me.Label13.Location = New System.Drawing.Point(966, 30)
  374. Me.Label13.Name = "Label13"
  375. Me.Label13.Size = New System.Drawing.Size(32, 16)
  376. Me.Label13.TabIndex = 333
  377. Me.Label13.Text = "訂金"
  378. '
  379. 'TextBox12
  380. '
  381. Me.TextBox12.Location = New System.Drawing.Point(1027, 2)
  382. Me.TextBox12.Name = "TextBox12"
  383. Me.TextBox12.Size = New System.Drawing.Size(100, 23)
  384. Me.TextBox12.TabIndex = 332
  385. '
  386. 'Label14
  387. '
  388. Me.Label14.AutoSize = True
  389. Me.Label14.Location = New System.Drawing.Point(965, 5)
  390. Me.Label14.Name = "Label14"
  391. Me.Label14.Size = New System.Drawing.Size(56, 16)
  392. Me.Label14.TabIndex = 331
  393. Me.Label14.Text = "報價金額"
  394. '
  395. 'TextBox13
  396. '
  397. Me.TextBox13.Location = New System.Drawing.Point(1027, 54)
  398. Me.TextBox13.Name = "TextBox13"
  399. Me.TextBox13.Size = New System.Drawing.Size(100, 23)
  400. Me.TextBox13.TabIndex = 336
  401. '
  402. 'Label15
  403. '
  404. Me.Label15.AutoSize = True
  405. Me.Label15.Location = New System.Drawing.Point(966, 57)
  406. Me.Label15.Name = "Label15"
  407. Me.Label15.Size = New System.Drawing.Size(56, 16)
  408. Me.Label15.TabIndex = 335
  409. Me.Label15.Text = "應收尾款"
  410. '
  411. 'Button8
  412. '
  413. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  414. Me.Button8.ForeColor = System.Drawing.Color.Black
  415. Me.Button8.Location = New System.Drawing.Point(1579, 6)
  416. Me.Button8.Name = "Button8"
  417. Me.Button8.Size = New System.Drawing.Size(80, 72)
  418. Me.Button8.TabIndex = 341
  419. Me.Button8.Text = "清空"
  420. Me.Button8.UseVisualStyleBackColor = True
  421. '
  422. 'ComboBox3
  423. '
  424. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  425. Me.ComboBox3.FormattingEnabled = True
  426. Me.ComboBox3.Items.AddRange(New Object() {"設備新建", "設備改裝", "設備設計", "軟體設計", "系統維護", "系統顧問"})
  427. Me.ComboBox3.Location = New System.Drawing.Point(86, 28)
  428. Me.ComboBox3.Name = "ComboBox3"
  429. Me.ComboBox3.Size = New System.Drawing.Size(121, 24)
  430. Me.ComboBox3.TabIndex = 343
  431. '
  432. 'Label18
  433. '
  434. Me.Label18.AutoSize = True
  435. Me.Label18.Location = New System.Drawing.Point(12, 31)
  436. Me.Label18.Name = "Label18"
  437. Me.Label18.Size = New System.Drawing.Size(56, 16)
  438. Me.Label18.TabIndex = 342
  439. Me.Label18.Text = "專案性質"
  440. '
  441. 'ComboBox4
  442. '
  443. Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  444. Me.ComboBox4.FormattingEnabled = True
  445. Me.ComboBox4.Items.AddRange(New Object() {"一般合約", "年限合約", "特別委託"})
  446. Me.ComboBox4.Location = New System.Drawing.Point(86, 54)
  447. Me.ComboBox4.Name = "ComboBox4"
  448. Me.ComboBox4.Size = New System.Drawing.Size(121, 24)
  449. Me.ComboBox4.TabIndex = 345
  450. '
  451. 'Label19
  452. '
  453. Me.Label19.AutoSize = True
  454. Me.Label19.Location = New System.Drawing.Point(24, 57)
  455. Me.Label19.Name = "Label19"
  456. Me.Label19.Size = New System.Drawing.Size(56, 16)
  457. Me.Label19.TabIndex = 344
  458. Me.Label19.Text = "合約性質"
  459. '
  460. 'CheckBox10
  461. '
  462. Me.CheckBox10.AutoSize = True
  463. Me.CheckBox10.Location = New System.Drawing.Point(673, 5)
  464. Me.CheckBox10.Name = "CheckBox10"
  465. Me.CheckBox10.Size = New System.Drawing.Size(75, 20)
  466. Me.CheckBox10.TabIndex = 346
  467. Me.CheckBox10.Text = "是否報價"
  468. Me.CheckBox10.UseVisualStyleBackColor = True
  469. '
  470. 'Button9
  471. '
  472. Me.Button9.ForeColor = System.Drawing.Color.Black
  473. Me.Button9.Location = New System.Drawing.Point(918, 2)
  474. Me.Button9.Name = "Button9"
  475. Me.Button9.Size = New System.Drawing.Size(41, 24)
  476. Me.Button9.TabIndex = 349
  477. Me.Button9.Text = "清空"
  478. Me.Button9.UseVisualStyleBackColor = True
  479. '
  480. 'Label20
  481. '
  482. Me.Label20.AutoSize = True
  483. Me.Label20.Location = New System.Drawing.Point(754, 6)
  484. Me.Label20.Name = "Label20"
  485. Me.Label20.Size = New System.Drawing.Size(32, 16)
  486. Me.Label20.TabIndex = 348
  487. Me.Label20.Text = "日期"
  488. '
  489. 'DateTimePicker3
  490. '
  491. Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  492. Me.DateTimePicker3.Location = New System.Drawing.Point(792, 2)
  493. Me.DateTimePicker3.Name = "DateTimePicker3"
  494. Me.DateTimePicker3.Size = New System.Drawing.Size(120, 23)
  495. Me.DateTimePicker3.TabIndex = 347
  496. '
  497. 'CheckBox11
  498. '
  499. Me.CheckBox11.AutoSize = True
  500. Me.CheckBox11.Location = New System.Drawing.Point(673, 30)
  501. Me.CheckBox11.Name = "CheckBox11"
  502. Me.CheckBox11.Size = New System.Drawing.Size(75, 20)
  503. Me.CheckBox11.TabIndex = 350
  504. Me.CheckBox11.Text = "是否立案"
  505. Me.CheckBox11.UseVisualStyleBackColor = True
  506. '
  507. 'ComboBox5
  508. '
  509. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  510. Me.ComboBox5.FormattingEnabled = True
  511. Me.ComboBox5.Items.AddRange(New Object() {"TWD", "USD", "RMB", "HKD"})
  512. Me.ComboBox5.Location = New System.Drawing.Point(387, 54)
  513. Me.ComboBox5.Name = "ComboBox5"
  514. Me.ComboBox5.Size = New System.Drawing.Size(66, 24)
  515. Me.ComboBox5.TabIndex = 352
  516. '
  517. 'Label21
  518. '
  519. Me.Label21.AutoSize = True
  520. Me.Label21.Location = New System.Drawing.Point(349, 57)
  521. Me.Label21.Name = "Label21"
  522. Me.Label21.Size = New System.Drawing.Size(32, 16)
  523. Me.Label21.TabIndex = 351
  524. Me.Label21.Text = "幣別"
  525. '
  526. 'TextBox16
  527. '
  528. Me.TextBox16.Location = New System.Drawing.Point(484, 28)
  529. Me.TextBox16.Name = "TextBox16"
  530. Me.TextBox16.Size = New System.Drawing.Size(66, 23)
  531. Me.TextBox16.TabIndex = 353
  532. '
  533. 'WebBrowser3
  534. '
  535. Me.WebBrowser3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  536. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  537. Me.WebBrowser3.Location = New System.Drawing.Point(903, 683)
  538. Me.WebBrowser3.MinimumSize = New System.Drawing.Size(20, 20)
  539. Me.WebBrowser3.Name = "WebBrowser3"
  540. Me.WebBrowser3.Size = New System.Drawing.Size(668, 299)
  541. Me.WebBrowser3.TabIndex = 354
  542. '
  543. 'Button10
  544. '
  545. Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  546. Me.Button10.ForeColor = System.Drawing.Color.Black
  547. Me.Button10.Location = New System.Drawing.Point(983, 656)
  548. Me.Button10.Name = "Button10"
  549. Me.Button10.Size = New System.Drawing.Size(97, 24)
  550. Me.Button10.TabIndex = 355
  551. Me.Button10.Text = "回主頁"
  552. Me.Button10.UseVisualStyleBackColor = True
  553. '
  554. 'CheckBox12
  555. '
  556. Me.CheckBox12.AutoSize = True
  557. Me.CheckBox12.Location = New System.Drawing.Point(556, 30)
  558. Me.CheckBox12.Name = "CheckBox12"
  559. Me.CheckBox12.Size = New System.Drawing.Size(111, 20)
  560. Me.CheckBox12.TabIndex = 356
  561. Me.CheckBox12.Text = "是否建立資料夾"
  562. Me.CheckBox12.UseVisualStyleBackColor = True
  563. '
  564. 'WebBrowser1
  565. '
  566. Me.WebBrowser1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  567. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  568. Me.WebBrowser1.Location = New System.Drawing.Point(224, 683)
  569. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  570. Me.WebBrowser1.Name = "WebBrowser1"
  571. Me.WebBrowser1.Size = New System.Drawing.Size(668, 299)
  572. Me.WebBrowser1.TabIndex = 357
  573. '
  574. 'SaveFileDialog1
  575. '
  576. Me.SaveFileDialog1.DefaultExt = "jpg"
  577. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  578. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  579. '
  580. 'Label9
  581. '
  582. Me.Label9.AutoSize = True
  583. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  584. Me.Label9.Location = New System.Drawing.Point(221, 660)
  585. Me.Label9.Name = "Label9"
  586. Me.Label9.Size = New System.Drawing.Size(56, 16)
  587. Me.Label9.TabIndex = 625
  588. Me.Label9.Text = "我的電腦"
  589. '
  590. 'Button14
  591. '
  592. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  593. Me.Button14.ForeColor = System.Drawing.Color.Blue
  594. Me.Button14.Location = New System.Drawing.Point(283, 656)
  595. Me.Button14.Name = "Button14"
  596. Me.Button14.Size = New System.Drawing.Size(97, 24)
  597. Me.Button14.TabIndex = 624
  598. Me.Button14.Text = "讀取料夾路徑"
  599. Me.Button14.UseVisualStyleBackColor = True
  600. '
  601. 'Label10
  602. '
  603. Me.Label10.AutoSize = True
  604. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  605. Me.Label10.Location = New System.Drawing.Point(900, 660)
  606. Me.Label10.Name = "Label10"
  607. Me.Label10.Size = New System.Drawing.Size(80, 16)
  608. Me.Label10.TabIndex = 626
  609. Me.Label10.Text = "服務器資料夾"
  610. '
  611. 'TextBox6
  612. '
  613. Me.TextBox6.Location = New System.Drawing.Point(1802, 657)
  614. Me.TextBox6.Name = "TextBox6"
  615. Me.TextBox6.Size = New System.Drawing.Size(100, 23)
  616. Me.TextBox6.TabIndex = 627
  617. '
  618. 'TextBox5
  619. '
  620. Me.TextBox5.Location = New System.Drawing.Point(1490, 657)
  621. Me.TextBox5.Name = "TextBox5"
  622. Me.TextBox5.Size = New System.Drawing.Size(81, 23)
  623. Me.TextBox5.TabIndex = 628
  624. '
  625. 'ComboBox2
  626. '
  627. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  628. Me.ComboBox2.FormattingEnabled = True
  629. Me.ComboBox2.Items.AddRange(New Object() {"TWD", "USD", "RMB", "HKD"})
  630. Me.ComboBox2.Location = New System.Drawing.Point(497, 53)
  631. Me.ComboBox2.Name = "ComboBox2"
  632. Me.ComboBox2.Size = New System.Drawing.Size(170, 24)
  633. Me.ComboBox2.TabIndex = 630
  634. '
  635. 'Label11
  636. '
  637. Me.Label11.AutoSize = True
  638. Me.Label11.Location = New System.Drawing.Point(459, 59)
  639. Me.Label11.Name = "Label11"
  640. Me.Label11.Size = New System.Drawing.Size(32, 16)
  641. Me.Label11.TabIndex = 629
  642. Me.Label11.Text = "客戶"
  643. '
  644. 'Label12
  645. '
  646. Me.Label12.AutoSize = True
  647. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  648. Me.Label12.Location = New System.Drawing.Point(12, 660)
  649. Me.Label12.Name = "Label12"
  650. Me.Label12.Size = New System.Drawing.Size(56, 16)
  651. Me.Label12.TabIndex = 631
  652. Me.Label12.Text = "參與人員"
  653. '
  654. 'Button11
  655. '
  656. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  657. Me.Button11.ForeColor = System.Drawing.Color.Red
  658. Me.Button11.Location = New System.Drawing.Point(147, 656)
  659. Me.Button11.Name = "Button11"
  660. Me.Button11.Size = New System.Drawing.Size(60, 24)
  661. Me.Button11.TabIndex = 632
  662. Me.Button11.Text = "刪除"
  663. Me.Button11.UseVisualStyleBackColor = True
  664. '
  665. 'TextBox7
  666. '
  667. Me.TextBox7.Location = New System.Drawing.Point(69, 656)
  668. Me.TextBox7.Name = "TextBox7"
  669. Me.TextBox7.Size = New System.Drawing.Size(76, 23)
  670. Me.TextBox7.TabIndex = 634
  671. '
  672. 'TextBox8
  673. '
  674. Me.TextBox8.Location = New System.Drawing.Point(705, 656)
  675. Me.TextBox8.Name = "TextBox8"
  676. Me.TextBox8.Size = New System.Drawing.Size(100, 23)
  677. Me.TextBox8.TabIndex = 633
  678. '
  679. 'Button12
  680. '
  681. Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  682. Me.Button12.ForeColor = System.Drawing.Color.Blue
  683. Me.Button12.Location = New System.Drawing.Point(422, 656)
  684. Me.Button12.Name = "Button12"
  685. Me.Button12.Size = New System.Drawing.Size(61, 24)
  686. Me.Button12.TabIndex = 635
  687. Me.Button12.Text = "上一頁"
  688. Me.Button12.UseVisualStyleBackColor = True
  689. '
  690. 'Button15
  691. '
  692. Me.Button15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  693. Me.Button15.ForeColor = System.Drawing.Color.Blue
  694. Me.Button15.Location = New System.Drawing.Point(489, 656)
  695. Me.Button15.Name = "Button15"
  696. Me.Button15.Size = New System.Drawing.Size(61, 24)
  697. Me.Button15.TabIndex = 636
  698. Me.Button15.Text = "下一頁"
  699. Me.Button15.UseVisualStyleBackColor = True
  700. '
  701. 'Button16
  702. '
  703. Me.Button16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  704. Me.Button16.ForeColor = System.Drawing.Color.Black
  705. Me.Button16.Location = New System.Drawing.Point(1200, 656)
  706. Me.Button16.Name = "Button16"
  707. Me.Button16.Size = New System.Drawing.Size(61, 24)
  708. Me.Button16.TabIndex = 638
  709. Me.Button16.Text = "下一頁"
  710. Me.Button16.UseVisualStyleBackColor = True
  711. '
  712. 'Button17
  713. '
  714. Me.Button17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  715. Me.Button17.ForeColor = System.Drawing.Color.Black
  716. Me.Button17.Location = New System.Drawing.Point(1133, 656)
  717. Me.Button17.Name = "Button17"
  718. Me.Button17.Size = New System.Drawing.Size(61, 24)
  719. Me.Button17.TabIndex = 637
  720. Me.Button17.Text = "上一頁"
  721. Me.Button17.UseVisualStyleBackColor = True
  722. '
  723. 'Button18
  724. '
  725. Me.Button18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  726. Me.Button18.ForeColor = System.Drawing.Color.Purple
  727. Me.Button18.Location = New System.Drawing.Point(1417, 6)
  728. Me.Button18.Name = "Button18"
  729. Me.Button18.Size = New System.Drawing.Size(80, 72)
  730. Me.Button18.TabIndex = 639
  731. Me.Button18.Text = "專案點檢表"
  732. Me.Button18.UseVisualStyleBackColor = True
  733. '
  734. 'Button19
  735. '
  736. Me.Button19.Location = New System.Drawing.Point(1321, 1)
  737. Me.Button19.Name = "Button19"
  738. Me.Button19.Size = New System.Drawing.Size(90, 23)
  739. Me.Button19.TabIndex = 640
  740. Me.Button19.Text = "下拉清單更新"
  741. Me.Button19.UseVisualStyleBackColor = True
  742. '
  743. 'Button20
  744. '
  745. Me.Button20.Location = New System.Drawing.Point(1225, 1)
  746. Me.Button20.Name = "Button20"
  747. Me.Button20.Size = New System.Drawing.Size(90, 23)
  748. Me.Button20.TabIndex = 641
  749. Me.Button20.Text = "重新讀取清單"
  750. Me.Button20.UseVisualStyleBackColor = True
  751. '
  752. '業務專案控制表
  753. '
  754. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  755. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  756. Me.ClientSize = New System.Drawing.Size(1914, 991)
  757. Me.Controls.Add(Me.Button20)
  758. Me.Controls.Add(Me.Button19)
  759. Me.Controls.Add(Me.Button18)
  760. Me.Controls.Add(Me.Button16)
  761. Me.Controls.Add(Me.Button17)
  762. Me.Controls.Add(Me.Button15)
  763. Me.Controls.Add(Me.Button12)
  764. Me.Controls.Add(Me.TextBox7)
  765. Me.Controls.Add(Me.TextBox8)
  766. Me.Controls.Add(Me.Button11)
  767. Me.Controls.Add(Me.Label12)
  768. Me.Controls.Add(Me.DataGridView3)
  769. Me.Controls.Add(Me.ComboBox2)
  770. Me.Controls.Add(Me.Label11)
  771. Me.Controls.Add(Me.TextBox5)
  772. Me.Controls.Add(Me.TextBox6)
  773. Me.Controls.Add(Me.Label10)
  774. Me.Controls.Add(Me.Label9)
  775. Me.Controls.Add(Me.Button14)
  776. Me.Controls.Add(Me.WebBrowser1)
  777. Me.Controls.Add(Me.CheckBox12)
  778. Me.Controls.Add(Me.Button10)
  779. Me.Controls.Add(Me.WebBrowser3)
  780. Me.Controls.Add(Me.TextBox16)
  781. Me.Controls.Add(Me.ComboBox5)
  782. Me.Controls.Add(Me.Label21)
  783. Me.Controls.Add(Me.CheckBox11)
  784. Me.Controls.Add(Me.Button9)
  785. Me.Controls.Add(Me.Label20)
  786. Me.Controls.Add(Me.DateTimePicker3)
  787. Me.Controls.Add(Me.CheckBox10)
  788. Me.Controls.Add(Me.ComboBox4)
  789. Me.Controls.Add(Me.Label19)
  790. Me.Controls.Add(Me.ComboBox3)
  791. Me.Controls.Add(Me.Label18)
  792. Me.Controls.Add(Me.Button8)
  793. Me.Controls.Add(Me.TextBox13)
  794. Me.Controls.Add(Me.Label15)
  795. Me.Controls.Add(Me.TextBox11)
  796. Me.Controls.Add(Me.Label13)
  797. Me.Controls.Add(Me.TextBox12)
  798. Me.Controls.Add(Me.Label14)
  799. Me.Controls.Add(Me.Button7)
  800. Me.Controls.Add(Me.Button3)
  801. Me.Controls.Add(Me.Button2)
  802. Me.Controls.Add(Me.DataGridView2)
  803. Me.Controls.Add(Me.Button1)
  804. Me.Controls.Add(Me.Button13)
  805. Me.Controls.Add(Me.TextBox4)
  806. Me.Controls.Add(Me.Label5)
  807. Me.Controls.Add(Me.Label8)
  808. Me.Controls.Add(Me.DateTimePicker2)
  809. Me.Controls.Add(Me.Label7)
  810. Me.Controls.Add(Me.DateTimePicker1)
  811. Me.Controls.Add(Me.CheckBox1)
  812. Me.Controls.Add(Me.Button4)
  813. Me.Controls.Add(Me.Button5)
  814. Me.Controls.Add(Me.Button6)
  815. Me.Controls.Add(Me.ComboBox1)
  816. Me.Controls.Add(Me.TextBox3)
  817. Me.Controls.Add(Me.TextBox2)
  818. Me.Controls.Add(Me.TextBox1)
  819. Me.Controls.Add(Me.Label6)
  820. Me.Controls.Add(Me.Label4)
  821. Me.Controls.Add(Me.Label3)
  822. Me.Controls.Add(Me.Label2)
  823. Me.Controls.Add(Me.Label1)
  824. Me.Controls.Add(Me.DataGridView1)
  825. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  826. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  827. Me.Name = "業務專案控制表"
  828. Me.Text = "業務專案控制表"
  829. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  830. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  831. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  832. Me.ResumeLayout(False)
  833. Me.PerformLayout()
  834. End Sub
  835. Friend WithEvents Label1 As Label
  836. Friend WithEvents Label2 As Label
  837. Friend WithEvents Label3 As Label
  838. Friend WithEvents Label4 As Label
  839. Friend WithEvents Label6 As Label
  840. Friend WithEvents TextBox1 As TextBox
  841. Friend WithEvents TextBox2 As TextBox
  842. Friend WithEvents TextBox3 As TextBox
  843. Friend WithEvents ComboBox1 As ComboBox
  844. Friend WithEvents Button4 As Button
  845. Friend WithEvents Button5 As Button
  846. Friend WithEvents Button6 As Button
  847. Friend WithEvents DataGridView1 As DataGridView
  848. Friend WithEvents CheckBox1 As CheckBox
  849. Friend WithEvents DateTimePicker1 As DateTimePicker
  850. Friend WithEvents Label7 As Label
  851. Friend WithEvents Label8 As Label
  852. Friend WithEvents DateTimePicker2 As DateTimePicker
  853. Friend WithEvents TextBox4 As TextBox
  854. Friend WithEvents Label5 As Label
  855. Friend WithEvents Button13 As Button
  856. Friend WithEvents Button1 As Button
  857. Friend WithEvents DataGridView2 As DataGridView
  858. Friend WithEvents Button2 As Button
  859. Friend WithEvents Button3 As Button
  860. Friend WithEvents DataGridView3 As DataGridView
  861. Friend WithEvents Button7 As Button
  862. Friend WithEvents TextBox11 As TextBox
  863. Friend WithEvents Label13 As Label
  864. Friend WithEvents TextBox12 As TextBox
  865. Friend WithEvents Label14 As Label
  866. Friend WithEvents TextBox13 As TextBox
  867. Friend WithEvents Label15 As Label
  868. Friend WithEvents Button8 As Button
  869. Friend WithEvents ComboBox3 As ComboBox
  870. Friend WithEvents Label18 As Label
  871. Friend WithEvents ComboBox4 As ComboBox
  872. Friend WithEvents Label19 As Label
  873. Friend WithEvents CheckBox10 As CheckBox
  874. Friend WithEvents Button9 As Button
  875. Friend WithEvents Label20 As Label
  876. Friend WithEvents DateTimePicker3 As DateTimePicker
  877. Friend WithEvents CheckBox11 As CheckBox
  878. Friend WithEvents ComboBox5 As ComboBox
  879. Friend WithEvents Label21 As Label
  880. Friend WithEvents TextBox16 As TextBox
  881. Friend WithEvents WebBrowser3 As WebBrowser
  882. Friend WithEvents Button10 As Button
  883. Friend WithEvents CheckBox12 As CheckBox
  884. Friend WithEvents WebBrowser1 As WebBrowser
  885. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  886. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  887. Friend WithEvents Label9 As Label
  888. Friend WithEvents Button14 As Button
  889. Friend WithEvents Label10 As Label
  890. Friend WithEvents TextBox6 As TextBox
  891. Friend WithEvents TextBox5 As TextBox
  892. Friend WithEvents ComboBox2 As ComboBox
  893. Friend WithEvents Label11 As Label
  894. Friend WithEvents Label12 As Label
  895. Friend WithEvents Button11 As Button
  896. Friend WithEvents TextBox7 As TextBox
  897. Friend WithEvents TextBox8 As TextBox
  898. Friend WithEvents Button12 As Button
  899. Friend WithEvents Button15 As Button
  900. Friend WithEvents Button16 As Button
  901. Friend WithEvents Button17 As Button
  902. Friend WithEvents Button18 As Button
  903. Friend WithEvents Button19 As Button
  904. Friend WithEvents Button20 As Button
  905. End Class