?? mainframe.designer.cs
字號:
?namespace Youzi.View
{
partial class MainFrame
{
/// <summary>
/// 必需的設計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrame));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.ControlMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ScreenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.LoginMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.UsersMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.UsersXinxi = new System.Windows.Forms.ToolStripMenuItem();
this.OfficeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.OfficeXinxi = new System.Windows.Forms.ToolStripMenuItem();
this.DoctorMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DoctorXinxi = new System.Windows.Forms.ToolStripMenuItem();
this.SystemMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ChangePwd = new System.Windows.Forms.ToolStripMenuItem();
this.Calc = new System.Windows.Forms.ToolStripMenuItem();
this.NotePad = new System.Windows.Forms.ToolStripMenuItem();
this.ChangeSkin = new System.Windows.Forms.ToolStripMenuItem();
this.CalmnessSkin = new System.Windows.Forms.ToolStripMenuItem();
this.EighteenSkin = new System.Windows.Forms.ToolStripMenuItem();
this.EmeraldSkin = new System.Windows.Forms.ToolStripMenuItem();
this.LonghornSkin = new System.Windows.Forms.ToolStripMenuItem();
this.MacOSSkin = new System.Windows.Forms.ToolStripMenuItem();
this.SilverSkin = new System.Windows.Forms.ToolStripMenuItem();
this.SportsBlackSkin = new System.Windows.Forms.ToolStripMenuItem();
this.vista1Skin = new System.Windows.Forms.ToolStripMenuItem();
this.XPSilverSkin = new System.Windows.Forms.ToolStripMenuItem();
this.MSNSkin = new System.Windows.Forms.ToolStripMenuItem();
this.HelpMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.HelpTool = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.leftPanel = new System.Windows.Forms.Panel();
this.labNotepad = new System.Windows.Forms.Label();
this.labCalc = new System.Windows.Forms.Label();
this.labDoctor = new System.Windows.Forms.Label();
this.labOffice = new System.Windows.Forms.Label();
this.labUsers = new System.Windows.Forms.Label();
this.butSystem = new System.Windows.Forms.Button();
this.butDoctor = new System.Windows.Forms.Button();
this.butOffice = new System.Windows.Forms.Button();
this.butUsers = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.centerPanel = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.helpProvider1 = new System.Windows.Forms.HelpProvider();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.leftPanel.SuspendLayout();
this.centerPanel.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ControlMenuItem,
this.UsersMenuItem,
this.OfficeMenuItem,
this.DoctorMenuItem,
this.SystemMenuItem,
this.HelpMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1016, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// ControlMenuItem
//
this.ControlMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ScreenMenuItem,
this.toolStripSeparator1,
this.LoginMenuItem,
this.toolStripSeparator2,
this.ExitMenuItem});
this.ControlMenuItem.Image = global::Youzi.Properties.Resources.keshi;
this.ControlMenuItem.Name = "ControlMenuItem";
this.ControlMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
this.ControlMenuItem.Size = new System.Drawing.Size(71, 20);
this.ControlMenuItem.Text = "控制臺";
//
// ScreenMenuItem
//
this.ScreenMenuItem.Name = "ScreenMenuItem";
this.ScreenMenuItem.Size = new System.Drawing.Size(133, 22);
this.ScreenMenuItem.Text = "屏幕鎖定";
this.ScreenMenuItem.Click += new System.EventHandler(this.ScreenMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(130, 6);
//
// LoginMenuItem
//
this.LoginMenuItem.Name = "LoginMenuItem";
this.LoginMenuItem.Size = new System.Drawing.Size(133, 22);
this.LoginMenuItem.Text = "重新登錄";
this.LoginMenuItem.Click += new System.EventHandler(this.LoginMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(130, 6);
//
// ExitMenuItem
//
this.ExitMenuItem.Name = "ExitMenuItem";
this.ExitMenuItem.Size = new System.Drawing.Size(133, 22);
this.ExitMenuItem.Text = "退出";
this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
//
// UsersMenuItem
//
this.UsersMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.UsersXinxi});
this.UsersMenuItem.Image = global::Youzi.Properties.Resources.control;
this.UsersMenuItem.Name = "UsersMenuItem";
this.UsersMenuItem.Size = new System.Drawing.Size(83, 20);
this.UsersMenuItem.Text = "用戶管理";
//
// UsersXinxi
//
this.UsersXinxi.Name = "UsersXinxi";
this.UsersXinxi.Size = new System.Drawing.Size(133, 22);
this.UsersXinxi.Text = "用戶信息";
this.UsersXinxi.Click += new System.EventHandler(this.UsersXinxi_Click);
//
// OfficeMenuItem
//
this.OfficeMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.OfficeXinxi});
this.OfficeMenuItem.Image = global::Youzi.Properties.Resources.help;
this.OfficeMenuItem.Name = "OfficeMenuItem";
this.OfficeMenuItem.Size = new System.Drawing.Size(83, 20);
this.OfficeMenuItem.Text = "科室管理";
//
// OfficeXinxi
//
this.OfficeXinxi.Name = "OfficeXinxi";
this.OfficeXinxi.Size = new System.Drawing.Size(133, 22);
this.OfficeXinxi.Text = "科室信息";
this.OfficeXinxi.Click += new System.EventHandler(this.OfficeXinxi_Click);
//
// DoctorMenuItem
//
this.DoctorMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.DoctorXinxi});
this.DoctorMenuItem.Image = global::Youzi.Properties.Resources.keshiff;
this.DoctorMenuItem.Name = "DoctorMenuItem";
this.DoctorMenuItem.Size = new System.Drawing.Size(83, 20);
this.DoctorMenuItem.Text = "醫師管理";
//
// DoctorXinxi
//
this.DoctorXinxi.Name = "DoctorXinxi";
this.DoctorXinxi.Size = new System.Drawing.Size(133, 22);
this.DoctorXinxi.Text = "醫師信息";
this.DoctorXinxi.Click += new System.EventHandler(this.DoctorXinxi_Click);
//
// SystemMenuItem
//
this.SystemMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ChangePwd,
this.Calc,
this.NotePad,
this.ChangeSkin});
this.SystemMenuItem.Image = global::Youzi.Properties.Resources.users;
this.SystemMenuItem.Name = "SystemMenuItem";
this.SystemMenuItem.Size = new System.Drawing.Size(83, 20);
this.SystemMenuItem.Text = "系統設置";
//
// ChangePwd
//
this.ChangePwd.Name = "ChangePwd";
this.ChangePwd.Size = new System.Drawing.Size(133, 22);
this.ChangePwd.Text = "修改密碼";
this.ChangePwd.Click += new System.EventHandler(this.ChangePwd_Click);
//
// Calc
//
this.Calc.Name = "Calc";
this.Calc.Size = new System.Drawing.Size(133, 22);
this.Calc.Text = "計算器";
this.Calc.Click += new System.EventHandler(this.Calc_Click);
//
// NotePad
//
this.NotePad.Name = "NotePad";
this.NotePad.Size = new System.Drawing.Size(133, 22);
this.NotePad.Text = "記事本";
this.NotePad.Click += new System.EventHandler(this.NotePad_Click);
//
// ChangeSkin
//
this.ChangeSkin.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.CalmnessSkin,
this.EighteenSkin,
this.EmeraldSkin,
this.LonghornSkin,
this.MacOSSkin,
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -