本文整理汇总了C#中System.Windows.Forms.MainMenu类的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.MainMenu类的具体用法?C# System.Windows.Forms.MainMenu怎么用?C# System.Windows.Forms.MainMenu使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
System.Windows.Forms.MainMenu类属于命名空间,在下文中一共展示了System.Windows.Forms.MainMenu类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Обязательный метод для поддержки конструктора - не изменяйте
/// содержимое данного метода при помощи редактора кода.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.cardsDistributionWatcher1 = new BridgeProject.CardsDistributionWatcher();
this.SuspendLayout();
//
// cardsDistributionWatcher1
//
this.cardsDistributionWatcher1.Location = new System.Drawing.Point(5, 8);
this.cardsDistributionWatcher1.Name = "cardsDistributionWatcher1";
this.cardsDistributionWatcher1.Size = new System.Drawing.Size(230, 240);
this.cardsDistributionWatcher1.TabIndex = 0;
this.cardsDistributionWatcher1.Text = "cardsDistributionWatcher1";
this.cardsDistributionWatcher1.AttachData(this.cd);
//
// CardsDistributionShowForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.cardsDistributionWatcher1);
this.Menu = this.mainMenu1;
this.Name = "CardsDistributionShowForm";
this.Text = "Распределение карт (просмотр)";
this.ResumeLayout(false);
}
示例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.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem();
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem();
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.menu = new System.Windows.Forms.ListView();
this.mainMenu2 = new System.Windows.Forms.MainMenu();
this.menuItem3 = new System.Windows.Forms.MenuItem();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menuItem1);
this.mainMenu1.MenuItems.Add(this.menuItem2);
//
// menuItem1
//
this.menuItem1.Text = "Exit";
this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
//
// menuItem2
//
this.menuItem2.Text = "Select";
//
// menu
//
listViewItem1.Text = "- Notrufe weltweit -";
listViewItem2.Text = "Allgemeines";
this.menu.Items.Add(listViewItem1);
this.menu.Items.Add(listViewItem2);
this.menu.Location = new System.Drawing.Point(0, 0);
this.menu.Name = "menu";
this.menu.Size = new System.Drawing.Size(240, 320);
this.menu.TabIndex = 0;
this.menu.View = System.Windows.Forms.View.List;
this.menu.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// mainMenu2
//
this.mainMenu2.MenuItems.Add(this.menuItem3);
//
// menuItem3
//
this.menuItem3.Text = "";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(131F, 131F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(230, 256);
this.Controls.Add(this.menu);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
示例3: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menuItem1);
//
// menuItem1
//
this.menuItem1.MenuItems.Add(this.menuItem2);
this.menuItem1.Text = "Opções";
//
// menuItem2
//
this.menuItem2.Text = "Voltar a tela anterior";
this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
//
// EnviarArquivo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Menu = this.mainMenu1;
this.Name = "EnviarArquivo";
this.Text = "EnviarArquivo";
this.ResumeLayout(false);
}
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.SuspendLayout();
//
// dataGrid1
//
this.dataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.dataGrid1.Location = new System.Drawing.Point(12, 54);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.Size = new System.Drawing.Size(209, 96);
this.dataGrid1.TabIndex = 2;
//
// frmTest4
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.dataGrid1);
this.Menu = this.mainMenu1;
this.Name = "frmTest4";
this.Text = "frmTest4";
this.Load += new System.EventHandler(this.frmTest4_Load);
this.ResumeLayout(false);
}
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.btnReset = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnReset
//
this.btnReset.Location = new System.Drawing.Point(165, 245);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(72, 20);
this.btnReset.TabIndex = 0;
this.btnReset.Text = "Reset";
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// MobileInputArea
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.btnReset);
this.Menu = this.mainMenu1;
this.Name = "MobileInputArea";
this.Text = "MobileInputArea";
this.Load += new System.EventHandler(this.MobileInputArea_Load);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MobileInputArea_MouseUp);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.MobileInputArea_Paint);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MobileInputArea_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MobileInputArea_MouseMove);
this.ResumeLayout(false);
}
示例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.mnuMain = new System.Windows.Forms.MainMenu();
this.mnuItmSelect = new System.Windows.Forms.MenuItem();
this.lvwMain = new System.Windows.Forms.ListView();
this.lblTop = new System.Windows.Forms.Label();
this.cmbStates = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// mnuMain
//
this.mnuMain.MenuItems.Add(this.mnuItmSelect);
//
// mnuItmSelect
//
this.mnuItmSelect.Text = "Get Files";
this.mnuItmSelect.Click += new System.EventHandler(this.mnuItmSelect_Click);
//
// lvwMain
//
this.lvwMain.Location = new System.Drawing.Point(4, 32);
this.lvwMain.Name = "lvwMain";
this.lvwMain.Size = new System.Drawing.Size(169, 88);
this.lvwMain.TabIndex = 0;
this.lvwMain.View = System.Windows.Forms.View.List;
this.lvwMain.SelectedIndexChanged += new System.EventHandler(this.lvwMain_SelectedIndexChanged);
//
// lblTop
//
this.lblTop.Location = new System.Drawing.Point(4, 4);
this.lblTop.Name = "lblTop";
this.lblTop.Size = new System.Drawing.Size(84, 22);
this.lblTop.Text = "Select A State:";
//
// cmbStates
//
this.cmbStates.Location = new System.Drawing.Point(95, 4);
this.cmbStates.Name = "cmbStates";
this.cmbStates.Size = new System.Drawing.Size(78, 22);
this.cmbStates.TabIndex = 2;
this.cmbStates.SelectedIndexChanged += new System.EventHandler(this.cmbStates_SelectedIndexChanged);
//
// frmSelectFile
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(176, 180);
this.Controls.Add(this.cmbStates);
this.Controls.Add(this.lblTop);
this.Controls.Add(this.lvwMain);
this.KeyPreview = true;
this.Menu = this.mnuMain;
this.Name = "frmSelectFile";
this.Text = "frmSelectFile";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmSelectFile_KeyDown);
this.Load += new System.EventHandler(this.frmSelectFile_Load);
this.ResumeLayout(false);
}
示例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.mainMenu1 = new System.Windows.Forms.MainMenu();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(470, 240);
//
// Graphical
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(473, 243);
this.Controls.Add(this.pictureBox1);
this.Menu = this.mainMenu1;
this.Name = "Graphical";
this.Text = "Graphical";
this.ResumeLayout(false);
}
示例8: InitializeComponent
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido del método con el editor de código.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(trazabilidadSplash));
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(1, 6);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(259, 83);
//
// trazabilidadSplash
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.ClientSize = new System.Drawing.Size(262, 93);
this.ControlBox = false;
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "trazabilidadSplash";
this.Text = "trazabilidadSplash";
this.ResumeLayout(false);
}
示例9: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Location = new System.Drawing.Point(31, 72);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(185, 109);
this.label1.Text = "text";
//
// LockDownTestForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.label1);
this.Menu = this.mainMenu1;
this.MinimizeBox = false;
this.Name = "LockDownTestForm";
this.Text = "LockDownTestForm";
this.ResumeLayout(false);
}
示例10: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.lvwMails = new System.Windows.Forms.ListView();
this.colDate = new System.Windows.Forms.ColumnHeader();
this.colSubject = new System.Windows.Forms.ColumnHeader();
this.colIP = new System.Windows.Forms.ColumnHeader();
this.colName = new System.Windows.Forms.ColumnHeader();
this.SuspendLayout();
//
// lvwMails
//
this.lvwMails.Columns.Add(this.colDate);
this.lvwMails.Columns.Add(this.colSubject);
this.lvwMails.Columns.Add(this.colIP);
this.lvwMails.Columns.Add(this.colName);
this.lvwMails.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvwMails.FullRowSelect = true;
this.lvwMails.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvwMails.Location = new System.Drawing.Point(0, 0);
this.lvwMails.Name = "lvwMails";
this.lvwMails.Size = new System.Drawing.Size(238, 295);
this.lvwMails.TabIndex = 1;
this.lvwMails.View = System.Windows.Forms.View.Details;
this.lvwMails.ItemActivate += new System.EventHandler(this.lvwMails_ItemActivate);
//
// colDate
//
this.colDate.Text = "Date";
this.colDate.Width = 66;
//
// colSubject
//
this.colSubject.Text = "Subject";
this.colSubject.Width = 180;
//
// colIP
//
this.colIP.Text = "IP";
this.colIP.Width = 90;
//
// colName
//
this.colName.Text = "Name";
this.colName.Width = 100;
//
// Imap4Result
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(238, 295);
this.Controls.Add(this.lvwMails);
this.Menu = this.mainMenu1;
this.Name = "Imap4Result";
this.Text = "Imap4Result";
this.Load += new System.EventHandler(this.Imap4Result_Load);
this.ResumeLayout(false);
}
示例11: InitializeComponent
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(42, 31);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(106, 23);
this.textBox1.TabIndex = 0;
this.textBox1.Text = "0";
//
// label1
//
this.label1.Location = new System.Drawing.Point(156, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(43, 19);
this.label1.Text = "dBm";
//
// button1
//
this.button1.Location = new System.Drawing.Point(32, 75);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(74, 25);
this.button1.TabIndex = 2;
this.button1.Text = "设置";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(125, 75);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(74, 25);
this.button2.TabIndex = 3;
this.button2.Text = "获取";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// PowerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(230, 272);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.MaximizeBox = false;
this.Menu = this.mainMenu1;
this.MinimizeBox = false;
this.Name = "PowerForm";
this.Text = "PowerForm";
this.ResumeLayout(false);
}
示例12: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Location = new System.Drawing.Point(7, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 18);
this.label1.Text = "test";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.label1);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
示例13: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.mnuBack = new System.Windows.Forms.MenuItem();
this.mnuMenu = new System.Windows.Forms.MenuItem();
this.txtNote = new System.Windows.Forms.TextBox();
this.mnuNext = new System.Windows.Forms.MenuItem();
this.mnuPrev = new System.Windows.Forms.MenuItem();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.mnuBack);
this.mainMenu1.MenuItems.Add(this.mnuMenu);
//
// mnuBack
//
this.mnuBack.Text = "Back";
this.mnuBack.Click += new System.EventHandler(this.mnuBack_Click);
//
// mnuMenu
//
this.mnuMenu.MenuItems.Add(this.mnuNext);
this.mnuMenu.MenuItems.Add(this.mnuPrev);
this.mnuMenu.Text = "Menu";
//
// txtNote
//
this.txtNote.BackColor = System.Drawing.SystemColors.Control;
this.txtNote.Location = new System.Drawing.Point(4, 4);
this.txtNote.Multiline = true;
this.txtNote.Name = "txtNote";
this.txtNote.ReadOnly = true;
this.txtNote.Size = new System.Drawing.Size(233, 261);
this.txtNote.TabIndex = 0;
//
// mnuNext
//
this.mnuNext.Text = "Next Note";
this.mnuNext.Click += new System.EventHandler(this.mnuNext_Click);
//
// mnuPrev
//
this.mnuPrev.Text = "Prev Note";
this.mnuPrev.Click += new System.EventHandler(this.mnuPrev_Click);
//
// Presentation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.txtNote);
this.Menu = this.mainMenu1;
this.Name = "Presentation";
this.Text = "Presentation";
this.Closed += new System.EventHandler(this.Presentation_Closed);
this.ResumeLayout(false);
}
示例14: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.myExitMenuItem = new System.Windows.Forms.MenuItem();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.myExitMenuItem);
//
// myExitMenuItem
//
this.myExitMenuItem.Text = "Exit";
this.myExitMenuItem.Click += new System.EventHandler(this.myExitMenuItem_Click);
//
// TestForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Menu = this.mainMenu1;
this.Name = "TestForm";
this.Text = "OpenGL Test";
this.ResumeLayout(false);
}
示例15: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.listBox1 = new System.Windows.Forms.ListBox();
this.listView1 = new System.Windows.Forms.ListView();
this.SuspendLayout();
//
// listBox1
//
this.listBox1.Location = new System.Drawing.Point(171, 274);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(100, 98);
this.listBox1.TabIndex = 0;
//
// listView1
//
this.listView1.Location = new System.Drawing.Point(29, 52);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(183, 128);
this.listView1.TabIndex = 1;
//
// test
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(638, 455);
this.Controls.Add(this.listView1);
this.Controls.Add(this.listBox1);
this.Menu = this.mainMenu1;
this.Name = "test";
this.Text = "test";
this.ResumeLayout(false);
}