Upload to server

uploading
This commit is contained in:
2025-08-02 05:20:17 +07:00
commit a5eccbd452
984 changed files with 3031800 additions and 0 deletions

View File

@@ -0,0 +1,91 @@
namespace PatientMan.BasicForms
{
partial class frmCommon
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCommon));
this.grdContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.grdPrint = new System.Windows.Forms.ToolStripMenuItem();
this.fullPrint = new System.Windows.Forms.ToolStripMenuItem();
this.ToExcel = new System.Windows.Forms.ToolStripMenuItem();
this.baseSaveDlg = new System.Windows.Forms.SaveFileDialog();
this.grdContextMenu.SuspendLayout();
this.SuspendLayout();
//
// grdContextMenu
//
this.grdContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.grdPrint,
this.fullPrint,
this.ToExcel});
this.grdContextMenu.Name = "grdContextMenu";
resources.ApplyResources(this.grdContextMenu, "grdContextMenu");
//
// grdPrint
//
this.grdPrint.Name = "grdPrint";
resources.ApplyResources(this.grdPrint, "grdPrint");
this.grdPrint.Click += new System.EventHandler(this.grdPrint_Click);
//
// fullPrint
//
this.fullPrint.Name = "fullPrint";
resources.ApplyResources(this.fullPrint, "fullPrint");
this.fullPrint.Click += new System.EventHandler(this.fullPrint_Click);
//
// ToExcel
//
this.ToExcel.Name = "ToExcel";
resources.ApplyResources(this.ToExcel, "ToExcel");
this.ToExcel.Click += new System.EventHandler(this.ToExcel_Click);
//
// baseSaveDlg
//
resources.ApplyResources(this.baseSaveDlg, "baseSaveDlg");
//
// frmCommon
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Name = "frmCommon";
this.grdContextMenu.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStripMenuItem grdPrint;
public System.Windows.Forms.ContextMenuStrip grdContextMenu;
private System.Windows.Forms.ToolStripMenuItem fullPrint;
private System.Windows.Forms.ToolStripMenuItem ToExcel;
private System.Windows.Forms.SaveFileDialog baseSaveDlg;
}
}