CNSA-212-FP/Louis'-Pharmacy_CNSA212-FP/frmPatientPhysician.Designer.cs

89 lines
3.7 KiB
C#
Raw Normal View History

2024-01-31 09:05:11 -08:00

namespace Louis__Pharmacy_CNSA212_FP
{
partial class frmPatientPhysician
2024-01-31 09:05:11 -08:00
{
/// <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(frmPatientPhysician));
2024-02-06 08:46:50 -08:00
this.tabPatientPhysician = new System.Windows.Forms.TabControl();
this.tabPatient = new System.Windows.Forms.TabPage();
this.tabPhysician = new System.Windows.Forms.TabPage();
this.tabPatientPhysician.SuspendLayout();
this.SuspendLayout();
//
2024-02-06 08:46:50 -08:00
// tabPatientPhysician
//
this.tabPatientPhysician.Controls.Add(this.tabPatient);
this.tabPatientPhysician.Controls.Add(this.tabPhysician);
this.tabPatientPhysician.Location = new System.Drawing.Point(2, 12);
this.tabPatientPhysician.Name = "tabPatientPhysician";
this.tabPatientPhysician.SelectedIndex = 0;
this.tabPatientPhysician.Size = new System.Drawing.Size(797, 436);
this.tabPatientPhysician.TabIndex = 0;
//
// tabPatient
//
this.tabPatient.Location = new System.Drawing.Point(4, 25);
this.tabPatient.Name = "tabPatient";
this.tabPatient.Padding = new System.Windows.Forms.Padding(3);
this.tabPatient.Size = new System.Drawing.Size(789, 407);
this.tabPatient.TabIndex = 0;
this.tabPatient.Text = "Patient";
this.tabPatient.UseVisualStyleBackColor = true;
//
// tabPhysician
//
this.tabPhysician.Location = new System.Drawing.Point(4, 25);
this.tabPhysician.Name = "tabPhysician";
this.tabPhysician.Padding = new System.Windows.Forms.Padding(3);
this.tabPhysician.Size = new System.Drawing.Size(789, 406);
this.tabPhysician.TabIndex = 1;
this.tabPhysician.Text = "Physician";
this.tabPhysician.UseVisualStyleBackColor = true;
//
// frmPatientPhysician
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
2024-01-31 09:05:11 -08:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
2024-02-06 08:46:50 -08:00
this.Controls.Add(this.tabPatientPhysician);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmPatientPhysician";
this.Text = "Louis\' Pharmacy - Add / Update Patient or Physician";
2024-02-06 08:46:50 -08:00
this.tabPatientPhysician.ResumeLayout(false);
this.ResumeLayout(false);
2024-01-31 09:05:11 -08:00
}
#endregion
2024-02-06 08:46:50 -08:00
private System.Windows.Forms.TabControl tabPatientPhysician;
private System.Windows.Forms.TabPage tabPatient;
private System.Windows.Forms.TabPage tabPhysician;
2024-01-31 09:05:11 -08:00
}
}