Geen omschrijving
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 23KB

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