1 | namespace IndianHealthService.ClinicalScheduling
|
---|
2 | {
|
---|
3 | partial class DMassSlotDelete
|
---|
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.components = new System.ComponentModel.Container();
|
---|
32 | this.dtStart = new System.Windows.Forms.DateTimePicker();
|
---|
33 | this.dtEnd = new System.Windows.Forms.DateTimePicker();
|
---|
34 | this.lblStart = new System.Windows.Forms.Label();
|
---|
35 | this.lblEnd = new System.Windows.Forms.Label();
|
---|
36 | this.btnOK = new System.Windows.Forms.Button();
|
---|
37 | this.btnCancel = new System.Windows.Forms.Button();
|
---|
38 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
---|
39 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
40 | this.tableLayoutPanel1.SuspendLayout();
|
---|
41 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
42 | this.SuspendLayout();
|
---|
43 | //
|
---|
44 | // dtStart
|
---|
45 | //
|
---|
46 | this.dtStart.Location = new System.Drawing.Point(163, 68);
|
---|
47 | this.dtStart.Name = "dtStart";
|
---|
48 | this.dtStart.Size = new System.Drawing.Size(200, 20);
|
---|
49 | this.dtStart.TabIndex = 0;
|
---|
50 | //
|
---|
51 | // dtEnd
|
---|
52 | //
|
---|
53 | this.dtEnd.Location = new System.Drawing.Point(163, 135);
|
---|
54 | this.dtEnd.Name = "dtEnd";
|
---|
55 | this.dtEnd.Size = new System.Drawing.Size(200, 20);
|
---|
56 | this.dtEnd.TabIndex = 1;
|
---|
57 | //
|
---|
58 | // lblStart
|
---|
59 | //
|
---|
60 | this.lblStart.AutoSize = true;
|
---|
61 | this.lblStart.Location = new System.Drawing.Point(24, 68);
|
---|
62 | this.lblStart.Name = "lblStart";
|
---|
63 | this.lblStart.Size = new System.Drawing.Size(57, 13);
|
---|
64 | this.lblStart.TabIndex = 2;
|
---|
65 | this.lblStart.Text = "Start Date";
|
---|
66 | //
|
---|
67 | // lblEnd
|
---|
68 | //
|
---|
69 | this.lblEnd.AutoSize = true;
|
---|
70 | this.lblEnd.Location = new System.Drawing.Point(24, 135);
|
---|
71 | this.lblEnd.Name = "lblEnd";
|
---|
72 | this.lblEnd.Size = new System.Drawing.Size(51, 13);
|
---|
73 | this.lblEnd.TabIndex = 3;
|
---|
74 | this.lblEnd.Text = "End Date";
|
---|
75 | //
|
---|
76 | // btnOK
|
---|
77 | //
|
---|
78 | this.btnOK.Location = new System.Drawing.Point(3, 3);
|
---|
79 | this.btnOK.Name = "btnOK";
|
---|
80 | this.btnOK.Size = new System.Drawing.Size(75, 23);
|
---|
81 | this.btnOK.TabIndex = 4;
|
---|
82 | this.btnOK.Text = "OK";
|
---|
83 | this.btnOK.UseVisualStyleBackColor = true;
|
---|
84 | this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
---|
85 | //
|
---|
86 | // btnCancel
|
---|
87 | //
|
---|
88 | this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
89 | this.btnCancel.Location = new System.Drawing.Point(94, 3);
|
---|
90 | this.btnCancel.Name = "btnCancel";
|
---|
91 | this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
---|
92 | this.btnCancel.TabIndex = 5;
|
---|
93 | this.btnCancel.Text = "Cancel";
|
---|
94 | this.btnCancel.UseVisualStyleBackColor = true;
|
---|
95 | //
|
---|
96 | // tableLayoutPanel1
|
---|
97 | //
|
---|
98 | this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
99 | this.tableLayoutPanel1.ColumnCount = 2;
|
---|
100 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.62406F));
|
---|
101 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.37594F));
|
---|
102 | this.tableLayoutPanel1.Controls.Add(this.btnOK, 0, 0);
|
---|
103 | this.tableLayoutPanel1.Controls.Add(this.btnCancel, 1, 0);
|
---|
104 | this.tableLayoutPanel1.Location = new System.Drawing.Point(307, 226);
|
---|
105 | this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
---|
106 | this.tableLayoutPanel1.RowCount = 1;
|
---|
107 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
108 | this.tableLayoutPanel1.Size = new System.Drawing.Size(185, 29);
|
---|
109 | this.tableLayoutPanel1.TabIndex = 6;
|
---|
110 | //
|
---|
111 | // errorProvider
|
---|
112 | //
|
---|
113 | this.errorProvider.ContainerControl = this;
|
---|
114 | //
|
---|
115 | // DMassSlotDelete
|
---|
116 | //
|
---|
117 | this.AcceptButton = this.btnOK;
|
---|
118 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
119 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
120 | this.CancelButton = this.btnCancel;
|
---|
121 | this.ClientSize = new System.Drawing.Size(504, 267);
|
---|
122 | this.ControlBox = false;
|
---|
123 | this.Controls.Add(this.tableLayoutPanel1);
|
---|
124 | this.Controls.Add(this.lblEnd);
|
---|
125 | this.Controls.Add(this.lblStart);
|
---|
126 | this.Controls.Add(this.dtEnd);
|
---|
127 | this.Controls.Add(this.dtStart);
|
---|
128 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
---|
129 | this.Name = "DMassSlotDelete";
|
---|
130 | this.ShowIcon = false;
|
---|
131 | this.ShowInTaskbar = false;
|
---|
132 | this.Text = "Mass Slot Delete";
|
---|
133 | this.tableLayoutPanel1.ResumeLayout(false);
|
---|
134 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
135 | this.ResumeLayout(false);
|
---|
136 | this.PerformLayout();
|
---|
137 |
|
---|
138 | }
|
---|
139 |
|
---|
140 | #endregion
|
---|
141 |
|
---|
142 | private System.Windows.Forms.DateTimePicker dtStart;
|
---|
143 | private System.Windows.Forms.DateTimePicker dtEnd;
|
---|
144 | private System.Windows.Forms.Label lblStart;
|
---|
145 | private System.Windows.Forms.Label lblEnd;
|
---|
146 | private System.Windows.Forms.Button btnOK;
|
---|
147 | private System.Windows.Forms.Button btnCancel;
|
---|
148 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
---|
149 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
150 | }
|
---|
151 | }
|
---|