Açıklama Yok
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.

LoginForm1.Designer.vb 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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 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. 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.PasswordTextBox = New System.Windows.Forms.TextBox()
  35. Me.OK = New System.Windows.Forms.Button()
  36. Me.Cancel = New System.Windows.Forms.Button()
  37. Me.Label3 = New System.Windows.Forms.Label()
  38. Me.Label4 = New System.Windows.Forms.Label()
  39. Me.WebBrowser3 = New System.Windows.Forms.WebBrowser()
  40. Me.Label2 = New System.Windows.Forms.Label()
  41. Me.Label1 = New System.Windows.Forms.Label()
  42. Me.FTP_dgv = New System.Windows.Forms.DataGridView()
  43. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  44. Me.手動更新_cb = New System.Windows.Forms.CheckBox()
  45. Me.使用者_cb = New System.Windows.Forms.ComboBox()
  46. Me.Panel1 = New System.Windows.Forms.Panel()
  47. Me.適應症_bt = New System.Windows.Forms.Button()
  48. Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
  49. CType(Me.FTP_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  50. Me.Panel1.SuspendLayout()
  51. CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
  52. Me.SuspendLayout()
  53. '
  54. 'UsernameLabel
  55. '
  56. Me.UsernameLabel.BackColor = System.Drawing.Color.White
  57. Me.UsernameLabel.Location = New System.Drawing.Point(81, 102)
  58. Me.UsernameLabel.Name = "UsernameLabel"
  59. Me.UsernameLabel.Size = New System.Drawing.Size(195, 23)
  60. Me.UsernameLabel.TabIndex = 0
  61. Me.UsernameLabel.Text = "使用者名稱(&U)"
  62. Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  63. '
  64. 'PasswordLabel
  65. '
  66. Me.PasswordLabel.BackColor = System.Drawing.Color.White
  67. Me.PasswordLabel.Location = New System.Drawing.Point(81, 149)
  68. Me.PasswordLabel.Name = "PasswordLabel"
  69. Me.PasswordLabel.Size = New System.Drawing.Size(195, 23)
  70. Me.PasswordLabel.TabIndex = 2
  71. Me.PasswordLabel.Text = "密碼(&P)"
  72. Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  73. '
  74. '密碼_tb
  75. '
  76. Me.密碼_tb.Location = New System.Drawing.Point(382, 202)
  77. Me.密碼_tb.Name = "密碼_tb"
  78. Me.密碼_tb.Size = New System.Drawing.Size(53, 22)
  79. Me.密碼_tb.TabIndex = 1
  80. Me.密碼_tb.Visible = False
  81. '
  82. 'PasswordTextBox
  83. '
  84. Me.PasswordTextBox.Location = New System.Drawing.Point(83, 169)
  85. Me.PasswordTextBox.MaxLength = 10
  86. Me.PasswordTextBox.Name = "PasswordTextBox"
  87. Me.PasswordTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
  88. Me.PasswordTextBox.Size = New System.Drawing.Size(195, 22)
  89. Me.PasswordTextBox.TabIndex = 3
  90. '
  91. 'OK
  92. '
  93. Me.OK.Location = New System.Drawing.Point(282, 107)
  94. Me.OK.Name = "OK"
  95. Me.OK.Size = New System.Drawing.Size(94, 41)
  96. Me.OK.TabIndex = 4
  97. Me.OK.Text = "確定(&O)"
  98. '
  99. 'Cancel
  100. '
  101. Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
  102. Me.Cancel.Location = New System.Drawing.Point(282, 150)
  103. Me.Cancel.Name = "Cancel"
  104. Me.Cancel.Size = New System.Drawing.Size(94, 41)
  105. Me.Cancel.TabIndex = 5
  106. Me.Cancel.Text = "取消(&C)"
  107. '
  108. 'Label3
  109. '
  110. Me.Label3.AutoSize = True
  111. Me.Label3.BackColor = System.Drawing.Color.White
  112. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  113. Me.Label3.ForeColor = System.Drawing.Color.Red
  114. Me.Label3.Location = New System.Drawing.Point(485, 34)
  115. Me.Label3.Name = "Label3"
  116. Me.Label3.Size = New System.Drawing.Size(223, 48)
  117. Me.Label3.TabIndex = 612
  118. Me.Label3.Text = "更新時請直接拖曳檔案到桌面,再將原來" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "的執行檔刪除即可,請不要使用剪下的方" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "式來更新檔案"
  119. '
  120. 'Label4
  121. '
  122. Me.Label4.AutoSize = True
  123. Me.Label4.BackColor = System.Drawing.Color.White
  124. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  125. Me.Label4.Location = New System.Drawing.Point(485, 8)
  126. Me.Label4.Name = "Label4"
  127. Me.Label4.Size = New System.Drawing.Size(99, 16)
  128. Me.Label4.TabIndex = 611
  129. Me.Label4.Text = "伺服器FTP文件夾"
  130. '
  131. 'WebBrowser3
  132. '
  133. Me.WebBrowser3.Dock = System.Windows.Forms.DockStyle.Fill
  134. Me.WebBrowser3.Location = New System.Drawing.Point(0, 0)
  135. Me.WebBrowser3.MinimumSize = New System.Drawing.Size(20, 20)
  136. Me.WebBrowser3.Name = "WebBrowser3"
  137. Me.WebBrowser3.Size = New System.Drawing.Size(206, 150)
  138. Me.WebBrowser3.TabIndex = 610
  139. Me.WebBrowser3.Url = New System.Uri("", System.UriKind.Relative)
  140. '
  141. 'Label2
  142. '
  143. Me.Label2.AutoSize = True
  144. Me.Label2.BackColor = System.Drawing.Color.White
  145. Me.Label2.Location = New System.Drawing.Point(230, 205)
  146. Me.Label2.Name = "Label2"
  147. Me.Label2.Size = New System.Drawing.Size(146, 12)
  148. Me.Label2.TabIndex = 614
  149. Me.Label2.Text = "資料庫版本號 : 2018110801"
  150. '
  151. 'Label1
  152. '
  153. Me.Label1.AutoSize = True
  154. Me.Label1.BackColor = System.Drawing.Color.White
  155. Me.Label1.Location = New System.Drawing.Point(78, 205)
  156. Me.Label1.Name = "Label1"
  157. Me.Label1.Size = New System.Drawing.Size(146, 12)
  158. Me.Label1.TabIndex = 613
  159. Me.Label1.Text = "執行檔版本號 : 2018110801"
  160. '
  161. 'FTP_dgv
  162. '
  163. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  164. Me.FTP_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  165. Me.FTP_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  166. Me.FTP_dgv.Location = New System.Drawing.Point(12, 13)
  167. Me.FTP_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  168. Me.FTP_dgv.Name = "FTP_dgv"
  169. Me.FTP_dgv.RowHeadersWidth = 5
  170. Me.FTP_dgv.RowTemplate.Height = 24
  171. Me.FTP_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  172. Me.FTP_dgv.Size = New System.Drawing.Size(36, 29)
  173. Me.FTP_dgv.TabIndex = 637
  174. Me.FTP_dgv.Visible = False
  175. '
  176. '手動更新_cb
  177. '
  178. Me.手動更新_cb.AutoSize = True
  179. Me.手動更新_cb.BackColor = System.Drawing.Color.White
  180. Me.手動更新_cb.Location = New System.Drawing.Point(300, 224)
  181. Me.手動更新_cb.Name = "手動更新_cb"
  182. Me.手動更新_cb.Size = New System.Drawing.Size(72, 16)
  183. Me.手動更新_cb.TabIndex = 638
  184. Me.手動更新_cb.Text = "手動更新"
  185. Me.手動更新_cb.UseVisualStyleBackColor = False
  186. '
  187. '使用者_cb
  188. '
  189. Me.使用者_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  190. Me.使用者_cb.FormattingEnabled = True
  191. Me.使用者_cb.Location = New System.Drawing.Point(83, 126)
  192. Me.使用者_cb.Name = "使用者_cb"
  193. Me.使用者_cb.Size = New System.Drawing.Size(195, 20)
  194. Me.使用者_cb.TabIndex = 639
  195. '
  196. 'Panel1
  197. '
  198. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  199. Me.Panel1.Controls.Add(Me.WebBrowser3)
  200. Me.Panel1.Location = New System.Drawing.Point(493, 85)
  201. Me.Panel1.Name = "Panel1"
  202. Me.Panel1.Size = New System.Drawing.Size(208, 152)
  203. Me.Panel1.TabIndex = 640
  204. '
  205. '適應症_bt
  206. '
  207. Me.適應症_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.reports
  208. Me.適應症_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  209. Me.適應症_bt.Location = New System.Drawing.Point(381, 19)
  210. Me.適應症_bt.Name = "適應症_bt"
  211. Me.適應症_bt.Size = New System.Drawing.Size(50, 50)
  212. Me.適應症_bt.TabIndex = 641
  213. '
  214. 'LogoPictureBox
  215. '
  216. Me.LogoPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  217. Me.LogoPictureBox.Image = Global.HSKIN_MIS_SYS.My.Resources.Resources.LOGO02
  218. Me.LogoPictureBox.Location = New System.Drawing.Point(-1, -3)
  219. Me.LogoPictureBox.Name = "LogoPictureBox"
  220. Me.LogoPictureBox.Size = New System.Drawing.Size(788, 265)
  221. Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  222. Me.LogoPictureBox.TabIndex = 0
  223. Me.LogoPictureBox.TabStop = False
  224. '
  225. 'LoginForm1
  226. '
  227. Me.AcceptButton = Me.OK
  228. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  229. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  230. Me.CancelButton = Me.Cancel
  231. Me.ClientSize = New System.Drawing.Size(713, 249)
  232. Me.Controls.Add(Me.適應症_bt)
  233. Me.Controls.Add(Me.Panel1)
  234. Me.Controls.Add(Me.使用者_cb)
  235. Me.Controls.Add(Me.手動更新_cb)
  236. Me.Controls.Add(Me.FTP_dgv)
  237. Me.Controls.Add(Me.Label2)
  238. Me.Controls.Add(Me.Label1)
  239. Me.Controls.Add(Me.Label3)
  240. Me.Controls.Add(Me.Label4)
  241. Me.Controls.Add(Me.Cancel)
  242. Me.Controls.Add(Me.OK)
  243. Me.Controls.Add(Me.PasswordTextBox)
  244. Me.Controls.Add(Me.密碼_tb)
  245. Me.Controls.Add(Me.PasswordLabel)
  246. Me.Controls.Add(Me.UsernameLabel)
  247. Me.Controls.Add(Me.LogoPictureBox)
  248. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  249. Me.MaximizeBox = False
  250. Me.MinimizeBox = False
  251. Me.Name = "LoginForm1"
  252. Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
  253. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  254. Me.Text = "HSKIN醫美集團 -- 黃柏翰皮膚專科/美容醫學診所 -- 管理系統"
  255. CType(Me.FTP_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  256. Me.Panel1.ResumeLayout(False)
  257. CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
  258. Me.ResumeLayout(False)
  259. Me.PerformLayout()
  260. End Sub
  261. Friend WithEvents Label3 As Label
  262. Friend WithEvents Label4 As Label
  263. Friend WithEvents WebBrowser3 As WebBrowser
  264. Friend WithEvents Label2 As Label
  265. Friend WithEvents Label1 As Label
  266. Friend WithEvents FTP_dgv As DataGridView
  267. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  268. Friend WithEvents 手動更新_cb As CheckBox
  269. Friend WithEvents 使用者_cb As ComboBox
  270. Friend WithEvents Panel1 As Panel
  271. Friend WithEvents 適應症_bt As Button
  272. End Class