namespace PatientMan.usrControls
{
partial class usrCommon
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(usrCommon));
this.radioContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.Reset = new System.Windows.Forms.ToolStripMenuItem();
this.radioContextMenu.SuspendLayout();
this.SuspendLayout();
//
// radioContextMenu
//
this.radioContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Reset});
this.radioContextMenu.Name = "grdContextMenu";
resources.ApplyResources(this.radioContextMenu, "radioContextMenu");
//
// Reset
//
this.Reset.Name = "Reset";
resources.ApplyResources(this.Reset, "Reset");
this.Reset.Click += new System.EventHandler(this.Reset_Click);
//
// usrCommon
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Name = "usrCommon";
this.radioContextMenu.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.ContextMenuStrip radioContextMenu;
private System.Windows.Forms.ToolStripMenuItem Reset;
}
}