123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- <Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _
- Partial Class LoginForm1
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()>
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
- Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
- Friend WithEvents UsernameLabel As System.Windows.Forms.Label
- Friend WithEvents PasswordLabel As System.Windows.Forms.Label
- Friend WithEvents 密碼_tb As System.Windows.Forms.TextBox
- Friend WithEvents PasswordTextBox As System.Windows.Forms.TextBox
- Friend WithEvents OK As System.Windows.Forms.Button
- Friend WithEvents Cancel As System.Windows.Forms.Button
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.UsernameLabel = New System.Windows.Forms.Label()
- Me.PasswordLabel = New System.Windows.Forms.Label()
- Me.密碼_tb = New System.Windows.Forms.TextBox()
- Me.PasswordTextBox = New System.Windows.Forms.TextBox()
- Me.OK = New System.Windows.Forms.Button()
- Me.Cancel = New System.Windows.Forms.Button()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.WebBrowser3 = New System.Windows.Forms.WebBrowser()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.FTP_dgv = New System.Windows.Forms.DataGridView()
- Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
- Me.手動更新_cb = New System.Windows.Forms.CheckBox()
- Me.使用者_cb = New System.Windows.Forms.ComboBox()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.適應症_bt = New System.Windows.Forms.Button()
- Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
- CType(Me.FTP_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'UsernameLabel
- '
- Me.UsernameLabel.BackColor = System.Drawing.Color.White
- Me.UsernameLabel.Location = New System.Drawing.Point(81, 102)
- Me.UsernameLabel.Name = "UsernameLabel"
- Me.UsernameLabel.Size = New System.Drawing.Size(195, 23)
- Me.UsernameLabel.TabIndex = 0
- Me.UsernameLabel.Text = "使用者名稱(&U)"
- Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'PasswordLabel
- '
- Me.PasswordLabel.BackColor = System.Drawing.Color.White
- Me.PasswordLabel.Location = New System.Drawing.Point(81, 149)
- Me.PasswordLabel.Name = "PasswordLabel"
- Me.PasswordLabel.Size = New System.Drawing.Size(195, 23)
- Me.PasswordLabel.TabIndex = 2
- Me.PasswordLabel.Text = "密碼(&P)"
- Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- '密碼_tb
- '
- Me.密碼_tb.Location = New System.Drawing.Point(382, 202)
- Me.密碼_tb.Name = "密碼_tb"
- Me.密碼_tb.Size = New System.Drawing.Size(53, 22)
- Me.密碼_tb.TabIndex = 1
- Me.密碼_tb.Visible = False
- '
- 'PasswordTextBox
- '
- Me.PasswordTextBox.Location = New System.Drawing.Point(83, 169)
- Me.PasswordTextBox.MaxLength = 10
- Me.PasswordTextBox.Name = "PasswordTextBox"
- Me.PasswordTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
- Me.PasswordTextBox.Size = New System.Drawing.Size(195, 22)
- Me.PasswordTextBox.TabIndex = 3
- '
- 'OK
- '
- Me.OK.Location = New System.Drawing.Point(282, 107)
- Me.OK.Name = "OK"
- Me.OK.Size = New System.Drawing.Size(94, 41)
- Me.OK.TabIndex = 4
- Me.OK.Text = "確定(&O)"
- '
- 'Cancel
- '
- Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
- Me.Cancel.Location = New System.Drawing.Point(282, 150)
- Me.Cancel.Name = "Cancel"
- Me.Cancel.Size = New System.Drawing.Size(94, 41)
- Me.Cancel.TabIndex = 5
- Me.Cancel.Text = "取消(&C)"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.BackColor = System.Drawing.Color.White
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.ForeColor = System.Drawing.Color.Red
- Me.Label3.Location = New System.Drawing.Point(485, 34)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(223, 48)
- Me.Label3.TabIndex = 612
- Me.Label3.Text = "更新時請直接拖曳檔案到桌面,再將原來" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "的執行檔刪除即可,請不要使用剪下的方" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "式來更新檔案"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.BackColor = System.Drawing.Color.White
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.Location = New System.Drawing.Point(485, 8)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(99, 16)
- Me.Label4.TabIndex = 611
- Me.Label4.Text = "伺服器FTP文件夾"
- '
- 'WebBrowser3
- '
- Me.WebBrowser3.Dock = System.Windows.Forms.DockStyle.Fill
- Me.WebBrowser3.Location = New System.Drawing.Point(0, 0)
- Me.WebBrowser3.MinimumSize = New System.Drawing.Size(20, 20)
- Me.WebBrowser3.Name = "WebBrowser3"
- Me.WebBrowser3.Size = New System.Drawing.Size(206, 150)
- Me.WebBrowser3.TabIndex = 610
- Me.WebBrowser3.Url = New System.Uri("", System.UriKind.Relative)
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.BackColor = System.Drawing.Color.White
- Me.Label2.Location = New System.Drawing.Point(230, 205)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(146, 12)
- Me.Label2.TabIndex = 614
- Me.Label2.Text = "資料庫版本號 : 2018110801"
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.BackColor = System.Drawing.Color.White
- Me.Label1.Location = New System.Drawing.Point(78, 205)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(146, 12)
- Me.Label1.TabIndex = 613
- Me.Label1.Text = "執行檔版本號 : 2018110801"
- '
- 'FTP_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.FTP_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.FTP_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.FTP_dgv.Location = New System.Drawing.Point(12, 13)
- Me.FTP_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.FTP_dgv.Name = "FTP_dgv"
- Me.FTP_dgv.RowHeadersWidth = 5
- Me.FTP_dgv.RowTemplate.Height = 24
- Me.FTP_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.FTP_dgv.Size = New System.Drawing.Size(36, 29)
- Me.FTP_dgv.TabIndex = 637
- Me.FTP_dgv.Visible = False
- '
- '手動更新_cb
- '
- Me.手動更新_cb.AutoSize = True
- Me.手動更新_cb.BackColor = System.Drawing.Color.White
- Me.手動更新_cb.Location = New System.Drawing.Point(300, 224)
- Me.手動更新_cb.Name = "手動更新_cb"
- Me.手動更新_cb.Size = New System.Drawing.Size(72, 16)
- Me.手動更新_cb.TabIndex = 638
- Me.手動更新_cb.Text = "手動更新"
- Me.手動更新_cb.UseVisualStyleBackColor = False
- '
- '使用者_cb
- '
- Me.使用者_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.使用者_cb.FormattingEnabled = True
- Me.使用者_cb.Location = New System.Drawing.Point(83, 126)
- Me.使用者_cb.Name = "使用者_cb"
- Me.使用者_cb.Size = New System.Drawing.Size(195, 20)
- Me.使用者_cb.TabIndex = 639
- '
- 'Panel1
- '
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel1.Controls.Add(Me.WebBrowser3)
- Me.Panel1.Location = New System.Drawing.Point(493, 85)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(208, 152)
- Me.Panel1.TabIndex = 640
- '
- '適應症_bt
- '
- Me.適應症_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.reports
- Me.適應症_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.適應症_bt.Location = New System.Drawing.Point(381, 19)
- Me.適應症_bt.Name = "適應症_bt"
- Me.適應症_bt.Size = New System.Drawing.Size(50, 50)
- Me.適應症_bt.TabIndex = 641
- '
- 'LogoPictureBox
- '
- Me.LogoPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.LogoPictureBox.Image = Global.HSKIN_MIS_SYS.My.Resources.Resources.LOGO02
- Me.LogoPictureBox.Location = New System.Drawing.Point(-1, -3)
- Me.LogoPictureBox.Name = "LogoPictureBox"
- Me.LogoPictureBox.Size = New System.Drawing.Size(788, 265)
- Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.LogoPictureBox.TabIndex = 0
- Me.LogoPictureBox.TabStop = False
- '
- 'LoginForm1
- '
- Me.AcceptButton = Me.OK
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.CancelButton = Me.Cancel
- Me.ClientSize = New System.Drawing.Size(713, 249)
- Me.Controls.Add(Me.適應症_bt)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.使用者_cb)
- Me.Controls.Add(Me.手動更新_cb)
- Me.Controls.Add(Me.FTP_dgv)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Cancel)
- Me.Controls.Add(Me.OK)
- Me.Controls.Add(Me.PasswordTextBox)
- Me.Controls.Add(Me.密碼_tb)
- Me.Controls.Add(Me.PasswordLabel)
- Me.Controls.Add(Me.UsernameLabel)
- Me.Controls.Add(Me.LogoPictureBox)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "LoginForm1"
- Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
- Me.Text = "HSKIN醫美集團 -- 黃柏翰皮膚專科/美容醫學診所 -- 管理系統"
- CType(Me.FTP_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Label3 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents WebBrowser3 As WebBrowser
- Friend WithEvents Label2 As Label
- Friend WithEvents Label1 As Label
- Friend WithEvents FTP_dgv As DataGridView
- Friend WithEvents SaveFileDialog1 As SaveFileDialog
- Friend WithEvents 手動更新_cb As CheckBox
- Friend WithEvents 使用者_cb As ComboBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 適應症_bt As Button
- End Class
|