?? guahaomainview.designer.cs
字號:
?namespace Youzi.GuaHaoView
{
partial class GuaHaoMainView
{
/// <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();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.控制臺ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ScreenSuoDing = new System.Windows.Forms.ToolStripMenuItem();
this.RetLogin = new System.Windows.Forms.ToolStripMenuItem();
this.Exit = new System.Windows.Forms.ToolStripMenuItem();
this.門診掛號ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.GuaHaoMenu = new System.Windows.Forms.ToolStripMenuItem();
this.掛號查詢ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.GuaHaoSearchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.PatientSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.系統設置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.CalcTool = new System.Windows.Forms.ToolStripMenuItem();
this.NotePadTool = new System.Windows.Forms.ToolStripMenuItem();
this.系統設置ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.ChangePwdTool = new System.Windows.Forms.ToolStripMenuItem();
this.ChangeSkin = new System.Windows.Forms.ToolStripMenuItem();
this.DeepCyanSkin = new System.Windows.Forms.ToolStripMenuItem();
this.DiamondBlueSkin = new System.Windows.Forms.ToolStripMenuItem();
this.GlassBrownSkin = new System.Windows.Forms.ToolStripMenuItem();
this.MidsummerSkin = new System.Windows.Forms.ToolStripMenuItem();
this.MP10Skin = new System.Windows.Forms.ToolStripMenuItem();
this.OneBlueSkin = new System.Windows.Forms.ToolStripMenuItem();
this.PageSkin = new System.Windows.Forms.ToolStripMenuItem();
this.RealOneSkin = new System.Windows.Forms.ToolStripMenuItem();
this.WaveSkin = new System.Windows.Forms.ToolStripMenuItem();
this.幫助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.AboutTool = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.Screentool = new System.Windows.Forms.ToolStripButton();
this.GuaHaotool = new System.Windows.Forms.ToolStripButton();
this.SearchTool = new System.Windows.Forms.ToolStripButton();
this.baobiao = new System.Windows.Forms.ToolStripButton();
this.ExitTool = new System.Windows.Forms.ToolStripButton();
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.HelpTool = new System.Windows.Forms.ToolStripMenuItem();
this.helpProvider1 = new System.Windows.Forms.HelpProvider();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.控制臺ToolStripMenuItem,
this.門診掛號ToolStripMenuItem,
this.掛號查詢ToolStripMenuItem,
this.系統設置ToolStripMenuItem,
this.系統設置ToolStripMenuItem1,
this.幫助ToolStripMenuItem});
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";
//
// 控制臺ToolStripMenuItem
//
this.控制臺ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ScreenSuoDing,
this.RetLogin,
this.Exit});
this.控制臺ToolStripMenuItem.Image = global::Youzi.Properties.Resources.control;
this.控制臺ToolStripMenuItem.Name = "控制臺ToolStripMenuItem";
this.控制臺ToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
this.控制臺ToolStripMenuItem.Text = "控制臺";
//
// ScreenSuoDing
//
this.ScreenSuoDing.Name = "ScreenSuoDing";
this.ScreenSuoDing.Size = new System.Drawing.Size(133, 22);
this.ScreenSuoDing.Text = "屏幕鎖定";
this.ScreenSuoDing.Click += new System.EventHandler(this.ScreenSuoDing_Click);
//
// RetLogin
//
this.RetLogin.Name = "RetLogin";
this.RetLogin.Size = new System.Drawing.Size(133, 22);
this.RetLogin.Text = "從新登錄";
this.RetLogin.Click += new System.EventHandler(this.RetLogin_Click);
//
// Exit
//
this.Exit.Name = "Exit";
this.Exit.Size = new System.Drawing.Size(133, 22);
this.Exit.Text = "退出";
this.Exit.Click += new System.EventHandler(this.Exit_Click);
//
// 門診掛號ToolStripMenuItem
//
this.門診掛號ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.GuaHaoMenu});
this.門診掛號ToolStripMenuItem.Image = global::Youzi.Properties.Resources.ffaa;
this.門診掛號ToolStripMenuItem.Name = "門診掛號ToolStripMenuItem";
this.門診掛號ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.門診掛號ToolStripMenuItem.Text = "門診掛號";
//
// GuaHaoMenu
//
this.GuaHaoMenu.Name = "GuaHaoMenu";
this.GuaHaoMenu.Size = new System.Drawing.Size(109, 22);
this.GuaHaoMenu.Text = "掛號";
this.GuaHaoMenu.Click += new System.EventHandler(this.GuaHaoMenu_Click);
//
// 掛號查詢ToolStripMenuItem
//
this.掛號查詢ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.GuaHaoSearchToolStripMenuItem1,
this.PatientSearchToolStripMenuItem});
this.掛號查詢ToolStripMenuItem.Image = global::Youzi.Properties.Resources.keshi;
this.掛號查詢ToolStripMenuItem.Name = "掛號查詢ToolStripMenuItem";
this.掛號查詢ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.掛號查詢ToolStripMenuItem.Text = "掛號查詢";
//
// GuaHaoSearchToolStripMenuItem1
//
this.GuaHaoSearchToolStripMenuItem1.Name = "GuaHaoSearchToolStripMenuItem1";
this.GuaHaoSearchToolStripMenuItem1.Size = new System.Drawing.Size(133, 22);
this.GuaHaoSearchToolStripMenuItem1.Text = "掛號查詢";
this.GuaHaoSearchToolStripMenuItem1.Click += new System.EventHandler(this.GuaHaoSearchToolStripMenuItem1_Click);
//
// PatientSearchToolStripMenuItem
//
this.PatientSearchToolStripMenuItem.Name = "PatientSearchToolStripMenuItem";
this.PatientSearchToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
this.PatientSearchToolStripMenuItem.Text = "病人查詢";
this.PatientSearchToolStripMenuItem.Click += new System.EventHandler(this.PatientSearchToolStripMenuItem_Click);
//
// 系統設置ToolStripMenuItem
//
this.系統設置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.CalcTool,
this.NotePadTool});
this.系統設置ToolStripMenuItem.Image = global::Youzi.Properties.Resources.keshiff;
this.系統設置ToolStripMenuItem.Name = "系統設置ToolStripMenuItem";
this.系統設置ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.系統設置ToolStripMenuItem.Text = "輔助工具";
//
// CalcTool
//
this.CalcTool.Name = "CalcTool";
this.CalcTool.Size = new System.Drawing.Size(121, 22);
this.CalcTool.Text = "計算器";
this.CalcTool.Click += new System.EventHandler(this.CalcTool_Click);
//
// NotePadTool
//
this.NotePadTool.Name = "NotePadTool";
this.NotePadTool.Size = new System.Drawing.Size(121, 22);
this.NotePadTool.Text = "記事本";
this.NotePadTool.Click += new System.EventHandler(this.NotePadTool_Click);
//
// 系統設置ToolStripMenuItem1
//
this.系統設置ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ChangePwdTool,
this.ChangeSkin});
this.系統設置ToolStripMenuItem1.Image = global::Youzi.Properties.Resources.MilkGreen;
this.系統設置ToolStripMenuItem1.Name = "系統設置ToolStripMenuItem1";
this.系統設置ToolStripMenuItem1.Size = new System.Drawing.Size(83, 20);
this.系統設置ToolStripMenuItem1.Text = "系統設置";
//
// ChangePwdTool
//
this.ChangePwdTool.Name = "ChangePwdTool";
this.ChangePwdTool.Size = new System.Drawing.Size(133, 22);
this.ChangePwdTool.Text = "修改密碼";
this.ChangePwdTool.Click += new System.EventHandler(this.ChangePwdTool_Click);
//
// ChangeSkin
//
this.ChangeSkin.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.DeepCyanSkin,
this.DiamondBlueSkin,
this.GlassBrownSkin,
this.MidsummerSkin,
this.MP10Skin,
this.OneBlueSkin,
this.PageSkin,
this.RealOneSkin,
this.WaveSkin});
this.ChangeSkin.Name = "ChangeSkin";
this.ChangeSkin.Size = new System.Drawing.Size(133, 22);
this.ChangeSkin.Text = "更換皮膚";
//
// DeepCyanSkin
//
this.DeepCyanSkin.Name = "DeepCyanSkin";
this.DeepCyanSkin.Size = new System.Drawing.Size(146, 22);
this.DeepCyanSkin.Text = "DeepCyan";
this.DeepCyanSkin.Click += new System.EventHandler(this.DeepCyanSkin_Click);
//
// DiamondBlueSkin
//
this.DiamondBlueSkin.Name = "DiamondBlueSkin";
this.DiamondBlueSkin.Size = new System.Drawing.Size(146, 22);
this.DiamondBlueSkin.Text = "DiamondBlue";
this.DiamondBlueSkin.Click += new System.EventHandler(this.DiamondBlueSkin_Click);
//
// GlassBrownSkin
//
this.GlassBrownSkin.Name = "GlassBrownSkin";
this.GlassBrownSkin.Size = new System.Drawing.Size(146, 22);
this.GlassBrownSkin.Text = "GlassBrown";
this.GlassBrownSkin.Click += new System.EventHandler(this.GlassBrownSkin_Click);
//
// MidsummerSkin
//
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -