67 lines
2.4 KiB
C#
67 lines
2.4 KiB
C#
namespace PatientMan.usrControls
|
|
{
|
|
partial class usrCommon
|
|
{
|
|
/// <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 Component 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.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;
|
|
}
|
|
}
|