void InitializeComponent(void)
{
this->components = (gcnew System::ComponentModel::Container());
this->dataGridViewExtensionComponent1 = (gcnew CompletIT::Windows::DataGridViewExtension::DataGri dViewExtensionComponent(this->components));
this->dgveHtmlExportSettingsEditor1 = (gcnew CompletIT::Windows::Forms::Export::Html::DGVEHtmlE xportSettingsEditor());
this->dgveExcelExportSettingsEditor1 = (gcnew CompletIT::Windows::Forms::Export::Excel::DGVEExce lExportSettingsEditor());
this->SuspendLayout();
this->dgveHtmlExportSettingsEditor1->AutoScroll = true;
this->dgveHtmlExportSettingsEditor1->Enabled = false;
this->dgveHtmlExportSettingsEditor1->Location = System::Drawing::Point(0, 12);
this->dgveHtmlExportSettingsEditor1->Name = L"dgveHtmlExportSettingsEditor1";
this->dgveHtmlExportSettingsEditor1->Settings = nullptr;
this->dgveHtmlExportSettingsEditor1->Size = System::Drawing::Size(382, 428);
this->dgveHtmlExportSettingsEditor1->TabIndex = 0;
this->dgveHtmlExportSettingsEditor1->Load += gcnew System::EventHandler(this, &Form1::dgveHtmlExportSettingsEditor1_Load);
this->dgveExcelExportSettingsEditor1->AutoScroll = true;
this->dgveExcelExportSettingsEditor1->Enabled = false;
this->dgveExcelExportSettingsEditor1->Location = System::Drawing::Point(388, 20);
this->dgveExcelExportSettingsEditor1->Name = L"dgveExcelExportSettingsEditor1";
this->dgveExcelExportSettingsEditor1->Settings = nullptr;
this->dgveExcelExportSettingsEditor1->Size = System::Drawing::Size(426, 420);
this->dgveExcelExportSettingsEditor1->TabIndex = 1;
this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
this->ClientSize = System::Drawing::Size(826, 471);
this->Controls->Add(this->dgveExcelExportSettingsEditor1);
this->Controls->Add(this->dgveHtmlExportSettingsEditor1);
this->Name = L"Form1";
this->Text = L"Form1";
this->Load += gcnew System::EventHandler(this, &Form1::Form1_Load);
this->ResumeLayout(false);
}