暫無描述
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 48KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998
  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 DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.GroupBox4 = New System.Windows.Forms.GroupBox()
  28. Me.年份_新增_bt = New System.Windows.Forms.Button()
  29. Me.年份_dgv = New System.Windows.Forms.DataGridView()
  30. Me.年份_修改_bt = New System.Windows.Forms.Button()
  31. Me.年份_刪除_bt = New System.Windows.Forms.Button()
  32. Me.年份_tb = New System.Windows.Forms.TextBox()
  33. Me.資料庫版本號_lb = New System.Windows.Forms.Label()
  34. Me.Label12 = New System.Windows.Forms.Label()
  35. Me.Label13 = New System.Windows.Forms.Label()
  36. Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button()
  37. Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser()
  38. Me.FTP執行檔_wb = New System.Windows.Forms.WebBrowser()
  39. Me.修改1_bt = New System.Windows.Forms.Button()
  40. Me.Label2 = New System.Windows.Forms.Label()
  41. Me.版本號_tb = New System.Windows.Forms.TextBox()
  42. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  43. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  44. Me.指定_tb = New System.Windows.Forms.TextBox()
  45. Me.刪除_bt = New System.Windows.Forms.Button()
  46. Me.修改_bt = New System.Windows.Forms.Button()
  47. Me.新增_bt = New System.Windows.Forms.Button()
  48. Me.備註_tb = New System.Windows.Forms.TextBox()
  49. Me.指定頁面_tb = New System.Windows.Forms.TextBox()
  50. Me.資料夾名稱_tb = New System.Windows.Forms.TextBox()
  51. Me.資料夾清單_dgv = New System.Windows.Forms.DataGridView()
  52. Me.Label4 = New System.Windows.Forms.Label()
  53. Me.FTP資料夾_wb = New System.Windows.Forms.WebBrowser()
  54. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  55. Me.FTP_dgv = New System.Windows.Forms.DataGridView()
  56. Me.GroupBox6 = New System.Windows.Forms.GroupBox()
  57. Me.位置_tb = New System.Windows.Forms.TextBox()
  58. Me.資料庫刪除_tb = New System.Windows.Forms.Button()
  59. Me.地區_tb = New System.Windows.Forms.TextBox()
  60. Me.密碼_tb = New System.Windows.Forms.TextBox()
  61. Me.資料庫修改_tb = New System.Windows.Forms.Button()
  62. Me.帳號_tb = New System.Windows.Forms.TextBox()
  63. Me.地址_tb = New System.Windows.Forms.TextBox()
  64. Me.資料庫新增_tb = New System.Windows.Forms.Button()
  65. Me.ID_tb = New System.Windows.Forms.TextBox()
  66. Me.時段_tb = New System.Windows.Forms.TextBox()
  67. Me.時段1_tb = New System.Windows.Forms.TextBox()
  68. Me.時段2_tb = New System.Windows.Forms.TextBox()
  69. Me.時段3_tb = New System.Windows.Forms.TextBox()
  70. Me.時段4_tb = New System.Windows.Forms.TextBox()
  71. Me.時段5_tb = New System.Windows.Forms.TextBox()
  72. Me.時段6_tb = New System.Windows.Forms.TextBox()
  73. Me.時段7_tb = New System.Windows.Forms.TextBox()
  74. Me.時段8_tb = New System.Windows.Forms.TextBox()
  75. Me.上午上班_tb = New System.Windows.Forms.TextBox()
  76. Me.下午上班_tb = New System.Windows.Forms.TextBox()
  77. Me.加班上班_tb = New System.Windows.Forms.TextBox()
  78. Me.一段休息_tb = New System.Windows.Forms.TextBox()
  79. Me.二段休息_tb = New System.Windows.Forms.TextBox()
  80. Me.時段_dgv = New System.Windows.Forms.DataGridView()
  81. Me.時段新增_bt = New System.Windows.Forms.Button()
  82. Me.時段修改_bt = New System.Windows.Forms.Button()
  83. Me.時段刪除_bt = New System.Windows.Forms.Button()
  84. Me.GroupBox7 = New System.Windows.Forms.GroupBox()
  85. Me.職務新增_bt = New System.Windows.Forms.Button()
  86. Me.職務修改_bt = New System.Windows.Forms.Button()
  87. Me.職務刪除_bt = New System.Windows.Forms.Button()
  88. Me.職務_dgv = New System.Windows.Forms.DataGridView()
  89. Me.職務_tb = New System.Windows.Forms.TextBox()
  90. Me.GroupBox5 = New System.Windows.Forms.GroupBox()
  91. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  92. Me.適應症_tb = New System.Windows.Forms.TextBox()
  93. Me.適應症_dgv = New System.Windows.Forms.DataGridView()
  94. Me.適應症_刪除_bt = New System.Windows.Forms.Button()
  95. Me.適應症_修改_bt = New System.Windows.Forms.Button()
  96. Me.適應症_新增_bt = New System.Windows.Forms.Button()
  97. Me.適應症_編號_tb = New System.Windows.Forms.TextBox()
  98. Me.Panel1 = New System.Windows.Forms.Panel()
  99. Me.Panel2 = New System.Windows.Forms.Panel()
  100. Me.Panel3 = New System.Windows.Forms.Panel()
  101. Me.GroupBox4.SuspendLayout()
  102. CType(Me.年份_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  103. Me.GroupBox1.SuspendLayout()
  104. CType(Me.資料夾清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  105. Me.GroupBox2.SuspendLayout()
  106. CType(Me.FTP_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  107. Me.GroupBox6.SuspendLayout()
  108. CType(Me.時段_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  109. Me.GroupBox7.SuspendLayout()
  110. CType(Me.職務_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  111. Me.GroupBox5.SuspendLayout()
  112. Me.GroupBox3.SuspendLayout()
  113. CType(Me.適應症_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  114. Me.Panel1.SuspendLayout()
  115. Me.Panel2.SuspendLayout()
  116. Me.Panel3.SuspendLayout()
  117. Me.SuspendLayout()
  118. '
  119. 'GroupBox4
  120. '
  121. Me.GroupBox4.Controls.Add(Me.年份_新增_bt)
  122. Me.GroupBox4.Controls.Add(Me.年份_dgv)
  123. Me.GroupBox4.Controls.Add(Me.年份_修改_bt)
  124. Me.GroupBox4.Controls.Add(Me.年份_刪除_bt)
  125. Me.GroupBox4.Controls.Add(Me.年份_tb)
  126. Me.GroupBox4.Location = New System.Drawing.Point(161, 2)
  127. Me.GroupBox4.Name = "GroupBox4"
  128. Me.GroupBox4.Size = New System.Drawing.Size(99, 442)
  129. Me.GroupBox4.TabIndex = 681
  130. Me.GroupBox4.TabStop = False
  131. Me.GroupBox4.Text = "年份清單"
  132. '
  133. '年份_新增_bt
  134. '
  135. Me.年份_新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  136. Me.年份_新增_bt.ForeColor = System.Drawing.Color.Blue
  137. Me.年份_新增_bt.Location = New System.Drawing.Point(3, 42)
  138. Me.年份_新增_bt.Name = "年份_新增_bt"
  139. Me.年份_新增_bt.Size = New System.Drawing.Size(93, 25)
  140. Me.年份_新增_bt.TabIndex = 223
  141. Me.年份_新增_bt.Text = "新增"
  142. Me.年份_新增_bt.UseVisualStyleBackColor = True
  143. '
  144. '年份_dgv
  145. '
  146. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  147. Me.年份_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  148. Me.年份_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  149. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  150. Me.年份_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  151. Me.年份_dgv.BackgroundColor = System.Drawing.Color.White
  152. Me.年份_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  153. Me.年份_dgv.Location = New System.Drawing.Point(3, 122)
  154. Me.年份_dgv.Name = "年份_dgv"
  155. Me.年份_dgv.RowHeadersWidth = 5
  156. Me.年份_dgv.RowTemplate.Height = 24
  157. Me.年份_dgv.Size = New System.Drawing.Size(93, 314)
  158. Me.年份_dgv.TabIndex = 222
  159. '
  160. '年份_修改_bt
  161. '
  162. Me.年份_修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  163. Me.年份_修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  164. Me.年份_修改_bt.Location = New System.Drawing.Point(3, 68)
  165. Me.年份_修改_bt.Name = "年份_修改_bt"
  166. Me.年份_修改_bt.Size = New System.Drawing.Size(93, 25)
  167. Me.年份_修改_bt.TabIndex = 224
  168. Me.年份_修改_bt.Text = "修改"
  169. Me.年份_修改_bt.UseVisualStyleBackColor = True
  170. '
  171. '年份_刪除_bt
  172. '
  173. Me.年份_刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.年份_刪除_bt.ForeColor = System.Drawing.Color.Red
  175. Me.年份_刪除_bt.Location = New System.Drawing.Point(3, 94)
  176. Me.年份_刪除_bt.Name = "年份_刪除_bt"
  177. Me.年份_刪除_bt.Size = New System.Drawing.Size(93, 25)
  178. Me.年份_刪除_bt.TabIndex = 225
  179. Me.年份_刪除_bt.Text = "刪除"
  180. Me.年份_刪除_bt.UseVisualStyleBackColor = True
  181. '
  182. '年份_tb
  183. '
  184. Me.年份_tb.Location = New System.Drawing.Point(5, 18)
  185. Me.年份_tb.Name = "年份_tb"
  186. Me.年份_tb.Size = New System.Drawing.Size(91, 23)
  187. Me.年份_tb.TabIndex = 227
  188. '
  189. '資料庫版本號_lb
  190. '
  191. Me.資料庫版本號_lb.AutoSize = True
  192. Me.資料庫版本號_lb.BackColor = System.Drawing.Color.White
  193. Me.資料庫版本號_lb.Location = New System.Drawing.Point(171, 48)
  194. Me.資料庫版本號_lb.Name = "資料庫版本號_lb"
  195. Me.資料庫版本號_lb.Size = New System.Drawing.Size(158, 16)
  196. Me.資料庫版本號_lb.TabIndex = 694
  197. Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801"
  198. '
  199. 'Label12
  200. '
  201. Me.Label12.AutoSize = True
  202. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  203. Me.Label12.Location = New System.Drawing.Point(9, 264)
  204. Me.Label12.Name = "Label12"
  205. Me.Label12.Size = New System.Drawing.Size(91, 16)
  206. Me.Label12.TabIndex = 693
  207. Me.Label12.Text = "執行檔案更新區"
  208. '
  209. 'Label13
  210. '
  211. Me.Label13.AutoSize = True
  212. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  213. Me.Label13.Location = New System.Drawing.Point(6, 48)
  214. Me.Label13.Name = "Label13"
  215. Me.Label13.Size = New System.Drawing.Size(55, 16)
  216. Me.Label13.TabIndex = 692
  217. Me.Label13.Text = "我的電腦"
  218. '
  219. '讀取資料夾路徑_bt
  220. '
  221. Me.讀取資料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  222. Me.讀取資料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  223. Me.讀取資料夾路徑_bt.Location = New System.Drawing.Point(68, 44)
  224. Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt"
  225. Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(97, 24)
  226. Me.讀取資料夾路徑_bt.TabIndex = 691
  227. Me.讀取資料夾路徑_bt.Text = "讀取料夾路徑"
  228. Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True
  229. '
  230. '本機資料夾_wb
  231. '
  232. Me.本機資料夾_wb.Dock = System.Windows.Forms.DockStyle.Fill
  233. Me.本機資料夾_wb.Location = New System.Drawing.Point(0, 0)
  234. Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  235. Me.本機資料夾_wb.Name = "本機資料夾_wb"
  236. Me.本機資料夾_wb.Size = New System.Drawing.Size(323, 191)
  237. Me.本機資料夾_wb.TabIndex = 690
  238. Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  239. '
  240. 'FTP執行檔_wb
  241. '
  242. Me.FTP執行檔_wb.Dock = System.Windows.Forms.DockStyle.Fill
  243. Me.FTP執行檔_wb.Location = New System.Drawing.Point(0, 0)
  244. Me.FTP執行檔_wb.MinimumSize = New System.Drawing.Size(20, 20)
  245. Me.FTP執行檔_wb.Name = "FTP執行檔_wb"
  246. Me.FTP執行檔_wb.Size = New System.Drawing.Size(323, 150)
  247. Me.FTP執行檔_wb.TabIndex = 689
  248. Me.FTP執行檔_wb.Url = New System.Uri("", System.UriKind.Relative)
  249. '
  250. '修改1_bt
  251. '
  252. Me.修改1_bt.BackColor = System.Drawing.Color.White
  253. Me.修改1_bt.Location = New System.Drawing.Point(161, 16)
  254. Me.修改1_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  255. Me.修改1_bt.Name = "修改1_bt"
  256. Me.修改1_bt.Size = New System.Drawing.Size(105, 24)
  257. Me.修改1_bt.TabIndex = 688
  258. Me.修改1_bt.Text = "修改"
  259. Me.修改1_bt.UseVisualStyleBackColor = False
  260. '
  261. 'Label2
  262. '
  263. Me.Label2.AutoSize = True
  264. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  265. Me.Label2.Location = New System.Drawing.Point(6, 19)
  266. Me.Label2.Name = "Label2"
  267. Me.Label2.Size = New System.Drawing.Size(43, 16)
  268. Me.Label2.TabIndex = 687
  269. Me.Label2.Text = "版本號"
  270. '
  271. '版本號_tb
  272. '
  273. Me.版本號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  274. Me.版本號_tb.Location = New System.Drawing.Point(52, 16)
  275. Me.版本號_tb.Margin = New System.Windows.Forms.Padding(5)
  276. Me.版本號_tb.Name = "版本號_tb"
  277. Me.版本號_tb.Size = New System.Drawing.Size(101, 23)
  278. Me.版本號_tb.TabIndex = 686
  279. '
  280. 'GroupBox1
  281. '
  282. Me.GroupBox1.Controls.Add(Me.Panel1)
  283. Me.GroupBox1.Controls.Add(Me.Label2)
  284. Me.GroupBox1.Controls.Add(Me.資料庫版本號_lb)
  285. Me.GroupBox1.Controls.Add(Me.版本號_tb)
  286. Me.GroupBox1.Controls.Add(Me.修改1_bt)
  287. Me.GroupBox1.Controls.Add(Me.Label13)
  288. Me.GroupBox1.Controls.Add(Me.讀取資料夾路徑_bt)
  289. Me.GroupBox1.Controls.Add(Me.Label12)
  290. Me.GroupBox1.Controls.Add(Me.Panel2)
  291. Me.GroupBox1.Location = New System.Drawing.Point(454, 2)
  292. Me.GroupBox1.Name = "GroupBox1"
  293. Me.GroupBox1.Size = New System.Drawing.Size(334, 442)
  294. Me.GroupBox1.TabIndex = 695
  295. Me.GroupBox1.TabStop = False
  296. Me.GroupBox1.Text = "系統執行檔版本管理"
  297. '
  298. '指定_tb
  299. '
  300. Me.指定_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  301. Me.指定_tb.Location = New System.Drawing.Point(465, 17)
  302. Me.指定_tb.Name = "指定_tb"
  303. Me.指定_tb.Size = New System.Drawing.Size(70, 23)
  304. Me.指定_tb.TabIndex = 705
  305. '
  306. '刪除_bt
  307. '
  308. Me.刪除_bt.Location = New System.Drawing.Point(171, 195)
  309. Me.刪除_bt.Name = "刪除_bt"
  310. Me.刪除_bt.Size = New System.Drawing.Size(75, 23)
  311. Me.刪除_bt.TabIndex = 704
  312. Me.刪除_bt.Text = "刪除"
  313. Me.刪除_bt.UseVisualStyleBackColor = True
  314. '
  315. '修改_bt
  316. '
  317. Me.修改_bt.Location = New System.Drawing.Point(90, 195)
  318. Me.修改_bt.Name = "修改_bt"
  319. Me.修改_bt.Size = New System.Drawing.Size(75, 23)
  320. Me.修改_bt.TabIndex = 703
  321. Me.修改_bt.Text = "修改"
  322. Me.修改_bt.UseVisualStyleBackColor = True
  323. '
  324. '新增_bt
  325. '
  326. Me.新增_bt.Location = New System.Drawing.Point(9, 195)
  327. Me.新增_bt.Name = "新增_bt"
  328. Me.新增_bt.Size = New System.Drawing.Size(75, 23)
  329. Me.新增_bt.TabIndex = 702
  330. Me.新增_bt.Text = "新增"
  331. Me.新增_bt.UseVisualStyleBackColor = True
  332. '
  333. '備註_tb
  334. '
  335. Me.備註_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  336. Me.備註_tb.Location = New System.Drawing.Point(274, 17)
  337. Me.備註_tb.Name = "備註_tb"
  338. Me.備註_tb.Size = New System.Drawing.Size(192, 23)
  339. Me.備註_tb.TabIndex = 701
  340. '
  341. '指定頁面_tb
  342. '
  343. Me.指定頁面_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  344. Me.指定頁面_tb.Location = New System.Drawing.Point(75, 17)
  345. Me.指定頁面_tb.Name = "指定頁面_tb"
  346. Me.指定頁面_tb.Size = New System.Drawing.Size(200, 23)
  347. Me.指定頁面_tb.TabIndex = 700
  348. '
  349. '資料夾名稱_tb
  350. '
  351. Me.資料夾名稱_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  352. Me.資料夾名稱_tb.Location = New System.Drawing.Point(6, 17)
  353. Me.資料夾名稱_tb.Name = "資料夾名稱_tb"
  354. Me.資料夾名稱_tb.Size = New System.Drawing.Size(70, 23)
  355. Me.資料夾名稱_tb.TabIndex = 699
  356. '
  357. '資料夾清單_dgv
  358. '
  359. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  360. Me.資料夾清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  361. Me.資料夾清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  362. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  363. Me.資料夾清單_dgv.BackgroundColor = System.Drawing.Color.White
  364. Me.資料夾清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  365. Me.資料夾清單_dgv.Location = New System.Drawing.Point(3, 41)
  366. Me.資料夾清單_dgv.Name = "資料夾清單_dgv"
  367. Me.資料夾清單_dgv.RowHeadersWidth = 5
  368. Me.資料夾清單_dgv.RowTemplate.Height = 24
  369. Me.資料夾清單_dgv.Size = New System.Drawing.Size(533, 153)
  370. Me.資料夾清單_dgv.TabIndex = 698
  371. '
  372. 'Label4
  373. '
  374. Me.Label4.AutoSize = True
  375. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  376. Me.Label4.Location = New System.Drawing.Point(252, 202)
  377. Me.Label4.Name = "Label4"
  378. Me.Label4.Size = New System.Drawing.Size(99, 16)
  379. Me.Label4.TabIndex = 697
  380. Me.Label4.Text = "伺服器FTP文件夾"
  381. '
  382. 'FTP資料夾_wb
  383. '
  384. Me.FTP資料夾_wb.Dock = System.Windows.Forms.DockStyle.Fill
  385. Me.FTP資料夾_wb.Location = New System.Drawing.Point(0, 0)
  386. Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  387. Me.FTP資料夾_wb.Name = "FTP資料夾_wb"
  388. Me.FTP資料夾_wb.Size = New System.Drawing.Size(531, 82)
  389. Me.FTP資料夾_wb.TabIndex = 696
  390. Me.FTP資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  391. '
  392. 'GroupBox2
  393. '
  394. Me.GroupBox2.Controls.Add(Me.資料夾名稱_tb)
  395. Me.GroupBox2.Controls.Add(Me.指定_tb)
  396. Me.GroupBox2.Controls.Add(Me.刪除_bt)
  397. Me.GroupBox2.Controls.Add(Me.Label4)
  398. Me.GroupBox2.Controls.Add(Me.修改_bt)
  399. Me.GroupBox2.Controls.Add(Me.資料夾清單_dgv)
  400. Me.GroupBox2.Controls.Add(Me.新增_bt)
  401. Me.GroupBox2.Controls.Add(Me.指定頁面_tb)
  402. Me.GroupBox2.Controls.Add(Me.備註_tb)
  403. Me.GroupBox2.Controls.Add(Me.Panel3)
  404. Me.GroupBox2.Location = New System.Drawing.Point(787, 135)
  405. Me.GroupBox2.Name = "GroupBox2"
  406. Me.GroupBox2.Size = New System.Drawing.Size(541, 309)
  407. Me.GroupBox2.TabIndex = 706
  408. Me.GroupBox2.TabStop = False
  409. Me.GroupBox2.Text = "FTP資料夾管理"
  410. '
  411. 'FTP_dgv
  412. '
  413. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  414. Me.FTP_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  415. Me.FTP_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  416. Me.FTP_dgv.BackgroundColor = System.Drawing.Color.White
  417. Me.FTP_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  418. Me.FTP_dgv.Location = New System.Drawing.Point(6, 69)
  419. Me.FTP_dgv.Name = "FTP_dgv"
  420. Me.FTP_dgv.RowHeadersWidth = 5
  421. Me.FTP_dgv.RowTemplate.Height = 24
  422. Me.FTP_dgv.Size = New System.Drawing.Size(529, 55)
  423. Me.FTP_dgv.TabIndex = 709
  424. '
  425. 'GroupBox6
  426. '
  427. Me.GroupBox6.Controls.Add(Me.位置_tb)
  428. Me.GroupBox6.Controls.Add(Me.資料庫刪除_tb)
  429. Me.GroupBox6.Controls.Add(Me.地區_tb)
  430. Me.GroupBox6.Controls.Add(Me.密碼_tb)
  431. Me.GroupBox6.Controls.Add(Me.資料庫修改_tb)
  432. Me.GroupBox6.Controls.Add(Me.帳號_tb)
  433. Me.GroupBox6.Controls.Add(Me.地址_tb)
  434. Me.GroupBox6.Controls.Add(Me.資料庫新增_tb)
  435. Me.GroupBox6.Controls.Add(Me.FTP_dgv)
  436. Me.GroupBox6.Location = New System.Drawing.Point(787, 2)
  437. Me.GroupBox6.Name = "GroupBox6"
  438. Me.GroupBox6.Size = New System.Drawing.Size(541, 133)
  439. Me.GroupBox6.TabIndex = 710
  440. Me.GroupBox6.TabStop = False
  441. Me.GroupBox6.Text = "FTP資料庫管理"
  442. '
  443. '位置_tb
  444. '
  445. Me.位置_tb.Location = New System.Drawing.Point(383, 17)
  446. Me.位置_tb.Name = "位置_tb"
  447. Me.位置_tb.Size = New System.Drawing.Size(142, 23)
  448. Me.位置_tb.TabIndex = 715
  449. '
  450. '資料庫刪除_tb
  451. '
  452. Me.資料庫刪除_tb.Location = New System.Drawing.Point(166, 43)
  453. Me.資料庫刪除_tb.Name = "資料庫刪除_tb"
  454. Me.資料庫刪除_tb.Size = New System.Drawing.Size(75, 23)
  455. Me.資料庫刪除_tb.TabIndex = 706
  456. Me.資料庫刪除_tb.Text = "刪除"
  457. Me.資料庫刪除_tb.UseVisualStyleBackColor = True
  458. '
  459. '地區_tb
  460. '
  461. Me.地區_tb.Enabled = False
  462. Me.地區_tb.Location = New System.Drawing.Point(246, 43)
  463. Me.地區_tb.Name = "地區_tb"
  464. Me.地區_tb.Size = New System.Drawing.Size(74, 23)
  465. Me.地區_tb.TabIndex = 714
  466. '
  467. '密碼_tb
  468. '
  469. Me.密碼_tb.Location = New System.Drawing.Point(277, 17)
  470. Me.密碼_tb.Name = "密碼_tb"
  471. Me.密碼_tb.Size = New System.Drawing.Size(100, 23)
  472. Me.密碼_tb.TabIndex = 713
  473. '
  474. '資料庫修改_tb
  475. '
  476. Me.資料庫修改_tb.Location = New System.Drawing.Point(88, 43)
  477. Me.資料庫修改_tb.Name = "資料庫修改_tb"
  478. Me.資料庫修改_tb.Size = New System.Drawing.Size(75, 23)
  479. Me.資料庫修改_tb.TabIndex = 711
  480. Me.資料庫修改_tb.Text = "修改"
  481. Me.資料庫修改_tb.UseVisualStyleBackColor = True
  482. '
  483. '帳號_tb
  484. '
  485. Me.帳號_tb.Location = New System.Drawing.Point(171, 17)
  486. Me.帳號_tb.Name = "帳號_tb"
  487. Me.帳號_tb.Size = New System.Drawing.Size(100, 23)
  488. Me.帳號_tb.TabIndex = 712
  489. '
  490. '地址_tb
  491. '
  492. Me.地址_tb.Location = New System.Drawing.Point(11, 17)
  493. Me.地址_tb.Name = "地址_tb"
  494. Me.地址_tb.Size = New System.Drawing.Size(154, 23)
  495. Me.地址_tb.TabIndex = 711
  496. '
  497. '資料庫新增_tb
  498. '
  499. Me.資料庫新增_tb.Location = New System.Drawing.Point(8, 43)
  500. Me.資料庫新增_tb.Name = "資料庫新增_tb"
  501. Me.資料庫新增_tb.Size = New System.Drawing.Size(75, 23)
  502. Me.資料庫新增_tb.TabIndex = 716
  503. Me.資料庫新增_tb.Text = "新增"
  504. Me.資料庫新增_tb.UseVisualStyleBackColor = True
  505. '
  506. 'ID_tb
  507. '
  508. Me.ID_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  509. Me.ID_tb.Location = New System.Drawing.Point(6, 22)
  510. Me.ID_tb.Name = "ID_tb"
  511. Me.ID_tb.Size = New System.Drawing.Size(110, 23)
  512. Me.ID_tb.TabIndex = 0
  513. '
  514. '時段_tb
  515. '
  516. Me.時段_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  517. Me.時段_tb.Location = New System.Drawing.Point(115, 22)
  518. Me.時段_tb.Name = "時段_tb"
  519. Me.時段_tb.Size = New System.Drawing.Size(110, 23)
  520. Me.時段_tb.TabIndex = 1
  521. '
  522. '時段1_tb
  523. '
  524. Me.時段1_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  525. Me.時段1_tb.Location = New System.Drawing.Point(224, 22)
  526. Me.時段1_tb.Name = "時段1_tb"
  527. Me.時段1_tb.Size = New System.Drawing.Size(110, 23)
  528. Me.時段1_tb.TabIndex = 2
  529. '
  530. '時段2_tb
  531. '
  532. Me.時段2_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  533. Me.時段2_tb.Location = New System.Drawing.Point(333, 22)
  534. Me.時段2_tb.Name = "時段2_tb"
  535. Me.時段2_tb.Size = New System.Drawing.Size(110, 23)
  536. Me.時段2_tb.TabIndex = 3
  537. '
  538. '時段3_tb
  539. '
  540. Me.時段3_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  541. Me.時段3_tb.Location = New System.Drawing.Point(442, 22)
  542. Me.時段3_tb.Name = "時段3_tb"
  543. Me.時段3_tb.Size = New System.Drawing.Size(110, 23)
  544. Me.時段3_tb.TabIndex = 4
  545. '
  546. '時段4_tb
  547. '
  548. Me.時段4_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  549. Me.時段4_tb.Location = New System.Drawing.Point(551, 22)
  550. Me.時段4_tb.Name = "時段4_tb"
  551. Me.時段4_tb.Size = New System.Drawing.Size(110, 23)
  552. Me.時段4_tb.TabIndex = 5
  553. '
  554. '時段5_tb
  555. '
  556. Me.時段5_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  557. Me.時段5_tb.Location = New System.Drawing.Point(660, 22)
  558. Me.時段5_tb.Name = "時段5_tb"
  559. Me.時段5_tb.Size = New System.Drawing.Size(110, 23)
  560. Me.時段5_tb.TabIndex = 6
  561. '
  562. '時段6_tb
  563. '
  564. Me.時段6_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  565. Me.時段6_tb.Location = New System.Drawing.Point(769, 22)
  566. Me.時段6_tb.Name = "時段6_tb"
  567. Me.時段6_tb.Size = New System.Drawing.Size(110, 23)
  568. Me.時段6_tb.TabIndex = 7
  569. '
  570. '時段7_tb
  571. '
  572. Me.時段7_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  573. Me.時段7_tb.Location = New System.Drawing.Point(878, 22)
  574. Me.時段7_tb.Name = "時段7_tb"
  575. Me.時段7_tb.Size = New System.Drawing.Size(110, 23)
  576. Me.時段7_tb.TabIndex = 8
  577. '
  578. '時段8_tb
  579. '
  580. Me.時段8_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  581. Me.時段8_tb.Location = New System.Drawing.Point(987, 22)
  582. Me.時段8_tb.Name = "時段8_tb"
  583. Me.時段8_tb.Size = New System.Drawing.Size(110, 23)
  584. Me.時段8_tb.TabIndex = 9
  585. '
  586. '上午上班_tb
  587. '
  588. Me.上午上班_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  589. Me.上午上班_tb.Location = New System.Drawing.Point(1096, 22)
  590. Me.上午上班_tb.Name = "上午上班_tb"
  591. Me.上午上班_tb.Size = New System.Drawing.Size(110, 23)
  592. Me.上午上班_tb.TabIndex = 10
  593. '
  594. '下午上班_tb
  595. '
  596. Me.下午上班_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  597. Me.下午上班_tb.Location = New System.Drawing.Point(1205, 22)
  598. Me.下午上班_tb.Name = "下午上班_tb"
  599. Me.下午上班_tb.Size = New System.Drawing.Size(110, 23)
  600. Me.下午上班_tb.TabIndex = 11
  601. '
  602. '加班上班_tb
  603. '
  604. Me.加班上班_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  605. Me.加班上班_tb.Location = New System.Drawing.Point(1314, 22)
  606. Me.加班上班_tb.Name = "加班上班_tb"
  607. Me.加班上班_tb.Size = New System.Drawing.Size(110, 23)
  608. Me.加班上班_tb.TabIndex = 12
  609. '
  610. '一段休息_tb
  611. '
  612. Me.一段休息_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  613. Me.一段休息_tb.Location = New System.Drawing.Point(1423, 22)
  614. Me.一段休息_tb.Name = "一段休息_tb"
  615. Me.一段休息_tb.Size = New System.Drawing.Size(110, 23)
  616. Me.一段休息_tb.TabIndex = 13
  617. '
  618. '二段休息_tb
  619. '
  620. Me.二段休息_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  621. Me.二段休息_tb.Location = New System.Drawing.Point(1532, 22)
  622. Me.二段休息_tb.Name = "二段休息_tb"
  623. Me.二段休息_tb.Size = New System.Drawing.Size(110, 23)
  624. Me.二段休息_tb.TabIndex = 14
  625. '
  626. '時段_dgv
  627. '
  628. Me.時段_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  629. Or System.Windows.Forms.AnchorStyles.Left) _
  630. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  631. Me.時段_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  632. Me.時段_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  633. Me.時段_dgv.Location = New System.Drawing.Point(6, 48)
  634. Me.時段_dgv.Name = "時段_dgv"
  635. Me.時段_dgv.RowHeadersWidth = 5
  636. Me.時段_dgv.RowTemplate.Height = 24
  637. Me.時段_dgv.Size = New System.Drawing.Size(1636, 335)
  638. Me.時段_dgv.TabIndex = 16
  639. '
  640. '時段新增_bt
  641. '
  642. Me.時段新增_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  643. Me.時段新增_bt.Location = New System.Drawing.Point(0, 389)
  644. Me.時段新增_bt.Name = "時段新增_bt"
  645. Me.時段新增_bt.Size = New System.Drawing.Size(219, 25)
  646. Me.時段新增_bt.TabIndex = 703
  647. Me.時段新增_bt.Text = "新增"
  648. Me.時段新增_bt.UseVisualStyleBackColor = True
  649. '
  650. '時段修改_bt
  651. '
  652. Me.時段修改_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  653. Me.時段修改_bt.Location = New System.Drawing.Point(225, 389)
  654. Me.時段修改_bt.Name = "時段修改_bt"
  655. Me.時段修改_bt.Size = New System.Drawing.Size(219, 25)
  656. Me.時段修改_bt.TabIndex = 706
  657. Me.時段修改_bt.Text = "修改"
  658. Me.時段修改_bt.UseVisualStyleBackColor = True
  659. '
  660. '時段刪除_bt
  661. '
  662. Me.時段刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  663. Me.時段刪除_bt.Location = New System.Drawing.Point(448, 389)
  664. Me.時段刪除_bt.Name = "時段刪除_bt"
  665. Me.時段刪除_bt.Size = New System.Drawing.Size(219, 25)
  666. Me.時段刪除_bt.TabIndex = 707
  667. Me.時段刪除_bt.Text = "刪除"
  668. Me.時段刪除_bt.UseVisualStyleBackColor = True
  669. '
  670. 'GroupBox7
  671. '
  672. Me.GroupBox7.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  673. Or System.Windows.Forms.AnchorStyles.Left) _
  674. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  675. Me.GroupBox7.Controls.Add(Me.時段刪除_bt)
  676. Me.GroupBox7.Controls.Add(Me.時段修改_bt)
  677. Me.GroupBox7.Controls.Add(Me.時段新增_bt)
  678. Me.GroupBox7.Controls.Add(Me.時段_dgv)
  679. Me.GroupBox7.Controls.Add(Me.二段休息_tb)
  680. Me.GroupBox7.Controls.Add(Me.一段休息_tb)
  681. Me.GroupBox7.Controls.Add(Me.加班上班_tb)
  682. Me.GroupBox7.Controls.Add(Me.下午上班_tb)
  683. Me.GroupBox7.Controls.Add(Me.上午上班_tb)
  684. Me.GroupBox7.Controls.Add(Me.時段8_tb)
  685. Me.GroupBox7.Controls.Add(Me.時段7_tb)
  686. Me.GroupBox7.Controls.Add(Me.時段6_tb)
  687. Me.GroupBox7.Controls.Add(Me.時段5_tb)
  688. Me.GroupBox7.Controls.Add(Me.時段4_tb)
  689. Me.GroupBox7.Controls.Add(Me.時段3_tb)
  690. Me.GroupBox7.Controls.Add(Me.時段2_tb)
  691. Me.GroupBox7.Controls.Add(Me.時段1_tb)
  692. Me.GroupBox7.Controls.Add(Me.時段_tb)
  693. Me.GroupBox7.Controls.Add(Me.ID_tb)
  694. Me.GroupBox7.Location = New System.Drawing.Point(3, 443)
  695. Me.GroupBox7.Name = "GroupBox7"
  696. Me.GroupBox7.Size = New System.Drawing.Size(1649, 417)
  697. Me.GroupBox7.TabIndex = 717
  698. Me.GroupBox7.TabStop = False
  699. Me.GroupBox7.Text = "時段設定"
  700. '
  701. '職務新增_bt
  702. '
  703. Me.職務新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  704. Me.職務新增_bt.ForeColor = System.Drawing.Color.Blue
  705. Me.職務新增_bt.Location = New System.Drawing.Point(3, 41)
  706. Me.職務新增_bt.Name = "職務新增_bt"
  707. Me.職務新增_bt.Size = New System.Drawing.Size(152, 25)
  708. Me.職務新增_bt.TabIndex = 224
  709. Me.職務新增_bt.Text = "新增"
  710. Me.職務新增_bt.UseVisualStyleBackColor = True
  711. '
  712. '職務修改_bt
  713. '
  714. Me.職務修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  715. Me.職務修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  716. Me.職務修改_bt.Location = New System.Drawing.Point(3, 67)
  717. Me.職務修改_bt.Name = "職務修改_bt"
  718. Me.職務修改_bt.Size = New System.Drawing.Size(152, 25)
  719. Me.職務修改_bt.TabIndex = 225
  720. Me.職務修改_bt.Text = "修改"
  721. Me.職務修改_bt.UseVisualStyleBackColor = True
  722. '
  723. '職務刪除_bt
  724. '
  725. Me.職務刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  726. Me.職務刪除_bt.ForeColor = System.Drawing.Color.Red
  727. Me.職務刪除_bt.Location = New System.Drawing.Point(3, 94)
  728. Me.職務刪除_bt.Name = "職務刪除_bt"
  729. Me.職務刪除_bt.Size = New System.Drawing.Size(152, 25)
  730. Me.職務刪除_bt.TabIndex = 226
  731. Me.職務刪除_bt.Text = "刪除"
  732. Me.職務刪除_bt.UseVisualStyleBackColor = True
  733. '
  734. '職務_dgv
  735. '
  736. DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  737. Me.職務_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
  738. Me.職務_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  739. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  740. Me.職務_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  741. Me.職務_dgv.BackgroundColor = System.Drawing.Color.White
  742. Me.職務_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  743. Me.職務_dgv.Location = New System.Drawing.Point(4, 122)
  744. Me.職務_dgv.Name = "職務_dgv"
  745. Me.職務_dgv.RowHeadersWidth = 5
  746. Me.職務_dgv.RowTemplate.Height = 24
  747. Me.職務_dgv.Size = New System.Drawing.Size(152, 314)
  748. Me.職務_dgv.TabIndex = 227
  749. '
  750. '職務_tb
  751. '
  752. Me.職務_tb.Location = New System.Drawing.Point(5, 17)
  753. Me.職務_tb.Name = "職務_tb"
  754. Me.職務_tb.Size = New System.Drawing.Size(150, 23)
  755. Me.職務_tb.TabIndex = 229
  756. '
  757. 'GroupBox5
  758. '
  759. Me.GroupBox5.Controls.Add(Me.職務_tb)
  760. Me.GroupBox5.Controls.Add(Me.職務_dgv)
  761. Me.GroupBox5.Controls.Add(Me.職務刪除_bt)
  762. Me.GroupBox5.Controls.Add(Me.職務修改_bt)
  763. Me.GroupBox5.Controls.Add(Me.職務新增_bt)
  764. Me.GroupBox5.Location = New System.Drawing.Point(2, 2)
  765. Me.GroupBox5.Name = "GroupBox5"
  766. Me.GroupBox5.Size = New System.Drawing.Size(160, 442)
  767. Me.GroupBox5.TabIndex = 708
  768. Me.GroupBox5.TabStop = False
  769. Me.GroupBox5.Text = "工作職務"
  770. '
  771. 'GroupBox3
  772. '
  773. Me.GroupBox3.Controls.Add(Me.適應症_編號_tb)
  774. Me.GroupBox3.Controls.Add(Me.適應症_tb)
  775. Me.GroupBox3.Controls.Add(Me.適應症_dgv)
  776. Me.GroupBox3.Controls.Add(Me.適應症_刪除_bt)
  777. Me.GroupBox3.Controls.Add(Me.適應症_修改_bt)
  778. Me.GroupBox3.Controls.Add(Me.適應症_新增_bt)
  779. Me.GroupBox3.Location = New System.Drawing.Point(259, 2)
  780. Me.GroupBox3.Name = "GroupBox3"
  781. Me.GroupBox3.Size = New System.Drawing.Size(196, 442)
  782. Me.GroupBox3.TabIndex = 718
  783. Me.GroupBox3.TabStop = False
  784. Me.GroupBox3.Text = "適應症資料"
  785. '
  786. '適應症_tb
  787. '
  788. Me.適應症_tb.Location = New System.Drawing.Point(55, 17)
  789. Me.適應症_tb.Name = "適應症_tb"
  790. Me.適應症_tb.Size = New System.Drawing.Size(136, 23)
  791. Me.適應症_tb.TabIndex = 229
  792. '
  793. '適應症_dgv
  794. '
  795. DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  796. Me.適應症_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
  797. Me.適應症_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  798. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  799. Me.適應症_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  800. Me.適應症_dgv.BackgroundColor = System.Drawing.Color.White
  801. Me.適應症_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  802. Me.適應症_dgv.Location = New System.Drawing.Point(4, 122)
  803. Me.適應症_dgv.Name = "適應症_dgv"
  804. Me.適應症_dgv.RowHeadersWidth = 5
  805. Me.適應症_dgv.RowTemplate.Height = 24
  806. Me.適應症_dgv.Size = New System.Drawing.Size(187, 314)
  807. Me.適應症_dgv.TabIndex = 227
  808. '
  809. '適應症_刪除_bt
  810. '
  811. Me.適應症_刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  812. Me.適應症_刪除_bt.ForeColor = System.Drawing.Color.Red
  813. Me.適應症_刪除_bt.Location = New System.Drawing.Point(3, 94)
  814. Me.適應症_刪除_bt.Name = "適應症_刪除_bt"
  815. Me.適應症_刪除_bt.Size = New System.Drawing.Size(187, 25)
  816. Me.適應症_刪除_bt.TabIndex = 226
  817. Me.適應症_刪除_bt.Text = "刪除"
  818. Me.適應症_刪除_bt.UseVisualStyleBackColor = True
  819. '
  820. '適應症_修改_bt
  821. '
  822. Me.適應症_修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  823. Me.適應症_修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  824. Me.適應症_修改_bt.Location = New System.Drawing.Point(3, 67)
  825. Me.適應症_修改_bt.Name = "適應症_修改_bt"
  826. Me.適應症_修改_bt.Size = New System.Drawing.Size(187, 25)
  827. Me.適應症_修改_bt.TabIndex = 225
  828. Me.適應症_修改_bt.Text = "修改"
  829. Me.適應症_修改_bt.UseVisualStyleBackColor = True
  830. '
  831. '適應症_新增_bt
  832. '
  833. Me.適應症_新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  834. Me.適應症_新增_bt.ForeColor = System.Drawing.Color.Blue
  835. Me.適應症_新增_bt.Location = New System.Drawing.Point(3, 41)
  836. Me.適應症_新增_bt.Name = "適應症_新增_bt"
  837. Me.適應症_新增_bt.Size = New System.Drawing.Size(187, 25)
  838. Me.適應症_新增_bt.TabIndex = 224
  839. Me.適應症_新增_bt.Text = "新增"
  840. Me.適應症_新增_bt.UseVisualStyleBackColor = True
  841. '
  842. '適應症_編號_tb
  843. '
  844. Me.適應症_編號_tb.Enabled = False
  845. Me.適應症_編號_tb.Location = New System.Drawing.Point(5, 17)
  846. Me.適應症_編號_tb.Name = "適應症_編號_tb"
  847. Me.適應症_編號_tb.Size = New System.Drawing.Size(50, 23)
  848. Me.適應症_編號_tb.TabIndex = 230
  849. '
  850. 'Panel1
  851. '
  852. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  853. Me.Panel1.Controls.Add(Me.本機資料夾_wb)
  854. Me.Panel1.Location = New System.Drawing.Point(5, 68)
  855. Me.Panel1.Name = "Panel1"
  856. Me.Panel1.Size = New System.Drawing.Size(325, 193)
  857. Me.Panel1.TabIndex = 695
  858. '
  859. 'Panel2
  860. '
  861. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  862. Me.Panel2.Controls.Add(Me.FTP執行檔_wb)
  863. Me.Panel2.Location = New System.Drawing.Point(5, 284)
  864. Me.Panel2.Name = "Panel2"
  865. Me.Panel2.Size = New System.Drawing.Size(325, 152)
  866. Me.Panel2.TabIndex = 696
  867. '
  868. 'Panel3
  869. '
  870. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  871. Me.Panel3.Controls.Add(Me.FTP資料夾_wb)
  872. Me.Panel3.Location = New System.Drawing.Point(3, 219)
  873. Me.Panel3.Name = "Panel3"
  874. Me.Panel3.Size = New System.Drawing.Size(533, 84)
  875. Me.Panel3.TabIndex = 706
  876. '
  877. '系統設定
  878. '
  879. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  880. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  881. Me.BackColor = System.Drawing.Color.White
  882. Me.ClientSize = New System.Drawing.Size(1656, 861)
  883. Me.Controls.Add(Me.GroupBox3)
  884. Me.Controls.Add(Me.GroupBox7)
  885. Me.Controls.Add(Me.GroupBox6)
  886. Me.Controls.Add(Me.GroupBox5)
  887. Me.Controls.Add(Me.GroupBox2)
  888. Me.Controls.Add(Me.GroupBox1)
  889. Me.Controls.Add(Me.GroupBox4)
  890. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  891. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  892. Me.Name = "系統設定"
  893. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  894. Me.Text = "系統設定"
  895. Me.GroupBox4.ResumeLayout(False)
  896. Me.GroupBox4.PerformLayout()
  897. CType(Me.年份_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  898. Me.GroupBox1.ResumeLayout(False)
  899. Me.GroupBox1.PerformLayout()
  900. CType(Me.資料夾清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  901. Me.GroupBox2.ResumeLayout(False)
  902. Me.GroupBox2.PerformLayout()
  903. CType(Me.FTP_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  904. Me.GroupBox6.ResumeLayout(False)
  905. Me.GroupBox6.PerformLayout()
  906. CType(Me.時段_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  907. Me.GroupBox7.ResumeLayout(False)
  908. Me.GroupBox7.PerformLayout()
  909. CType(Me.職務_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  910. Me.GroupBox5.ResumeLayout(False)
  911. Me.GroupBox5.PerformLayout()
  912. Me.GroupBox3.ResumeLayout(False)
  913. Me.GroupBox3.PerformLayout()
  914. CType(Me.適應症_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  915. Me.Panel1.ResumeLayout(False)
  916. Me.Panel2.ResumeLayout(False)
  917. Me.Panel3.ResumeLayout(False)
  918. Me.ResumeLayout(False)
  919. End Sub
  920. Friend WithEvents GroupBox4 As GroupBox
  921. Friend WithEvents 年份_dgv As DataGridView
  922. Friend WithEvents 年份_修改_bt As Button
  923. Friend WithEvents 年份_新增_bt As Button
  924. Friend WithEvents 年份_刪除_bt As Button
  925. Friend WithEvents 年份_tb As TextBox
  926. Friend WithEvents 資料庫版本號_lb As Label
  927. Friend WithEvents Label12 As Label
  928. Friend WithEvents Label13 As Label
  929. Friend WithEvents 讀取資料夾路徑_bt As Button
  930. Friend WithEvents 本機資料夾_wb As WebBrowser
  931. Friend WithEvents FTP執行檔_wb As WebBrowser
  932. Friend WithEvents 修改1_bt As Button
  933. Friend WithEvents Label2 As Label
  934. Friend WithEvents 版本號_tb As TextBox
  935. Friend WithEvents GroupBox1 As GroupBox
  936. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  937. Friend WithEvents 指定_tb As TextBox
  938. Friend WithEvents 刪除_bt As Button
  939. Friend WithEvents 修改_bt As Button
  940. Friend WithEvents 新增_bt As Button
  941. Friend WithEvents 備註_tb As TextBox
  942. Friend WithEvents 指定頁面_tb As TextBox
  943. Friend WithEvents 資料夾名稱_tb As TextBox
  944. Friend WithEvents 資料夾清單_dgv As DataGridView
  945. Friend WithEvents Label4 As Label
  946. Friend WithEvents FTP資料夾_wb As WebBrowser
  947. Friend WithEvents GroupBox2 As GroupBox
  948. Friend WithEvents FTP_dgv As DataGridView
  949. Friend WithEvents GroupBox6 As GroupBox
  950. Friend WithEvents 資料庫刪除_tb As Button
  951. Friend WithEvents 資料庫修改_tb As Button
  952. Friend WithEvents 資料庫新增_tb As Button
  953. Friend WithEvents 位置_tb As TextBox
  954. Friend WithEvents 地區_tb As TextBox
  955. Friend WithEvents 密碼_tb As TextBox
  956. Friend WithEvents 帳號_tb As TextBox
  957. Friend WithEvents 地址_tb As TextBox
  958. Friend WithEvents ID_tb As TextBox
  959. Friend WithEvents 時段_tb As TextBox
  960. Friend WithEvents 時段1_tb As TextBox
  961. Friend WithEvents 時段2_tb As TextBox
  962. Friend WithEvents 時段3_tb As TextBox
  963. Friend WithEvents 時段4_tb As TextBox
  964. Friend WithEvents 時段5_tb As TextBox
  965. Friend WithEvents 時段6_tb As TextBox
  966. Friend WithEvents 時段7_tb As TextBox
  967. Friend WithEvents 時段8_tb As TextBox
  968. Friend WithEvents 上午上班_tb As TextBox
  969. Friend WithEvents 下午上班_tb As TextBox
  970. Friend WithEvents 加班上班_tb As TextBox
  971. Friend WithEvents 一段休息_tb As TextBox
  972. Friend WithEvents 二段休息_tb As TextBox
  973. Friend WithEvents 時段_dgv As DataGridView
  974. Friend WithEvents 時段新增_bt As Button
  975. Friend WithEvents 時段修改_bt As Button
  976. Friend WithEvents 時段刪除_bt As Button
  977. Friend WithEvents GroupBox7 As GroupBox
  978. Friend WithEvents 職務新增_bt As Button
  979. Friend WithEvents 職務修改_bt As Button
  980. Friend WithEvents 職務刪除_bt As Button
  981. Friend WithEvents 職務_dgv As DataGridView
  982. Friend WithEvents 職務_tb As TextBox
  983. Friend WithEvents GroupBox5 As GroupBox
  984. Friend WithEvents GroupBox3 As GroupBox
  985. Friend WithEvents 適應症_tb As TextBox
  986. Friend WithEvents 適應症_dgv As DataGridView
  987. Friend WithEvents 適應症_刪除_bt As Button
  988. Friend WithEvents 適應症_修改_bt As Button
  989. Friend WithEvents 適應症_新增_bt As Button
  990. Friend WithEvents Panel1 As Panel
  991. Friend WithEvents Panel2 As Panel
  992. Friend WithEvents Panel3 As Panel
  993. Friend WithEvents 適應症_編號_tb As TextBox
  994. End Class