説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

LoginForm1.Designer.vb 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. <Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")>
  3. Partial Class LoginForm1
  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 帳號_tb As System.Windows.Forms.TextBox
  20. Friend WithEvents 密碼_tb As System.Windows.Forms.TextBox
  21. Friend WithEvents 確認_bt As System.Windows.Forms.Button
  22. Friend WithEvents 取消_bt 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(LoginForm1))
  31. Me.UsernameLabel = New System.Windows.Forms.Label()
  32. Me.PasswordLabel = New System.Windows.Forms.Label()
  33. Me.帳號_tb = New System.Windows.Forms.TextBox()
  34. Me.密碼_tb = New System.Windows.Forms.TextBox()
  35. Me.確認_bt = New System.Windows.Forms.Button()
  36. Me.取消_bt = New System.Windows.Forms.Button()
  37. Me.Label5 = New System.Windows.Forms.Label()
  38. Me.伺服器區域_ch = New System.Windows.Forms.ComboBox()
  39. Me.登入綁定_ch = New System.Windows.Forms.CheckBox()
  40. Me.刷卡登入_ch = New System.Windows.Forms.CheckBox()
  41. Me.FTP清單_dgv = New System.Windows.Forms.DataGridView()
  42. Me.Label3 = New System.Windows.Forms.Label()
  43. Me.Label4 = New System.Windows.Forms.Label()
  44. Me.FTP執行檔_wb = New System.Windows.Forms.WebBrowser()
  45. Me.更新下載_ch = New System.Windows.Forms.CheckBox()
  46. Me.資料庫版本號_lb = New System.Windows.Forms.Label()
  47. Me.執行檔版本號_lb = New System.Windows.Forms.Label()
  48. Me.驗證_tb = New System.Windows.Forms.TextBox()
  49. Me.密碼驗證_tb = New System.Windows.Forms.TextBox()
  50. Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
  51. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  52. Me.使用者帳號_cb = New System.Windows.Forms.ComboBox()
  53. CType(Me.FTP清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
  55. Me.SuspendLayout()
  56. '
  57. 'UsernameLabel
  58. '
  59. Me.UsernameLabel.BackColor = System.Drawing.Color.White
  60. Me.UsernameLabel.Location = New System.Drawing.Point(172, 14)
  61. Me.UsernameLabel.Name = "UsernameLabel"
  62. Me.UsernameLabel.Size = New System.Drawing.Size(220, 23)
  63. Me.UsernameLabel.TabIndex = 0
  64. Me.UsernameLabel.Text = "使用者名稱(&U)"
  65. Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  66. '
  67. 'PasswordLabel
  68. '
  69. Me.PasswordLabel.BackColor = System.Drawing.Color.White
  70. Me.PasswordLabel.Location = New System.Drawing.Point(172, 74)
  71. Me.PasswordLabel.Name = "PasswordLabel"
  72. Me.PasswordLabel.Size = New System.Drawing.Size(220, 23)
  73. Me.PasswordLabel.TabIndex = 2
  74. Me.PasswordLabel.Text = "密碼(&P)"
  75. Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  76. '
  77. '帳號_tb
  78. '
  79. Me.帳號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.帳號_tb.Location = New System.Drawing.Point(106, 12)
  81. Me.帳號_tb.Name = "帳號_tb"
  82. Me.帳號_tb.Size = New System.Drawing.Size(34, 23)
  83. Me.帳號_tb.TabIndex = 1
  84. '
  85. '密碼_tb
  86. '
  87. Me.密碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  88. Me.密碼_tb.Location = New System.Drawing.Point(174, 94)
  89. Me.密碼_tb.Name = "密碼_tb"
  90. Me.密碼_tb.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
  91. Me.密碼_tb.Size = New System.Drawing.Size(154, 23)
  92. Me.密碼_tb.TabIndex = 3
  93. '
  94. '確認_bt
  95. '
  96. Me.確認_bt.Location = New System.Drawing.Point(174, 126)
  97. Me.確認_bt.Name = "確認_bt"
  98. Me.確認_bt.Size = New System.Drawing.Size(124, 49)
  99. Me.確認_bt.TabIndex = 4
  100. Me.確認_bt.Text = "確定(&O)"
  101. '
  102. '取消_bt
  103. '
  104. Me.取消_bt.DialogResult = System.Windows.Forms.DialogResult.Cancel
  105. Me.取消_bt.Location = New System.Drawing.Point(301, 126)
  106. Me.取消_bt.Name = "取消_bt"
  107. Me.取消_bt.Size = New System.Drawing.Size(124, 49)
  108. Me.取消_bt.TabIndex = 5
  109. Me.取消_bt.Text = "取消(&C)"
  110. '
  111. 'Label5
  112. '
  113. Me.Label5.AutoSize = True
  114. Me.Label5.BackColor = System.Drawing.Color.White
  115. Me.Label5.Location = New System.Drawing.Point(336, 21)
  116. Me.Label5.Name = "Label5"
  117. Me.Label5.Size = New System.Drawing.Size(65, 12)
  118. Me.Label5.TabIndex = 645
  119. Me.Label5.Text = "伺服器區域"
  120. '
  121. '伺服器區域_ch
  122. '
  123. Me.伺服器區域_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  124. Me.伺服器區域_ch.ForeColor = System.Drawing.Color.Blue
  125. Me.伺服器區域_ch.FormattingEnabled = True
  126. Me.伺服器區域_ch.Items.AddRange(New Object() {"懋桔", "設計"})
  127. Me.伺服器區域_ch.Location = New System.Drawing.Point(334, 36)
  128. Me.伺服器區域_ch.Name = "伺服器區域_ch"
  129. Me.伺服器區域_ch.Size = New System.Drawing.Size(75, 20)
  130. Me.伺服器區域_ch.TabIndex = 644
  131. '
  132. '登入綁定_ch
  133. '
  134. Me.登入綁定_ch.AutoSize = True
  135. Me.登入綁定_ch.BackColor = System.Drawing.Color.White
  136. Me.登入綁定_ch.Location = New System.Drawing.Point(334, 62)
  137. Me.登入綁定_ch.Name = "登入綁定_ch"
  138. Me.登入綁定_ch.Size = New System.Drawing.Size(72, 16)
  139. Me.登入綁定_ch.TabIndex = 642
  140. Me.登入綁定_ch.Text = "登入綁定"
  141. Me.登入綁定_ch.UseVisualStyleBackColor = False
  142. '
  143. '刷卡登入_ch
  144. '
  145. Me.刷卡登入_ch.AutoSize = True
  146. Me.刷卡登入_ch.BackColor = System.Drawing.Color.White
  147. Me.刷卡登入_ch.Location = New System.Drawing.Point(334, 85)
  148. Me.刷卡登入_ch.Name = "刷卡登入_ch"
  149. Me.刷卡登入_ch.Size = New System.Drawing.Size(72, 16)
  150. Me.刷卡登入_ch.TabIndex = 641
  151. Me.刷卡登入_ch.Text = "刷卡登入"
  152. Me.刷卡登入_ch.UseVisualStyleBackColor = False
  153. '
  154. 'FTP清單_dgv
  155. '
  156. Me.FTP清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  157. Me.FTP清單_dgv.Location = New System.Drawing.Point(13, 69)
  158. Me.FTP清單_dgv.Name = "FTP清單_dgv"
  159. Me.FTP清單_dgv.RowHeadersWidth = 5
  160. Me.FTP清單_dgv.RowTemplate.Height = 24
  161. Me.FTP清單_dgv.Size = New System.Drawing.Size(85, 29)
  162. Me.FTP清單_dgv.TabIndex = 640
  163. Me.FTP清單_dgv.Visible = False
  164. '
  165. 'Label3
  166. '
  167. Me.Label3.AutoSize = True
  168. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.Label3.ForeColor = System.Drawing.Color.Red
  170. Me.Label3.Location = New System.Drawing.Point(482, 23)
  171. Me.Label3.Name = "Label3"
  172. Me.Label3.Size = New System.Drawing.Size(188, 48)
  173. Me.Label3.TabIndex = 639
  174. Me.Label3.Text = "更新時請直接拖曳檔案到桌面,再" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "將原來的執行檔刪除即可,請不要" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "使用剪下的方式來更新檔案"
  175. '
  176. 'Label4
  177. '
  178. Me.Label4.AutoSize = True
  179. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  180. Me.Label4.Location = New System.Drawing.Point(477, 4)
  181. Me.Label4.Name = "Label4"
  182. Me.Label4.Size = New System.Drawing.Size(100, 16)
  183. Me.Label4.TabIndex = 638
  184. Me.Label4.Text = "伺服器FTP文件夾"
  185. '
  186. 'FTP執行檔_wb
  187. '
  188. Me.FTP執行檔_wb.Location = New System.Drawing.Point(485, 74)
  189. Me.FTP執行檔_wb.MinimumSize = New System.Drawing.Size(20, 20)
  190. Me.FTP執行檔_wb.Name = "FTP執行檔_wb"
  191. Me.FTP執行檔_wb.Size = New System.Drawing.Size(187, 159)
  192. Me.FTP執行檔_wb.TabIndex = 637
  193. Me.FTP執行檔_wb.Url = New System.Uri("", System.UriKind.Relative)
  194. '
  195. '更新下載_ch
  196. '
  197. Me.更新下載_ch.AutoSize = True
  198. Me.更新下載_ch.BackColor = System.Drawing.Color.White
  199. Me.更新下載_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  200. Me.更新下載_ch.Location = New System.Drawing.Point(334, 107)
  201. Me.更新下載_ch.Name = "更新下載_ch"
  202. Me.更新下載_ch.Size = New System.Drawing.Size(75, 20)
  203. Me.更新下載_ch.TabIndex = 636
  204. Me.更新下載_ch.Text = "更新下載"
  205. Me.更新下載_ch.UseVisualStyleBackColor = False
  206. '
  207. '資料庫版本號_lb
  208. '
  209. Me.資料庫版本號_lb.AutoSize = True
  210. Me.資料庫版本號_lb.BackColor = System.Drawing.Color.White
  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(222, 203)
  213. Me.資料庫版本號_lb.Name = "資料庫版本號_lb"
  214. Me.資料庫版本號_lb.Size = New System.Drawing.Size(159, 16)
  215. Me.資料庫版本號_lb.TabIndex = 635
  216. Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801"
  217. '
  218. '執行檔版本號_lb
  219. '
  220. Me.執行檔版本號_lb.AutoSize = True
  221. Me.執行檔版本號_lb.BackColor = System.Drawing.Color.White
  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(222, 182)
  224. Me.執行檔版本號_lb.Name = "執行檔版本號_lb"
  225. Me.執行檔版本號_lb.Size = New System.Drawing.Size(159, 16)
  226. Me.執行檔版本號_lb.TabIndex = 634
  227. Me.執行檔版本號_lb.Text = "執行檔版本號 : 2018110801"
  228. '
  229. '驗證_tb
  230. '
  231. Me.驗證_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  232. Me.驗證_tb.Location = New System.Drawing.Point(15, 12)
  233. Me.驗證_tb.Margin = New System.Windows.Forms.Padding(5)
  234. Me.驗證_tb.Name = "驗證_tb"
  235. Me.驗證_tb.Size = New System.Drawing.Size(83, 23)
  236. Me.驗證_tb.TabIndex = 633
  237. Me.驗證_tb.Visible = False
  238. '
  239. '密碼驗證_tb
  240. '
  241. Me.密碼驗證_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  242. Me.密碼驗證_tb.Location = New System.Drawing.Point(15, 39)
  243. Me.密碼驗證_tb.Margin = New System.Windows.Forms.Padding(5)
  244. Me.密碼驗證_tb.Name = "密碼驗證_tb"
  245. Me.密碼驗證_tb.Size = New System.Drawing.Size(83, 23)
  246. Me.密碼驗證_tb.TabIndex = 632
  247. Me.密碼驗證_tb.Visible = False
  248. '
  249. 'LogoPictureBox
  250. '
  251. Me.LogoPictureBox.BackgroundImage = Global.MaoOrange_Hongji.My.Resources.Resources.timg02
  252. Me.LogoPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  253. Me.LogoPictureBox.Location = New System.Drawing.Point(0, 0)
  254. Me.LogoPictureBox.Name = "LogoPictureBox"
  255. Me.LogoPictureBox.Size = New System.Drawing.Size(465, 241)
  256. Me.LogoPictureBox.TabIndex = 0
  257. Me.LogoPictureBox.TabStop = False
  258. '
  259. '使用者帳號_cb
  260. '
  261. Me.使用者帳號_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  262. Me.使用者帳號_cb.FormattingEnabled = True
  263. Me.使用者帳號_cb.Location = New System.Drawing.Point(174, 33)
  264. Me.使用者帳號_cb.Name = "使用者帳號_cb"
  265. Me.使用者帳號_cb.Size = New System.Drawing.Size(154, 24)
  266. Me.使用者帳號_cb.TabIndex = 646
  267. '
  268. 'LoginForm1
  269. '
  270. Me.AcceptButton = Me.確認_bt
  271. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  272. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  273. Me.CancelButton = Me.取消_bt
  274. Me.ClientSize = New System.Drawing.Size(454, 240)
  275. Me.Controls.Add(Me.使用者帳號_cb)
  276. Me.Controls.Add(Me.Label5)
  277. Me.Controls.Add(Me.伺服器區域_ch)
  278. Me.Controls.Add(Me.登入綁定_ch)
  279. Me.Controls.Add(Me.刷卡登入_ch)
  280. Me.Controls.Add(Me.FTP清單_dgv)
  281. Me.Controls.Add(Me.Label3)
  282. Me.Controls.Add(Me.Label4)
  283. Me.Controls.Add(Me.FTP執行檔_wb)
  284. Me.Controls.Add(Me.更新下載_ch)
  285. Me.Controls.Add(Me.資料庫版本號_lb)
  286. Me.Controls.Add(Me.執行檔版本號_lb)
  287. Me.Controls.Add(Me.驗證_tb)
  288. Me.Controls.Add(Me.密碼驗證_tb)
  289. Me.Controls.Add(Me.取消_bt)
  290. Me.Controls.Add(Me.確認_bt)
  291. Me.Controls.Add(Me.密碼_tb)
  292. Me.Controls.Add(Me.帳號_tb)
  293. Me.Controls.Add(Me.PasswordLabel)
  294. Me.Controls.Add(Me.UsernameLabel)
  295. Me.Controls.Add(Me.LogoPictureBox)
  296. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  297. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  298. Me.MaximizeBox = False
  299. Me.MinimizeBox = False
  300. Me.Name = "LoginForm1"
  301. Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
  302. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  303. Me.Text = "MAO-ORANGE-ERP-SYS"
  304. CType(Me.FTP清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  305. CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
  306. Me.ResumeLayout(False)
  307. Me.PerformLayout()
  308. End Sub
  309. Friend WithEvents Label5 As Label
  310. Friend WithEvents 伺服器區域_ch As ComboBox
  311. Friend WithEvents 登入綁定_ch As CheckBox
  312. Friend WithEvents 刷卡登入_ch As CheckBox
  313. Friend WithEvents FTP清單_dgv As DataGridView
  314. Friend WithEvents Label3 As Label
  315. Friend WithEvents Label4 As Label
  316. Friend WithEvents FTP執行檔_wb As WebBrowser
  317. Friend WithEvents 更新下載_ch As CheckBox
  318. Friend WithEvents 資料庫版本號_lb As Label
  319. Friend WithEvents 執行檔版本號_lb As Label
  320. Friend WithEvents 驗證_tb As TextBox
  321. Friend WithEvents 密碼驗證_tb As TextBox
  322. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  323. Friend WithEvents 使用者帳號_cb As ComboBox
  324. End Class