2024-02-07 10:54:26 -05:00
|
|
|
|
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();
|
2024-02-07 10:55:47 -05:00
|
|
|
|
this.mnuNavigation = new System.Windows.Forms.ToolStripMenuItem();
|
2024-02-09 11:44:23 -05:00
|
|
|
|
this.mnuNavigationView = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.mnuNavigationAURRefill = new System.Windows.Forms.ToolStripMenuItem();
|
2024-02-07 12:55:11 -05:00
|
|
|
|
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();
|
2024-02-09 11:12:39 -05:00
|
|
|
|
this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.mnuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
|
2024-02-07 10:55:47 -05:00
|
|
|
|
this.menuStrip1.SuspendLayout();
|
2024-02-07 10:54:26 -05:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// menuStrip1
|
|
|
|
|
//
|
2024-02-16 08:37:53 -05:00
|
|
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuNavigation, this.mnuWindow, this.mnuHelp });
|
2024-02-07 10:54:26 -05:00
|
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip1.Name = "menuStrip1";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.menuStrip1.Padding = new System.Windows.Forms.Padding(9, 3, 0, 3);
|
|
|
|
|
this.menuStrip1.Size = new System.Drawing.Size(1450, 35);
|
2024-02-07 10:54:26 -05:00
|
|
|
|
this.menuStrip1.TabIndex = 0;
|
|
|
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
|
|
|
//
|
2024-02-07 10:55:47 -05:00
|
|
|
|
// mnuNavigation
|
|
|
|
|
//
|
2024-02-16 08:37:53 -05:00
|
|
|
|
this.mnuNavigation.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuNavigationView, this.mnuNavigationAURRefill });
|
2024-02-07 10:55:47 -05:00
|
|
|
|
this.mnuNavigation.Name = "mnuNavigation";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuNavigation.Size = new System.Drawing.Size(110, 29);
|
2024-02-07 10:55:47 -05:00
|
|
|
|
this.mnuNavigation.Text = "Navigation";
|
|
|
|
|
//
|
2024-02-09 11:44:23 -05:00
|
|
|
|
// mnuNavigationView
|
2024-02-07 11:10:43 -05:00
|
|
|
|
//
|
2024-02-09 11:44:23 -05:00
|
|
|
|
this.mnuNavigationView.Name = "mnuNavigationView";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuNavigationView.Size = new System.Drawing.Size(373, 30);
|
2024-02-16 08:37:53 -05:00
|
|
|
|
this.mnuNavigationView.Text = "Patient/Prescription/Physician Search";
|
2024-02-09 11:44:23 -05:00
|
|
|
|
this.mnuNavigationView.Click += new System.EventHandler(this.mnuNavigationView_Click);
|
2024-02-07 11:10:43 -05:00
|
|
|
|
//
|
2024-02-09 11:44:23 -05:00
|
|
|
|
// mnuNavigationAURRefill
|
2024-02-07 11:10:43 -05:00
|
|
|
|
//
|
2024-02-09 11:44:23 -05:00
|
|
|
|
this.mnuNavigationAURRefill.Name = "mnuNavigationAURRefill";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuNavigationAURRefill.Size = new System.Drawing.Size(373, 30);
|
2024-02-09 11:44:23 -05:00
|
|
|
|
this.mnuNavigationAURRefill.Text = "Add/Update/Remove Refill";
|
2024-02-09 12:17:53 -05:00
|
|
|
|
this.mnuNavigationAURRefill.Click += new System.EventHandler(this.mnuNavigationAURRefill_Click);
|
2024-02-07 11:10:43 -05:00
|
|
|
|
//
|
2024-02-07 12:55:11 -05:00
|
|
|
|
// mnuWindow
|
|
|
|
|
//
|
2024-02-16 08:37:53 -05:00
|
|
|
|
this.mnuWindow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuWindowArrangeIcons, this.mnuWindowCascade, this.mnuWindowHorizontal, this.mnuWindowVertical, this.mnuWindowCloseAll });
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.mnuWindow.Name = "mnuWindow";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuWindow.Size = new System.Drawing.Size(90, 29);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.mnuWindow.Text = "Window";
|
|
|
|
|
//
|
|
|
|
|
// mnuWindowArrangeIcons
|
|
|
|
|
//
|
|
|
|
|
this.mnuWindowArrangeIcons.Name = "mnuWindowArrangeIcons";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuWindowArrangeIcons.Size = new System.Drawing.Size(194, 30);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.mnuWindowArrangeIcons.Text = "Arrange Icons";
|
2024-02-09 13:35:42 -05:00
|
|
|
|
this.mnuWindowArrangeIcons.Click += new System.EventHandler(this.mnuWindowArrangeIcons_Click);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
//
|
|
|
|
|
// mnuWindowCascade
|
|
|
|
|
//
|
|
|
|
|
this.mnuWindowCascade.Name = "mnuWindowCascade";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuWindowCascade.Size = new System.Drawing.Size(194, 30);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.mnuWindowCascade.Text = "Cascade";
|
2024-02-09 13:35:42 -05:00
|
|
|
|
this.mnuWindowCascade.Click += new System.EventHandler(this.mnuWindowCascade_Click);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
//
|
|
|
|
|
// mnuWindowHorizontal
|
|
|
|
|
//
|
|
|
|
|
this.mnuWindowHorizontal.Name = "mnuWindowHorizontal";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuWindowHorizontal.Size = new System.Drawing.Size(194, 30);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.mnuWindowHorizontal.Text = "Horizontal";
|
2024-02-09 13:35:42 -05:00
|
|
|
|
this.mnuWindowHorizontal.Click += new System.EventHandler(this.mnuWindowHorizontal_Click);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
//
|
|
|
|
|
// mnuWindowVertical
|
|
|
|
|
//
|
|
|
|
|
this.mnuWindowVertical.Name = "mnuWindowVertical";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuWindowVertical.Size = new System.Drawing.Size(194, 30);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.mnuWindowVertical.Text = "Vertical";
|
2024-02-09 13:35:42 -05:00
|
|
|
|
this.mnuWindowVertical.Click += new System.EventHandler(this.mnuWindowVertical_Click);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
//
|
|
|
|
|
// mnuWindowCloseAll
|
|
|
|
|
//
|
|
|
|
|
this.mnuWindowCloseAll.Name = "mnuWindowCloseAll";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuWindowCloseAll.Size = new System.Drawing.Size(194, 30);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
this.mnuWindowCloseAll.Text = "Close All";
|
2024-02-09 13:35:42 -05:00
|
|
|
|
this.mnuWindowCloseAll.Click += new System.EventHandler(this.mnuWindowCloseAll_Click);
|
2024-02-07 12:55:11 -05:00
|
|
|
|
//
|
2024-02-09 11:12:39 -05:00
|
|
|
|
// mnuHelp
|
|
|
|
|
//
|
2024-02-16 08:37:53 -05:00
|
|
|
|
this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuHelpAbout });
|
2024-02-09 11:12:39 -05:00
|
|
|
|
this.mnuHelp.Name = "mnuHelp";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuHelp.Size = new System.Drawing.Size(61, 29);
|
2024-02-09 11:12:39 -05:00
|
|
|
|
this.mnuHelp.Text = "Help";
|
|
|
|
|
//
|
|
|
|
|
// mnuHelpAbout
|
|
|
|
|
//
|
|
|
|
|
this.mnuHelpAbout.Name = "mnuHelpAbout";
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.mnuHelpAbout.Size = new System.Drawing.Size(134, 30);
|
2024-02-09 11:12:39 -05:00
|
|
|
|
this.mnuHelpAbout.Text = "About";
|
2024-02-09 13:56:41 -05:00
|
|
|
|
this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click);
|
2024-02-09 11:12:39 -05:00
|
|
|
|
//
|
2024-02-07 10:54:26 -05:00
|
|
|
|
// frmMain
|
|
|
|
|
//
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
2024-02-07 10:54:26 -05:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(1450, 942);
|
2024-02-07 10:54:26 -05:00
|
|
|
|
this.Controls.Add(this.menuStrip1);
|
|
|
|
|
this.IsMdiContainer = true;
|
|
|
|
|
this.MainMenuStrip = this.menuStrip1;
|
2024-02-16 13:57:58 -05:00
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
2024-02-07 10:54:26 -05:00
|
|
|
|
this.Name = "frmMain";
|
|
|
|
|
this.Text = "frmMain";
|
2024-02-09 11:12:39 -05:00
|
|
|
|
this.Load += new System.EventHandler(this.frmMain_Load);
|
2024-02-07 10:55:47 -05:00
|
|
|
|
this.menuStrip1.ResumeLayout(false);
|
|
|
|
|
this.menuStrip1.PerformLayout();
|
2024-02-07 10:54:26 -05:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
2024-02-07 10:55:47 -05:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNavigation;
|
2024-02-09 11:44:23 -05:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNavigationView;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNavigationAURRefill;
|
2024-02-07 12:55:11 -05:00
|
|
|
|
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;
|
2024-02-07 10:54:26 -05:00
|
|
|
|
}
|
|
|
|
|
}
|