namespace Louis__Pharmacy_CNSA212_FP { partial class frmPatientPhysician { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPatientPhysician)); 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(); // // 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); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); 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"; this.tabPatientPhysician.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabPatientPhysician; private System.Windows.Forms.TabPage tabPatient; private System.Windows.Forms.TabPage tabPhysician; } }