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.

Login.Designer.vb 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. <Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _
  3. Partial Class Login
  4. Inherits System.Windows.Forms.Form
  5. 'Form 覆寫 Dispose 以清除元件清單。
  6. <System.Diagnostics.DebuggerNonUserCode()> _
  7. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8. Try
  9. If disposing AndAlso components IsNot Nothing Then
  10. components.Dispose()
  11. End If
  12. Finally
  13. MyBase.Dispose(disposing)
  14. End Try
  15. End Sub
  16. Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
  17. Friend WithEvents UsernameLabel As System.Windows.Forms.Label
  18. Friend WithEvents PasswordLabel As System.Windows.Forms.Label
  19. Friend WithEvents UsernameTextBox As System.Windows.Forms.TextBox
  20. Friend WithEvents PasswordTextBox As System.Windows.Forms.TextBox
  21. Friend WithEvents OK As System.Windows.Forms.Button
  22. Friend WithEvents Cancel As System.Windows.Forms.Button
  23. '為 Windows Form 設計工具的必要項
  24. Private components As System.ComponentModel.IContainer
  25. '注意: 以下為 Windows Form 設計工具所需的程序
  26. '可以使用 Windows Form 設計工具進行修改。
  27. '請不要使用程式碼編輯器進行修改。
  28. <System.Diagnostics.DebuggerStepThrough()> _
  29. Private Sub InitializeComponent()
  30. Me.components = New System.ComponentModel.Container()
  31. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Login))
  33. Me.UsernameLabel = New System.Windows.Forms.Label()
  34. Me.PasswordLabel = New System.Windows.Forms.Label()
  35. Me.UsernameTextBox = New System.Windows.Forms.TextBox()
  36. Me.PasswordTextBox = New System.Windows.Forms.TextBox()
  37. Me.OK = New System.Windows.Forms.Button()
  38. Me.Cancel = New System.Windows.Forms.Button()
  39. Me.TextBox1 = New System.Windows.Forms.TextBox()
  40. Me.TextBox4 = New System.Windows.Forms.TextBox()
  41. Me.Label2 = New System.Windows.Forms.Label()
  42. Me.Label1 = New System.Windows.Forms.Label()
  43. Me.更新下載_ch = New System.Windows.Forms.CheckBox()
  44. Me.FDT_dgv = New System.Windows.Forms.DataGridView()
  45. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  46. Me.Label5 = New System.Windows.Forms.Label()
  47. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  48. Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
  49. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  50. Me.TextBox2 = New System.Windows.Forms.TextBox()
  51. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  52. Me.Label3 = New System.Windows.Forms.Label()
  53. Me.Button1 = New System.Windows.Forms.Button()
  54. Me.ID卡號_tb = New System.Windows.Forms.TextBox()
  55. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  56. CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
  58. Me.SuspendLayout()
  59. '
  60. 'UsernameLabel
  61. '
  62. Me.UsernameLabel.BackColor = System.Drawing.Color.Silver
  63. Me.UsernameLabel.Location = New System.Drawing.Point(235, 32)
  64. Me.UsernameLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  65. Me.UsernameLabel.Name = "UsernameLabel"
  66. Me.UsernameLabel.Size = New System.Drawing.Size(256, 31)
  67. Me.UsernameLabel.TabIndex = 0
  68. Me.UsernameLabel.Text = "使用者帳號(&U)"
  69. Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  70. '
  71. 'PasswordLabel
  72. '
  73. Me.PasswordLabel.BackColor = System.Drawing.Color.Silver
  74. Me.PasswordLabel.Location = New System.Drawing.Point(233, 79)
  75. Me.PasswordLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  76. Me.PasswordLabel.Name = "PasswordLabel"
  77. Me.PasswordLabel.Size = New System.Drawing.Size(256, 31)
  78. Me.PasswordLabel.TabIndex = 2
  79. Me.PasswordLabel.Text = "密碼(&P)"
  80. Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  81. '
  82. 'UsernameTextBox
  83. '
  84. Me.UsernameTextBox.ImeMode = System.Windows.Forms.ImeMode.Disable
  85. Me.UsernameTextBox.Location = New System.Drawing.Point(236, 58)
  86. Me.UsernameTextBox.Margin = New System.Windows.Forms.Padding(4)
  87. Me.UsernameTextBox.Name = "UsernameTextBox"
  88. Me.UsernameTextBox.Size = New System.Drawing.Size(204, 23)
  89. Me.UsernameTextBox.TabIndex = 1
  90. '
  91. 'PasswordTextBox
  92. '
  93. Me.PasswordTextBox.Location = New System.Drawing.Point(236, 106)
  94. Me.PasswordTextBox.Margin = New System.Windows.Forms.Padding(4)
  95. Me.PasswordTextBox.Name = "PasswordTextBox"
  96. Me.PasswordTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
  97. Me.PasswordTextBox.Size = New System.Drawing.Size(204, 23)
  98. Me.PasswordTextBox.TabIndex = 3
  99. '
  100. 'OK
  101. '
  102. Me.OK.BackColor = System.Drawing.SystemColors.Control
  103. Me.OK.Location = New System.Drawing.Point(236, 154)
  104. Me.OK.Margin = New System.Windows.Forms.Padding(4)
  105. Me.OK.Name = "OK"
  106. Me.OK.Size = New System.Drawing.Size(98, 40)
  107. Me.OK.TabIndex = 4
  108. Me.OK.Text = "確定(&O)"
  109. Me.OK.UseVisualStyleBackColor = False
  110. '
  111. 'Cancel
  112. '
  113. Me.Cancel.BackColor = System.Drawing.SystemColors.Control
  114. Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
  115. Me.Cancel.Location = New System.Drawing.Point(342, 154)
  116. Me.Cancel.Margin = New System.Windows.Forms.Padding(4)
  117. Me.Cancel.Name = "Cancel"
  118. Me.Cancel.Size = New System.Drawing.Size(98, 40)
  119. Me.Cancel.TabIndex = 5
  120. Me.Cancel.Text = "取消(&C)"
  121. Me.Cancel.UseVisualStyleBackColor = False
  122. '
  123. 'TextBox1
  124. '
  125. Me.TextBox1.Location = New System.Drawing.Point(283, 82)
  126. Me.TextBox1.Margin = New System.Windows.Forms.Padding(4)
  127. Me.TextBox1.Name = "TextBox1"
  128. Me.TextBox1.Size = New System.Drawing.Size(59, 23)
  129. Me.TextBox1.TabIndex = 6
  130. Me.TextBox1.Visible = False
  131. '
  132. 'TextBox4
  133. '
  134. Me.TextBox4.Location = New System.Drawing.Point(350, 82)
  135. Me.TextBox4.Margin = New System.Windows.Forms.Padding(4)
  136. Me.TextBox4.Name = "TextBox4"
  137. Me.TextBox4.Size = New System.Drawing.Size(72, 23)
  138. Me.TextBox4.TabIndex = 12
  139. Me.TextBox4.Visible = False
  140. '
  141. 'Label2
  142. '
  143. Me.Label2.AutoSize = True
  144. Me.Label2.BackColor = System.Drawing.Color.Silver
  145. Me.Label2.Location = New System.Drawing.Point(233, 215)
  146. Me.Label2.Name = "Label2"
  147. Me.Label2.Size = New System.Drawing.Size(159, 16)
  148. Me.Label2.TabIndex = 132
  149. Me.Label2.Text = "資料庫版本號 : 2019081601"
  150. '
  151. 'Label1
  152. '
  153. Me.Label1.AutoSize = True
  154. Me.Label1.BackColor = System.Drawing.Color.Silver
  155. Me.Label1.Location = New System.Drawing.Point(233, 197)
  156. Me.Label1.Name = "Label1"
  157. Me.Label1.Size = New System.Drawing.Size(159, 16)
  158. Me.Label1.TabIndex = 131
  159. Me.Label1.Text = "執行檔版本號 : 2019081601"
  160. '
  161. '更新下載_ch
  162. '
  163. Me.更新下載_ch.AutoSize = True
  164. Me.更新下載_ch.BackColor = System.Drawing.Color.Silver
  165. Me.更新下載_ch.Location = New System.Drawing.Point(365, 132)
  166. Me.更新下載_ch.Name = "更新下載_ch"
  167. Me.更新下載_ch.Size = New System.Drawing.Size(75, 20)
  168. Me.更新下載_ch.TabIndex = 139
  169. Me.更新下載_ch.Text = "下載檔案"
  170. Me.更新下載_ch.UseVisualStyleBackColor = False
  171. '
  172. 'FDT_dgv
  173. '
  174. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  175. Me.FDT_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  176. Me.FDT_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  177. Me.FDT_dgv.Location = New System.Drawing.Point(12, 13)
  178. Me.FDT_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  179. Me.FDT_dgv.Name = "FDT_dgv"
  180. Me.FDT_dgv.RowHeadersWidth = 5
  181. Me.FDT_dgv.RowTemplate.Height = 24
  182. Me.FDT_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  183. Me.FDT_dgv.Size = New System.Drawing.Size(36, 29)
  184. Me.FDT_dgv.TabIndex = 140
  185. Me.FDT_dgv.Visible = False
  186. '
  187. 'CheckBox1
  188. '
  189. Me.CheckBox1.AutoSize = True
  190. Me.CheckBox1.BackColor = System.Drawing.Color.Silver
  191. Me.CheckBox1.Location = New System.Drawing.Point(238, 132)
  192. Me.CheckBox1.Name = "CheckBox1"
  193. Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
  194. Me.CheckBox1.TabIndex = 628
  195. Me.CheckBox1.Text = "刷卡登入"
  196. Me.CheckBox1.UseVisualStyleBackColor = False
  197. '
  198. 'Label5
  199. '
  200. Me.Label5.AutoSize = True
  201. Me.Label5.BackColor = System.Drawing.Color.Silver
  202. Me.Label5.Location = New System.Drawing.Point(233, 8)
  203. Me.Label5.Name = "Label5"
  204. Me.Label5.Size = New System.Drawing.Size(92, 16)
  205. Me.Label5.TabIndex = 633
  206. Me.Label5.Text = "伺服器區域選擇"
  207. '
  208. 'ComboBox1
  209. '
  210. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  211. Me.ComboBox1.ForeColor = System.Drawing.Color.Blue
  212. Me.ComboBox1.FormattingEnabled = True
  213. Me.ComboBox1.Items.AddRange(New Object() {"工巧明外網", "工巧明內網"})
  214. Me.ComboBox1.Location = New System.Drawing.Point(338, 5)
  215. Me.ComboBox1.Name = "ComboBox1"
  216. Me.ComboBox1.Size = New System.Drawing.Size(102, 24)
  217. Me.ComboBox1.TabIndex = 632
  218. '
  219. 'LogoPictureBox
  220. '
  221. Me.LogoPictureBox.Image = Global.工巧明智能管理系統.My.Resources.Resources._001
  222. Me.LogoPictureBox.Location = New System.Drawing.Point(-83, -30)
  223. Me.LogoPictureBox.Margin = New System.Windows.Forms.Padding(4)
  224. Me.LogoPictureBox.Name = "LogoPictureBox"
  225. Me.LogoPictureBox.Size = New System.Drawing.Size(779, 311)
  226. Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  227. Me.LogoPictureBox.TabIndex = 0
  228. Me.LogoPictureBox.TabStop = False
  229. '
  230. 'CheckBox3
  231. '
  232. Me.CheckBox3.AutoSize = True
  233. Me.CheckBox3.BackColor = System.Drawing.Color.Silver
  234. Me.CheckBox3.Location = New System.Drawing.Point(365, 38)
  235. Me.CheckBox3.Name = "CheckBox3"
  236. Me.CheckBox3.Size = New System.Drawing.Size(75, 20)
  237. Me.CheckBox3.TabIndex = 634
  238. Me.CheckBox3.Text = "登入綁定"
  239. Me.CheckBox3.UseVisualStyleBackColor = False
  240. '
  241. 'TextBox2
  242. '
  243. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.TextBox2.Location = New System.Drawing.Point(12, 51)
  245. Me.TextBox2.Margin = New System.Windows.Forms.Padding(5)
  246. Me.TextBox2.Name = "TextBox2"
  247. Me.TextBox2.Size = New System.Drawing.Size(83, 23)
  248. Me.TextBox2.TabIndex = 635
  249. Me.TextBox2.Visible = False
  250. '
  251. 'Label3
  252. '
  253. Me.Label3.AutoSize = True
  254. Me.Label3.BackColor = System.Drawing.Color.Silver
  255. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.Label3.ForeColor = System.Drawing.Color.Blue
  257. Me.Label3.Location = New System.Drawing.Point(463, 21)
  258. Me.Label3.Name = "Label3"
  259. Me.Label3.Size = New System.Drawing.Size(217, 80)
  260. Me.Label3.TabIndex = 681
  261. Me.Label3.Text = "如果您的系統沒有自動開啟下" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "載,請按下方按鈕,來執行新" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "版本的更新。更新下載時請注" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "意防火牆或防毒軟體的阻擋!!"
  262. '
  263. 'Button1
  264. '
  265. Me.Button1.Location = New System.Drawing.Point(461, 134)
  266. Me.Button1.Name = "Button1"
  267. Me.Button1.Size = New System.Drawing.Size(219, 94)
  268. Me.Button1.TabIndex = 680
  269. Me.Button1.Text = "下載最新根新版本"
  270. Me.Button1.UseVisualStyleBackColor = True
  271. '
  272. 'ID卡號_tb
  273. '
  274. Me.ID卡號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  275. Me.ID卡號_tb.Location = New System.Drawing.Point(12, 78)
  276. Me.ID卡號_tb.Margin = New System.Windows.Forms.Padding(5)
  277. Me.ID卡號_tb.Name = "ID卡號_tb"
  278. Me.ID卡號_tb.Size = New System.Drawing.Size(83, 23)
  279. Me.ID卡號_tb.TabIndex = 682
  280. Me.ID卡號_tb.Visible = False
  281. '
  282. 'Timer1
  283. '
  284. Me.Timer1.Interval = 3000
  285. '
  286. 'Login
  287. '
  288. Me.AcceptButton = Me.OK
  289. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  290. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  291. Me.BackColor = System.Drawing.Color.Silver
  292. Me.CancelButton = Me.Cancel
  293. Me.ClientSize = New System.Drawing.Size(692, 240)
  294. Me.Controls.Add(Me.ID卡號_tb)
  295. Me.Controls.Add(Me.Label3)
  296. Me.Controls.Add(Me.Button1)
  297. Me.Controls.Add(Me.TextBox2)
  298. Me.Controls.Add(Me.CheckBox3)
  299. Me.Controls.Add(Me.Label5)
  300. Me.Controls.Add(Me.ComboBox1)
  301. Me.Controls.Add(Me.CheckBox1)
  302. Me.Controls.Add(Me.FDT_dgv)
  303. Me.Controls.Add(Me.更新下載_ch)
  304. Me.Controls.Add(Me.Label2)
  305. Me.Controls.Add(Me.Label1)
  306. Me.Controls.Add(Me.TextBox4)
  307. Me.Controls.Add(Me.TextBox1)
  308. Me.Controls.Add(Me.Cancel)
  309. Me.Controls.Add(Me.OK)
  310. Me.Controls.Add(Me.PasswordTextBox)
  311. Me.Controls.Add(Me.UsernameTextBox)
  312. Me.Controls.Add(Me.PasswordLabel)
  313. Me.Controls.Add(Me.UsernameLabel)
  314. Me.Controls.Add(Me.LogoPictureBox)
  315. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  316. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  317. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  318. Me.Margin = New System.Windows.Forms.Padding(4)
  319. Me.MaximizeBox = False
  320. Me.MinimizeBox = False
  321. Me.Name = "Login"
  322. Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
  323. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  324. Me.Text = "工巧明智能管理系統"
  325. CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  326. CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
  327. Me.ResumeLayout(False)
  328. Me.PerformLayout()
  329. End Sub
  330. Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  331. Friend WithEvents TextBox4 As TextBox
  332. Friend WithEvents Label2 As Label
  333. Friend WithEvents Label1 As Label
  334. Friend WithEvents 更新下載_ch As CheckBox
  335. Friend WithEvents FDT_dgv As DataGridView
  336. Friend WithEvents CheckBox1 As CheckBox
  337. Friend WithEvents Label5 As Label
  338. Friend WithEvents ComboBox1 As ComboBox
  339. Friend WithEvents CheckBox3 As CheckBox
  340. Friend WithEvents TextBox2 As TextBox
  341. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  342. Friend WithEvents Label3 As Label
  343. Friend WithEvents Button1 As Button
  344. Friend WithEvents ID卡號_tb As TextBox
  345. Friend WithEvents Timer1 As Timer
  346. End Class