_ 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() Me.Label1 = New System.Windows.Forms.Label() Me.確認_rbt = New Telerik.WinControls.UI.RadButton() Me.取消_rbt = New Telerik.WinControls.UI.RadButton() Me.密碼_rtb = New Telerik.WinControls.UI.RadTextBoxControl() Me.Panel1 = New System.Windows.Forms.Panel() Me.主題_lb = New System.Windows.Forms.Label() Me.pnlTitleBar = New System.Windows.Forms.Panel() CType(Me.確認_rbt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.取消_rbt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.密碼_rtb, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(4, 3) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(119, 16) Me.Label1.TabIndex = 9 Me.Label1.Text = "Manage Password!!" ' '確認_rbt ' Me.確認_rbt.BackColor = System.Drawing.Color.Transparent Me.確認_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.check Me.確認_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.確認_rbt.Cursor = System.Windows.Forms.Cursors.Default Me.確認_rbt.Location = New System.Drawing.Point(190, 3) Me.確認_rbt.Name = "確認_rbt" Me.確認_rbt.Size = New System.Drawing.Size(42, 42) Me.確認_rbt.TabIndex = 12 Me.確認_rbt.UseCompatibleTextRendering = False ' '取消_rbt ' Me.取消_rbt.BackColor = System.Drawing.Color.Transparent Me.取消_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Cancel Me.取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.取消_rbt.Cursor = System.Windows.Forms.Cursors.Default Me.取消_rbt.Location = New System.Drawing.Point(242, 3) Me.取消_rbt.Name = "取消_rbt" Me.取消_rbt.Size = New System.Drawing.Size(42, 42) Me.取消_rbt.TabIndex = 13 Me.取消_rbt.UseCompatibleTextRendering = False ' '密碼_rtb ' Me.密碼_rtb.BackColor = System.Drawing.Color.Transparent Me.密碼_rtb.Location = New System.Drawing.Point(7, 23) Me.密碼_rtb.Name = "密碼_rtb" Me.密碼_rtb.Size = New System.Drawing.Size(177, 22) Me.密碼_rtb.TabIndex = 14 Me.密碼_rtb.UseSystemPasswordChar = True ' 'Panel1 ' Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.確認_rbt) Me.Panel1.Controls.Add(Me.密碼_rtb) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.取消_rbt) Me.Panel1.Location = New System.Drawing.Point(5, 34) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(289, 52) Me.Panel1.TabIndex = 15 ' '主題_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.Location = New System.Drawing.Point(10, 10) Me.主題_lb.Name = "主題_lb" Me.主題_lb.Size = New System.Drawing.Size(45, 16) Me.主題_lb.TabIndex = 655 Me.主題_lb.Text = "Label1" ' 'pnlTitleBar ' Me.pnlTitleBar.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.pnlTitleBar.BackColor = System.Drawing.Color.Transparent Me.pnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnlTitleBar.Location = New System.Drawing.Point(0, 0) Me.pnlTitleBar.Name = "pnlTitleBar" Me.pnlTitleBar.Size = New System.Drawing.Size(298, 88) Me.pnlTitleBar.TabIndex = 656 ' '輸入密碼 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(298, 88) Me.ControlBox = False Me.Controls.Add(Me.主題_lb) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.pnlTitleBar) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "輸入密碼" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Enter Manage Password" CType(Me.確認_rbt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.取消_rbt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.密碼_rtb, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents 確認_rbt As Telerik.WinControls.UI.RadButton Friend WithEvents 取消_rbt As Telerik.WinControls.UI.RadButton Friend WithEvents 密碼_rtb As Telerik.WinControls.UI.RadTextBoxControl Friend WithEvents Panel1 As Panel Friend WithEvents 主題_lb As Label Friend WithEvents pnlTitleBar As Panel End Class