1 | namespace IndianHealthService.ClinicalScheduling
|
---|
2 | {
|
---|
3 | partial class UCPatientAppts
|
---|
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 Component 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.components = new System.ComponentModel.Container();
|
---|
32 | this.dgAppts = new System.Windows.Forms.DataGridView();
|
---|
33 | this.apptDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
34 | this.clinicDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
35 | this.aPPTMADEBYDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
36 | this.dATEAPPTMADEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
37 | this.nOTEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
38 | this.patientApptsBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
---|
39 | this.dsPatientApptDisplay2BindingSource = new System.Windows.Forms.BindingSource(this.components);
|
---|
40 | this.dsPatientApptDisplay2 = new IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2();
|
---|
41 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
42 | this.btnPrint = new System.Windows.Forms.Button();
|
---|
43 | this.chkPastAppts = new System.Windows.Forms.CheckBox();
|
---|
44 | this.printDialog1 = new System.Windows.Forms.PrintDialog();
|
---|
45 | this.PrintPtAppts = new System.Drawing.Printing.PrintDocument();
|
---|
46 | ((System.ComponentModel.ISupportInitialize)(this.dgAppts)).BeginInit();
|
---|
47 | ((System.ComponentModel.ISupportInitialize)(this.patientApptsBindingSource)).BeginInit();
|
---|
48 | ((System.ComponentModel.ISupportInitialize)(this.dsPatientApptDisplay2BindingSource)).BeginInit();
|
---|
49 | ((System.ComponentModel.ISupportInitialize)(this.dsPatientApptDisplay2)).BeginInit();
|
---|
50 | this.panel1.SuspendLayout();
|
---|
51 | this.SuspendLayout();
|
---|
52 | //
|
---|
53 | // dgAppts
|
---|
54 | //
|
---|
55 | this.dgAppts.AllowUserToAddRows = false;
|
---|
56 | this.dgAppts.AllowUserToDeleteRows = false;
|
---|
57 | this.dgAppts.AutoGenerateColumns = false;
|
---|
58 | this.dgAppts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
59 | this.dgAppts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
60 | this.apptDateDataGridViewTextBoxColumn,
|
---|
61 | this.clinicDataGridViewTextBoxColumn,
|
---|
62 | this.aPPTMADEBYDataGridViewTextBoxColumn,
|
---|
63 | this.dATEAPPTMADEDataGridViewTextBoxColumn,
|
---|
64 | this.nOTEDataGridViewTextBoxColumn});
|
---|
65 | this.dgAppts.DataSource = this.patientApptsBindingSource;
|
---|
66 | this.dgAppts.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
67 | this.dgAppts.Location = new System.Drawing.Point(0, 32);
|
---|
68 | this.dgAppts.Name = "dgAppts";
|
---|
69 | this.dgAppts.ReadOnly = true;
|
---|
70 | this.dgAppts.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
---|
71 | this.dgAppts.ShowEditingIcon = false;
|
---|
72 | this.dgAppts.Size = new System.Drawing.Size(544, 171);
|
---|
73 | this.dgAppts.TabIndex = 2;
|
---|
74 | //
|
---|
75 | // apptDateDataGridViewTextBoxColumn
|
---|
76 | //
|
---|
77 | this.apptDateDataGridViewTextBoxColumn.DataPropertyName = "ApptDate";
|
---|
78 | this.apptDateDataGridViewTextBoxColumn.HeaderText = "Date";
|
---|
79 | this.apptDateDataGridViewTextBoxColumn.Name = "apptDateDataGridViewTextBoxColumn";
|
---|
80 | this.apptDateDataGridViewTextBoxColumn.ReadOnly = true;
|
---|
81 | //
|
---|
82 | // clinicDataGridViewTextBoxColumn
|
---|
83 | //
|
---|
84 | this.clinicDataGridViewTextBoxColumn.DataPropertyName = "Clinic";
|
---|
85 | this.clinicDataGridViewTextBoxColumn.HeaderText = "Clinic";
|
---|
86 | this.clinicDataGridViewTextBoxColumn.Name = "clinicDataGridViewTextBoxColumn";
|
---|
87 | this.clinicDataGridViewTextBoxColumn.ReadOnly = true;
|
---|
88 | //
|
---|
89 | // aPPTMADEBYDataGridViewTextBoxColumn
|
---|
90 | //
|
---|
91 | this.aPPTMADEBYDataGridViewTextBoxColumn.DataPropertyName = "APPT_MADE_BY";
|
---|
92 | this.aPPTMADEBYDataGridViewTextBoxColumn.HeaderText = "Made By";
|
---|
93 | this.aPPTMADEBYDataGridViewTextBoxColumn.Name = "aPPTMADEBYDataGridViewTextBoxColumn";
|
---|
94 | this.aPPTMADEBYDataGridViewTextBoxColumn.ReadOnly = true;
|
---|
95 | //
|
---|
96 | // dATEAPPTMADEDataGridViewTextBoxColumn
|
---|
97 | //
|
---|
98 | this.dATEAPPTMADEDataGridViewTextBoxColumn.DataPropertyName = "DATE_APPT_MADE";
|
---|
99 | this.dATEAPPTMADEDataGridViewTextBoxColumn.HeaderText = "Made on";
|
---|
100 | this.dATEAPPTMADEDataGridViewTextBoxColumn.Name = "dATEAPPTMADEDataGridViewTextBoxColumn";
|
---|
101 | this.dATEAPPTMADEDataGridViewTextBoxColumn.ReadOnly = true;
|
---|
102 | //
|
---|
103 | // nOTEDataGridViewTextBoxColumn
|
---|
104 | //
|
---|
105 | this.nOTEDataGridViewTextBoxColumn.DataPropertyName = "NOTE";
|
---|
106 | this.nOTEDataGridViewTextBoxColumn.HeaderText = "Note";
|
---|
107 | this.nOTEDataGridViewTextBoxColumn.Name = "nOTEDataGridViewTextBoxColumn";
|
---|
108 | this.nOTEDataGridViewTextBoxColumn.ReadOnly = true;
|
---|
109 | //
|
---|
110 | // patientApptsBindingSource
|
---|
111 | //
|
---|
112 | this.patientApptsBindingSource.DataMember = "PatientAppts";
|
---|
113 | this.patientApptsBindingSource.DataSource = this.dsPatientApptDisplay2BindingSource;
|
---|
114 | //
|
---|
115 | // dsPatientApptDisplay2BindingSource
|
---|
116 | //
|
---|
117 | this.dsPatientApptDisplay2BindingSource.DataSource = this.dsPatientApptDisplay2;
|
---|
118 | this.dsPatientApptDisplay2BindingSource.Position = 0;
|
---|
119 | //
|
---|
120 | // dsPatientApptDisplay2
|
---|
121 | //
|
---|
122 | this.dsPatientApptDisplay2.DataSetName = "dsPatientApptDisplay2";
|
---|
123 | this.dsPatientApptDisplay2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
---|
124 | //
|
---|
125 | // panel1
|
---|
126 | //
|
---|
127 | this.panel1.Controls.Add(this.btnPrint);
|
---|
128 | this.panel1.Controls.Add(this.chkPastAppts);
|
---|
129 | this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
130 | this.panel1.Location = new System.Drawing.Point(0, 0);
|
---|
131 | this.panel1.Name = "panel1";
|
---|
132 | this.panel1.Size = new System.Drawing.Size(544, 32);
|
---|
133 | this.panel1.TabIndex = 3;
|
---|
134 | //
|
---|
135 | // btnPrint
|
---|
136 | //
|
---|
137 | this.btnPrint.Location = new System.Drawing.Point(3, 3);
|
---|
138 | this.btnPrint.Name = "btnPrint";
|
---|
139 | this.btnPrint.Size = new System.Drawing.Size(75, 23);
|
---|
140 | this.btnPrint.TabIndex = 1;
|
---|
141 | this.btnPrint.Text = "Print";
|
---|
142 | this.btnPrint.UseVisualStyleBackColor = true;
|
---|
143 | this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
---|
144 | //
|
---|
145 | // chkPastAppts
|
---|
146 | //
|
---|
147 | this.chkPastAppts.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
---|
148 | this.chkPastAppts.AutoSize = true;
|
---|
149 | this.chkPastAppts.Location = new System.Drawing.Point(389, 3);
|
---|
150 | this.chkPastAppts.Name = "chkPastAppts";
|
---|
151 | this.chkPastAppts.Size = new System.Drawing.Size(152, 17);
|
---|
152 | this.chkPastAppts.TabIndex = 0;
|
---|
153 | this.chkPastAppts.Text = "Include Past Appointments";
|
---|
154 | this.chkPastAppts.UseVisualStyleBackColor = true;
|
---|
155 | this.chkPastAppts.CheckedChanged += new System.EventHandler(this.chkPastAppts_CheckedChanged);
|
---|
156 | //
|
---|
157 | // printDialog1
|
---|
158 | //
|
---|
159 | this.printDialog1.Document = this.PrintPtAppts;
|
---|
160 | this.printDialog1.UseEXDialog = true;
|
---|
161 | //
|
---|
162 | // PrintPtAppts
|
---|
163 | //
|
---|
164 | this.PrintPtAppts.DocumentName = "Print Patient Appointments";
|
---|
165 | this.PrintPtAppts.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.PrintPtAppts_PrintPage);
|
---|
166 | this.PrintPtAppts.QueryPageSettings += new System.Drawing.Printing.QueryPageSettingsEventHandler(this.PrintPtAppts_QueryPageSettings);
|
---|
167 | //
|
---|
168 | // UCPatientAppts
|
---|
169 | //
|
---|
170 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
171 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
172 | this.Controls.Add(this.dgAppts);
|
---|
173 | this.Controls.Add(this.panel1);
|
---|
174 | this.Name = "UCPatientAppts";
|
---|
175 | this.Size = new System.Drawing.Size(544, 203);
|
---|
176 | ((System.ComponentModel.ISupportInitialize)(this.dgAppts)).EndInit();
|
---|
177 | ((System.ComponentModel.ISupportInitialize)(this.patientApptsBindingSource)).EndInit();
|
---|
178 | ((System.ComponentModel.ISupportInitialize)(this.dsPatientApptDisplay2BindingSource)).EndInit();
|
---|
179 | ((System.ComponentModel.ISupportInitialize)(this.dsPatientApptDisplay2)).EndInit();
|
---|
180 | this.panel1.ResumeLayout(false);
|
---|
181 | this.panel1.PerformLayout();
|
---|
182 | this.ResumeLayout(false);
|
---|
183 |
|
---|
184 | }
|
---|
185 |
|
---|
186 | #endregion
|
---|
187 |
|
---|
188 | private System.Windows.Forms.DataGridView dgAppts;
|
---|
189 | private System.Windows.Forms.DataGridViewTextBoxColumn apptDateDataGridViewTextBoxColumn;
|
---|
190 | private System.Windows.Forms.DataGridViewTextBoxColumn clinicDataGridViewTextBoxColumn;
|
---|
191 | private System.Windows.Forms.DataGridViewTextBoxColumn aPPTMADEBYDataGridViewTextBoxColumn;
|
---|
192 | private System.Windows.Forms.DataGridViewTextBoxColumn dATEAPPTMADEDataGridViewTextBoxColumn;
|
---|
193 | private System.Windows.Forms.DataGridViewTextBoxColumn nOTEDataGridViewTextBoxColumn;
|
---|
194 | private System.Windows.Forms.BindingSource patientApptsBindingSource;
|
---|
195 | private System.Windows.Forms.BindingSource dsPatientApptDisplay2BindingSource;
|
---|
196 | private dsPatientApptDisplay2 dsPatientApptDisplay2;
|
---|
197 | private System.Windows.Forms.Panel panel1;
|
---|
198 | private System.Windows.Forms.CheckBox chkPastAppts;
|
---|
199 | private System.Windows.Forms.Button btnPrint;
|
---|
200 | private System.Windows.Forms.PrintDialog printDialog1;
|
---|
201 | private System.Drawing.Printing.PrintDocument PrintPtAppts;
|
---|
202 | }
|
---|
203 | }
|
---|