196 lines
9.2 KiB
C#
196 lines
9.2 KiB
C#
namespace Louis__Pharmacy_CNSA212_FP
|
|
{
|
|
partial class frmMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.mnuNavigation = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuNavigationView = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuNavigationAUPaPh = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuNavigationAUPres = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuNavigationAURRefill = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuWindow = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuWindowArrangeIcons = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuWindowCascade = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuWindowHorizontal = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuWindowVertical = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuWindowCloseAll = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuNavigation,
|
|
this.mnuWindow,
|
|
this.mnuHelp});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(800, 24);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// mnuNavigation
|
|
//
|
|
this.mnuNavigation.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuNavigationView,
|
|
this.mnuNavigationAUPaPh,
|
|
this.mnuNavigationAUPres,
|
|
this.mnuNavigationAURRefill});
|
|
this.mnuNavigation.Name = "mnuNavigation";
|
|
this.mnuNavigation.Size = new System.Drawing.Size(77, 20);
|
|
this.mnuNavigation.Text = "Navigation";
|
|
//
|
|
// mnuNavigationView
|
|
//
|
|
this.mnuNavigationView.Name = "mnuNavigationView";
|
|
this.mnuNavigationView.Size = new System.Drawing.Size(286, 22);
|
|
this.mnuNavigationView.Text = "View Patient/Prescription/Physician Info";
|
|
this.mnuNavigationView.Click += new System.EventHandler(this.mnuNavigationView_Click);
|
|
//
|
|
// mnuNavigationAUPaPh
|
|
//
|
|
this.mnuNavigationAUPaPh.Name = "mnuNavigationAUPaPh";
|
|
this.mnuNavigationAUPaPh.Size = new System.Drawing.Size(286, 22);
|
|
this.mnuNavigationAUPaPh.Text = "Add/Update Patient/Physician";
|
|
this.mnuNavigationAUPaPh.Click += new System.EventHandler(this.mnuNavigationAUPaPh_Click);
|
|
//
|
|
// mnuNavigationAUPres
|
|
//
|
|
this.mnuNavigationAUPres.Name = "mnuNavigationAUPres";
|
|
this.mnuNavigationAUPres.Size = new System.Drawing.Size(286, 22);
|
|
this.mnuNavigationAUPres.Text = "Add/Update Prescription";
|
|
this.mnuNavigationAUPres.Click += new System.EventHandler(this.mnuNavigationAUPres_Click);
|
|
//
|
|
// mnuNavigationAURRefill
|
|
//
|
|
this.mnuNavigationAURRefill.Name = "mnuNavigationAURRefill";
|
|
this.mnuNavigationAURRefill.Size = new System.Drawing.Size(286, 22);
|
|
this.mnuNavigationAURRefill.Text = "Add/Update/Remove Refill";
|
|
this.mnuNavigationAURRefill.Click += new System.EventHandler(this.mnuNavigationAURRefill_Click);
|
|
//
|
|
// mnuWindow
|
|
//
|
|
this.mnuWindow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuWindowArrangeIcons,
|
|
this.mnuWindowCascade,
|
|
this.mnuWindowHorizontal,
|
|
this.mnuWindowVertical,
|
|
this.mnuWindowCloseAll});
|
|
this.mnuWindow.Name = "mnuWindow";
|
|
this.mnuWindow.Size = new System.Drawing.Size(63, 20);
|
|
this.mnuWindow.Text = "Window";
|
|
//
|
|
// mnuWindowArrangeIcons
|
|
//
|
|
this.mnuWindowArrangeIcons.Name = "mnuWindowArrangeIcons";
|
|
this.mnuWindowArrangeIcons.Size = new System.Drawing.Size(180, 22);
|
|
this.mnuWindowArrangeIcons.Text = "Arrange Icons";
|
|
this.mnuWindowArrangeIcons.Click += new System.EventHandler(this.mnuWindowArrangeIcons_Click);
|
|
//
|
|
// mnuWindowCascade
|
|
//
|
|
this.mnuWindowCascade.Name = "mnuWindowCascade";
|
|
this.mnuWindowCascade.Size = new System.Drawing.Size(180, 22);
|
|
this.mnuWindowCascade.Text = "Cascade";
|
|
this.mnuWindowCascade.Click += new System.EventHandler(this.mnuWindowCascade_Click);
|
|
//
|
|
// mnuWindowHorizontal
|
|
//
|
|
this.mnuWindowHorizontal.Name = "mnuWindowHorizontal";
|
|
this.mnuWindowHorizontal.Size = new System.Drawing.Size(180, 22);
|
|
this.mnuWindowHorizontal.Text = "Horizontal";
|
|
this.mnuWindowHorizontal.Click += new System.EventHandler(this.mnuWindowHorizontal_Click);
|
|
//
|
|
// mnuWindowVertical
|
|
//
|
|
this.mnuWindowVertical.Name = "mnuWindowVertical";
|
|
this.mnuWindowVertical.Size = new System.Drawing.Size(180, 22);
|
|
this.mnuWindowVertical.Text = "Vertical";
|
|
this.mnuWindowVertical.Click += new System.EventHandler(this.mnuWindowVertical_Click);
|
|
//
|
|
// mnuWindowCloseAll
|
|
//
|
|
this.mnuWindowCloseAll.Name = "mnuWindowCloseAll";
|
|
this.mnuWindowCloseAll.Size = new System.Drawing.Size(180, 22);
|
|
this.mnuWindowCloseAll.Text = "Close All";
|
|
this.mnuWindowCloseAll.Click += new System.EventHandler(this.mnuWindowCloseAll_Click);
|
|
//
|
|
// mnuHelp
|
|
//
|
|
this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuHelpAbout});
|
|
this.mnuHelp.Name = "mnuHelp";
|
|
this.mnuHelp.Size = new System.Drawing.Size(44, 20);
|
|
this.mnuHelp.Text = "Help";
|
|
//
|
|
// mnuHelpAbout
|
|
//
|
|
this.mnuHelpAbout.Name = "mnuHelpAbout";
|
|
this.mnuHelpAbout.Size = new System.Drawing.Size(180, 22);
|
|
this.mnuHelpAbout.Text = "About";
|
|
this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click);
|
|
//
|
|
// frmMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.IsMdiContainer = true;
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "frmMain";
|
|
this.Text = "frmMain";
|
|
this.Load += new System.EventHandler(this.frmMain_Load);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNavigation;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNavigationView;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNavigationAUPaPh;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNavigationAUPres;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNavigationAURRefill;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuWindow;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuHelp;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuHelpAbout;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuWindowArrangeIcons;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuWindowCascade;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuWindowHorizontal;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuWindowVertical;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuWindowCloseAll;
|
|
}
|
|
} |