📄 memberform.designer.cs
字号:
this.novice.AutoSize = true;
this.novice.Location = new System.Drawing.Point(16, 32);
this.novice.Name = "novice";
this.novice.Size = new System.Drawing.Size(121, 24);
this.novice.TabIndex = 2;
this.novice.Text = "Up to 1 year";
//
// intermediate
//
this.intermediate.AutoSize = true;
this.intermediate.Location = new System.Drawing.Point(16, 64);
this.intermediate.Name = "intermediate";
this.intermediate.Size = new System.Drawing.Size(117, 24);
this.intermediate.TabIndex = 1;
this.intermediate.Text = "1 to 4 years";
//
// methods
//
this.methods.CheckOnClick = true;
this.methods.Enabled = false;
this.methods.FormattingEnabled = true;
this.methods.Location = new System.Drawing.Point(300, 212);
this.methods.Name = "methods";
this.methods.Size = new System.Drawing.Size(270, 165);
this.methods.Sorted = true;
this.methods.TabIndex = 10;
//
// add
//
this.add.Enabled = false;
this.add.Location = new System.Drawing.Point(190, 388);
this.add.Name = "add";
this.add.Size = new System.Drawing.Size(75, 40);
this.add.TabIndex = 11;
this.add.Text = "Add";
this.add.Click += new System.EventHandler(this.addClick);
//
// clear
//
this.clear.Enabled = false;
this.clear.Location = new System.Drawing.Point(335, 388);
this.clear.Name = "clear";
this.clear.Size = new System.Drawing.Size(75, 40);
this.clear.TabIndex = 12;
this.clear.Text = "Clear";
this.clear.Click += new System.EventHandler(this.clearClick);
//
// mainMenu
//
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem});
this.mainMenu.Location = new System.Drawing.Point(0, 0);
this.mainMenu.Name = "mainMenu";
this.mainMenu.Size = new System.Drawing.Size(592, 24);
this.mainMenu.TabIndex = 13;
this.mainMenu.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem,
this.saveMemberToolStripMenuItem,
this.toolStripSeparator1,
this.printToolStripMenuItem,
this.toolStripSeparator2,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Text = "&File";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.newToolStripMenuItem.Text = "&New";
this.newToolStripMenuItem.Click += new System.EventHandler(this.newClick);
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.openToolStripMenuItem.Text = "&Open";
//
// saveMemberToolStripMenuItem
//
this.saveMemberToolStripMenuItem.Enabled = false;
this.saveMemberToolStripMenuItem.Name = "saveMemberToolStripMenuItem";
this.saveMemberToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.saveMemberToolStripMenuItem.Text = "&Save Member";
this.saveMemberToolStripMenuItem.Click += new System.EventHandler(this.saveMemberClick);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
//
// printToolStripMenuItem
//
this.printToolStripMenuItem.Enabled = false;
this.printToolStripMenuItem.Name = "printToolStripMenuItem";
this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
this.printToolStripMenuItem.Text = "&Print";
this.printToolStripMenuItem.Click += new System.EventHandler(this.printClick);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitClick);
//
// saveFileDialog
//
this.saveFileDialog.DefaultExt = "txt";
this.saveFileDialog.InitialDirectory = "C:\\";
this.saveFileDialog.Title = "Bell Ringers";
//
// printDialog
//
this.printDialog.Document = this.printDocument;
//
// printDocument
//
this.printDocument.DocumentName = "";
this.printDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printPage);
//
// MemberForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(592, 443);
this.Controls.Add(this.clear);
this.Controls.Add(this.add);
this.Controls.Add(this.methods);
this.Controls.Add(this.yearsExperience);
this.Controls.Add(this.memberSince);
this.Controls.Add(this.label4);
this.Controls.Add(this.isCaptain);
this.Controls.Add(this.towerNames);
this.Controls.Add(this.label3);
this.Controls.Add(this.lastName);
this.Controls.Add(this.label2);
this.Controls.Add(this.firstName);
this.Controls.Add(this.label1);
this.Controls.Add(this.mainMenu);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "MemberForm";
this.Text = "Middleshire Bell Ringers Association - Members";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.memberFormClosing);
this.textBoxMenu.ResumeLayout(false);
this.yearsExperience.ResumeLayout(false);
this.yearsExperience.PerformLayout();
this.mainMenu.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox firstName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox lastName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox towerNames;
private System.Windows.Forms.CheckBox isCaptain;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DateTimePicker memberSince;
private System.Windows.Forms.GroupBox yearsExperience;
private System.Windows.Forms.RadioButton novice;
private System.Windows.Forms.RadioButton intermediate;
private System.Windows.Forms.RadioButton experienced;
private System.Windows.Forms.CheckedListBox methods;
private System.Windows.Forms.Button add;
private System.Windows.Forms.Button clear;
private System.Windows.Forms.RadioButton accomplished;
private System.Windows.Forms.MenuStrip mainMenu;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveMemberToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem printToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip textBoxMenu;
private System.Windows.Forms.ToolStripMenuItem clearTextToolStripMenuItem;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private System.Windows.Forms.PrintDialog printDialog;
private System.Drawing.Printing.PrintDocument printDocument;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -