?? guahaomainview.designer.cs
字號:
this.MidsummerSkin.Name = "MidsummerSkin";
this.MidsummerSkin.Size = new System.Drawing.Size(146, 22);
this.MidsummerSkin.Text = "Midsummer";
this.MidsummerSkin.Click += new System.EventHandler(this.MidsummerSkin_Click);
//
// MP10Skin
//
this.MP10Skin.Name = "MP10Skin";
this.MP10Skin.Size = new System.Drawing.Size(146, 22);
this.MP10Skin.Text = "MP10";
this.MP10Skin.Click += new System.EventHandler(this.MP10Skin_Click);
//
// OneBlueSkin
//
this.OneBlueSkin.Name = "OneBlueSkin";
this.OneBlueSkin.Size = new System.Drawing.Size(146, 22);
this.OneBlueSkin.Text = "OneBlue";
this.OneBlueSkin.Click += new System.EventHandler(this.OneBlueSkin_Click);
//
// PageSkin
//
this.PageSkin.Name = "PageSkin";
this.PageSkin.Size = new System.Drawing.Size(146, 22);
this.PageSkin.Text = "Page";
this.PageSkin.Click += new System.EventHandler(this.PageSkin_Click);
//
// RealOneSkin
//
this.RealOneSkin.Name = "RealOneSkin";
this.RealOneSkin.Size = new System.Drawing.Size(146, 22);
this.RealOneSkin.Text = "RealOne";
this.RealOneSkin.Click += new System.EventHandler(this.RealOneSkin_Click);
//
// WaveSkin
//
this.WaveSkin.Name = "WaveSkin";
this.WaveSkin.Size = new System.Drawing.Size(146, 22);
this.WaveSkin.Text = "Wave";
this.WaveSkin.Click += new System.EventHandler(this.WaveSkin_Click);
//
// 幫助ToolStripMenuItem
//
this.幫助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.HelpTool,
this.AboutTool});
this.幫助ToolStripMenuItem.Image = global::Youzi.Properties.Resources.help;
this.幫助ToolStripMenuItem.Name = "幫助ToolStripMenuItem";
this.幫助ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.幫助ToolStripMenuItem.Text = "幫助";
//
// AboutTool
//
this.AboutTool.Name = "AboutTool";
this.AboutTool.Size = new System.Drawing.Size(152, 22);
this.AboutTool.Text = "關于";
this.AboutTool.Click += new System.EventHandler(this.AboutTool_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Screentool,
this.GuaHaotool,
this.SearchTool,
this.baobiao,
this.ExitTool});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1016, 25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// Screentool
//
this.Screentool.Image = global::Youzi.Properties.Resources.screen;
this.Screentool.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Screentool.Name = "Screentool";
this.Screentool.Size = new System.Drawing.Size(75, 22);
this.Screentool.Text = "屏幕鎖定";
this.Screentool.Click += new System.EventHandler(this.Screentool_Click);
//
// GuaHaotool
//
this.GuaHaotool.Image = global::Youzi.Properties.Resources.Usersss;
this.GuaHaotool.ImageTransparentColor = System.Drawing.Color.Magenta;
this.GuaHaotool.Name = "GuaHaotool";
this.GuaHaotool.Size = new System.Drawing.Size(51, 22);
this.GuaHaotool.Text = "掛號";
this.GuaHaotool.Click += new System.EventHandler(this.GuaHaotool_Click);
//
// SearchTool
//
this.SearchTool.Image = global::Youzi.Properties.Resources.users;
this.SearchTool.ImageTransparentColor = System.Drawing.Color.Magenta;
this.SearchTool.Name = "SearchTool";
this.SearchTool.Size = new System.Drawing.Size(75, 22);
this.SearchTool.Text = "掛號查詢";
this.SearchTool.Click += new System.EventHandler(this.SearchTool_Click);
//
// baobiao
//
this.baobiao.Image = global::Youzi.Properties.Resources.yisheng;
this.baobiao.ImageTransparentColor = System.Drawing.Color.Magenta;
this.baobiao.Name = "baobiao";
this.baobiao.Size = new System.Drawing.Size(75, 22);
this.baobiao.Text = "報表統計";
this.baobiao.Click += new System.EventHandler(this.baobiao_Click);
//
// ExitTool
//
this.ExitTool.Image = global::Youzi.Properties.Resources.tuchu;
this.ExitTool.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ExitTool.Name = "ExitTool";
this.ExitTool.Size = new System.Drawing.Size(51, 22);
this.ExitTool.Text = "退出";
this.ExitTool.Click += new System.EventHandler(this.ExitTool_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel2,
this.toolStripStatusLabel3});
this.statusStrip1.Location = new System.Drawing.Point(0, 719);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1016, 22);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(207, 17);
this.toolStripStatusLabel1.Text = " 當前用戶: ";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel2.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(284, 17);
this.toolStripStatusLabel2.Text = " 歡迎使用游子醫院管理系統 ";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel3.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(348, 17);
this.toolStripStatusLabel3.Text = " 現在時間: ";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// HelpTool
//
this.HelpTool.Name = "HelpTool";
this.HelpTool.Size = new System.Drawing.Size(152, 22);
this.HelpTool.Text = "幫助 F1";
this.HelpTool.Click += new System.EventHandler(this.HelpTool_Click);
//
// GuaHaoMainView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::Youzi.Properties.Resources.Royal_Inspirat_Mod;
this.ClientSize = new System.Drawing.Size(1016, 741);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "GuaHaoMainView";
this.helpProvider1.SetShowHelp(this, true);
this.Text = "醫院管理系統";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GuaHaoMainView_FormClosed);
this.Load += new System.EventHandler(this.GuaHaoMainView_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 控制臺ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ScreenSuoDing;
private System.Windows.Forms.ToolStripMenuItem RetLogin;
private System.Windows.Forms.ToolStripMenuItem Exit;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripMenuItem 門診掛號ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 掛號查詢ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 系統設置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 系統設置ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 幫助ToolStripMenuItem;
private System.Windows.Forms.ToolStripButton Screentool;
private System.Windows.Forms.ToolStripButton GuaHaotool;
private System.Windows.Forms.ToolStripButton SearchTool;
private System.Windows.Forms.ToolStripButton ExitTool;
private System.Windows.Forms.ToolStripMenuItem CalcTool;
private System.Windows.Forms.ToolStripMenuItem NotePadTool;
private System.Windows.Forms.ToolStripMenuItem ChangePwdTool;
private System.Windows.Forms.ToolStripMenuItem ChangeSkin;
private System.Windows.Forms.ToolStripMenuItem AboutTool;
private System.Windows.Forms.ToolStripMenuItem GuaHaoMenu;
private System.Windows.Forms.ToolStripMenuItem GuaHaoSearchToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem PatientSearchToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem DeepCyanSkin;
private System.Windows.Forms.ToolStripButton baobiao;
private System.Windows.Forms.ToolStripMenuItem DiamondBlueSkin;
private System.Windows.Forms.ToolStripMenuItem GlassBrownSkin;
private System.Windows.Forms.ToolStripMenuItem MidsummerSkin;
private System.Windows.Forms.ToolStripMenuItem MP10Skin;
private System.Windows.Forms.ToolStripMenuItem OneBlueSkin;
private System.Windows.Forms.ToolStripMenuItem PageSkin;
private System.Windows.Forms.ToolStripMenuItem RealOneSkin;
private System.Windows.Forms.ToolStripMenuItem WaveSkin;
private System.Windows.Forms.ToolStripMenuItem HelpTool;
private System.Windows.Forms.HelpProvider helpProvider1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -