本文整理汇总了C#中System.Windows.Forms.MenuStrip类的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.MenuStrip类的具体用法?C# System.Windows.Forms.MenuStrip怎么用?C# System.Windows.Forms.MenuStrip使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
System.Windows.Forms.MenuStrip类属于命名空间,在下文中一共展示了System.Windows.Forms.MenuStrip类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewer));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.renderMapAgainToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mapImage = new System.Windows.Forms.PictureBox();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.mapImage)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.renderMapAgainToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(284, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// renderMapAgainToolStripMenuItem
//
this.renderMapAgainToolStripMenuItem.Name = "renderMapAgainToolStripMenuItem";
this.renderMapAgainToolStripMenuItem.Size = new System.Drawing.Size(117, 20);
this.renderMapAgainToolStripMenuItem.Text = "Render Map Again";
this.renderMapAgainToolStripMenuItem.Click += new System.EventHandler(this.renderMapAgainToolStripMenuItem_Click);
//
// mapImage
//
this.mapImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mapImage.Location = new System.Drawing.Point(0, 27);
this.mapImage.Name = "mapImage";
this.mapImage.Size = new System.Drawing.Size(284, 235);
this.mapImage.TabIndex = 1;
this.mapImage.TabStop = false;
this.mapImage.DoubleClick += new System.EventHandler(this.mapImage_DoubleClick);
this.mapImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapImage_MouseDown);
//
// MapViewer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 262);
this.Controls.Add(this.mapImage);
this.Controls.Add(this.menuStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Location = new System.Drawing.Point(50, 50);
this.MainMenuStrip = this.menuStrip1;
this.Name = "MapViewer";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Map Viewer";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.mapImage)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例2: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MP));
this.menu = new System.Windows.Forms.MenuStrip();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// menu
//
this.menu.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.menu.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
this.menu.Location = new System.Drawing.Point(0, 0);
this.menu.Name = "menu";
this.menu.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.menu.Size = new System.Drawing.Size(631, 24);
this.menu.TabIndex = 0;
this.menu.Text = "menuStrip1";
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Image = global::HForms.Properties.Resources.Bg;
this.pictureBox1.Location = new System.Drawing.Point(0, 24);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(631, 398);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// MP
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LemonChiffon;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(631, 422);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.menu);
this.MainMenuStrip = this.menu;
this.Name = "MP";
this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.RightToLeftLayout = true;
this.Text = "الصفحة الرئيسية";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MP_FormClosed);
this.Load += new System.EventHandler(this.MP_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例3: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.importToolStripMenuItem,
this.exportToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(799, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// importToolStripMenuItem
//
this.importToolStripMenuItem.Name = "importToolStripMenuItem";
this.importToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
this.importToolStripMenuItem.Text = "Import";
this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
//
// exportToolStripMenuItem
//
this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
this.exportToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
this.exportToolStripMenuItem.Text = "Export";
this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(799, 582);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "frmMain";
this.Text = "CSV_import_export";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例4: InitializeComponent
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.加载子窗体ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.水平平铺ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.加载子窗体ToolStripMenuItem,
this.水平平铺ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(378, 25);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// 加载子窗体ToolStripMenuItem
//
this.加载子窗体ToolStripMenuItem.Name = "加载子窗体ToolStripMenuItem";
this.加载子窗体ToolStripMenuItem.Size = new System.Drawing.Size(80, 21);
this.加载子窗体ToolStripMenuItem.Text = "加载子窗体";
this.加载子窗体ToolStripMenuItem.Click += new System.EventHandler(this.加载子窗体ToolStripMenuItem_Click);
//
// 水平平铺ToolStripMenuItem
//
this.水平平铺ToolStripMenuItem.Name = "水平平铺ToolStripMenuItem";
this.水平平铺ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
this.水平平铺ToolStripMenuItem.Text = "水平平铺";
this.水平平铺ToolStripMenuItem.Click += new System.EventHandler(this.水平平铺ToolStripMenuItem_Click);
//
// Frm_Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(378, 209);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "Frm_Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "对子窗体进行水平排列";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.stopButton = new System.Windows.Forms.Button();
this.backRightButton = new System.Windows.Forms.Button();
this.backButton = new System.Windows.Forms.Button();
this.backLeftButton = new System.Windows.Forms.Button();
this.turnLeftButton = new System.Windows.Forms.Button();
this.turnRightButton = new System.Windows.Forms.Button();
this.forwardRightButton = new System.Windows.Forms.Button();
this.forwardButton = new System.Windows.Forms.Button();
this.forwardLeftButton = new System.Windows.Forms.Button();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileMenu = new System.Windows.Forms.ToolStripMenuItem();
this.menuDivider1 = new System.Windows.Forms.ToolStripSeparator();
this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.connectionMenu = new System.Windows.Forms.ToolStripMenuItem();
this.connectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.livePanel = new System.Windows.Forms.Panel();
this.messageBox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.speedBar = new System.Windows.Forms.TrackBar();
this.btCamera = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.statusStrip.SuspendLayout();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.speedBar)).BeginInit();
this.SuspendLayout();
//
// stopButton
//
this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
this.stopButton.Location = new System.Drawing.Point(793, 69);
this.stopButton.Name = "stopButton";
this.stopButton.Size = new System.Drawing.Size(40, 37);
this.stopButton.TabIndex = 22;
this.stopButton.Tag = "0";
this.stopButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
//
// backRightButton
//
this.backRightButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.backRightButton.Image = ((System.Drawing.Image)(resources.GetObject("backRightButton.Image")));
this.backRightButton.Location = new System.Drawing.Point(841, 114);
this.backRightButton.Name = "backRightButton";
this.backRightButton.Size = new System.Drawing.Size(40, 37);
this.backRightButton.TabIndex = 21;
this.backRightButton.Tag = "8";
this.backRightButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
this.backRightButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
//
// backButton
//
this.backButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.backButton.Image = ((System.Drawing.Image)(resources.GetObject("backButton.Image")));
this.backButton.Location = new System.Drawing.Point(793, 114);
this.backButton.Name = "backButton";
this.backButton.Size = new System.Drawing.Size(40, 37);
this.backButton.TabIndex = 20;
this.backButton.Tag = "6";
this.backButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
this.backButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
//
// backLeftButton
//
this.backLeftButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.backLeftButton.Image = ((System.Drawing.Image)(resources.GetObject("backLeftButton.Image")));
this.backLeftButton.Location = new System.Drawing.Point(745, 114);
this.backLeftButton.Name = "backLeftButton";
this.backLeftButton.Size = new System.Drawing.Size(40, 37);
this.backLeftButton.TabIndex = 19;
this.backLeftButton.Tag = "7";
this.backLeftButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
this.backLeftButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
//
// turnLeftButton
//
this.turnLeftButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.turnLeftButton.Image = ((System.Drawing.Image)(resources.GetObject("turnLeftButton.Image")));
this.turnLeftButton.Location = new System.Drawing.Point(745, 69);
this.turnLeftButton.Name = "turnLeftButton";
this.turnLeftButton.Size = new System.Drawing.Size(40, 37);
this.turnLeftButton.TabIndex = 18;
this.turnLeftButton.Tag = "4";
this.turnLeftButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveButton_Click);
this.turnLeftButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.backRightButton_MouseUp);
//
// turnRightButton
//.........这里部分代码省略.........
示例6: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.menuVentanaPrincipal = new System.Windows.Forms.MenuStrip();
this.cuentasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.asientosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.crearAsientoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.verAsientosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cierresContablesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.reportesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aBalanceDeComprobaciónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.estadoDeResultadosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.balanceGeneralToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sociosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ingresarNuevoSocioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.verSocioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.configuraciónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.serviciosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.agregarServicioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lblEmpresa = new System.Windows.Forms.Label();
this.logoBox = new System.Windows.Forms.PictureBox();
this.lblCedula = new System.Windows.Forms.Label();
this.lblTel = new System.Windows.Forms.Label();
this.lblF = new System.Windows.Forms.Label();
this.proyectosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.agregarProyectosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.verProyectosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuVentanaPrincipal.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.logoBox)).BeginInit();
this.SuspendLayout();
//
// menuVentanaPrincipal
//
this.menuVentanaPrincipal.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cuentasToolStripMenuItem,
this.asientosToolStripMenuItem,
this.cierresContablesToolStripMenuItem,
this.reportesToolStripMenuItem,
this.sociosToolStripMenuItem,
this.proyectosToolStripMenuItem,
this.serviciosToolStripMenuItem,
this.configuraciónToolStripMenuItem});
this.menuVentanaPrincipal.Location = new System.Drawing.Point(0, 0);
this.menuVentanaPrincipal.Name = "menuVentanaPrincipal";
this.menuVentanaPrincipal.Size = new System.Drawing.Size(720, 24);
this.menuVentanaPrincipal.TabIndex = 0;
this.menuVentanaPrincipal.Text = "menuStrip1";
//
// cuentasToolStripMenuItem
//
this.cuentasToolStripMenuItem.Name = "cuentasToolStripMenuItem";
this.cuentasToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
this.cuentasToolStripMenuItem.Text = "Cuentas";
this.cuentasToolStripMenuItem.Click += new System.EventHandler(this.cuentasToolStripMenuItem_Click);
//
// asientosToolStripMenuItem
//
this.asientosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.crearAsientoToolStripMenuItem,
this.verAsientosToolStripMenuItem});
this.asientosToolStripMenuItem.Name = "asientosToolStripMenuItem";
this.asientosToolStripMenuItem.Size = new System.Drawing.Size(64, 20);
this.asientosToolStripMenuItem.Text = "Asientos";
//
// crearAsientoToolStripMenuItem
//
this.crearAsientoToolStripMenuItem.Name = "crearAsientoToolStripMenuItem";
this.crearAsientoToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
this.crearAsientoToolStripMenuItem.Text = "Crear Asiento";
this.crearAsientoToolStripMenuItem.Click += new System.EventHandler(this.crearAsientoToolStripMenuItem_Click);
//
// verAsientosToolStripMenuItem
//
this.verAsientosToolStripMenuItem.Name = "verAsientosToolStripMenuItem";
this.verAsientosToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
this.verAsientosToolStripMenuItem.Text = "Ver Asientos";
this.verAsientosToolStripMenuItem.Click += new System.EventHandler(this.verAsientosToolStripMenuItem_Click);
//
// cierresContablesToolStripMenuItem
//
this.cierresContablesToolStripMenuItem.Name = "cierresContablesToolStripMenuItem";
this.cierresContablesToolStripMenuItem.Size = new System.Drawing.Size(101, 20);
this.cierresContablesToolStripMenuItem.Text = "Cierre Contable";
this.cierresContablesToolStripMenuItem.Click += new System.EventHandler(this.cierresContablesToolStripMenuItem_Click);
//
// reportesToolStripMenuItem
//
this.reportesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aBalanceDeComprobaciónToolStripMenuItem,
this.estadoDeResultadosToolStripMenuItem,
this.balanceGeneralToolStripMenuItem});
this.reportesToolStripMenuItem.Name = "reportesToolStripMenuItem";
this.reportesToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.reportesToolStripMenuItem.Text = "Reportes";
//
// aBalanceDeComprobaciónToolStripMenuItem
//
//.........这里部分代码省略.........
示例7: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WelcomeForm));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.manageUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.changePsswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.databaseManagementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.createBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.restoreBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.startNewYearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.initializeDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.createDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.registerTrialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.registerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.unRegisterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.userHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.troubleshootingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.systemLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutEBusinessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.btnPOS = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
this.btnInvoice = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.btnStock = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.btnItem = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.btnCustomer = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.btnCompany = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.btnOrder = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.btnShop = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
this.toolStrip_Reports = new System.Windows.Forms.ToolStrip();
this.btnSalesReport = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
this.btnPurchaseReport = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.btnDailySalesReport = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.btnBuyerLedgerReport = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
this.btnCustomerTransaction = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
this.btnCompanyTransaction = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.btnProfitReport = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.btnCurrentCashReport = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.btnItemTransaction = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
this.panel2 = new System.Windows.Forms.Panel();
this.middlePanel = new System.Windows.Forms.Panel();
this.lblSologon = new System.Windows.Forms.Label();
this.lbRegistrationNo = new System.Windows.Forms.Label();
this.lblPhoneNumber = new System.Windows.Forms.Label();
this.lblAdress = new System.Windows.Forms.Label();
this.panelToday = new System.Windows.Forms.Panel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.lvSale = new System.Windows.Forms.ListView();
this.colSNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colRNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colCustomer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colTotal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colPayment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lvPurchase = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.panelClock = new System.Windows.Forms.Panel();
this.lvStockSummary = new System.Windows.Forms.ListView();
this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colStock = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colOnOrder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colLimit = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnRefresh = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
//.........这里部分代码省略.........
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainAssets));
this.listBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.assetsDataSet1 = new WWassets.assetsDataSet1();
this.assetsGB = new System.Windows.Forms.GroupBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel5 = new System.Windows.Forms.Panel();
this.assetsListBox = new System.Windows.Forms.ListBox();
this.panel4 = new System.Windows.Forms.Panel();
this.notificationlbl = new System.Windows.Forms.Label();
this.personPCRB = new System.Windows.Forms.RadioButton();
this.miscPCRB = new System.Windows.Forms.RadioButton();
this.panel3 = new System.Windows.Forms.Panel();
this.serialrb = new System.Windows.Forms.RadioButton();
this.firstnameRB = new System.Windows.Forms.RadioButton();
this.lastnameRB = new System.Windows.Forms.RadioButton();
this.miscnamerb = new System.Windows.Forms.RadioButton();
this.assetsearchtb = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.textBox1 = new System.Windows.Forms.TextBox();
this.miscnamelbl = new System.Windows.Forms.Label();
this.addAssetBTN = new System.Windows.Forms.Button();
this.lNameTB = new System.Windows.Forms.TextBox();
this.firstNameLbl = new System.Windows.Forms.Label();
this.tagLbl = new System.Windows.Forms.Label();
this.computerNameTB = new System.Windows.Forms.TextBox();
this.costcentertb = new System.Windows.Forms.TextBox();
this.productKeyTB = new System.Windows.Forms.TextBox();
this.locationcb = new System.Windows.Forms.ComboBox();
this.dateInServiceTB = new System.Windows.Forms.TextBox();
this.departmentcb = new System.Windows.Forms.ComboBox();
this.formfactorcb = new System.Windows.Forms.ComboBox();
this.fNameTB = new System.Windows.Forms.TextBox();
this.lNameLbl = new System.Windows.Forms.Label();
this.pricetb = new System.Windows.Forms.TextBox();
this.tagNumTB = new System.Windows.Forms.TextBox();
this.makeLbl = new System.Windows.Forms.Label();
this.modelLbl = new System.Windows.Forms.Label();
this.serialLbl = new System.Windows.Forms.Label();
this.formfactorlbl = new System.Windows.Forms.Label();
this.makeTB = new System.Windows.Forms.TextBox();
this.serialTB = new System.Windows.Forms.TextBox();
this.modelTB = new System.Windows.Forms.TextBox();
this.pricelbl = new System.Windows.Forms.Label();
this.locationlbl = new System.Windows.Forms.Label();
this.costcenterlbl = new System.Windows.Forms.Label();
this.departmentlbl = new System.Windows.Forms.Label();
this.dateInServiceLbl = new System.Windows.Forms.Label();
this.productKeyLbl = new System.Windows.Forms.Label();
this.computerNameLbl = new System.Windows.Forms.Label();
this.userInfoTA = new WWassets.assetsDataSet1TableAdapters.userInfoTA();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.getHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.listTableAdapter1 = new WWassets.assetsDataSetTableAdapters.listTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.assetsDataSet1)).BeginInit();
this.assetsGB.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panel5.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// listBindingSource
//
this.listBindingSource.DataMember = "list";
this.listBindingSource.DataSource = this.assetsDataSet1;
//
// assetsDataSet1
//
this.assetsDataSet1.DataSetName = "assetsDataSet1";
this.assetsDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// assetsGB
//
this.assetsGB.Controls.Add(this.splitContainer1);
this.assetsGB.Dock = System.Windows.Forms.DockStyle.Fill;
this.assetsGB.Location = new System.Drawing.Point(0, 24);
this.assetsGB.Name = "assetsGB";
this.assetsGB.Size = new System.Drawing.Size(556, 606);
this.assetsGB.TabIndex = 1;
this.assetsGB.TabStop = false;
//
// splitContainer1
//
//.........这里部分代码省略.........
开发者ID:AustinSkarphol,项目名称:WallworkProjects,代码行数:101,代码来源:mainAssets.Designer+(AustinWorkd-PC's+conflicted+copy+2013-02-18).cs
示例9: InitializeComponent
//.........这里部分代码省略.........
this.room204Button = new System.Windows.Forms.Button();
this.room202Button = new System.Windows.Forms.Button();
this.room203Button = new System.Windows.Forms.Button();
this.room201Button = new System.Windows.Forms.Button();
this.label19 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.checkOutDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.checkInDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.checkAvailabilityButton = new System.Windows.Forms.Button();
this.clearButton = new System.Windows.Forms.Button();
this.roomLevelComboBox = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.roomTypeComboBox = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.clearNamesButton = new System.Windows.Forms.Button();
this.lastNameTextBox = new System.Windows.Forms.TextBox();
this.firstNameTextBox = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.retrieveBookingButton = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label17 = new System.Windows.Forms.Label();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.programmingManualToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Controls.Add(this.tabPage5);
this.tabControl1.Location = new System.Drawing.Point(11, 199);
this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(639, 377);
this.tabControl1.TabIndex = 92;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.label12);
示例10: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.SplitContainer splitContainer2;
System.Windows.Forms.MenuStrip mainMenuStrip;
System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
this.pictureBox = new System.Windows.Forms.PictureBox();
this.treeViewSubTextures = new System.Windows.Forms.TreeView();
this.toolStripSubTextures = new System.Windows.Forms.ToolStrip();
this.toolStripSubTextureAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripSubTextureRemove = new System.Windows.Forms.ToolStripButton();
this.propertyGrid = new System.Windows.Forms.PropertyGrid();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.addTextureDialog = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.packToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
splitContainer1 = new System.Windows.Forms.SplitContainer();
splitContainer2 = new System.Windows.Forms.SplitContainer();
mainMenuStrip = new System.Windows.Forms.MenuStrip();
fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
this.toolStripSubTextures.SuspendLayout();
mainMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer1.Location = new System.Drawing.Point(0, 25);
splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.AutoScroll = true;
splitContainer1.Panel1.Controls.Add(this.pictureBox);
splitContainer1.Panel1.SizeChanged += new System.EventHandler(this.LeftPanel_SizeChanged);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(splitContainer2);
splitContainer1.Size = new System.Drawing.Size(608, 373);
splitContainer1.SplitterDistance = 309;
splitContainer1.TabIndex = 0;
splitContainer1.TabStop = false;
//
// pictureBox
//
this.pictureBox.Location = new System.Drawing.Point(0, 0);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(0, 0);
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox.TabIndex = 0;
this.pictureBox.TabStop = false;
//
// splitContainer2
//
splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer2.Location = new System.Drawing.Point(0, 0);
splitContainer2.Name = "splitContainer2";
splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
splitContainer2.Panel1.Controls.Add(this.treeViewSubTextures);
splitContainer2.Panel1.Controls.Add(this.toolStripSubTextures);
//
// splitContainer2.Panel2
//
splitContainer2.Panel2.Controls.Add(this.propertyGrid);
splitContainer2.Size = new System.Drawing.Size(293, 371);
splitContainer2.SplitterDistance = 150;
splitContainer2.TabIndex = 0;
//.........这里部分代码省略.........
示例11: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmABCDebugger));
this.txtDebugText = new System.Windows.Forms.TextBox();
this.mnuMain = new System.Windows.Forms.MenuStrip();
this.tsmiOption = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSoundScore = new System.Windows.Forms.ToolStripMenuItem();
this.timAutoScroll = new System.Windows.Forms.Timer(this.components);
this.sstMain = new System.Windows.Forms.StatusStrip();
this.pnlBottom = new System.Windows.Forms.Panel();
this.pnlBottomRight = new System.Windows.Forms.Panel();
this.dgvPartData = new System.Windows.Forms.DataGridView();
this.pnlBottomLeft = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.pnlMain = new System.Windows.Forms.Panel();
this.pnlScore = new System.Windows.Forms.Panel();
this.picMain = new System.Windows.Forms.PictureBox();
this.pnlKeyBord = new System.Windows.Forms.Panel();
this.picKeyBord = new System.Windows.Forms.PictureBox();
this.tsMain = new System.Windows.Forms.ToolStrip();
this.txbtnStop = new System.Windows.Forms.ToolStripButton();
this.tsbtnPause = new System.Windows.Forms.ToolStripButton();
this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tslblTime = new System.Windows.Forms.ToolStripLabel();
this.mnuMain.SuspendLayout();
this.pnlBottom.SuspendLayout();
this.pnlBottomRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPartData)).BeginInit();
this.pnlBottomLeft.SuspendLayout();
this.pnlMain.SuspendLayout();
this.pnlScore.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picMain)).BeginInit();
this.pnlKeyBord.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picKeyBord)).BeginInit();
this.tsMain.SuspendLayout();
this.SuspendLayout();
//
// txtDebugText
//
this.txtDebugText.Location = new System.Drawing.Point(4, 4);
this.txtDebugText.Multiline = true;
this.txtDebugText.Name = "txtDebugText";
this.txtDebugText.Size = new System.Drawing.Size(196, 34);
this.txtDebugText.TabIndex = 0;
//
// mnuMain
//
this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiOption});
this.mnuMain.Location = new System.Drawing.Point(0, 0);
this.mnuMain.Name = "mnuMain";
this.mnuMain.Size = new System.Drawing.Size(831, 26);
this.mnuMain.TabIndex = 1;
this.mnuMain.Text = "menuStrip1";
//
// tsmiOption
//
this.tsmiOption.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiSoundScore});
this.tsmiOption.Name = "tsmiOption";
this.tsmiOption.Size = new System.Drawing.Size(80, 22);
this.tsmiOption.Text = "オプション";
//
// tsmiSoundScore
//
this.tsmiSoundScore.Name = "tsmiSoundScore";
this.tsmiSoundScore.Size = new System.Drawing.Size(100, 22);
this.tsmiSoundScore.Text = "音源";
//
// timAutoScroll
//
this.timAutoScroll.Interval = 1;
this.timAutoScroll.Tick += new System.EventHandler(this.timAutoScroll_Tick);
//
// sstMain
//
this.sstMain.Location = new System.Drawing.Point(0, 503);
this.sstMain.Name = "sstMain";
this.sstMain.Size = new System.Drawing.Size(831, 22);
this.sstMain.TabIndex = 6;
this.sstMain.Text = "statusStrip1";
//
// pnlBottom
//
this.pnlBottom.Controls.Add(this.pnlBottomRight);
this.pnlBottom.Controls.Add(this.pnlBottomLeft);
this.pnlBottom.Controls.Add(this.panel1);
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.Location = new System.Drawing.Point(0, 339);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(831, 164);
this.pnlBottom.TabIndex = 7;
//
// pnlBottomRight
//.........这里部分代码省略.........
示例12: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SystemMain));
this.appMainMenu = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.navClose = new System.Windows.Forms.ToolStripMenuItem();
this.navExit = new System.Windows.Forms.ToolStripMenuItem();
this.navAdministration = new System.Windows.Forms.ToolStripMenuItem();
this.navTournamentList = new System.Windows.Forms.ToolStripMenuItem();
this.navMemberList = new System.Windows.Forms.ToolStripMenuItem();
this.memberImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.currentFormatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.collegiateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.navImportDataWstims = new System.Windows.Forms.ToolStripMenuItem();
this.navTournament = new System.Windows.Forms.ToolStripMenuItem();
this.navRegistration = new System.Windows.Forms.ToolStripMenuItem();
this.navTourRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
this.navDivOrder = new System.Windows.Forms.ToolStripMenuItem();
this.navTeamMngt = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.navOfficialWorkAsgmt = new System.Windows.Forms.ToolStripMenuItem();
this.navOfficialWorkRecord = new System.Windows.Forms.ToolStripMenuItem();
this.navBoatUse = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.navMasterScorebook = new System.Windows.Forms.ToolStripMenuItem();
this.navMasterSummary = new System.Windows.Forms.ToolStripMenuItem();
this.navTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
this.navEventRunStats = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.navLoadIwwfHomologation = new System.Windows.Forms.ToolStripMenuItem();
this.navTourPackage = new System.Windows.Forms.ToolStripMenuItem();
this.navSlalom = new System.Windows.Forms.ToolStripMenuItem();
this.navSlalomEntry = new System.Windows.Forms.ToolStripMenuItem();
this.navSlalomRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
this.navSlalomSummary = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.navSlalomScorebook = new System.Windows.Forms.ToolStripMenuItem();
this.navSlalomTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
this.navTrick = new System.Windows.Forms.ToolStripMenuItem();
this.navTrickCalc = new System.Windows.Forms.ToolStripMenuItem();
this.navTrickRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
this.navTrickSummary = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.navTrickScorebook = new System.Windows.Forms.ToolStripMenuItem();
this.navTrickTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
this.navLoadVideoFiles = new System.Windows.Forms.ToolStripMenuItem();
this.navJump = new System.Windows.Forms.ToolStripMenuItem();
this.navJumpEntryVideo3Seg = new System.Windows.Forms.ToolStripMenuItem();
this.navJumpRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
this.navJumpSummary = new System.Windows.Forms.ToolStripMenuItem();
this.navJumpSummaryAwards = new System.Windows.Forms.ToolStripMenuItem();
this.navJumpScorebook = new System.Windows.Forms.ToolStripMenuItem();
this.navJumpTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.navVideoJumpSetup = new System.Windows.Forms.ToolStripMenuItem();
this.navMeterSetup = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.navNopsCalculator = new System.Windows.Forms.ToolStripMenuItem();
this.navListMaintenance = new System.Windows.Forms.ToolStripMenuItem();
this.navNopsDataMainenance = new System.Windows.Forms.ToolStripMenuItem();
this.navViewRankingList = new System.Windows.Forms.ToolStripMenuItem();
this.navTrickListMaint = new System.Windows.Forms.ToolStripMenuItem();
this.navImportData = new System.Windows.Forms.ToolStripMenuItem();
this.navMetricTool = new System.Windows.Forms.ToolStripMenuItem();
this.shrinkDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.databaseToolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.navSetDatabase = new System.Windows.Forms.ToolStripMenuItem();
this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.navHelp = new System.Windows.Forms.ToolStripMenuItem();
this.gettingStartedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.overviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.navHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.mdiStatusMsg = new System.Windows.Forms.ToolStripStatusLabel();
this.appMainMenu.SuspendLayout();
this.SuspendLayout();
//
// appMainMenu
//
this.appMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.navAdministration,
this.navTournament,
this.navSlalom,
this.navTrick,
this.navJump,
this.toolStripMenuItem2,
this.windowToolStripMenuItem,
this.navHelp});
this.appMainMenu.Location = new System.Drawing.Point(0, 0);
this.appMainMenu.MdiWindowListItem = this.windowToolStripMenuItem;
this.appMainMenu.Name = "appMainMenu";
this.appMainMenu.Size = new System.Drawing.Size(993, 24);
this.appMainMenu.TabIndex = 1;
//.........这里部分代码省略.........
示例13: InitializeComponent
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.txtResult = new System.Windows.Forms.TextBox();
this.txtExp = new System.Windows.Forms.RichTextBox();
this.menuRichTextBox = new System.Windows.Forms.ContextMenuStrip(this.components);
this.粘贴剪切板内容ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.复制计算结果ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.运算符ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.andToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.orToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.xorToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.notToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.sgnToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.intToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.absToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
this.变量ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.函数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cmbFunSort = new System.Windows.Forms.ToolStripComboBox();
this.txtSearchKey = new System.Windows.Forms.ToolStripTextBox();
this.算式ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.btnbtnReciprocal = new System.Windows.Forms.Button();
this.btnANS = new System.Windows.Forms.Button();
this.btnE = new System.Windows.Forms.Button();
this.btnPow = new System.Windows.Forms.Button();
this.btnPI = new System.Windows.Forms.Button();
this.btnPercent = new System.Windows.Forms.Button();
this.btnSqrt = new System.Windows.Forms.Button();
this.btnEqual = new System.Windows.Forms.Button();
this.btnPoint = new System.Windows.Forms.Button();
this.btnC = new System.Windows.Forms.Button();
this.btnBackspace = new System.Windows.Forms.Button();
this.btnComma = new System.Windows.Forms.Button();
this.btn_e_ = new System.Windows.Forms.Button();
this.btnBIN = new System.Windows.Forms.Button();
this.btnB = new System.Windows.Forms.Button();
this.btnHEX = new System.Windows.Forms.Button();
this.btnToB = new System.Windows.Forms.Button();
this.btnToH = new System.Windows.Forms.Button();
this.btnMod = new System.Windows.Forms.Button();
this.btnSum = new System.Windows.Forms.Button();
this.bnt_C = new System.Windows.Forms.Button();
this.btnnCr = new System.Windows.Forms.Button();
this.btnnAr = new System.Windows.Forms.Button();
this.btnFactorial = new System.Windows.Forms.Button();
this.btnDivide = new System.Windows.Forms.Button();
this.btnMultiply = new System.Windows.Forms.Button();
this.btnMinus = new System.Windows.Forms.Button();
this.btnPlus = new System.Windows.Forms.Button();
this.btnPareR = new System.Windows.Forms.Button();
this.btnPareL = new System.Windows.Forms.Button();
this.btnExp = new System.Windows.Forms.Button();
this.btnLog = new System.Windows.Forms.Button();
this.btnLn = new System.Windows.Forms.Button();
this.btnOCT = new System.Windows.Forms.Button();
this.btnTanh = new System.Windows.Forms.Button();
this.btnCosh = new System.Windows.Forms.Button();
this.btnSinh = new System.Windows.Forms.Button();
this.btnAtan = new System.Windows.Forms.Button();
this.btnAcos = new System.Windows.Forms.Button();
this.btnAsin = new System.Windows.Forms.Button();
this.btnTan = new System.Windows.Forms.Button();
this.btnCos = new System.Windows.Forms.Button();
this.btnSin = new System.Windows.Forms.Button();
this.btnDu = new System.Windows.Forms.Button();
this.btnToO = new System.Windows.Forms.Button();
this.btnA = new System.Windows.Forms.Button();
this.btnDms = new System.Windows.Forms.Button();
this.btn_E = new System.Windows.Forms.Button();
this.btnS = new System.Windows.Forms.Button();
this.btnAverage = new System.Windows.Forms.Button();
this.btnF = new System.Windows.Forms.Button();
this.btnToDegree = new System.Windows.Forms.Button();
this.btnD = new System.Windows.Forms.Button();
this.btn0 = new System.Windows.Forms.Button();
this.btn3 = new System.Windows.Forms.Button();
this.btn2 = new System.Windows.Forms.Button();
this.btn1 = new System.Windows.Forms.Button();
this.btn6 = new System.Windows.Forms.Button();
this.btn5 = new System.Windows.Forms.Button();
this.btn4 = new System.Windows.Forms.Button();
this.btn9 = new System.Windows.Forms.Button();
this.btn8 = new System.Windows.Forms.Button();
this.btn7 = new System.Windows.Forms.Button();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
//.........这里部分代码省略.........
示例14: InitializeComponent
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.WBrowser_Excel = new System.Windows.Forms.WebBrowser();
this.OpenFileDialog = new System.Windows.Forms.OpenFileDialog();
this.MStrip_Open = new System.Windows.Forms.MenuStrip();
this.操作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打开Excel文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.创建工作表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MStrip_Open.SuspendLayout();
this.SuspendLayout();
//
// WBrowser_Excel
//
this.WBrowser_Excel.Dock = System.Windows.Forms.DockStyle.Fill;
this.WBrowser_Excel.Location = new System.Drawing.Point(0, 25);
this.WBrowser_Excel.MinimumSize = new System.Drawing.Size(20, 20);
this.WBrowser_Excel.Name = "WBrowser_Excel";
this.WBrowser_Excel.Size = new System.Drawing.Size(550, 313);
this.WBrowser_Excel.TabIndex = 1;
//
// MStrip_Open
//
this.MStrip_Open.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.操作ToolStripMenuItem});
this.MStrip_Open.Location = new System.Drawing.Point(0, 0);
this.MStrip_Open.Name = "MStrip_Open";
this.MStrip_Open.Size = new System.Drawing.Size(550, 25);
this.MStrip_Open.TabIndex = 2;
this.MStrip_Open.Text = "menuStrip1";
//
// 操作ToolStripMenuItem
//
this.操作ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.打开Excel文件ToolStripMenuItem,
this.创建工作表ToolStripMenuItem});
this.操作ToolStripMenuItem.Name = "操作ToolStripMenuItem";
this.操作ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.操作ToolStripMenuItem.Text = "操作";
//
// 打开Excel文件ToolStripMenuItem
//
this.打开Excel文件ToolStripMenuItem.Name = "打开Excel文件ToolStripMenuItem";
this.打开Excel文件ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.打开Excel文件ToolStripMenuItem.Text = "打开Excel文件";
this.打开Excel文件ToolStripMenuItem.Click += new System.EventHandler(this.打开Excel文件ToolStripMenuItem_Click);
//
// 创建工作表ToolStripMenuItem
//
this.创建工作表ToolStripMenuItem.Name = "创建工作表ToolStripMenuItem";
this.创建工作表ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.创建工作表ToolStripMenuItem.Text = "创建工作表";
this.创建工作表ToolStripMenuItem.Click += new System.EventHandler(this.创建工作表ToolStripMenuItem_Click);
//
// Frm_Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(550, 338);
this.Controls.Add(this.WBrowser_Excel);
this.Controls.Add(this.MStrip_Open);
this.Name = "Frm_Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "为一个Excel文件创建多个工作表";
this.MStrip_Open.ResumeLayout(false);
this.MStrip_Open.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例15: InitializeComponent
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
this.MainMenu1 = new System.Windows.Forms.MenuStrip();
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mnuCustomer = new System.Windows.Forms.ToolStripMenuItem();
this.mnuProviders = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSales = new System.Windows.Forms.ToolStripMenuItem();
this.mnuDatabase = new System.Windows.Forms.ToolStripMenuItem();
this._mnuDataAction_0 = new System.Windows.Forms.ToolStripMenuItem();
this._mnuDataAction_1 = new System.Windows.Forms.ToolStripMenuItem();
this._mnuDataAction_2 = new System.Windows.Forms.ToolStripSeparator();
this._mnuDataAction_3 = new System.Windows.Forms.ToolStripMenuItem();
this._mnuClear_0 = new System.Windows.Forms.ToolStripMenuItem();
this._mnuClear_1 = new System.Windows.Forms.ToolStripMenuItem();
this._mnuClear_2 = new System.Windows.Forms.ToolStripSeparator();
this._mnuClear_3 = new System.Windows.Forms.ToolStripMenuItem();
this._mnuDataAction_4 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuReports = new System.Windows.Forms.ToolStripMenuItem();
this.mnuReport = new System.Windows.Forms.ToolStripMenuItem();
this._lExit_1 = new System.Windows.Forms.ToolStripSeparator();
this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
this.mnuOrders = new System.Windows.Forms.ToolStripMenuItem();
this.mnuCreateOrderRequest = new System.Windows.Forms.ToolStripMenuItem();
this.mnuOrderRequestsApproval = new System.Windows.Forms.ToolStripMenuItem();
this.lExit2 = new System.Windows.Forms.ToolStripSeparator();
this.mnuCreateOrderReception = new System.Windows.Forms.ToolStripMenuItem();
this.mnuOrderReceptionsApproval = new System.Windows.Forms.ToolStripMenuItem();
this.mnuMainInventory = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAddStockManually = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAdjustStockManually = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAccounts = new System.Windows.Forms.ToolStripMenuItem();
this.mnuProducts = new System.Windows.Forms.ToolStripMenuItem();
this.mnuCategories = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSecurity = new System.Windows.Forms.ToolStripMenuItem();
this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewHelp = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
this.sbStatusBar = new System.Windows.Forms.StatusStrip();
this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
this._sbStatusBar_Panel2 = new System.Windows.Forms.ToolStripStatusLabel();
this._sbStatusBar_Panel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.sbStatusBar.SuspendLayout();
this.SuspendLayout();
//
// MainMenu1
//
this.MainMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuFile, this.mnuOrders, this.mnuMainInventory, this.mnuAccounts, this.mnuHelp});
//
// mnuFile
//
this.mnuFile.Available = true;
this.mnuFile.Checked = false;
this.mnuFile.Enabled = true;
this.mnuFile.MergeAction = System.Windows.Forms.MergeAction.Remove;
this.mnuFile.Name = "mnuFile";
this.mnuFile.Text = "&File";
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuCustomer, this.mnuProviders, this.mnuSales, this.mnuDatabase, this.mnuReports, this._lExit_1, this.mnuExit});
//
// mnuCustomer
//
this.mnuCustomer.Available = true;
this.mnuCustomer.Checked = false;
this.mnuCustomer.Enabled = true;
this.mnuCustomer.Name = "mnuCustomer";
this.mnuCustomer.Text = "&Manage Customers";
this.mnuCustomer.Click += new System.EventHandler(this.mnuCustomer_Click);
//
// mnuProviders
//
this.mnuProviders.Available = true;
this.mnuProviders.Checked = false;
this.mnuProviders.Enabled = true;
this.mnuProviders.Name = "mnuProviders";
this.mnuProviders.Text = "Manage Su&ppliers ";
this.mnuProviders.Click += new System.EventHandler(this.mnuProviders_Click);
//
// mnuSales
//
this.mnuSales.Available = true;
this.mnuSales.Checked = false;
this.mnuSales.Enabled = true;
this.mnuSales.Name = "mnuSales";
this.mnuSales.Text = "&Sales";
//
// mnuDatabase
//
this.mnuDatabase.Available = false;
this.mnuDatabase.Checked = false;
this.mnuDatabase.Enabled = true;
this.mnuDatabase.Name = "mnuDatabase";
this.mnuDatabase.Text = "&Database";
this.mnuDatabase.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this._mnuDataAction_0, this._mnuDataAction_1, this._mnuDataAction_2, this._mnuDataAction_3, this._mnuDataAction_4});
//
// _mnuDataAction_0
//
this._mnuDataAction_0.Available = true;
this._mnuDataAction_0.Checked = false;
//.........这里部分代码省略.........