Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

登入畫面.Designer.vb 31KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 登入畫面
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(登入畫面))
  24. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  25. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  26. Me.計算分流1 = New System.Windows.Forms.Timer(Me.components)
  27. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  28. Me.Panel2 = New System.Windows.Forms.Panel()
  29. Me.取消_rbt = New System.Windows.Forms.Button()
  30. Me.確定_rbt = New System.Windows.Forms.Button()
  31. Me.密碼_rtb = New System.Windows.Forms.TextBox()
  32. Me.帳號_rtb = New System.Windows.Forms.TextBox()
  33. Me.進行下載_lb = New System.Windows.Forms.Label()
  34. Me.隱藏開關_lb = New System.Windows.Forms.Label()
  35. Me.執行檔版本號_lb = New System.Windows.Forms.Label()
  36. Me.資料庫版本號_lb = New System.Windows.Forms.Label()
  37. Me.伺服器區域_cb = New System.Windows.Forms.ComboBox()
  38. Me.伺服器區域_lb = New System.Windows.Forms.Label()
  39. Me.使用者名稱_lb = New System.Windows.Forms.Label()
  40. Me.密碼_lb = New System.Windows.Forms.Label()
  41. Me.Panel1 = New System.Windows.Forms.Panel()
  42. Me.Panel3 = New System.Windows.Forms.Panel()
  43. Me.系統語言_lb = New System.Windows.Forms.Label()
  44. Me.切換線路_rbt = New System.Windows.Forms.Button()
  45. Me.系統語言_cb = New System.Windows.Forms.ComboBox()
  46. Me.公司線路_rb = New System.Windows.Forms.RadioButton()
  47. Me.考勤_rbt = New System.Windows.Forms.Button()
  48. Me.不啟用WEB_cb = New System.Windows.Forms.CheckBox()
  49. Me.測試線路_rb = New System.Windows.Forms.RadioButton()
  50. Me.深色風格_ch = New System.Windows.Forms.CheckBox()
  51. Me.低網速模式_ch = New System.Windows.Forms.CheckBox()
  52. Me.UPDATE_bt = New System.Windows.Forms.Button()
  53. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  54. Me.編號 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  55. Me.語言 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  56. Me.WebBrowser3 = New System.Windows.Forms.WebBrowser()
  57. Me.驗證_tb = New System.Windows.Forms.TextBox()
  58. Me.密碼驗證_tb = New System.Windows.Forms.TextBox()
  59. Me.MAC碼_tb = New System.Windows.Forms.TextBox()
  60. Me.ftp清單_dgv = New System.Windows.Forms.DataGridView()
  61. Me.密碼日期_tb = New System.Windows.Forms.TextBox()
  62. Me.更新下載_ch = New System.Windows.Forms.CheckBox()
  63. Me.登入綁定_ch = New System.Windows.Forms.CheckBox()
  64. Me.刷卡登入_ch = New System.Windows.Forms.CheckBox()
  65. Me.系統登入_dgv = New System.Windows.Forms.DataGridView()
  66. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  67. Me.Panel2.SuspendLayout()
  68. Me.Panel1.SuspendLayout()
  69. Me.Panel3.SuspendLayout()
  70. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  72. CType(Me.系統登入_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  73. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  74. Me.SuspendLayout()
  75. '
  76. 'Timer1
  77. '
  78. Me.Timer1.Interval = 3000
  79. '
  80. '計算分流1
  81. '
  82. '
  83. 'Panel2
  84. '
  85. Me.Panel2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  86. Or System.Windows.Forms.AnchorStyles.Left) _
  87. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  88. Me.Panel2.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.bg3
  89. Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  90. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  91. Me.Panel2.Controls.Add(Me.取消_rbt)
  92. Me.Panel2.Controls.Add(Me.確定_rbt)
  93. Me.Panel2.Controls.Add(Me.密碼_rtb)
  94. Me.Panel2.Controls.Add(Me.帳號_rtb)
  95. Me.Panel2.Controls.Add(Me.進行下載_lb)
  96. Me.Panel2.Controls.Add(Me.隱藏開關_lb)
  97. Me.Panel2.Controls.Add(Me.執行檔版本號_lb)
  98. Me.Panel2.Controls.Add(Me.資料庫版本號_lb)
  99. Me.Panel2.Controls.Add(Me.伺服器區域_cb)
  100. Me.Panel2.Controls.Add(Me.伺服器區域_lb)
  101. Me.Panel2.Controls.Add(Me.使用者名稱_lb)
  102. Me.Panel2.Controls.Add(Me.密碼_lb)
  103. Me.Panel2.Controls.Add(Me.Panel1)
  104. Me.Panel2.Controls.Add(Me.系統登入_dgv)
  105. Me.Panel2.Controls.Add(Me.PictureBox1)
  106. Me.Panel2.Location = New System.Drawing.Point(1, 2)
  107. Me.Panel2.Name = "Panel2"
  108. Me.Panel2.Size = New System.Drawing.Size(829, 237)
  109. Me.Panel2.TabIndex = 1377
  110. '
  111. '取消_rbt
  112. '
  113. Me.取消_rbt.BackColor = System.Drawing.Color.Transparent
  114. Me.取消_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
  115. Me.取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  116. Me.取消_rbt.Location = New System.Drawing.Point(321, 182)
  117. Me.取消_rbt.Name = "取消_rbt"
  118. Me.取消_rbt.Size = New System.Drawing.Size(66, 50)
  119. Me.取消_rbt.TabIndex = 660
  120. Me.取消_rbt.UseVisualStyleBackColor = False
  121. '
  122. '確定_rbt
  123. '
  124. Me.確定_rbt.BackColor = System.Drawing.Color.Transparent
  125. Me.確定_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources._Select
  126. Me.確定_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  127. Me.確定_rbt.Location = New System.Drawing.Point(231, 182)
  128. Me.確定_rbt.Name = "確定_rbt"
  129. Me.確定_rbt.Size = New System.Drawing.Size(66, 50)
  130. Me.確定_rbt.TabIndex = 659
  131. Me.確定_rbt.UseVisualStyleBackColor = False
  132. '
  133. '密碼_rtb
  134. '
  135. Me.密碼_rtb.Location = New System.Drawing.Point(227, 113)
  136. Me.密碼_rtb.Name = "密碼_rtb"
  137. Me.密碼_rtb.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
  138. Me.密碼_rtb.Size = New System.Drawing.Size(170, 23)
  139. Me.密碼_rtb.TabIndex = 656
  140. Me.密碼_rtb.UseSystemPasswordChar = True
  141. Me.密碼_rtb.WordWrap = False
  142. '
  143. '帳號_rtb
  144. '
  145. Me.帳號_rtb.Location = New System.Drawing.Point(226, 64)
  146. Me.帳號_rtb.Name = "帳號_rtb"
  147. Me.帳號_rtb.Size = New System.Drawing.Size(170, 23)
  148. Me.帳號_rtb.TabIndex = 655
  149. '
  150. '進行下載_lb
  151. '
  152. Me.進行下載_lb.AutoEllipsis = True
  153. Me.進行下載_lb.BackColor = System.Drawing.Color.Transparent
  154. Me.進行下載_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  155. Me.進行下載_lb.Location = New System.Drawing.Point(3, 214)
  156. Me.進行下載_lb.Name = "進行下載_lb"
  157. Me.進行下載_lb.Size = New System.Drawing.Size(56, 18)
  158. Me.進行下載_lb.TabIndex = 653
  159. Me.進行下載_lb.Text = " "
  160. '
  161. '隱藏開關_lb
  162. '
  163. Me.隱藏開關_lb.AutoEllipsis = True
  164. Me.隱藏開關_lb.BackColor = System.Drawing.Color.Transparent
  165. Me.隱藏開關_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.隱藏開關_lb.Location = New System.Drawing.Point(6, 5)
  167. Me.隱藏開關_lb.Name = "隱藏開關_lb"
  168. Me.隱藏開關_lb.Size = New System.Drawing.Size(79, 24)
  169. Me.隱藏開關_lb.TabIndex = 641
  170. Me.隱藏開關_lb.Text = " "
  171. '
  172. '執行檔版本號_lb
  173. '
  174. Me.執行檔版本號_lb.AutoSize = True
  175. Me.執行檔版本號_lb.BackColor = System.Drawing.Color.Transparent
  176. Me.執行檔版本號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  177. Me.執行檔版本號_lb.Location = New System.Drawing.Point(229, 161)
  178. Me.執行檔版本號_lb.Name = "執行檔版本號_lb"
  179. Me.執行檔版本號_lb.Size = New System.Drawing.Size(158, 16)
  180. Me.執行檔版本號_lb.TabIndex = 620
  181. Me.執行檔版本號_lb.Text = "執行檔版本號 : 2018110801"
  182. '
  183. '資料庫版本號_lb
  184. '
  185. Me.資料庫版本號_lb.AutoSize = True
  186. Me.資料庫版本號_lb.BackColor = System.Drawing.Color.Transparent
  187. Me.資料庫版本號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  188. Me.資料庫版本號_lb.Location = New System.Drawing.Point(229, 139)
  189. Me.資料庫版本號_lb.Name = "資料庫版本號_lb"
  190. Me.資料庫版本號_lb.Size = New System.Drawing.Size(158, 16)
  191. Me.資料庫版本號_lb.TabIndex = 621
  192. Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801"
  193. '
  194. '伺服器區域_cb
  195. '
  196. Me.伺服器區域_cb.BackColor = System.Drawing.Color.DimGray
  197. Me.伺服器區域_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  198. Me.伺服器區域_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.伺服器區域_cb.ForeColor = System.Drawing.Color.Blue
  200. Me.伺服器區域_cb.FormattingEnabled = True
  201. Me.伺服器區域_cb.Items.AddRange(New Object() {"正式", "測試"})
  202. Me.伺服器區域_cb.Location = New System.Drawing.Point(295, 6)
  203. Me.伺服器區域_cb.Name = "伺服器區域_cb"
  204. Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 24)
  205. Me.伺服器區域_cb.TabIndex = 630
  206. '
  207. '伺服器區域_lb
  208. '
  209. Me.伺服器區域_lb.AutoSize = True
  210. Me.伺服器區域_lb.BackColor = System.Drawing.Color.Transparent
  211. Me.伺服器區域_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  212. Me.伺服器區域_lb.Location = New System.Drawing.Point(224, 10)
  213. Me.伺服器區域_lb.Name = "伺服器區域_lb"
  214. Me.伺服器區域_lb.Size = New System.Drawing.Size(67, 16)
  215. Me.伺服器區域_lb.TabIndex = 631
  216. Me.伺服器區域_lb.Text = "伺服器區域"
  217. '
  218. '使用者名稱_lb
  219. '
  220. Me.使用者名稱_lb.AutoSize = True
  221. Me.使用者名稱_lb.BackColor = System.Drawing.Color.Transparent
  222. Me.使用者名稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  223. Me.使用者名稱_lb.Location = New System.Drawing.Point(228, 45)
  224. Me.使用者名稱_lb.Name = "使用者名稱_lb"
  225. Me.使用者名稱_lb.Size = New System.Drawing.Size(84, 16)
  226. Me.使用者名稱_lb.TabIndex = 612
  227. Me.使用者名稱_lb.Text = "使用者名稱(&U)"
  228. '
  229. '密碼_lb
  230. '
  231. Me.密碼_lb.AutoEllipsis = True
  232. Me.密碼_lb.AutoSize = True
  233. Me.密碼_lb.BackColor = System.Drawing.Color.Transparent
  234. Me.密碼_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  235. Me.密碼_lb.Location = New System.Drawing.Point(229, 94)
  236. Me.密碼_lb.Name = "密碼_lb"
  237. Me.密碼_lb.Size = New System.Drawing.Size(46, 16)
  238. Me.密碼_lb.TabIndex = 614
  239. Me.密碼_lb.Text = "密碼(&P)"
  240. '
  241. 'Panel1
  242. '
  243. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  244. Me.Panel1.Controls.Add(Me.Panel3)
  245. Me.Panel1.Controls.Add(Me.UPDATE_bt)
  246. Me.Panel1.Controls.Add(Me.語言_dgv)
  247. Me.Panel1.Controls.Add(Me.WebBrowser3)
  248. Me.Panel1.Controls.Add(Me.驗證_tb)
  249. Me.Panel1.Controls.Add(Me.密碼驗證_tb)
  250. Me.Panel1.Controls.Add(Me.MAC碼_tb)
  251. Me.Panel1.Controls.Add(Me.ftp清單_dgv)
  252. Me.Panel1.Controls.Add(Me.密碼日期_tb)
  253. Me.Panel1.Controls.Add(Me.更新下載_ch)
  254. Me.Panel1.Controls.Add(Me.登入綁定_ch)
  255. Me.Panel1.Controls.Add(Me.刷卡登入_ch)
  256. Me.Panel1.Location = New System.Drawing.Point(459, 5)
  257. Me.Panel1.Name = "Panel1"
  258. Me.Panel1.Size = New System.Drawing.Size(211, 224)
  259. Me.Panel1.TabIndex = 640
  260. '
  261. 'Panel3
  262. '
  263. Me.Panel3.Controls.Add(Me.系統語言_lb)
  264. Me.Panel3.Controls.Add(Me.切換線路_rbt)
  265. Me.Panel3.Controls.Add(Me.系統語言_cb)
  266. Me.Panel3.Controls.Add(Me.公司線路_rb)
  267. Me.Panel3.Controls.Add(Me.考勤_rbt)
  268. Me.Panel3.Controls.Add(Me.不啟用WEB_cb)
  269. Me.Panel3.Controls.Add(Me.測試線路_rb)
  270. Me.Panel3.Controls.Add(Me.深色風格_ch)
  271. Me.Panel3.Controls.Add(Me.低網速模式_ch)
  272. Me.Panel3.Location = New System.Drawing.Point(10, 7)
  273. Me.Panel3.Name = "Panel3"
  274. Me.Panel3.Size = New System.Drawing.Size(171, 198)
  275. Me.Panel3.TabIndex = 664
  276. '
  277. '系統語言_lb
  278. '
  279. Me.系統語言_lb.AutoSize = True
  280. Me.系統語言_lb.BackColor = System.Drawing.Color.Transparent
  281. Me.系統語言_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  282. Me.系統語言_lb.Location = New System.Drawing.Point(12, 72)
  283. Me.系統語言_lb.Name = "系統語言_lb"
  284. Me.系統語言_lb.Size = New System.Drawing.Size(55, 16)
  285. Me.系統語言_lb.TabIndex = 637
  286. Me.系統語言_lb.Text = "系統語言"
  287. '
  288. '切換線路_rbt
  289. '
  290. Me.切換線路_rbt.BackColor = System.Drawing.Color.Transparent
  291. Me.切換線路_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
  292. Me.切換線路_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  293. Me.切換線路_rbt.Location = New System.Drawing.Point(109, 31)
  294. Me.切換線路_rbt.Name = "切換線路_rbt"
  295. Me.切換線路_rbt.Size = New System.Drawing.Size(45, 39)
  296. Me.切換線路_rbt.TabIndex = 662
  297. Me.切換線路_rbt.UseVisualStyleBackColor = False
  298. Me.切換線路_rbt.Visible = False
  299. '
  300. '系統語言_cb
  301. '
  302. Me.系統語言_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  303. Me.系統語言_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. Me.系統語言_cb.ForeColor = System.Drawing.Color.Blue
  305. Me.系統語言_cb.FormattingEnabled = True
  306. Me.系統語言_cb.Items.AddRange(New Object() {"繁體中文", "English", "Indonesian"})
  307. Me.系統語言_cb.Location = New System.Drawing.Point(14, 92)
  308. Me.系統語言_cb.Name = "系統語言_cb"
  309. Me.系統語言_cb.Size = New System.Drawing.Size(87, 24)
  310. Me.系統語言_cb.TabIndex = 636
  311. '
  312. '公司線路_rb
  313. '
  314. Me.公司線路_rb.AutoSize = True
  315. Me.公司線路_rb.BackColor = System.Drawing.Color.Transparent
  316. Me.公司線路_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  317. Me.公司線路_rb.Location = New System.Drawing.Point(14, 23)
  318. Me.公司線路_rb.Name = "公司線路_rb"
  319. Me.公司線路_rb.Size = New System.Drawing.Size(73, 20)
  320. Me.公司線路_rb.TabIndex = 633
  321. Me.公司線路_rb.TabStop = True
  322. Me.公司線路_rb.Text = "公司線路"
  323. Me.公司線路_rb.UseVisualStyleBackColor = False
  324. '
  325. '考勤_rbt
  326. '
  327. Me.考勤_rbt.BackColor = System.Drawing.Color.Transparent
  328. Me.考勤_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
  329. Me.考勤_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  330. Me.考勤_rbt.Location = New System.Drawing.Point(109, 81)
  331. Me.考勤_rbt.Name = "考勤_rbt"
  332. Me.考勤_rbt.Size = New System.Drawing.Size(45, 39)
  333. Me.考勤_rbt.TabIndex = 661
  334. Me.考勤_rbt.UseVisualStyleBackColor = False
  335. Me.考勤_rbt.Visible = False
  336. '
  337. '不啟用WEB_cb
  338. '
  339. Me.不啟用WEB_cb.AutoSize = True
  340. Me.不啟用WEB_cb.BackColor = System.Drawing.Color.Transparent
  341. Me.不啟用WEB_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  342. Me.不啟用WEB_cb.Location = New System.Drawing.Point(13, 143)
  343. Me.不啟用WEB_cb.Name = "不啟用WEB_cb"
  344. Me.不啟用WEB_cb.Size = New System.Drawing.Size(88, 20)
  345. Me.不啟用WEB_cb.TabIndex = 654
  346. Me.不啟用WEB_cb.Text = "不啟用WEB"
  347. Me.不啟用WEB_cb.UseVisualStyleBackColor = False
  348. '
  349. '測試線路_rb
  350. '
  351. Me.測試線路_rb.AutoSize = True
  352. Me.測試線路_rb.BackColor = System.Drawing.Color.Transparent
  353. Me.測試線路_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  354. Me.測試線路_rb.Location = New System.Drawing.Point(14, 45)
  355. Me.測試線路_rb.Name = "測試線路_rb"
  356. Me.測試線路_rb.Size = New System.Drawing.Size(73, 20)
  357. Me.測試線路_rb.TabIndex = 634
  358. Me.測試線路_rb.TabStop = True
  359. Me.測試線路_rb.Text = "測試線路"
  360. Me.測試線路_rb.UseVisualStyleBackColor = False
  361. '
  362. '深色風格_ch
  363. '
  364. Me.深色風格_ch.AutoSize = True
  365. Me.深色風格_ch.BackColor = System.Drawing.Color.Transparent
  366. Me.深色風格_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  367. Me.深色風格_ch.Location = New System.Drawing.Point(16, 124)
  368. Me.深色風格_ch.Name = "深色風格_ch"
  369. Me.深色風格_ch.Size = New System.Drawing.Size(74, 20)
  370. Me.深色風格_ch.TabIndex = 644
  371. Me.深色風格_ch.Text = "深色風格"
  372. Me.深色風格_ch.UseVisualStyleBackColor = False
  373. '
  374. '低網速模式_ch
  375. '
  376. Me.低網速模式_ch.AutoSize = True
  377. Me.低網速模式_ch.BackColor = System.Drawing.Color.Transparent
  378. Me.低網速模式_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  379. Me.低網速模式_ch.Location = New System.Drawing.Point(13, 166)
  380. Me.低網速模式_ch.Name = "低網速模式_ch"
  381. Me.低網速模式_ch.Size = New System.Drawing.Size(86, 20)
  382. Me.低網速模式_ch.TabIndex = 632
  383. Me.低網速模式_ch.Text = "低網速模式"
  384. Me.低網速模式_ch.UseVisualStyleBackColor = False
  385. '
  386. 'UPDATE_bt
  387. '
  388. Me.UPDATE_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  389. Me.UPDATE_bt.Location = New System.Drawing.Point(3, 4)
  390. Me.UPDATE_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  391. Me.UPDATE_bt.Name = "UPDATE_bt"
  392. Me.UPDATE_bt.Size = New System.Drawing.Size(67, 22)
  393. Me.UPDATE_bt.TabIndex = 639
  394. Me.UPDATE_bt.Text = "UPDATE"
  395. Me.UPDATE_bt.UseCompatibleTextRendering = True
  396. '
  397. '語言_dgv
  398. '
  399. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  400. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.編號, Me.語言})
  401. Me.語言_dgv.Location = New System.Drawing.Point(8, 123)
  402. Me.語言_dgv.Name = "語言_dgv"
  403. Me.語言_dgv.RowHeadersWidth = 5
  404. Me.語言_dgv.RowTemplate.Height = 24
  405. Me.語言_dgv.Size = New System.Drawing.Size(202, 112)
  406. Me.語言_dgv.TabIndex = 638
  407. '
  408. '編號
  409. '
  410. Me.編號.HeaderText = "編號"
  411. Me.編號.Name = "編號"
  412. '
  413. '語言
  414. '
  415. Me.語言.HeaderText = "語言"
  416. Me.語言.Name = "語言"
  417. '
  418. 'WebBrowser3
  419. '
  420. Me.WebBrowser3.Location = New System.Drawing.Point(2, 25)
  421. Me.WebBrowser3.MinimumSize = New System.Drawing.Size(20, 20)
  422. Me.WebBrowser3.Name = "WebBrowser3"
  423. Me.WebBrowser3.Size = New System.Drawing.Size(67, 48)
  424. Me.WebBrowser3.TabIndex = 623
  425. Me.WebBrowser3.Url = New System.Uri("", System.UriKind.Relative)
  426. '
  427. '驗證_tb
  428. '
  429. Me.驗證_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  430. Me.驗證_tb.Location = New System.Drawing.Point(4, 51)
  431. Me.驗證_tb.Margin = New System.Windows.Forms.Padding(5)
  432. Me.驗證_tb.Name = "驗證_tb"
  433. Me.驗證_tb.Size = New System.Drawing.Size(67, 23)
  434. Me.驗證_tb.TabIndex = 619
  435. '
  436. '密碼驗證_tb
  437. '
  438. Me.密碼驗證_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  439. Me.密碼驗證_tb.Location = New System.Drawing.Point(72, 51)
  440. Me.密碼驗證_tb.Margin = New System.Windows.Forms.Padding(5)
  441. Me.密碼驗證_tb.Name = "密碼驗證_tb"
  442. Me.密碼驗證_tb.Size = New System.Drawing.Size(67, 23)
  443. Me.密碼驗證_tb.TabIndex = 618
  444. '
  445. 'MAC碼_tb
  446. '
  447. Me.MAC碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  448. Me.MAC碼_tb.Location = New System.Drawing.Point(3, 76)
  449. Me.MAC碼_tb.Margin = New System.Windows.Forms.Padding(5)
  450. Me.MAC碼_tb.Name = "MAC碼_tb"
  451. Me.MAC碼_tb.Size = New System.Drawing.Size(67, 23)
  452. Me.MAC碼_tb.TabIndex = 635
  453. '
  454. 'ftp清單_dgv
  455. '
  456. Me.ftp清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  457. Me.ftp清單_dgv.Location = New System.Drawing.Point(72, 76)
  458. Me.ftp清單_dgv.Name = "ftp清單_dgv"
  459. Me.ftp清單_dgv.RowHeadersWidth = 5
  460. Me.ftp清單_dgv.RowTemplate.Height = 24
  461. Me.ftp清單_dgv.Size = New System.Drawing.Size(67, 23)
  462. Me.ftp清單_dgv.TabIndex = 626
  463. '
  464. '密碼日期_tb
  465. '
  466. Me.密碼日期_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  467. Me.密碼日期_tb.Location = New System.Drawing.Point(140, 51)
  468. Me.密碼日期_tb.Margin = New System.Windows.Forms.Padding(5)
  469. Me.密碼日期_tb.Name = "密碼日期_tb"
  470. Me.密碼日期_tb.Size = New System.Drawing.Size(67, 23)
  471. Me.密碼日期_tb.TabIndex = 629
  472. '
  473. '更新下載_ch
  474. '
  475. Me.更新下載_ch.AutoSize = True
  476. Me.更新下載_ch.BackColor = System.Drawing.Color.White
  477. Me.更新下載_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  478. Me.更新下載_ch.Location = New System.Drawing.Point(3, 26)
  479. Me.更新下載_ch.Name = "更新下載_ch"
  480. Me.更新下載_ch.Size = New System.Drawing.Size(74, 20)
  481. Me.更新下載_ch.TabIndex = 622
  482. Me.更新下載_ch.Text = "更新下載"
  483. Me.更新下載_ch.UseVisualStyleBackColor = False
  484. '
  485. '登入綁定_ch
  486. '
  487. Me.登入綁定_ch.AutoSize = True
  488. Me.登入綁定_ch.BackColor = System.Drawing.Color.White
  489. Me.登入綁定_ch.Location = New System.Drawing.Point(86, 7)
  490. Me.登入綁定_ch.Name = "登入綁定_ch"
  491. Me.登入綁定_ch.Size = New System.Drawing.Size(74, 20)
  492. Me.登入綁定_ch.TabIndex = 628
  493. Me.登入綁定_ch.Text = "登入綁定"
  494. Me.登入綁定_ch.UseVisualStyleBackColor = False
  495. '
  496. '刷卡登入_ch
  497. '
  498. Me.刷卡登入_ch.AutoSize = True
  499. Me.刷卡登入_ch.BackColor = System.Drawing.Color.White
  500. Me.刷卡登入_ch.Location = New System.Drawing.Point(86, 30)
  501. Me.刷卡登入_ch.Name = "刷卡登入_ch"
  502. Me.刷卡登入_ch.Size = New System.Drawing.Size(74, 20)
  503. Me.刷卡登入_ch.TabIndex = 627
  504. Me.刷卡登入_ch.Text = "刷卡登入"
  505. Me.刷卡登入_ch.UseVisualStyleBackColor = False
  506. '
  507. '系統登入_dgv
  508. '
  509. Me.系統登入_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  510. Or System.Windows.Forms.AnchorStyles.Left) _
  511. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  512. Me.系統登入_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  513. Me.系統登入_dgv.BackgroundColor = System.Drawing.Color.White
  514. Me.系統登入_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  515. Me.系統登入_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  516. Me.系統登入_dgv.Location = New System.Drawing.Point(448, -1)
  517. Me.系統登入_dgv.Name = "系統登入_dgv"
  518. Me.系統登入_dgv.RowHeadersWidth = 5
  519. Me.系統登入_dgv.RowTemplate.Height = 24
  520. Me.系統登入_dgv.Size = New System.Drawing.Size(378, 237)
  521. Me.系統登入_dgv.TabIndex = 642
  522. '
  523. 'PictureBox1
  524. '
  525. Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
  526. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  527. Me.PictureBox1.Location = New System.Drawing.Point(18, 31)
  528. Me.PictureBox1.Name = "PictureBox1"
  529. Me.PictureBox1.Size = New System.Drawing.Size(159, 180)
  530. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  531. Me.PictureBox1.TabIndex = 648
  532. Me.PictureBox1.TabStop = False
  533. '
  534. '登入畫面
  535. '
  536. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  537. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  538. Me.ClientSize = New System.Drawing.Size(694, 241)
  539. Me.Controls.Add(Me.Panel2)
  540. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  541. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  542. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  543. Me.Name = "登入畫面"
  544. Me.Text = "登入畫面"
  545. Me.Panel2.ResumeLayout(False)
  546. Me.Panel2.PerformLayout()
  547. Me.Panel1.ResumeLayout(False)
  548. Me.Panel1.PerformLayout()
  549. Me.Panel3.ResumeLayout(False)
  550. Me.Panel3.PerformLayout()
  551. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  552. CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  553. CType(Me.系統登入_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  554. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  555. Me.ResumeLayout(False)
  556. End Sub
  557. Friend WithEvents Timer1 As Timer
  558. Friend WithEvents UPDATE_bt As Button
  559. Friend WithEvents WebBrowser3 As WebBrowser
  560. Friend WithEvents 密碼驗證_tb As TextBox
  561. Friend WithEvents 不啟用WEB_cb As CheckBox
  562. Friend WithEvents 進行下載_lb As Label
  563. Friend WithEvents 隱藏開關_lb As Label
  564. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  565. Friend WithEvents PictureBox1 As PictureBox
  566. Friend WithEvents 深色風格_ch As CheckBox
  567. Friend WithEvents Panel1 As Panel
  568. Friend WithEvents 語言_dgv As DataGridView
  569. Friend WithEvents 編號 As DataGridViewTextBoxColumn
  570. Friend WithEvents 語言 As DataGridViewTextBoxColumn
  571. Friend WithEvents 驗證_tb As TextBox
  572. Friend WithEvents MAC碼_tb As TextBox
  573. Friend WithEvents ftp清單_dgv As DataGridView
  574. Friend WithEvents 密碼日期_tb As TextBox
  575. Friend WithEvents 更新下載_ch As CheckBox
  576. Friend WithEvents 登入綁定_ch As CheckBox
  577. Friend WithEvents 刷卡登入_ch As CheckBox
  578. Friend WithEvents 系統登入_dgv As DataGridView
  579. Friend WithEvents Panel2 As Panel
  580. Friend WithEvents 系統語言_lb As Label
  581. Friend WithEvents 執行檔版本號_lb As Label
  582. Friend WithEvents 系統語言_cb As ComboBox
  583. Friend WithEvents 資料庫版本號_lb As Label
  584. Friend WithEvents 測試線路_rb As RadioButton
  585. Friend WithEvents 伺服器區域_cb As ComboBox
  586. Friend WithEvents 公司線路_rb As RadioButton
  587. Friend WithEvents 伺服器區域_lb As Label
  588. Friend WithEvents 低網速模式_ch As CheckBox
  589. Friend WithEvents 使用者名稱_lb As Label
  590. Friend WithEvents 密碼_lb As Label
  591. Friend WithEvents 計算分流1 As Timer
  592. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  593. Friend WithEvents 密碼_rtb As TextBox
  594. Friend WithEvents 帳號_rtb As TextBox
  595. Friend WithEvents 取消_rbt As Button
  596. Friend WithEvents 確定_rbt As Button
  597. Friend WithEvents 切換線路_rbt As Button
  598. Friend WithEvents 考勤_rbt As Button
  599. Friend WithEvents Panel3 As Panel
  600. End Class