using System.ComponentModel; namespace Louis__Pharmacy_CNSA212_FP { partial class frmMedication { /// /// Required designer variable. /// private 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() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.btnGO = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.txtMedID = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.txtIntake = new System.Windows.Forms.TextBox(); this.txtFrequency = new System.Windows.Forms.TextBox(); this.txtDosage = new System.Windows.Forms.TextBox(); this.txtPurpose = new System.Windows.Forms.TextBox(); this.txtRxNum = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(333, 157); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(163, 43); this.label1.TabIndex = 0; this.label1.Text = "Medication ID:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(333, 200); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(163, 43); this.label2.TabIndex = 1; this.label2.Text = "Name:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(333, 243); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(163, 43); this.label3.TabIndex = 2; this.label3.Text = "Intake Method:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.Location = new System.Drawing.Point(333, 286); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(163, 43); this.label4.TabIndex = 3; this.label4.Text = "Frequency:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label5 // this.label5.Location = new System.Drawing.Point(333, 329); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(163, 43); this.label5.TabIndex = 4; this.label5.Text = "Dosage:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label6 // this.label6.Location = new System.Drawing.Point(333, 372); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(163, 43); this.label6.TabIndex = 5; this.label6.Text = "Purpose:"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label7 // this.label7.Location = new System.Drawing.Point(333, 415); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(163, 43); this.label7.TabIndex = 6; this.label7.Text = "Rx Number:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnGO // this.btnGO.Location = new System.Drawing.Point(767, 567); this.btnGO.Name = "btnGO"; this.btnGO.Size = new System.Drawing.Size(101, 36); this.btnGO.TabIndex = 7; this.btnGO.UseVisualStyleBackColor = true; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(896, 567); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(101, 36); this.btnCancel.TabIndex = 8; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // label8 // this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(176, 30); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(691, 72); this.label8.TabIndex = 9; this.label8.Text = "Medication"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtMedID // this.txtMedID.Location = new System.Drawing.Point(502, 165); this.txtMedID.Name = "txtMedID"; this.txtMedID.Size = new System.Drawing.Size(182, 26); this.txtMedID.TabIndex = 10; // // txtName // this.txtName.Location = new System.Drawing.Point(502, 208); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(182, 26); this.txtName.TabIndex = 11; // // txtIntake // this.txtIntake.Location = new System.Drawing.Point(502, 251); this.txtIntake.Name = "txtIntake"; this.txtIntake.Size = new System.Drawing.Size(182, 26); this.txtIntake.TabIndex = 12; // // txtFrequency // this.txtFrequency.Location = new System.Drawing.Point(502, 294); this.txtFrequency.Name = "txtFrequency"; this.txtFrequency.Size = new System.Drawing.Size(182, 26); this.txtFrequency.TabIndex = 13; // // txtDosage // this.txtDosage.Location = new System.Drawing.Point(502, 337); this.txtDosage.Name = "txtDosage"; this.txtDosage.Size = new System.Drawing.Size(182, 26); this.txtDosage.TabIndex = 14; // // txtPurpose // this.txtPurpose.Location = new System.Drawing.Point(502, 380); this.txtPurpose.Name = "txtPurpose"; this.txtPurpose.Size = new System.Drawing.Size(182, 26); this.txtPurpose.TabIndex = 15; // // txtRxNum // this.txtRxNum.Location = new System.Drawing.Point(502, 423); this.txtRxNum.Name = "txtRxNum"; this.txtRxNum.Size = new System.Drawing.Size(182, 26); this.txtRxNum.TabIndex = 16; // // frmMedication // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1041, 649); this.Controls.Add(this.txtRxNum); this.Controls.Add(this.txtPurpose); this.Controls.Add(this.txtDosage); this.Controls.Add(this.txtFrequency); this.Controls.Add(this.txtIntake); this.Controls.Add(this.txtName); this.Controls.Add(this.txtMedID); this.Controls.Add(this.label8); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnGO); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "frmMedication"; this.Text = "frmMedication"; this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.TextBox txtMedID; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.TextBox txtIntake; private System.Windows.Forms.TextBox txtFrequency; private System.Windows.Forms.TextBox txtDosage; private System.Windows.Forms.TextBox txtPurpose; private System.Windows.Forms.TextBox txtRxNum; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button btnGO; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label label8; #endregion } }