namespace IndianHealthService.BMXNet.TestBench
{
partial class PatientVisitPicker
{
///
/// 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()
{
this.label1 = new System.Windows.Forms.Label();
this.patientEntry = new System.Windows.Forms.TextBox();
this.findByChartButton = new System.Windows.Forms.Button();
this.findByIenButton = new System.Windows.Forms.Button();
this.visitListView = new System.Windows.Forms.ListView();
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.newVisitButton = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.patientLabel = new System.Windows.Forms.Label();
this.noVisitButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(8, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Patient ID:";
//
// patientEntry
//
this.patientEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.patientEntry.Location = new System.Drawing.Point(82, 12);
this.patientEntry.Name = "patientEntry";
this.patientEntry.Size = new System.Drawing.Size(131, 20);
this.patientEntry.TabIndex = 0;
this.patientEntry.KeyUp += new System.Windows.Forms.KeyEventHandler(this.patientEntry_KeyUp);
//
// findByChartButton
//
this.findByChartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.findByChartButton.Location = new System.Drawing.Point(219, 10);
this.findByChartButton.Name = "findByChartButton";
this.findByChartButton.Size = new System.Drawing.Size(75, 23);
this.findByChartButton.TabIndex = 1;
this.findByChartButton.Text = "Chart #";
this.findByChartButton.UseVisualStyleBackColor = true;
this.findByChartButton.Click += new System.EventHandler(this.findByChartButton_Click);
//
// findByIenButton
//
this.findByIenButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.findByIenButton.Enabled = false;
this.findByIenButton.Location = new System.Drawing.Point(300, 10);
this.findByIenButton.Name = "findByIenButton";
this.findByIenButton.Size = new System.Drawing.Size(75, 23);
this.findByIenButton.TabIndex = 2;
this.findByIenButton.Text = "Patient IEN";
this.findByIenButton.UseVisualStyleBackColor = true;
this.findByIenButton.Click += new System.EventHandler(this.findByIenButton_Click);
//
// visitListView
//
this.visitListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.visitListView.FullRowSelect = true;
this.visitListView.HideSelection = false;
this.visitListView.Location = new System.Drawing.Point(11, 93);
this.visitListView.MultiSelect = false;
this.visitListView.Name = "visitListView";
this.visitListView.Size = new System.Drawing.Size(364, 427);
this.visitListView.TabIndex = 3;
this.visitListView.UseCompatibleStateImageBehavior = false;
this.visitListView.View = System.Windows.Forms.View.Details;
this.visitListView.DoubleClick += new System.EventHandler(this.visitListView_DoubleClick);
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(300, 526);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 6;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.Location = new System.Drawing.Point(219, 526);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 23);
this.okButton.TabIndex = 5;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(8, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 13);
this.label2.TabIndex = 8;
this.label2.Text = "Visits";
//
// newVisitButton
//
this.newVisitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.newVisitButton.Enabled = false;
this.newVisitButton.Location = new System.Drawing.Point(300, 67);
this.newVisitButton.Name = "newVisitButton";
this.newVisitButton.Size = new System.Drawing.Size(75, 23);
this.newVisitButton.TabIndex = 4;
this.newVisitButton.Text = "New Visit";
this.newVisitButton.UseVisualStyleBackColor = true;
this.newVisitButton.Click += new System.EventHandler(this.newVisitButton_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(8, 44);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(51, 13);
this.label3.TabIndex = 10;
this.label3.Text = "Patient:";
//
// patientLabel
//
this.patientLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.patientLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.patientLabel.Location = new System.Drawing.Point(79, 44);
this.patientLabel.Name = "patientLabel";
this.patientLabel.Size = new System.Drawing.Size(294, 13);
this.patientLabel.TabIndex = 11;
//
// noVisitButton
//
this.noVisitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.noVisitButton.Location = new System.Drawing.Point(219, 67);
this.noVisitButton.Name = "noVisitButton";
this.noVisitButton.Size = new System.Drawing.Size(75, 23);
this.noVisitButton.TabIndex = 12;
this.noVisitButton.Text = "No Visit";
this.noVisitButton.UseVisualStyleBackColor = true;
this.noVisitButton.Click += new System.EventHandler(this.noVisitButton_Click);
//
// PatientVisitPicker
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(385, 555);
this.ControlBox = false;
this.Controls.Add(this.noVisitButton);
this.Controls.Add(this.patientLabel);
this.Controls.Add(this.label3);
this.Controls.Add(this.newVisitButton);
this.Controls.Add(this.label2);
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.visitListView);
this.Controls.Add(this.findByIenButton);
this.Controls.Add(this.findByChartButton);
this.Controls.Add(this.patientEntry);
this.Controls.Add(this.label1);
this.Name = "PatientVisitPicker";
this.ShowIcon = false;
this.Text = "PatientVisitPicker";
this.Load += new System.EventHandler(this.PatientVisitPicker_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox patientEntry;
private System.Windows.Forms.Button findByChartButton;
private System.Windows.Forms.Button findByIenButton;
private System.Windows.Forms.ListView visitListView;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button newVisitButton;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label patientLabel;
private System.Windows.Forms.Button noVisitButton;
}
}