_ Partial Class 登入 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(登入)) Me.Label1 = New System.Windows.Forms.Label() Me.帳號_tb = New System.Windows.Forms.TextBox() Me.登入_bt = New System.Windows.Forms.Button() Me.執行檔版本號_lb = New System.Windows.Forms.Label() Me.資料庫版本號_lb = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(185, 39) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(67, 16) Me.Label1.TabIndex = 1 Me.Label1.Text = "使用者帳號" ' '帳號_tb ' Me.帳號_tb.Location = New System.Drawing.Point(183, 58) Me.帳號_tb.Name = "帳號_tb" Me.帳號_tb.Size = New System.Drawing.Size(174, 23) Me.帳號_tb.TabIndex = 2 ' '登入_bt ' Me.登入_bt.Location = New System.Drawing.Point(183, 87) Me.登入_bt.Name = "登入_bt" Me.登入_bt.Size = New System.Drawing.Size(174, 41) Me.登入_bt.TabIndex = 3 Me.登入_bt.Text = "登入" Me.登入_bt.UseVisualStyleBackColor = True ' '執行檔版本號_lb ' Me.執行檔版本號_lb.AutoSize = True Me.執行檔版本號_lb.BackColor = System.Drawing.Color.Transparent Me.執行檔版本號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.執行檔版本號_lb.ForeColor = System.Drawing.Color.Black Me.執行檔版本號_lb.Location = New System.Drawing.Point(185, 159) Me.執行檔版本號_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.執行檔版本號_lb.Name = "執行檔版本號_lb" Me.執行檔版本號_lb.Size = New System.Drawing.Size(158, 16) Me.執行檔版本號_lb.TabIndex = 639 Me.執行檔版本號_lb.Text = "執行檔版本號 : 2018110801" ' '資料庫版本號_lb ' Me.資料庫版本號_lb.AutoSize = True Me.資料庫版本號_lb.BackColor = System.Drawing.Color.Transparent Me.資料庫版本號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.資料庫版本號_lb.ForeColor = System.Drawing.Color.Black Me.資料庫版本號_lb.Location = New System.Drawing.Point(185, 142) Me.資料庫版本號_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.資料庫版本號_lb.Name = "資料庫版本號_lb" Me.資料庫版本號_lb.Size = New System.Drawing.Size(158, 16) Me.資料庫版本號_lb.TabIndex = 640 Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(171, 9) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(200, 21) Me.Label2.TabIndex = 641 Me.Label2.Text = "翰得精密工業ERP輔助系統" ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.logo Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.Location = New System.Drawing.Point(12, 12) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(152, 163) Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' '登入 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(391, 187) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.執行檔版本號_lb) Me.Controls.Add(Me.資料庫版本號_lb) Me.Controls.Add(Me.登入_bt) Me.Controls.Add(Me.帳號_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.PictureBox1) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "登入" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "HT-ERP-PLUGIN" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label1 As Label Friend WithEvents 帳號_tb As TextBox Friend WithEvents 登入_bt As Button Friend WithEvents 執行檔版本號_lb As Label Friend WithEvents 資料庫版本號_lb As Label Friend WithEvents Label2 As Label End Class