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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  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.Label15 = New System.Windows.Forms.Label()
  23. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  24. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  25. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  26. Me.Label20 = New System.Windows.Forms.Label()
  27. Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
  28. Me.Label13 = New System.Windows.Forms.Label()
  29. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.TextBox3 = New System.Windows.Forms.TextBox()
  32. Me.Label9 = New System.Windows.Forms.Label()
  33. Me.TextBox4 = New System.Windows.Forms.TextBox()
  34. Me.Label6 = New System.Windows.Forms.Label()
  35. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  36. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  37. Me.Label8 = New System.Windows.Forms.Label()
  38. Me.Label2 = New System.Windows.Forms.Label()
  39. Me.Button14 = New System.Windows.Forms.Button()
  40. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  41. Me.Button3 = New System.Windows.Forms.Button()
  42. Me.Button1 = New System.Windows.Forms.Button()
  43. Me.Button2 = New System.Windows.Forms.Button()
  44. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  45. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  46. Me.TextBox1 = New System.Windows.Forms.TextBox()
  47. Me.Button4 = New System.Windows.Forms.Button()
  48. Me.Button5 = New System.Windows.Forms.Button()
  49. Me.Button6 = New System.Windows.Forms.Button()
  50. Me.Button7 = New System.Windows.Forms.Button()
  51. Me.Button8 = New System.Windows.Forms.Button()
  52. Me.Button9 = New System.Windows.Forms.Button()
  53. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
  55. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  56. Me.SuspendLayout()
  57. '
  58. 'Label15
  59. '
  60. Me.Label15.AutoSize = True
  61. Me.Label15.ForeColor = System.Drawing.Color.Blue
  62. Me.Label15.Location = New System.Drawing.Point(12, 9)
  63. Me.Label15.Name = "Label15"
  64. Me.Label15.Size = New System.Drawing.Size(56, 16)
  65. Me.Label15.TabIndex = 641
  66. Me.Label15.Text = "車牌號碼"
  67. '
  68. 'ComboBox1
  69. '
  70. Me.ComboBox1.ForeColor = System.Drawing.Color.Blue
  71. Me.ComboBox1.FormattingEnabled = True
  72. Me.ComboBox1.Location = New System.Drawing.Point(66, 6)
  73. Me.ComboBox1.Name = "ComboBox1"
  74. Me.ComboBox1.Size = New System.Drawing.Size(89, 24)
  75. Me.ComboBox1.TabIndex = 640
  76. '
  77. 'DataGridView1
  78. '
  79. Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  80. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  81. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  82. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  83. Me.DataGridView1.Location = New System.Drawing.Point(12, 62)
  84. Me.DataGridView1.Name = "DataGridView1"
  85. Me.DataGridView1.RowHeadersWidth = 5
  86. Me.DataGridView1.RowTemplate.Height = 24
  87. Me.DataGridView1.Size = New System.Drawing.Size(287, 901)
  88. Me.DataGridView1.TabIndex = 642
  89. '
  90. 'DateTimePicker1
  91. '
  92. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  93. Me.DateTimePicker1.Location = New System.Drawing.Point(65, 33)
  94. Me.DateTimePicker1.Name = "DateTimePicker1"
  95. Me.DateTimePicker1.Size = New System.Drawing.Size(90, 23)
  96. Me.DateTimePicker1.TabIndex = 1097
  97. '
  98. 'Label20
  99. '
  100. Me.Label20.AutoSize = True
  101. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  103. Me.Label20.Location = New System.Drawing.Point(12, 37)
  104. Me.Label20.Name = "Label20"
  105. Me.Label20.Size = New System.Drawing.Size(56, 16)
  106. Me.Label20.TabIndex = 1098
  107. Me.Label20.Text = "預保日期"
  108. '
  109. 'NumericUpDown1
  110. '
  111. Me.NumericUpDown1.Location = New System.Drawing.Point(209, 34)
  112. Me.NumericUpDown1.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
  113. Me.NumericUpDown1.Name = "NumericUpDown1"
  114. Me.NumericUpDown1.Size = New System.Drawing.Size(90, 23)
  115. Me.NumericUpDown1.TabIndex = 1108
  116. Me.NumericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  117. Me.NumericUpDown1.ThousandsSeparator = True
  118. '
  119. 'Label13
  120. '
  121. Me.Label13.AutoSize = True
  122. Me.Label13.Location = New System.Drawing.Point(161, 37)
  123. Me.Label13.Name = "Label13"
  124. Me.Label13.Size = New System.Drawing.Size(44, 16)
  125. Me.Label13.TabIndex = 1107
  126. Me.Label13.Text = "里程數"
  127. '
  128. 'DateTimePicker2
  129. '
  130. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  131. Me.DateTimePicker2.Location = New System.Drawing.Point(209, 7)
  132. Me.DateTimePicker2.Name = "DateTimePicker2"
  133. Me.DateTimePicker2.Size = New System.Drawing.Size(90, 23)
  134. Me.DateTimePicker2.TabIndex = 1109
  135. '
  136. 'Label1
  137. '
  138. Me.Label1.AutoSize = True
  139. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  140. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  141. Me.Label1.Location = New System.Drawing.Point(156, 11)
  142. Me.Label1.Name = "Label1"
  143. Me.Label1.Size = New System.Drawing.Size(56, 16)
  144. Me.Label1.TabIndex = 1110
  145. Me.Label1.Text = "保養日期"
  146. '
  147. 'TextBox3
  148. '
  149. Me.TextBox3.AllowDrop = True
  150. Me.TextBox3.ForeColor = System.Drawing.Color.Black
  151. Me.TextBox3.Location = New System.Drawing.Point(769, 102)
  152. Me.TextBox3.Multiline = True
  153. Me.TextBox3.Name = "TextBox3"
  154. Me.TextBox3.Size = New System.Drawing.Size(25, 23)
  155. Me.TextBox3.TabIndex = 1116
  156. '
  157. 'Label9
  158. '
  159. Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  160. Me.Label9.AutoSize = True
  161. Me.Label9.Location = New System.Drawing.Point(1437, 771)
  162. Me.Label9.Name = "Label9"
  163. Me.Label9.Size = New System.Drawing.Size(56, 16)
  164. Me.Label9.TabIndex = 1115
  165. Me.Label9.Text = "檔案名稱"
  166. '
  167. 'TextBox4
  168. '
  169. Me.TextBox4.AllowDrop = True
  170. Me.TextBox4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  171. Me.TextBox4.ForeColor = System.Drawing.Color.Black
  172. Me.TextBox4.Location = New System.Drawing.Point(1491, 768)
  173. Me.TextBox4.Name = "TextBox4"
  174. Me.TextBox4.Size = New System.Drawing.Size(391, 23)
  175. Me.TextBox4.TabIndex = 1114
  176. '
  177. 'Label6
  178. '
  179. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  180. Me.Label6.AutoSize = True
  181. Me.Label6.ForeColor = System.Drawing.Color.Red
  182. Me.Label6.Location = New System.Drawing.Point(1444, 794)
  183. Me.Label6.Name = "Label6"
  184. Me.Label6.Size = New System.Drawing.Size(424, 16)
  185. Me.Label6.TabIndex = 1113
  186. Me.Label6.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
  187. '
  188. 'WebBrowser2
  189. '
  190. Me.WebBrowser2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  191. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  192. Me.WebBrowser2.Location = New System.Drawing.Point(1440, 62)
  193. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  194. Me.WebBrowser2.Name = "WebBrowser2"
  195. Me.WebBrowser2.Size = New System.Drawing.Size(442, 703)
  196. Me.WebBrowser2.TabIndex = 1112
  197. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  198. '
  199. 'WebBrowser1
  200. '
  201. Me.WebBrowser1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  202. Me.WebBrowser1.Location = New System.Drawing.Point(1440, 813)
  203. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  204. Me.WebBrowser1.Name = "WebBrowser1"
  205. Me.WebBrowser1.Size = New System.Drawing.Size(442, 150)
  206. Me.WebBrowser1.TabIndex = 1111
  207. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  208. '
  209. 'Label8
  210. '
  211. Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  212. Me.Label8.AutoSize = True
  213. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  214. Me.Label8.ForeColor = System.Drawing.Color.Red
  215. Me.Label8.Location = New System.Drawing.Point(1543, 5)
  216. Me.Label8.Name = "Label8"
  217. Me.Label8.Size = New System.Drawing.Size(339, 48)
  218. Me.Label8.TabIndex = 1119
  219. Me.Label8.Text = "1、將我的電腦內的資料拖曳到伺服器FTP文件夾。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2、在我的電腦檔案顯示處將要上傳的檔案拖曳到檔案名稱處。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3、確認單據內容、檔案名稱資料無誤後方可按確認入庫" &
  220. "。"
  221. '
  222. 'Label2
  223. '
  224. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  225. Me.Label2.AutoSize = True
  226. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  227. Me.Label2.Location = New System.Drawing.Point(1443, 2)
  228. Me.Label2.Name = "Label2"
  229. Me.Label2.Size = New System.Drawing.Size(86, 24)
  230. Me.Label2.TabIndex = 1118
  231. Me.Label2.Text = "我的電腦"
  232. '
  233. 'Button14
  234. '
  235. Me.Button14.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  236. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. Me.Button14.ForeColor = System.Drawing.Color.Blue
  238. Me.Button14.Location = New System.Drawing.Point(1440, 26)
  239. Me.Button14.Name = "Button14"
  240. Me.Button14.Size = New System.Drawing.Size(97, 30)
  241. Me.Button14.TabIndex = 1117
  242. Me.Button14.Text = "讀取料夾路徑"
  243. Me.Button14.UseVisualStyleBackColor = True
  244. '
  245. 'PictureBox1
  246. '
  247. Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  248. Or System.Windows.Forms.AnchorStyles.Left) _
  249. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  250. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  251. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  252. Me.PictureBox1.Location = New System.Drawing.Point(305, 62)
  253. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  254. Me.PictureBox1.Name = "PictureBox1"
  255. Me.PictureBox1.Size = New System.Drawing.Size(1129, 901)
  256. Me.PictureBox1.TabIndex = 1120
  257. Me.PictureBox1.TabStop = False
  258. '
  259. 'Button3
  260. '
  261. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  262. Me.Button3.ForeColor = System.Drawing.Color.Red
  263. Me.Button3.Location = New System.Drawing.Point(413, 6)
  264. Me.Button3.Name = "Button3"
  265. Me.Button3.Size = New System.Drawing.Size(53, 50)
  266. Me.Button3.TabIndex = 1123
  267. Me.Button3.Text = "刪除資料"
  268. Me.Button3.UseVisualStyleBackColor = True
  269. '
  270. 'Button1
  271. '
  272. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  273. Me.Button1.ForeColor = System.Drawing.Color.Green
  274. Me.Button1.Location = New System.Drawing.Point(359, 6)
  275. Me.Button1.Name = "Button1"
  276. Me.Button1.Size = New System.Drawing.Size(53, 50)
  277. Me.Button1.TabIndex = 1122
  278. Me.Button1.Text = "修改資料"
  279. Me.Button1.UseVisualStyleBackColor = True
  280. '
  281. 'Button2
  282. '
  283. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  284. Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  285. Me.Button2.Location = New System.Drawing.Point(305, 6)
  286. Me.Button2.Name = "Button2"
  287. Me.Button2.Size = New System.Drawing.Size(53, 50)
  288. Me.Button2.TabIndex = 1121
  289. Me.Button2.Text = "新增資料"
  290. Me.Button2.UseVisualStyleBackColor = True
  291. '
  292. 'SaveFileDialog1
  293. '
  294. Me.SaveFileDialog1.DefaultExt = "jpg"
  295. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  296. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  297. '
  298. 'TextBox1
  299. '
  300. Me.TextBox1.Location = New System.Drawing.Point(606, 102)
  301. Me.TextBox1.Name = "TextBox1"
  302. Me.TextBox1.Size = New System.Drawing.Size(157, 23)
  303. Me.TextBox1.TabIndex = 1124
  304. '
  305. 'Button4
  306. '
  307. Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  308. Me.Button4.Location = New System.Drawing.Point(669, 32)
  309. Me.Button4.Name = "Button4"
  310. Me.Button4.Size = New System.Drawing.Size(60, 23)
  311. Me.Button4.TabIndex = 1130
  312. Me.Button4.Text = "復原"
  313. Me.Button4.UseVisualStyleBackColor = True
  314. '
  315. 'Button5
  316. '
  317. Me.Button5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  318. Me.Button5.Location = New System.Drawing.Point(669, 7)
  319. Me.Button5.Name = "Button5"
  320. Me.Button5.Size = New System.Drawing.Size(60, 23)
  321. Me.Button5.TabIndex = 1129
  322. Me.Button5.Text = "放大"
  323. Me.Button5.UseVisualStyleBackColor = True
  324. '
  325. 'Button6
  326. '
  327. Me.Button6.ForeColor = System.Drawing.Color.Blue
  328. Me.Button6.Location = New System.Drawing.Point(587, 32)
  329. Me.Button6.Name = "Button6"
  330. Me.Button6.Size = New System.Drawing.Size(80, 23)
  331. Me.Button6.TabIndex = 1128
  332. Me.Button6.Text = "垂直翻轉"
  333. Me.Button6.UseVisualStyleBackColor = True
  334. '
  335. 'Button7
  336. '
  337. Me.Button7.ForeColor = System.Drawing.Color.Blue
  338. Me.Button7.Location = New System.Drawing.Point(587, 7)
  339. Me.Button7.Name = "Button7"
  340. Me.Button7.Size = New System.Drawing.Size(80, 23)
  341. Me.Button7.TabIndex = 1127
  342. Me.Button7.Text = "水平翻轉"
  343. Me.Button7.UseVisualStyleBackColor = True
  344. '
  345. 'Button8
  346. '
  347. Me.Button8.ForeColor = System.Drawing.Color.Blue
  348. Me.Button8.Location = New System.Drawing.Point(468, 32)
  349. Me.Button8.Name = "Button8"
  350. Me.Button8.Size = New System.Drawing.Size(117, 23)
  351. Me.Button8.TabIndex = 1126
  352. Me.Button8.Text = "逆時鐘90度旋轉"
  353. Me.Button8.UseVisualStyleBackColor = True
  354. '
  355. 'Button9
  356. '
  357. Me.Button9.ForeColor = System.Drawing.Color.Blue
  358. Me.Button9.Location = New System.Drawing.Point(468, 7)
  359. Me.Button9.Name = "Button9"
  360. Me.Button9.Size = New System.Drawing.Size(117, 23)
  361. Me.Button9.TabIndex = 1125
  362. Me.Button9.Text = "順時鐘90度旋轉"
  363. Me.Button9.UseVisualStyleBackColor = True
  364. '
  365. '車輛保養紀錄表
  366. '
  367. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  368. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  369. Me.ClientSize = New System.Drawing.Size(1894, 971)
  370. Me.Controls.Add(Me.Button4)
  371. Me.Controls.Add(Me.Button5)
  372. Me.Controls.Add(Me.Button6)
  373. Me.Controls.Add(Me.Button7)
  374. Me.Controls.Add(Me.Button8)
  375. Me.Controls.Add(Me.Button9)
  376. Me.Controls.Add(Me.TextBox1)
  377. Me.Controls.Add(Me.Button3)
  378. Me.Controls.Add(Me.Button1)
  379. Me.Controls.Add(Me.Button2)
  380. Me.Controls.Add(Me.Label8)
  381. Me.Controls.Add(Me.Label2)
  382. Me.Controls.Add(Me.Button14)
  383. Me.Controls.Add(Me.TextBox3)
  384. Me.Controls.Add(Me.TextBox4)
  385. Me.Controls.Add(Me.Label6)
  386. Me.Controls.Add(Me.WebBrowser2)
  387. Me.Controls.Add(Me.WebBrowser1)
  388. Me.Controls.Add(Me.DateTimePicker2)
  389. Me.Controls.Add(Me.Label1)
  390. Me.Controls.Add(Me.NumericUpDown1)
  391. Me.Controls.Add(Me.Label13)
  392. Me.Controls.Add(Me.DateTimePicker1)
  393. Me.Controls.Add(Me.Label20)
  394. Me.Controls.Add(Me.DataGridView1)
  395. Me.Controls.Add(Me.ComboBox1)
  396. Me.Controls.Add(Me.Label15)
  397. Me.Controls.Add(Me.Label9)
  398. Me.Controls.Add(Me.PictureBox1)
  399. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  400. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  401. Me.Name = "車輛保養紀錄表"
  402. Me.Text = "車輛保養紀錄表"
  403. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  404. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
  405. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  406. Me.ResumeLayout(False)
  407. Me.PerformLayout()
  408. End Sub
  409. Friend WithEvents Label15 As Label
  410. Friend WithEvents ComboBox1 As ComboBox
  411. Friend WithEvents DataGridView1 As DataGridView
  412. Friend WithEvents DateTimePicker1 As DateTimePicker
  413. Friend WithEvents Label20 As Label
  414. Friend WithEvents NumericUpDown1 As NumericUpDown
  415. Friend WithEvents Label13 As Label
  416. Friend WithEvents DateTimePicker2 As DateTimePicker
  417. Friend WithEvents Label1 As Label
  418. Friend WithEvents TextBox3 As TextBox
  419. Friend WithEvents Label9 As Label
  420. Friend WithEvents TextBox4 As TextBox
  421. Friend WithEvents Label6 As Label
  422. Friend WithEvents WebBrowser2 As WebBrowser
  423. Friend WithEvents WebBrowser1 As WebBrowser
  424. Friend WithEvents Label8 As Label
  425. Friend WithEvents Label2 As Label
  426. Friend WithEvents Button14 As Button
  427. Friend WithEvents PictureBox1 As PictureBox
  428. Friend WithEvents Button3 As Button
  429. Friend WithEvents Button1 As Button
  430. Friend WithEvents Button2 As Button
  431. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  432. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  433. Friend WithEvents TextBox1 As TextBox
  434. Friend WithEvents Button4 As Button
  435. Friend WithEvents Button5 As Button
  436. Friend WithEvents Button6 As Button
  437. Friend WithEvents Button7 As Button
  438. Friend WithEvents Button8 As Button
  439. Friend WithEvents Button9 As Button
  440. End Class