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.EPR_pic = New System.Windows.Forms.PictureBox() Me.POS_pic = New System.Windows.Forms.PictureBox() CType(Me.EPR_pic, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.POS_pic, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'EPR_pic ' Me.EPR_pic.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.EPR_pic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.EPR_pic.Cursor = System.Windows.Forms.Cursors.Hand Me.EPR_pic.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.ERP Me.EPR_pic.Location = New System.Drawing.Point(238, 5) Me.EPR_pic.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.EPR_pic.Name = "EPR_pic" Me.EPR_pic.Size = New System.Drawing.Size(225, 118) Me.EPR_pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.EPR_pic.TabIndex = 1 Me.EPR_pic.TabStop = False ' 'POS_pic ' Me.POS_pic.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.POS_pic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.POS_pic.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.POS Me.POS_pic.Location = New System.Drawing.Point(7, 5) Me.POS_pic.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.POS_pic.Name = "POS_pic" Me.POS_pic.Size = New System.Drawing.Size(225, 118) Me.POS_pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.POS_pic.TabIndex = 0 Me.POS_pic.TabStop = False ' '系統選擇 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(470, 130) Me.Controls.Add(Me.EPR_pic) Me.Controls.Add(Me.POS_pic) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "系統選擇" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "系統選擇" CType(Me.EPR_pic, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.POS_pic, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents POS_pic As PictureBox Friend WithEvents EPR_pic As PictureBox End Class