@@ -103,8 +103,7 @@ ref class window_tree_values : public System::Windows::Forms::Form
103
103
void InitializeComponent (void )
104
104
{
105
105
this ->components = (gcnew System::ComponentModel::Container ());
106
- System::ComponentModel::ComponentResourceManager ^ resources =
107
- (gcnew System::ComponentModel::ComponentResourceManager (window_tree_values::typeid ));
106
+ System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager (window_tree_values::typeid ));
108
107
this ->panel2 = (gcnew System::Windows::Forms::Panel ());
109
108
this ->panel3 = (gcnew System::Windows::Forms::Panel ());
110
109
this ->panel4 = (gcnew System::Windows::Forms::Panel ());
@@ -124,41 +123,41 @@ ref class window_tree_values : public System::Windows::Forms::Form
124
123
this ->panel10 ->SuspendLayout ();
125
124
this ->panel8 ->SuspendLayout ();
126
125
this ->SuspendLayout ();
127
- //
126
+ //
128
127
// panel2
129
- //
128
+ //
130
129
this ->panel2 ->Dock = System::Windows::Forms::DockStyle::Left;
131
130
this ->panel2 ->Location = System::Drawing::Point (0 , 0 );
132
131
this ->panel2 ->Name = L" panel2" ;
133
132
this ->panel2 ->Size = System::Drawing::Size (10 , 383 );
134
133
this ->panel2 ->TabIndex = 1 ;
135
- //
134
+ //
136
135
// panel3
137
- //
136
+ //
138
137
this ->panel3 ->Dock = System::Windows::Forms::DockStyle::Right;
139
138
this ->panel3 ->Location = System::Drawing::Point (489 , 0 );
140
139
this ->panel3 ->Name = L" panel3" ;
141
140
this ->panel3 ->Size = System::Drawing::Size (10 , 383 );
142
141
this ->panel3 ->TabIndex = 2 ;
143
- //
142
+ //
144
143
// panel4
145
- //
144
+ //
146
145
this ->panel4 ->Dock = System::Windows::Forms::DockStyle::Bottom;
147
146
this ->panel4 ->Location = System::Drawing::Point (10 , 373 );
148
147
this ->panel4 ->Name = L" panel4" ;
149
148
this ->panel4 ->Size = System::Drawing::Size (479 , 10 );
150
149
this ->panel4 ->TabIndex = 3 ;
151
- //
150
+ //
152
151
// panel1
153
- //
152
+ //
154
153
this ->panel1 ->Dock = System::Windows::Forms::DockStyle::Top;
155
154
this ->panel1 ->Location = System::Drawing::Point (10 , 0 );
156
155
this ->panel1 ->Name = L" panel1" ;
157
156
this ->panel1 ->Size = System::Drawing::Size (479 , 10 );
158
157
this ->panel1 ->TabIndex = 4 ;
159
- //
158
+ //
160
159
// panel5
161
- //
160
+ //
162
161
this ->panel5 ->Controls ->Add (this ->TreeView );
163
162
this ->panel5 ->Controls ->Add (this ->panel7 );
164
163
this ->panel5 ->Controls ->Add (this ->panel6 );
@@ -167,9 +166,9 @@ ref class window_tree_values : public System::Windows::Forms::Form
167
166
this ->panel5 ->Name = L" panel5" ;
168
167
this ->panel5 ->Size = System::Drawing::Size (479 , 363 );
169
168
this ->panel5 ->TabIndex = 5 ;
170
- //
169
+ //
171
170
// TreeView
172
- //
171
+ //
173
172
this ->TreeView ->Dock = System::Windows::Forms::DockStyle::Fill;
174
173
this ->TreeView ->HideSelection = false ;
175
174
this ->TreeView ->ImageIndex = 0 ;
@@ -179,92 +178,87 @@ ref class window_tree_values : public System::Windows::Forms::Form
179
178
this ->TreeView ->SelectedImageIndex = 0 ;
180
179
this ->TreeView ->Size = System::Drawing::Size (479 , 327 );
181
180
this ->TreeView ->TabIndex = 0 ;
182
- this ->TreeView ->MouseDoubleClick +=
183
- gcnew System::Windows::Forms::MouseEventHandler (this , &window_tree_values::TreeView_MouseDoubleClick);
184
- this ->TreeView ->AfterCollapse +=
185
- gcnew System::Windows::Forms::TreeViewEventHandler (this , &window_tree_values::TreeView_AfterCollapse);
186
- this ->TreeView ->MouseClick +=
187
- gcnew System::Windows::Forms::MouseEventHandler (this , &window_tree_values::TreeView_MouseClick);
188
- this ->TreeView ->AfterExpand +=
189
- gcnew System::Windows::Forms::TreeViewEventHandler (this , &window_tree_values::TreeView_AfterExpand);
190
- //
181
+ this ->TreeView ->AfterCollapse += gcnew System::Windows::Forms::TreeViewEventHandler (this , &window_tree_values::TreeView_AfterCollapse);
182
+ this ->TreeView ->AfterExpand += gcnew System::Windows::Forms::TreeViewEventHandler (this , &window_tree_values::TreeView_AfterExpand);
183
+ this ->TreeView ->MouseClick += gcnew System::Windows::Forms::MouseEventHandler (this , &window_tree_values::TreeView_MouseClick);
184
+ this ->TreeView ->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler (this , &window_tree_values::TreeView_MouseDoubleClick);
185
+ //
191
186
// Images
192
- //
193
- this ->Images ->ImageStream =
194
- (cli::safe_cast<System::Windows::Forms::ImageListStreamer ^>(resources->GetObject (L" Images.ImageStream" )));
187
+ //
188
+ this ->Images ->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^>(resources->GetObject (L" Images.ImageStream" )));
195
189
this ->Images ->TransparentColor = System::Drawing::Color::Fuchsia;
196
190
this ->Images ->Images ->SetKeyName (0 , L" filter_closed.bmp" );
197
191
this ->Images ->Images ->SetKeyName (1 , L" filter_opened.bmp" );
198
192
this ->Images ->Images ->SetKeyName (2 , L" Document.bmp" );
199
- //
193
+ //
200
194
// panel7
201
- //
195
+ //
202
196
this ->panel7 ->Dock = System::Windows::Forms::DockStyle::Bottom;
203
197
this ->panel7 ->Location = System::Drawing::Point (0 , 327 );
204
198
this ->panel7 ->Name = L" panel7" ;
205
199
this ->panel7 ->Size = System::Drawing::Size (479 , 10 );
206
200
this ->panel7 ->TabIndex = 1 ;
207
- //
201
+ //
208
202
// panel6
209
- //
203
+ //
210
204
this ->panel6 ->Controls ->Add (this ->panel10 );
211
205
this ->panel6 ->Controls ->Add (this ->panel8 );
212
206
this ->panel6 ->Dock = System::Windows::Forms::DockStyle::Bottom;
213
207
this ->panel6 ->Location = System::Drawing::Point (0 , 337 );
214
208
this ->panel6 ->Name = L" panel6" ;
215
209
this ->panel6 ->Size = System::Drawing::Size (479 , 26 );
216
210
this ->panel6 ->TabIndex = 0 ;
217
- //
211
+ //
218
212
// panel10
219
- //
213
+ //
220
214
this ->panel10 ->Controls ->Add (this ->TextBox );
221
215
this ->panel10 ->Dock = System::Windows::Forms::DockStyle::Fill;
222
216
this ->panel10 ->Location = System::Drawing::Point (0 , 0 );
223
217
this ->panel10 ->Name = L" panel10" ;
224
218
this ->panel10 ->Size = System::Drawing::Size (313 , 26 );
225
219
this ->panel10 ->TabIndex = 6 ;
226
- //
220
+ //
227
221
// TextBox
228
- //
222
+ //
229
223
this ->TextBox ->Dock = System::Windows::Forms::DockStyle::Fill;
230
224
this ->TextBox ->Location = System::Drawing::Point (0 , 0 );
231
225
this ->TextBox ->Name = L" TextBox" ;
232
226
this ->TextBox ->ReadOnly = true ;
233
227
this ->TextBox ->Size = System::Drawing::Size (313 , 21 );
234
228
this ->TextBox ->TabIndex = 6 ;
235
- //
229
+ //
236
230
// panel8
237
- //
231
+ //
238
232
this ->panel8 ->Controls ->Add (this ->OK_Button );
239
233
this ->panel8 ->Controls ->Add (this ->Cancel_Button );
240
234
this ->panel8 ->Dock = System::Windows::Forms::DockStyle::Right;
241
235
this ->panel8 ->Location = System::Drawing::Point (313 , 0 );
242
236
this ->panel8 ->Name = L" panel8" ;
243
237
this ->panel8 ->Size = System::Drawing::Size (166 , 26 );
244
238
this ->panel8 ->TabIndex = 4 ;
245
- //
239
+ //
246
240
// OK_Button
247
- //
241
+ //
248
242
this ->OK_Button ->DialogResult = System::Windows::Forms::DialogResult::OK;
249
243
this ->OK_Button ->Location = System::Drawing::Point (8 , 0 );
250
244
this ->OK_Button ->Name = L" OK_Button" ;
251
245
this ->OK_Button ->Size = System::Drawing::Size (75 , 23 );
252
246
this ->OK_Button ->TabIndex = 3 ;
253
247
this ->OK_Button ->Text = L" &OK" ;
254
248
this ->OK_Button ->UseVisualStyleBackColor = true ;
255
- //
249
+ //
256
250
// Cancel_Button
257
- //
251
+ //
258
252
this ->Cancel_Button ->DialogResult = System::Windows::Forms::DialogResult::Cancel;
259
253
this ->Cancel_Button ->Location = System::Drawing::Point (91 , 0 );
260
254
this ->Cancel_Button ->Name = L" Cancel_Button" ;
261
255
this ->Cancel_Button ->Size = System::Drawing::Size (75 , 23 );
262
256
this ->Cancel_Button ->TabIndex = 4 ;
263
257
this ->Cancel_Button ->Text = L" &Cancel" ;
264
258
this ->Cancel_Button ->UseVisualStyleBackColor = true ;
265
- //
259
+ //
266
260
// window_tree_values
267
- //
261
+ //
268
262
this ->AcceptButton = this ->OK_Button ;
269
263
this ->AutoScaleDimensions = System::Drawing::SizeF (6 , 13 );
270
264
this ->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
@@ -275,8 +269,8 @@ ref class window_tree_values : public System::Windows::Forms::Form
275
269
this ->Controls ->Add (this ->panel4 );
276
270
this ->Controls ->Add (this ->panel3 );
277
271
this ->Controls ->Add (this ->panel2 );
278
- this ->Font = (gcnew System::Drawing::Font (L" Tahoma" , 8 .25F , System::Drawing::FontStyle::Regular,
279
- System::Drawing::GraphicsUnit::Point, static_cast <System::Byte>(204 )));
272
+ this ->Font = (gcnew System::Drawing::Font (L" Tahoma" , 8 .25F , System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
273
+ static_cast <System::Byte>(204 )));
280
274
this ->MaximizeBox = false ;
281
275
this ->MinimizeBox = false ;
282
276
this ->Name = L" window_tree_values" ;
@@ -290,6 +284,7 @@ ref class window_tree_values : public System::Windows::Forms::Form
290
284
this ->panel10 ->PerformLayout ();
291
285
this ->panel8 ->ResumeLayout (false );
292
286
this ->ResumeLayout (false );
287
+
293
288
}
294
289
#pragma endregion
295
290
public:
0 commit comments