-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHotelList.Designer.cs
More file actions
212 lines (207 loc) · 10.1 KB
/
HotelList.Designer.cs
File metadata and controls
212 lines (207 loc) · 10.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
namespace Booking3
{
partial class HotelList
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором компонентов
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.RatingComboBox = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.FilterButton = new System.Windows.Forms.Button();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.CityComboBox = new System.Windows.Forms.ComboBox();
this.HotelsPanel = new System.Windows.Forms.Panel();
this.FilterPanel = new System.Windows.Forms.Panel();
this.FilterPanel.SuspendLayout();
this.SuspendLayout();
//
// RatingComboBox
//
this.RatingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.RatingComboBox.FormattingEnabled = true;
this.RatingComboBox.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5"});
this.RatingComboBox.Location = new System.Drawing.Point(83, 82);
this.RatingComboBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.RatingComboBox.Name = "RatingComboBox";
this.RatingComboBox.Size = new System.Drawing.Size(162, 28);
this.RatingComboBox.TabIndex = 9;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(4, 86);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(71, 20);
this.label6.TabIndex = 8;
this.label6.Text = "Рейтинг";
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(660, 38);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 73);
this.button1.TabIndex = 7;
this.button1.Text = "Найти";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Filter);
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(372, 81);
this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(173, 26);
this.dateTimePicker2.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(258, 82);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(109, 20);
this.label3.TabIndex = 5;
this.label3.Text = "Дата выезда";
//
// FilterButton
//
this.FilterButton.Location = new System.Drawing.Point(0, 0);
this.FilterButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.FilterButton.Name = "FilterButton";
this.FilterButton.Size = new System.Drawing.Size(112, 35);
this.FilterButton.TabIndex = 4;
this.FilterButton.Text = "Фильтр";
this.FilterButton.UseVisualStyleBackColor = true;
this.FilterButton.Click += new System.EventHandler(this.FilterButton_Click);
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(372, 49);
this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(173, 26);
this.dateTimePicker1.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(258, 49);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(106, 20);
this.label2.TabIndex = 2;
this.label2.Text = "Дата заезда";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 54);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 20);
this.label1.TabIndex = 1;
this.label1.Text = "Город";
//
// CityComboBox
//
this.CityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CityComboBox.FormattingEnabled = true;
this.CityComboBox.Items.AddRange(new object[] {
"Красноярск",
"Ульяновск",
"Хабаровск"});
this.CityComboBox.Location = new System.Drawing.Point(83, 47);
this.CityComboBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.CityComboBox.Name = "CityComboBox";
this.CityComboBox.Size = new System.Drawing.Size(162, 28);
this.CityComboBox.TabIndex = 0;
//
// HotelsPanel
//
this.HotelsPanel.AutoScroll = true;
this.HotelsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.HotelsPanel.Location = new System.Drawing.Point(0, 114);
this.HotelsPanel.Name = "HotelsPanel";
this.HotelsPanel.Size = new System.Drawing.Size(737, 244);
this.HotelsPanel.TabIndex = 4;
//
// FilterPanel
//
this.FilterPanel.Controls.Add(this.RatingComboBox);
this.FilterPanel.Controls.Add(this.label6);
this.FilterPanel.Controls.Add(this.button1);
this.FilterPanel.Controls.Add(this.dateTimePicker2);
this.FilterPanel.Controls.Add(this.label3);
this.FilterPanel.Controls.Add(this.FilterButton);
this.FilterPanel.Controls.Add(this.dateTimePicker1);
this.FilterPanel.Controls.Add(this.label2);
this.FilterPanel.Controls.Add(this.label1);
this.FilterPanel.Controls.Add(this.CityComboBox);
this.FilterPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.FilterPanel.Location = new System.Drawing.Point(0, 0);
this.FilterPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.FilterPanel.Name = "FilterPanel";
this.FilterPanel.Size = new System.Drawing.Size(737, 114);
this.FilterPanel.TabIndex = 3;
//
// HotelList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.HotelsPanel);
this.Controls.Add(this.FilterPanel);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "HotelList";
this.Size = new System.Drawing.Size(737, 358);
this.FilterPanel.ResumeLayout(false);
this.FilterPanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox RatingComboBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button FilterButton;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox CityComboBox;
private System.Windows.Forms.Panel HotelsPanel;
private System.Windows.Forms.Panel FilterPanel;
}
}