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

Login.Designer.vb 16KB

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