source: Scheduling/trunk/cs/bsdx0200GUISourceCode/UCPatientAppts.Designer.cs@ 753

Last change on this file since 753 was 753, checked in by Sam Habiel, 14 years ago

Reworked DAppointPage. Removed dependence of DPatientApptDisplay on Crystal Reports. Added UserControl UCPatientAppts to encapsulate functionality of DPatientApptDisplay; right now it does not include printing. DAppointPage now uses UCPatientAppts to provide functionality of seeing patient's previous appointments. DPatientApptDisplay does not yet, but will soon.

Exe is not included.

File size: 10.7 KB
Line 
1namespace 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.chkPastAppts = new System.Windows.Forms.CheckBox();
43 this.btnPrint = new System.Windows.Forms.Button();
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 // chkPastAppts
136 //
137 this.chkPastAppts.Anchor = System.Windows.Forms.AnchorStyles.Right;
138 this.chkPastAppts.AutoSize = true;
139 this.chkPastAppts.Location = new System.Drawing.Point(389, 3);
140 this.chkPastAppts.Name = "chkPastAppts";
141 this.chkPastAppts.Size = new System.Drawing.Size(152, 17);
142 this.chkPastAppts.TabIndex = 0;
143 this.chkPastAppts.Text = "Include Past Appointments";
144 this.chkPastAppts.UseVisualStyleBackColor = true;
145 this.chkPastAppts.CheckedChanged += new System.EventHandler(this.chkPastAppts_CheckedChanged);
146 //
147 // btnPrint
148 //
149 this.btnPrint.Location = new System.Drawing.Point(3, 3);
150 this.btnPrint.Name = "btnPrint";
151 this.btnPrint.Size = new System.Drawing.Size(75, 23);
152 this.btnPrint.TabIndex = 1;
153 this.btnPrint.Text = "Print";
154 this.btnPrint.UseVisualStyleBackColor = true;
155 this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
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 //
167 // UCPatientAppts
168 //
169 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
170 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
171 this.Controls.Add(this.dgAppts);
172 this.Controls.Add(this.panel1);
173 this.Name = "UCPatientAppts";
174 this.Size = new System.Drawing.Size(544, 203);
175 ((System.ComponentModel.ISupportInitialize)(this.dgAppts)).EndInit();
176 ((System.ComponentModel.ISupportInitialize)(this.patientApptsBindingSource)).EndInit();
177 ((System.ComponentModel.ISupportInitialize)(this.dsPatientApptDisplay2BindingSource)).EndInit();
178 ((System.ComponentModel.ISupportInitialize)(this.dsPatientApptDisplay2)).EndInit();
179 this.panel1.ResumeLayout(false);
180 this.panel1.PerformLayout();
181 this.ResumeLayout(false);
182
183 }
184
185 #endregion
186
187 private System.Windows.Forms.DataGridView dgAppts;
188 private System.Windows.Forms.DataGridViewTextBoxColumn apptDateDataGridViewTextBoxColumn;
189 private System.Windows.Forms.DataGridViewTextBoxColumn clinicDataGridViewTextBoxColumn;
190 private System.Windows.Forms.DataGridViewTextBoxColumn aPPTMADEBYDataGridViewTextBoxColumn;
191 private System.Windows.Forms.DataGridViewTextBoxColumn dATEAPPTMADEDataGridViewTextBoxColumn;
192 private System.Windows.Forms.DataGridViewTextBoxColumn nOTEDataGridViewTextBoxColumn;
193 private System.Windows.Forms.BindingSource patientApptsBindingSource;
194 private System.Windows.Forms.BindingSource dsPatientApptDisplay2BindingSource;
195 private dsPatientApptDisplay2 dsPatientApptDisplay2;
196 private System.Windows.Forms.Panel panel1;
197 private System.Windows.Forms.CheckBox chkPastAppts;
198 private System.Windows.Forms.Button btnPrint;
199 private System.Windows.Forms.PrintDialog printDialog1;
200 private System.Drawing.Printing.PrintDocument PrintPtAppts;
201 }
202}
Note: See TracBrowser for help on using the repository browser.