Upload to server
uploading
This commit is contained in:
259
patientman/PatientMan/frmMain.Designer.cs
generated
Normal file
259
patientman/PatientMan/frmMain.Designer.cs
generated
Normal file
@@ -0,0 +1,259 @@
|
||||
namespace PatientMan
|
||||
{
|
||||
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()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
|
||||
this.btnAppointments = new System.Windows.Forms.Button();
|
||||
this.btlPreClinic = new System.Windows.Forms.Button();
|
||||
this.btnClients = new System.Windows.Forms.Button();
|
||||
this.btnClinics = new System.Windows.Forms.Button();
|
||||
this.btnSettings = new System.Windows.Forms.Button();
|
||||
this.btnReferral = new System.Windows.Forms.Button();
|
||||
this.btnPrint = new System.Windows.Forms.Button();
|
||||
this.btnReports = new System.Windows.Forms.Button();
|
||||
this.btnAdd = new System.Windows.Forms.Button();
|
||||
this.btnTreatment = new System.Windows.Forms.Button();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
||||
this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btnAppointments
|
||||
//
|
||||
resources.ApplyResources(this.btnAppointments, "btnAppointments");
|
||||
this.btnAppointments.AutoEllipsis = true;
|
||||
this.btnAppointments.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnAppointments.Name = "btnAppointments";
|
||||
this.btnAppointments.UseVisualStyleBackColor = false;
|
||||
this.btnAppointments.Click += new System.EventHandler(this.btnAppointments_Click);
|
||||
//
|
||||
// btlPreClinic
|
||||
//
|
||||
resources.ApplyResources(this.btlPreClinic, "btlPreClinic");
|
||||
this.btlPreClinic.AutoEllipsis = true;
|
||||
this.btlPreClinic.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btlPreClinic.Name = "btlPreClinic";
|
||||
this.btlPreClinic.UseVisualStyleBackColor = false;
|
||||
this.btlPreClinic.Click += new System.EventHandler(this.btlPreClinic_Click);
|
||||
//
|
||||
// btnClients
|
||||
//
|
||||
resources.ApplyResources(this.btnClients, "btnClients");
|
||||
this.btnClients.AutoEllipsis = true;
|
||||
this.btnClients.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnClients.Name = "btnClients";
|
||||
this.btnClients.UseVisualStyleBackColor = true;
|
||||
this.btnClients.Click += new System.EventHandler(this.btnClients_Click);
|
||||
//
|
||||
// btnClinics
|
||||
//
|
||||
resources.ApplyResources(this.btnClinics, "btnClinics");
|
||||
this.btnClinics.AutoEllipsis = true;
|
||||
this.btnClinics.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnClinics.Name = "btnClinics";
|
||||
this.btnClinics.UseVisualStyleBackColor = false;
|
||||
this.btnClinics.Click += new System.EventHandler(this.btnClinics_Click);
|
||||
//
|
||||
// btnSettings
|
||||
//
|
||||
resources.ApplyResources(this.btnSettings, "btnSettings");
|
||||
this.btnSettings.AutoEllipsis = true;
|
||||
this.btnSettings.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnSettings.Name = "btnSettings";
|
||||
this.btnSettings.UseVisualStyleBackColor = false;
|
||||
this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
|
||||
//
|
||||
// btnReferral
|
||||
//
|
||||
resources.ApplyResources(this.btnReferral, "btnReferral");
|
||||
this.btnReferral.AutoEllipsis = true;
|
||||
this.btnReferral.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnReferral.Name = "btnReferral";
|
||||
this.btnReferral.UseVisualStyleBackColor = false;
|
||||
this.btnReferral.Click += new System.EventHandler(this.btnReferral_Click);
|
||||
//
|
||||
// btnPrint
|
||||
//
|
||||
resources.ApplyResources(this.btnPrint, "btnPrint");
|
||||
this.btnPrint.AutoEllipsis = true;
|
||||
this.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnPrint.Name = "btnPrint";
|
||||
this.btnPrint.UseVisualStyleBackColor = false;
|
||||
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
||||
//
|
||||
// btnReports
|
||||
//
|
||||
resources.ApplyResources(this.btnReports, "btnReports");
|
||||
this.btnReports.AutoEllipsis = true;
|
||||
this.btnReports.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnReports.Name = "btnReports";
|
||||
this.btnReports.UseVisualStyleBackColor = false;
|
||||
this.btnReports.Click += new System.EventHandler(this.btnReports_Click);
|
||||
//
|
||||
// btnAdd
|
||||
//
|
||||
resources.ApplyResources(this.btnAdd, "btnAdd");
|
||||
this.btnAdd.AutoEllipsis = true;
|
||||
this.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnAdd.Name = "btnAdd";
|
||||
this.btnAdd.UseVisualStyleBackColor = false;
|
||||
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
||||
//
|
||||
// btnTreatment
|
||||
//
|
||||
resources.ApplyResources(this.btnTreatment, "btnTreatment");
|
||||
this.btnTreatment.AutoEllipsis = true;
|
||||
this.btnTreatment.BackgroundImage = global::PatientMan.Properties.Resources.treatment;
|
||||
this.btnTreatment.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnTreatment.Name = "btnTreatment";
|
||||
this.btnTreatment.UseVisualStyleBackColor = false;
|
||||
this.btnTreatment.Click += new System.EventHandler(this.btnTreatment_Click);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.ForeColor = System.Drawing.Color.Maroon;
|
||||
this.label1.Name = "label1";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
resources.ApplyResources(this.label2, "label2");
|
||||
this.label2.ForeColor = System.Drawing.Color.Maroon;
|
||||
this.label2.Name = "label2";
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.TabStop = false;
|
||||
//
|
||||
// pictureBox2
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox2, "pictureBox2");
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.TabStop = false;
|
||||
//
|
||||
// pictureBox3
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox3, "pictureBox3");
|
||||
this.pictureBox3.Name = "pictureBox3";
|
||||
this.pictureBox3.TabStop = false;
|
||||
//
|
||||
// progressBarControl
|
||||
//
|
||||
resources.ApplyResources(this.progressBarControl, "progressBarControl");
|
||||
this.progressBarControl.Name = "progressBarControl";
|
||||
this.progressBarControl.Properties.AccessibleDescription = resources.GetString("progressBarControl.Properties.AccessibleDescription");
|
||||
this.progressBarControl.Properties.AccessibleName = resources.GetString("progressBarControl.Properties.AccessibleName");
|
||||
this.progressBarControl.Properties.Appearance.FontSizeDelta = ((int)(resources.GetObject("progressBarControl.Properties.Appearance.FontSizeDelta")));
|
||||
this.progressBarControl.Properties.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("progressBarControl.Properties.Appearance.FontStyleDelta")));
|
||||
this.progressBarControl.Properties.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("progressBarControl.Properties.Appearance.GradientMode")));
|
||||
this.progressBarControl.Properties.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("progressBarControl.Properties.Appearance.Image")));
|
||||
this.progressBarControl.Properties.AppearanceDisabled.FontSizeDelta = ((int)(resources.GetObject("progressBarControl.Properties.AppearanceDisabled.FontSizeDelta")));
|
||||
this.progressBarControl.Properties.AppearanceDisabled.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("progressBarControl.Properties.AppearanceDisabled.FontStyleDelta")));
|
||||
this.progressBarControl.Properties.AppearanceDisabled.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("progressBarControl.Properties.AppearanceDisabled.GradientMode")));
|
||||
this.progressBarControl.Properties.AppearanceDisabled.Image = ((System.Drawing.Image)(resources.GetObject("progressBarControl.Properties.AppearanceDisabled.Image")));
|
||||
this.progressBarControl.Properties.AppearanceFocused.FontSizeDelta = ((int)(resources.GetObject("progressBarControl.Properties.AppearanceFocused.FontSizeDelta")));
|
||||
this.progressBarControl.Properties.AppearanceFocused.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("progressBarControl.Properties.AppearanceFocused.FontStyleDelta")));
|
||||
this.progressBarControl.Properties.AppearanceFocused.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("progressBarControl.Properties.AppearanceFocused.GradientMode")));
|
||||
this.progressBarControl.Properties.AppearanceFocused.Image = ((System.Drawing.Image)(resources.GetObject("progressBarControl.Properties.AppearanceFocused.Image")));
|
||||
this.progressBarControl.Properties.AppearanceReadOnly.FontSizeDelta = ((int)(resources.GetObject("progressBarControl.Properties.AppearanceReadOnly.FontSizeDelta")));
|
||||
this.progressBarControl.Properties.AppearanceReadOnly.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("progressBarControl.Properties.AppearanceReadOnly.FontStyleDelta")));
|
||||
this.progressBarControl.Properties.AppearanceReadOnly.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("progressBarControl.Properties.AppearanceReadOnly.GradientMode")));
|
||||
this.progressBarControl.Properties.AppearanceReadOnly.Image = ((System.Drawing.Image)(resources.GetObject("progressBarControl.Properties.AppearanceReadOnly.Image")));
|
||||
this.progressBarControl.Properties.AutoHeight = ((bool)(resources.GetObject("progressBarControl.Properties.AutoHeight")));
|
||||
this.progressBarControl.Properties.Step = 1;
|
||||
//
|
||||
// frmMain
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("frmMain.Appearance.BackColor")));
|
||||
this.Appearance.FontSizeDelta = ((int)(resources.GetObject("frmMain.Appearance.FontSizeDelta")));
|
||||
this.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("frmMain.Appearance.FontStyleDelta")));
|
||||
this.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("frmMain.Appearance.GradientMode")));
|
||||
this.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("frmMain.Appearance.Image")));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.progressBarControl);
|
||||
this.Controls.Add(this.pictureBox3);
|
||||
this.Controls.Add(this.pictureBox2);
|
||||
this.Controls.Add(this.pictureBox1);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.btnAdd);
|
||||
this.Controls.Add(this.btnTreatment);
|
||||
this.Controls.Add(this.btnSettings);
|
||||
this.Controls.Add(this.btnReferral);
|
||||
this.Controls.Add(this.btnPrint);
|
||||
this.Controls.Add(this.btnReports);
|
||||
this.Controls.Add(this.btnClinics);
|
||||
this.Controls.Add(this.btnClients);
|
||||
this.Controls.Add(this.btlPreClinic);
|
||||
this.Controls.Add(this.btnAppointments);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.Name = "frmMain";
|
||||
this.Activated += new System.EventHandler(this.frmMain_Activated);
|
||||
this.Load += new System.EventHandler(this.frmMain_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button btnAppointments;
|
||||
private System.Windows.Forms.Button btlPreClinic;
|
||||
private System.Windows.Forms.Button btnClients;
|
||||
private System.Windows.Forms.Button btnClinics;
|
||||
private System.Windows.Forms.Button btnSettings;
|
||||
private System.Windows.Forms.Button btnReferral;
|
||||
private System.Windows.Forms.Button btnPrint;
|
||||
private System.Windows.Forms.Button btnReports;
|
||||
private System.Windows.Forms.Button btnAdd;
|
||||
private System.Windows.Forms.Button btnTreatment;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.PictureBox pictureBox2;
|
||||
private System.Windows.Forms.PictureBox pictureBox3;
|
||||
private DevExpress.XtraEditors.ProgressBarControl progressBarControl;
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user