[1146] | 1 | namespace IndianHealthService.BMXNet.TestBench
|
---|
| 2 | {
|
---|
| 3 | partial class PatientVisitPicker
|
---|
| 4 | {
|
---|
| 5 | /// <summary>
|
---|
| 6 | /// Required designer variable.
|
---|
| 7 | /// </summary>
|
---|
| 8 | private System.ComponentModel.IContainer components = null;
|
---|
| 9 |
|
---|
| 10 | /// <summary>
|
---|
| 11 | /// Clean up any resources being used.
|
---|
| 12 | /// </summary>
|
---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 14 | protected override void Dispose(bool disposing)
|
---|
| 15 | {
|
---|
| 16 | if (disposing && (components != null))
|
---|
| 17 | {
|
---|
| 18 | components.Dispose();
|
---|
| 19 | }
|
---|
| 20 | base.Dispose(disposing);
|
---|
| 21 | }
|
---|
| 22 |
|
---|
| 23 | #region Windows Form Designer generated code
|
---|
| 24 |
|
---|
| 25 | /// <summary>
|
---|
| 26 | /// Required method for Designer support - do not modify
|
---|
| 27 | /// the contents of this method with the code editor.
|
---|
| 28 | /// </summary>
|
---|
| 29 | private void InitializeComponent()
|
---|
| 30 | {
|
---|
| 31 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 32 | this.patientEntry = new System.Windows.Forms.TextBox();
|
---|
| 33 | this.findByChartButton = new System.Windows.Forms.Button();
|
---|
| 34 | this.findByIenButton = new System.Windows.Forms.Button();
|
---|
| 35 | this.visitListView = new System.Windows.Forms.ListView();
|
---|
| 36 | this.cancelButton = new System.Windows.Forms.Button();
|
---|
| 37 | this.okButton = new System.Windows.Forms.Button();
|
---|
| 38 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 39 | this.newVisitButton = new System.Windows.Forms.Button();
|
---|
| 40 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 41 | this.patientLabel = new System.Windows.Forms.Label();
|
---|
| 42 | this.noVisitButton = new System.Windows.Forms.Button();
|
---|
| 43 | this.SuspendLayout();
|
---|
| 44 | //
|
---|
| 45 | // label1
|
---|
| 46 | //
|
---|
| 47 | this.label1.AutoSize = true;
|
---|
| 48 | this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 49 | this.label1.Location = new System.Drawing.Point(8, 15);
|
---|
| 50 | this.label1.Name = "label1";
|
---|
| 51 | this.label1.Size = new System.Drawing.Size(68, 13);
|
---|
| 52 | this.label1.TabIndex = 0;
|
---|
| 53 | this.label1.Text = "Patient ID:";
|
---|
| 54 | //
|
---|
| 55 | // patientEntry
|
---|
| 56 | //
|
---|
| 57 | this.patientEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 58 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 59 | this.patientEntry.Location = new System.Drawing.Point(82, 12);
|
---|
| 60 | this.patientEntry.Name = "patientEntry";
|
---|
| 61 | this.patientEntry.Size = new System.Drawing.Size(131, 20);
|
---|
| 62 | this.patientEntry.TabIndex = 0;
|
---|
| 63 | this.patientEntry.KeyUp += new System.Windows.Forms.KeyEventHandler(this.patientEntry_KeyUp);
|
---|
| 64 | //
|
---|
| 65 | // findByChartButton
|
---|
| 66 | //
|
---|
| 67 | this.findByChartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 68 | this.findByChartButton.Location = new System.Drawing.Point(219, 10);
|
---|
| 69 | this.findByChartButton.Name = "findByChartButton";
|
---|
| 70 | this.findByChartButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 71 | this.findByChartButton.TabIndex = 1;
|
---|
| 72 | this.findByChartButton.Text = "Chart #";
|
---|
| 73 | this.findByChartButton.UseVisualStyleBackColor = true;
|
---|
| 74 | this.findByChartButton.Click += new System.EventHandler(this.findByChartButton_Click);
|
---|
| 75 | //
|
---|
| 76 | // findByIenButton
|
---|
| 77 | //
|
---|
| 78 | this.findByIenButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 79 | this.findByIenButton.Enabled = false;
|
---|
| 80 | this.findByIenButton.Location = new System.Drawing.Point(300, 10);
|
---|
| 81 | this.findByIenButton.Name = "findByIenButton";
|
---|
| 82 | this.findByIenButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 83 | this.findByIenButton.TabIndex = 2;
|
---|
| 84 | this.findByIenButton.Text = "Patient IEN";
|
---|
| 85 | this.findByIenButton.UseVisualStyleBackColor = true;
|
---|
| 86 | this.findByIenButton.Click += new System.EventHandler(this.findByIenButton_Click);
|
---|
| 87 | //
|
---|
| 88 | // visitListView
|
---|
| 89 | //
|
---|
| 90 | this.visitListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 91 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 92 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 93 | this.visitListView.FullRowSelect = true;
|
---|
| 94 | this.visitListView.HideSelection = false;
|
---|
| 95 | this.visitListView.Location = new System.Drawing.Point(11, 93);
|
---|
| 96 | this.visitListView.MultiSelect = false;
|
---|
| 97 | this.visitListView.Name = "visitListView";
|
---|
| 98 | this.visitListView.Size = new System.Drawing.Size(364, 427);
|
---|
| 99 | this.visitListView.TabIndex = 3;
|
---|
| 100 | this.visitListView.UseCompatibleStateImageBehavior = false;
|
---|
| 101 | this.visitListView.View = System.Windows.Forms.View.Details;
|
---|
| 102 | this.visitListView.DoubleClick += new System.EventHandler(this.visitListView_DoubleClick);
|
---|
| 103 | //
|
---|
| 104 | // cancelButton
|
---|
| 105 | //
|
---|
| 106 | this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 107 | this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
| 108 | this.cancelButton.Location = new System.Drawing.Point(300, 526);
|
---|
| 109 | this.cancelButton.Name = "cancelButton";
|
---|
| 110 | this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 111 | this.cancelButton.TabIndex = 6;
|
---|
| 112 | this.cancelButton.Text = "Cancel";
|
---|
| 113 | this.cancelButton.UseVisualStyleBackColor = true;
|
---|
| 114 | this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
---|
| 115 | //
|
---|
| 116 | // okButton
|
---|
| 117 | //
|
---|
| 118 | this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 119 | this.okButton.Location = new System.Drawing.Point(219, 526);
|
---|
| 120 | this.okButton.Name = "okButton";
|
---|
| 121 | this.okButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 122 | this.okButton.TabIndex = 5;
|
---|
| 123 | this.okButton.Text = "OK";
|
---|
| 124 | this.okButton.UseVisualStyleBackColor = true;
|
---|
| 125 | this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
---|
| 126 | //
|
---|
| 127 | // label2
|
---|
| 128 | //
|
---|
| 129 | this.label2.AutoSize = true;
|
---|
| 130 | this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 131 | this.label2.Location = new System.Drawing.Point(8, 77);
|
---|
| 132 | this.label2.Name = "label2";
|
---|
| 133 | this.label2.Size = new System.Drawing.Size(37, 13);
|
---|
| 134 | this.label2.TabIndex = 8;
|
---|
| 135 | this.label2.Text = "Visits";
|
---|
| 136 | //
|
---|
| 137 | // newVisitButton
|
---|
| 138 | //
|
---|
| 139 | this.newVisitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 140 | this.newVisitButton.Enabled = false;
|
---|
| 141 | this.newVisitButton.Location = new System.Drawing.Point(300, 67);
|
---|
| 142 | this.newVisitButton.Name = "newVisitButton";
|
---|
| 143 | this.newVisitButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 144 | this.newVisitButton.TabIndex = 4;
|
---|
| 145 | this.newVisitButton.Text = "New Visit";
|
---|
| 146 | this.newVisitButton.UseVisualStyleBackColor = true;
|
---|
| 147 | this.newVisitButton.Click += new System.EventHandler(this.newVisitButton_Click);
|
---|
| 148 | //
|
---|
| 149 | // label3
|
---|
| 150 | //
|
---|
| 151 | this.label3.AutoSize = true;
|
---|
| 152 | this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 153 | this.label3.Location = new System.Drawing.Point(8, 44);
|
---|
| 154 | this.label3.Name = "label3";
|
---|
| 155 | this.label3.Size = new System.Drawing.Size(51, 13);
|
---|
| 156 | this.label3.TabIndex = 10;
|
---|
| 157 | this.label3.Text = "Patient:";
|
---|
| 158 | //
|
---|
| 159 | // patientLabel
|
---|
| 160 | //
|
---|
| 161 | this.patientLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 162 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 163 | this.patientLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 164 | this.patientLabel.Location = new System.Drawing.Point(79, 44);
|
---|
| 165 | this.patientLabel.Name = "patientLabel";
|
---|
| 166 | this.patientLabel.Size = new System.Drawing.Size(294, 13);
|
---|
| 167 | this.patientLabel.TabIndex = 11;
|
---|
| 168 | //
|
---|
| 169 | // noVisitButton
|
---|
| 170 | //
|
---|
| 171 | this.noVisitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 172 | this.noVisitButton.Location = new System.Drawing.Point(219, 67);
|
---|
| 173 | this.noVisitButton.Name = "noVisitButton";
|
---|
| 174 | this.noVisitButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 175 | this.noVisitButton.TabIndex = 12;
|
---|
| 176 | this.noVisitButton.Text = "No Visit";
|
---|
| 177 | this.noVisitButton.UseVisualStyleBackColor = true;
|
---|
| 178 | this.noVisitButton.Click += new System.EventHandler(this.noVisitButton_Click);
|
---|
| 179 | //
|
---|
| 180 | // PatientVisitPicker
|
---|
| 181 | //
|
---|
| 182 | this.AcceptButton = this.okButton;
|
---|
| 183 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 184 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 185 | this.CancelButton = this.cancelButton;
|
---|
| 186 | this.ClientSize = new System.Drawing.Size(385, 555);
|
---|
| 187 | this.ControlBox = false;
|
---|
| 188 | this.Controls.Add(this.noVisitButton);
|
---|
| 189 | this.Controls.Add(this.patientLabel);
|
---|
| 190 | this.Controls.Add(this.label3);
|
---|
| 191 | this.Controls.Add(this.newVisitButton);
|
---|
| 192 | this.Controls.Add(this.label2);
|
---|
| 193 | this.Controls.Add(this.okButton);
|
---|
| 194 | this.Controls.Add(this.cancelButton);
|
---|
| 195 | this.Controls.Add(this.visitListView);
|
---|
| 196 | this.Controls.Add(this.findByIenButton);
|
---|
| 197 | this.Controls.Add(this.findByChartButton);
|
---|
| 198 | this.Controls.Add(this.patientEntry);
|
---|
| 199 | this.Controls.Add(this.label1);
|
---|
| 200 | this.Name = "PatientVisitPicker";
|
---|
| 201 | this.ShowIcon = false;
|
---|
| 202 | this.Text = "PatientVisitPicker";
|
---|
| 203 | this.Load += new System.EventHandler(this.PatientVisitPicker_Load);
|
---|
| 204 | this.ResumeLayout(false);
|
---|
| 205 | this.PerformLayout();
|
---|
| 206 |
|
---|
| 207 | }
|
---|
| 208 |
|
---|
| 209 | #endregion
|
---|
| 210 |
|
---|
| 211 | private System.Windows.Forms.Label label1;
|
---|
| 212 | private System.Windows.Forms.TextBox patientEntry;
|
---|
| 213 | private System.Windows.Forms.Button findByChartButton;
|
---|
| 214 | private System.Windows.Forms.Button findByIenButton;
|
---|
| 215 | private System.Windows.Forms.ListView visitListView;
|
---|
| 216 | private System.Windows.Forms.Button cancelButton;
|
---|
| 217 | private System.Windows.Forms.Button okButton;
|
---|
| 218 | private System.Windows.Forms.Label label2;
|
---|
| 219 | private System.Windows.Forms.Button newVisitButton;
|
---|
| 220 | private System.Windows.Forms.Label label3;
|
---|
| 221 | private System.Windows.Forms.Label patientLabel;
|
---|
| 222 | private System.Windows.Forms.Button noVisitButton;
|
---|
| 223 | }
|
---|
| 224 | }
|
---|