123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 退出
- 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
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.SuspendLayout()
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.Blue
- Me.Label1.Location = New System.Drawing.Point(75, 25)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(201, 27)
- Me.Label1.TabIndex = 0
- Me.Label1.Text = "系統鎖定,程式退出"
- '
- 'Button1
- '
- Me.Button1.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.退出
- Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Button1.Location = New System.Drawing.Point(132, 77)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(75, 75)
- Me.Button1.TabIndex = 1
- Me.Button1.UseVisualStyleBackColor = True
- '
- '退出
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(348, 167)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.Label1)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.Name = "退出"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "退出"
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Label1 As Label
- Friend WithEvents Button1 As Button
- End Class
|