_ Partial Class HT_ERP_SELLINGPI 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.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(HT_ERP_SELLINGPI)) Me.MenuStrip = New System.Windows.Forms.MenuStrip() Me.FileMenu = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.WindowsMenu = New System.Windows.Forms.ToolStripMenuItem() Me.NewWindowToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.CascadeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TileVerticalToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TileHorizontalToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.CloseAllToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ArrangeIconsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.銷售管理系統_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.銷售審查表_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.商業發票_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.系統設定_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.系統使用者管理_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.StatusStrip = New System.Windows.Forms.StatusStrip() Me.ToolStripStatusLabel = New System.Windows.Forms.ToolStripStatusLabel() Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components) Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.裝箱單_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.MenuStrip.SuspendLayout() Me.StatusStrip.SuspendLayout() Me.SuspendLayout() ' 'MenuStrip ' Me.MenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileMenu, Me.WindowsMenu, Me.銷售管理系統_tsm, Me.系統設定_tsm}) Me.MenuStrip.Location = New System.Drawing.Point(0, 0) Me.MenuStrip.MdiWindowListItem = Me.WindowsMenu Me.MenuStrip.Name = "MenuStrip" Me.MenuStrip.Size = New System.Drawing.Size(1350, 24) Me.MenuStrip.TabIndex = 5 Me.MenuStrip.Text = "MenuStrip" ' 'FileMenu ' Me.FileMenu.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripSeparator3, Me.ExitToolStripMenuItem}) Me.FileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder Me.FileMenu.Name = "FileMenu" Me.FileMenu.Size = New System.Drawing.Size(57, 20) Me.FileMenu.Text = "檔案(&F)" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(111, 6) ' 'ExitToolStripMenuItem ' Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem" Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(114, 22) Me.ExitToolStripMenuItem.Text = "結束(&X)" ' 'WindowsMenu ' Me.WindowsMenu.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewWindowToolStripMenuItem, Me.CascadeToolStripMenuItem, Me.TileVerticalToolStripMenuItem, Me.TileHorizontalToolStripMenuItem, Me.CloseAllToolStripMenuItem, Me.ArrangeIconsToolStripMenuItem}) Me.WindowsMenu.Name = "WindowsMenu" Me.WindowsMenu.Size = New System.Drawing.Size(63, 20) Me.WindowsMenu.Text = "視窗(&W)" ' 'NewWindowToolStripMenuItem ' Me.NewWindowToolStripMenuItem.Name = "NewWindowToolStripMenuItem" Me.NewWindowToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.NewWindowToolStripMenuItem.Text = "開新視窗(&N)" ' 'CascadeToolStripMenuItem ' Me.CascadeToolStripMenuItem.Name = "CascadeToolStripMenuItem" Me.CascadeToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.CascadeToolStripMenuItem.Text = "重疊顯示(&C)" ' 'TileVerticalToolStripMenuItem ' Me.TileVerticalToolStripMenuItem.Name = "TileVerticalToolStripMenuItem" Me.TileVerticalToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.TileVerticalToolStripMenuItem.Text = "垂直並排(&V)" ' 'TileHorizontalToolStripMenuItem ' Me.TileHorizontalToolStripMenuItem.Name = "TileHorizontalToolStripMenuItem" Me.TileHorizontalToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.TileHorizontalToolStripMenuItem.Text = "水平並排(&H)" ' 'CloseAllToolStripMenuItem ' Me.CloseAllToolStripMenuItem.Name = "CloseAllToolStripMenuItem" Me.CloseAllToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.CloseAllToolStripMenuItem.Text = "全部關閉(&L)" ' 'ArrangeIconsToolStripMenuItem ' Me.ArrangeIconsToolStripMenuItem.Name = "ArrangeIconsToolStripMenuItem" Me.ArrangeIconsToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.ArrangeIconsToolStripMenuItem.Text = "排列圖示(&A)" ' '銷售管理系統_tsm ' Me.銷售管理系統_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.銷售審查表_tsm, Me.商業發票_tsm, Me.裝箱單_tsm}) Me.銷售管理系統_tsm.Image = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.business_64x64 Me.銷售管理系統_tsm.Name = "銷售管理系統_tsm" Me.銷售管理系統_tsm.Size = New System.Drawing.Size(107, 20) Me.銷售管理系統_tsm.Text = "銷售管理系統" ' '銷售審查表_tsm ' Me.銷售審查表_tsm.Image = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.Report Me.銷售審查表_tsm.Name = "銷售審查表_tsm" Me.銷售審查表_tsm.Size = New System.Drawing.Size(180, 22) Me.銷售審查表_tsm.Text = "銷售審查表" ' '商業發票_tsm ' Me.商業發票_tsm.Image = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.Report Me.商業發票_tsm.Name = "商業發票_tsm" Me.商業發票_tsm.Size = New System.Drawing.Size(180, 22) Me.商業發票_tsm.Text = "商業發票" ' '系統設定_tsm ' Me.系統設定_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.系統使用者管理_tsm}) Me.系統設定_tsm.Image = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.system Me.系統設定_tsm.Name = "系統設定_tsm" Me.系統設定_tsm.Size = New System.Drawing.Size(83, 20) Me.系統設定_tsm.Text = "系統設定" ' '系統使用者管理_tsm ' Me.系統使用者管理_tsm.Image = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.system Me.系統使用者管理_tsm.Name = "系統使用者管理_tsm" Me.系統使用者管理_tsm.Size = New System.Drawing.Size(180, 22) Me.系統使用者管理_tsm.Text = "系統使用者管理" ' 'StatusStrip ' Me.StatusStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel}) Me.StatusStrip.Location = New System.Drawing.Point(0, 707) Me.StatusStrip.Name = "StatusStrip" Me.StatusStrip.Size = New System.Drawing.Size(1350, 22) Me.StatusStrip.TabIndex = 7 Me.StatusStrip.Text = "StatusStrip" ' 'ToolStripStatusLabel ' Me.ToolStripStatusLabel.Name = "ToolStripStatusLabel" Me.ToolStripStatusLabel.Size = New System.Drawing.Size(31, 17) Me.ToolStripStatusLabel.Text = "狀態" ' '裝箱單_tsm ' Me.裝箱單_tsm.Image = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.Report Me.裝箱單_tsm.Name = "裝箱單_tsm" Me.裝箱單_tsm.Size = New System.Drawing.Size(180, 22) Me.裝箱單_tsm.Text = "裝箱單" ' 'HT_ERP_SELLINGPI ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(1350, 729) Me.Controls.Add(Me.MenuStrip) Me.Controls.Add(Me.StatusStrip) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.IsMdiContainer = True Me.MainMenuStrip = Me.MenuStrip Me.Name = "HT_ERP_SELLINGPI" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "HT_ERP_SELLINGPI" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.MenuStrip.ResumeLayout(False) Me.MenuStrip.PerformLayout() Me.StatusStrip.ResumeLayout(False) Me.StatusStrip.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ArrangeIconsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CloseAllToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents NewWindowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents WindowsMenu As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CascadeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents TileVerticalToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents TileHorizontalToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolTip As System.Windows.Forms.ToolTip Friend WithEvents ToolStripStatusLabel As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents StatusStrip As System.Windows.Forms.StatusStrip Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents FileMenu As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator Friend WithEvents MenuStrip As System.Windows.Forms.MenuStrip Friend WithEvents 系統設定_tsm As ToolStripMenuItem Friend WithEvents 系統使用者管理_tsm As ToolStripMenuItem Friend WithEvents 銷售管理系統_tsm As ToolStripMenuItem Friend WithEvents 商業發票_tsm As ToolStripMenuItem Friend WithEvents 銷售審查表_tsm As ToolStripMenuItem Friend WithEvents Timer1 As Timer Friend WithEvents 裝箱單_tsm As ToolStripMenuItem End Class