About Us
//This code has been automatically generated by DudeLabs, LLC RCConverter #pragma once using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; namespace TestCPP{ ///
/// Summary for FrmSampleDialog /// /// WARNING: If you change the name of this class, you will need to change the /// 'Resource File Name' property for the managed resource compiler tool /// associated with all .resx files this class depends on. Otherwise, /// the designers will not be able to interact properly with localized /// resources associated with this form. ///
public ref class FrmSampleDialog : public System::Windows::Forms::Form { public: FrmSampleDialog(void) { InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // } protected: ///
/// Clean up any resources being used. ///
~FrmSampleDialog() { if (components) { delete components; } } private: System::Windows::Forms::Label^ lblStaticEditsimple; private: System::Windows::Forms::TextBox^ txtEditSampleSimple; private: System::Windows::Forms::Label^ lblStaticEditread; private: System::Windows::Forms::TextBox^ txtEditSampleRead; private: System::Windows::Forms::Label^ lblStaticSimpleCombo; private: System::Windows::Forms::ComboBox^ cboCombo; private: System::Windows::Forms::Label^ lblDisabledCombo; private: System::Windows::Forms::RadioButton^ rdoRadio1; private: System::Windows::Forms::GroupBox^ grpStaticSamplegroup; private: System::Windows::Forms::RadioButton^ rdoRadio2; private: System::Windows::Forms::PictureBox^ picIconHolder; private: System::Windows::Forms::PictureBox^ picBitmap; private: System::Windows::Forms::ComboBox^ cboDisabledComboControl; private: System::Windows::Forms::Label^ lblStaticListbox; private: System::Windows::Forms::ListBox^ lstboxList; private: System::Windows::Forms::HScrollBar^ HorizontalScrollbar; private: System::Windows::Forms::Label^ lblStaticHscroll; private: System::Windows::Forms::Label^ lblStaticVscroll; private: System::Windows::Forms::VScrollBar^ scrollVerticalScrollbar; private: System::Windows::Forms::ListView^ lstviewSampleListview; private: System::Windows::Forms::Label^ lblStaticSampleListview; private: System::Windows::Forms::TreeView^ treeviewSampleTree; private: System::Windows::Forms::Label^ lblStaticBitmap; private: System::Windows::Forms::Label^ lblRightAlignText; private: System::Windows::Forms::Label^ lblStaticIconholder; private: System::Windows::Forms::GroupBox^ grpInnerGroup; private: System::Windows::Forms::RadioButton^ rdoRadio3; private: System::Windows::Forms::RadioButton^ rdoRadio4; private: System::Windows::Forms::Label^ lblStaticSampleTreeview; private: System::Windows::Forms::Label^ lblCenterAlignment; private: System::Windows::Forms::CheckBox^ chkCheckbox; private: System::Windows::Forms::RichTextBox^ richeditRichedit; private: System::Windows::Forms::Label^ lblStaticExtendedcombo; private: System::Windows::Forms::ComboBox^ cboExtendedComboboxe; private: System::Windows::Forms::Label^ lblStaticMonthcalendar; private: System::Windows::Forms::Label^ lblStaticRichedit; private: System::Windows::Forms::Label^ lblStatic1; private: System::Windows::Forms::CheckBox^ chkTristateLeftTextCheck; private: System::Windows::Forms::Label^ lblTriLeftCheckbox; private: System::Windows::Forms::Button^ btnCancel; private: System::Windows::Forms::Button^ btnSave; private: System::Windows::Forms::Button^ btnClear; private: System::Windows::Forms::Button^ btnDelete; private: System::Windows::Forms::ProgressBar^ pbarProgress; private: System::Windows::Forms::TrackBar^ trackbarHorizontalSliderNoticks; private: System::Windows::Forms::DateTimePicker^ dtpickDatetimepicker; private: System::Windows::Forms::MonthCalendar^ mcalMonthcalendar1; private: System::Windows::Forms::Label^ lblStaticSampleprogress; private: System::Windows::Forms::Label^ lblStaticMonthcalendar2; private: System::Windows::Forms::Label^ lblStaticSatetimepicker; private: System::Windows::Forms::Label^ lblStaticSampleSliderHorz; private: System::Windows::Forms::Label^ lblStatic2; private: System::Windows::Forms::Button^ btnDisabledButton2; private: System::Windows::Forms::TrackBar^ trackbarVerticalSliderWithTicks; private: System::Windows::Forms::Label^ lblStaticSampleSliderVert2; private: System::Windows::Forms::MenuStrip^ MnuSampleMenu; private: System::Windows::Forms::ToolStripMenuItem^ MnuSampleRCConverter; private: System::Windows::Forms::ToolStripMenuItem^ MnuFileMenu; private: System::Windows::Forms::ToolStripMenuItem^ MnuSaveMenu; private: System::Windows::Forms::ToolStripMenuItem^ MnuPopUp; private: System::Windows::Forms::ToolStripMenuItem^ MnuPopupChild1; private: System::Windows::Forms::ToolStripSeparator^ MnuSeparator; private: System::Windows::Forms::ToolStripMenuItem^ MnuPopupChild2; private: System::Windows::Forms::ToolStripMenuItem^ MnuPopUpLevel2; private: System::Windows::Forms::ToolStripMenuItem^ MnuLevel3; private: System::Windows::Forms::ToolStripMenuItem^ MnuOrderMenuSample; private: System::Windows::Forms::ToolStripMenuItem^ MnuPurchase; private: System::Windows::Forms::ToolStripMenuItem^ MnuSalesOrder; private: ///
/// Required designer variable. ///
System::ComponentModel::Container ^components; #pragma region Windows Form Designer generated code ///
/// Required method for Designer support - do not modify /// the contents of this method with the code editor. ///
void InitializeComponent(void) { System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(FrmSampleDialog::typeid)); // // lblStaticEditsimple // this->lblStaticEditsimple = gcnew System::Windows::Forms::Label(); this->lblStaticEditsimple->Location = System::Drawing::Point(10, 42); this->lblStaticEditsimple->Name = L"lblStaticEditsimple"; this->lblStaticEditsimple->Size = System::Drawing::Size(100, 14); this->lblStaticEditsimple->TabIndex = 1; this->lblStaticEditsimple->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticEditsimple->Text = L"Sample EditBox"; this->lblStaticEditsimple->AutoSize = true; this->lblStaticEditsimple->TabStop = false; // // txtEditSampleSimple // this->txtEditSampleSimple = gcnew System::Windows::Forms::TextBox(); this->txtEditSampleSimple->Location = System::Drawing::Point(117, 39); this->txtEditSampleSimple->Name = L"txtEditSampleSimple"; this->txtEditSampleSimple->Size = System::Drawing::Size(128, 24); this->txtEditSampleSimple->TabIndex = 2; this->txtEditSampleSimple->Multiline = false; this->txtEditSampleSimple->ScrollBars = System::Windows::Forms::ScrollBars::Horizontal; // // lblStaticEditread // this->lblStaticEditread = gcnew System::Windows::Forms::Label(); this->lblStaticEditread->Location = System::Drawing::Point(274, 42); this->lblStaticEditread->Name = L"lblStaticEditread"; this->lblStaticEditread->Size = System::Drawing::Size(93, 14); this->lblStaticEditread->TabIndex = 3; this->lblStaticEditread->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticEditread->Text = L"Read Only Edit Box"; this->lblStaticEditread->AutoSize = true; this->lblStaticEditread->TabStop = false; // // txtEditSampleRead // this->txtEditSampleRead = gcnew System::Windows::Forms::TextBox(); this->txtEditSampleRead->Location = System::Drawing::Point(400, 39); this->txtEditSampleRead->Name = L"txtEditSampleRead"; this->txtEditSampleRead->Size = System::Drawing::Size(144, 24); this->txtEditSampleRead->TabIndex = 4; this->txtEditSampleRead->Multiline = false; this->txtEditSampleRead->ScrollBars = System::Windows::Forms::ScrollBars::Horizontal; this->txtEditSampleRead->ReadOnly = true; // // lblStaticSimpleCombo // this->lblStaticSimpleCombo = gcnew System::Windows::Forms::Label(); this->lblStaticSimpleCombo->Location = System::Drawing::Point(10, 79); this->lblStaticSimpleCombo->Name = L"lblStaticSimpleCombo"; this->lblStaticSimpleCombo->Size = System::Drawing::Size(72, 14); this->lblStaticSimpleCombo->TabIndex = 5; this->lblStaticSimpleCombo->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticSimpleCombo->Text = L"Sample Combo"; this->lblStaticSimpleCombo->AutoSize = true; this->lblStaticSimpleCombo->TabStop = false; // // cboCombo // this->cboCombo = gcnew System::Windows::Forms::ComboBox(); this->cboCombo->Location = System::Drawing::Point(117, 76); this->cboCombo->Name = L"cboCombo"; this->cboCombo->Size = System::Drawing::Size(128, 51); this->cboCombo->TabIndex = 6; this->cboCombo->Sorted = true; this->cboCombo->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDown; this->cboCombo->TabStop = true; // // lblDisabledCombo // this->lblDisabledCombo = gcnew System::Windows::Forms::Label(); this->lblDisabledCombo->Location = System::Drawing::Point(274, 79); this->lblDisabledCombo->Name = L"lblDisabledCombo"; this->lblDisabledCombo->Size = System::Drawing::Size(117, 14); this->lblDisabledCombo->TabIndex = 7; this->lblDisabledCombo->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblDisabledCombo->Text = L"Sample Disabled Combo"; this->lblDisabledCombo->AutoSize = true; this->lblDisabledCombo->TabStop = false; // // rdoRadio1 // this->rdoRadio1 = gcnew System::Windows::Forms::RadioButton(); this->rdoRadio1->AutoCheck = true; this->rdoRadio1->Location = System::Drawing::Point(7, 23); this->rdoRadio1->Name = L"rdoRadio1"; this->rdoRadio1->Size = System::Drawing::Size(58, 17); this->rdoRadio1->TabIndex = 8; this->rdoRadio1->Text = L"Radio1"; this->rdoRadio1->TextAlign = System::Drawing::ContentAlignment::MiddleLeft; this->rdoRadio1->TabStop = false; // // grpStaticSamplegroup // this->grpStaticSamplegroup = gcnew System::Windows::Forms::GroupBox(); this->grpStaticSamplegroup->Location = System::Drawing::Point(15, 101); this->grpStaticSamplegroup->Name = L"grpStaticSamplegroup"; this->grpStaticSamplegroup->Size = System::Drawing::Size(318, 71); this->grpStaticSamplegroup->TabIndex = 9; this->grpStaticSamplegroup->Text = L"Sample Group Box"; // // rdoRadio2 // this->rdoRadio2 = gcnew System::Windows::Forms::RadioButton(); this->rdoRadio2->AutoCheck = true; this->rdoRadio2->Location = System::Drawing::Point(9, 44); this->rdoRadio2->Name = L"rdoRadio2"; this->rdoRadio2->Size = System::Drawing::Size(58, 17); this->rdoRadio2->TabIndex = 10; this->rdoRadio2->Text = L"Radio2"; this->rdoRadio2->TextAlign = System::Drawing::ContentAlignment::MiddleLeft; this->rdoRadio2->TabStop = false; // // picIconHolder // this->picIconHolder = gcnew System::Windows::Forms::PictureBox(); this->picIconHolder->Location = System::Drawing::Point(640, 285); this->picIconHolder->Name = L"picIconHolder"; this->picIconHolder->Size = System::Drawing::Size(30, 34); this->picIconHolder->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage; this->picIconHolder->TabIndex = 11; this->picIconHolder.InitialImage = (cli::safe_cast
(resources->GetObject(L"SampleIcon.InitialImage"))); this->picIconHolder->TabStop = false; // // picBitmap // this->picBitmap = gcnew System::Windows::Forms::PictureBox(); this->picBitmap->Location = System::Drawing::Point(663, 34); this->picBitmap->Name = L"picBitmap"; this->picBitmap->Size = System::Drawing::Size(48, 51); this->picBitmap->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage; this->picBitmap->TabIndex = 12; this->picBitmap->TabStop = false; // // cboDisabledComboControl // this->cboDisabledComboControl = gcnew System::Windows::Forms::ComboBox(); this->cboDisabledComboControl->Location = System::Drawing::Point(400, 79); this->cboDisabledComboControl->Name = L"cboDisabledComboControl"; this->cboDisabledComboControl->Size = System::Drawing::Size(144, 51); this->cboDisabledComboControl->TabIndex = 13; this->cboDisabledComboControl->Sorted = true; this->cboDisabledComboControl->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDown; this->cboDisabledComboControl->Enabled = false; this->cboDisabledComboControl->TabStop = true; // // lblStaticListbox // this->lblStaticListbox = gcnew System::Windows::Forms::Label(); this->lblStaticListbox->Location = System::Drawing::Point(10, 183); this->lblStaticListbox->Name = L"lblStaticListbox"; this->lblStaticListbox->Size = System::Drawing::Size(74, 14); this->lblStaticListbox->TabIndex = 14; this->lblStaticListbox->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticListbox->Text = L"Sample ListBox"; this->lblStaticListbox->AutoSize = true; this->lblStaticListbox->TabStop = false; // // lstboxList // this->lstboxList = gcnew System::Windows::Forms::ListBox(); this->lstboxList->ItemHeight = 19; this->lstboxList->Location = System::Drawing::Point(15, 201); this->lstboxList->Name = L"lstboxList"; this->lstboxList->Size = System::Drawing::Size(162, 68); this->lstboxList->TabIndex = 15; this->lstboxList->FormattingEnabled = true; this->lstboxList->IntegralHeight = false; this->lstboxList->Sorted = true; this->lstboxList->UseTabStops = false; this->lstboxList->TabStop = true; // // HorizontalScrollbar // this->HorizontalScrollbar = gcnew System::Windows::Forms::HScrollBar(); this->HorizontalScrollbar->Location = System::Drawing::Point(15, 281); this->HorizontalScrollbar->Name = L"HorizontalScrollbar"; this->HorizontalScrollbar->Size = System::Drawing::Size(162, 19); this->HorizontalScrollbar->TabIndex = 16; this->HorizontalScrollbar->Visible = true; // // lblStaticHscroll // this->lblStaticHscroll = gcnew System::Windows::Forms::Label(); this->lblStaticHscroll->Location = System::Drawing::Point(10, 268); this->lblStaticHscroll->Name = L"lblStaticHscroll"; this->lblStaticHscroll->Size = System::Drawing::Size(135, 14); this->lblStaticHscroll->TabIndex = 17; this->lblStaticHscroll->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticHscroll->Text = L"Sample Horizontal Scroll Bar"; this->lblStaticHscroll->AutoSize = true; this->lblStaticHscroll->TabStop = false; // // lblStaticVscroll // this->lblStaticVscroll = gcnew System::Windows::Forms::Label(); this->lblStaticVscroll->Location = System::Drawing::Point(156, 185); this->lblStaticVscroll->Name = L"lblStaticVscroll"; this->lblStaticVscroll->Size = System::Drawing::Size(130, 14); this->lblStaticVscroll->TabIndex = 18; this->lblStaticVscroll->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticVscroll->Text = L"Sample Vertical Scroll Bar"; this->lblStaticVscroll->AutoSize = true; this->lblStaticVscroll->TabStop = false; // // scrollVerticalScrollbar // this->scrollVerticalScrollbar = gcnew System::Windows::Forms::VScrollBar(); this->scrollVerticalScrollbar->Location = System::Drawing::Point(188, 201); this->scrollVerticalScrollbar->Name = L"scrollVerticalScrollbar"; this->scrollVerticalScrollbar->Size = System::Drawing::Size(15, 68); this->scrollVerticalScrollbar->TabIndex = 19; this->scrollVerticalScrollbar->Visible = true; // // lstviewSampleListview // this->lstviewSampleListview = gcnew System::Windows::Forms::ListView(); this->lstviewSampleListview->Location = System::Drawing::Point(296, 201); this->lstviewSampleListview->Name = L"lstviewSampleListview"; this->lstviewSampleListview->Size = System::Drawing::Size(162, 68); this->lstviewSampleListview->TabIndex = 20; this->lstviewSampleListview->Alignment = System::Windows::Forms::ListViewAlignment::Top; this->lstviewSampleListview->Sorting = System::Windows::Forms::SortOrder::None; this->lstviewSampleListview->BorderStyle = System::Windows::Forms::BorderStyle::FixedSingle; this->lstviewSampleListview->TabStop = true; // // lblStaticSampleListview // this->lblStaticSampleListview = gcnew System::Windows::Forms::Label(); this->lblStaticSampleListview->Location = System::Drawing::Point(296, 185); this->lblStaticSampleListview->Name = L"lblStaticSampleListview"; this->lblStaticSampleListview->Size = System::Drawing::Size(81, 14); this->lblStaticSampleListview->TabIndex = 21; this->lblStaticSampleListview->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticSampleListview->Text = L"Sample List View"; this->lblStaticSampleListview->AutoSize = true; this->lblStaticSampleListview->TabStop = false; // // treeviewSampleTree // this->treeviewSampleTree = gcnew System::Windows::Forms::TreeView(); this->treeviewSampleTree->Location = System::Drawing::Point(480, 201); this->treeviewSampleTree->Name = L"treeviewSampleTree"; this->treeviewSampleTree->Size = System::Drawing::Size(162, 68); this->treeviewSampleTree->TabIndex = 22; this->treeviewSampleTree->ShowPlusMinus = false; this->treeviewSampleTree->ShowLines = false; this->treeviewSampleTree->ShowRootLines = false; this->treeviewSampleTree->BorderStyle = System::Windows::Forms::BorderStyle::FixedSingle; this->treeviewSampleTree->TabStop = true; // // lblStaticBitmap // this->lblStaticBitmap = gcnew System::Windows::Forms::Label(); this->lblStaticBitmap->Location = System::Drawing::Point(572, 42); this->lblStaticBitmap->Name = L"lblStaticBitmap"; this->lblStaticBitmap->Size = System::Drawing::Size(76, 19); this->lblStaticBitmap->TabIndex = 23; this->lblStaticBitmap->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticBitmap->Text = L"Sample Bitmap"; this->lblStaticBitmap->AutoSize = true; this->lblStaticBitmap->TabStop = false; // // lblRightAlignText // this->lblRightAlignText = gcnew System::Windows::Forms::Label(); this->lblRightAlignText->Location = System::Drawing::Point(520, 106); this->lblRightAlignText->Name = L"lblRightAlignText"; this->lblRightAlignText->Size = System::Drawing::Size(189, 68); this->lblRightAlignText->TabIndex = 24; this->lblRightAlignText->TextAlign = System::Drawing::ContentAlignment::TopRight; this->lblRightAlignText->Text = L"This is right aligned text.\r\nThis is sample to show\r\nthat conversion checks\r\n alignment and most of the properties."; // // lblStaticIconholder // this->lblStaticIconholder = gcnew System::Windows::Forms::Label(); this->lblStaticIconholder->Location = System::Drawing::Point(561, 285); this->lblStaticIconholder->Name = L"lblStaticIconholder"; this->lblStaticIconholder->Size = System::Drawing::Size(62, 14); this->lblStaticIconholder->TabIndex = 25; this->lblStaticIconholder->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticIconholder->Text = L"Sample Icon "; this->lblStaticIconholder->AutoSize = true; this->lblStaticIconholder->TabStop = false; // // grpInnerGroup // this->grpInnerGroup = gcnew System::Windows::Forms::GroupBox(); this->grpInnerGroup->Location = System::Drawing::Point(75, 20); this->grpInnerGroup->Name = L"grpInnerGroup"; this->grpInnerGroup->Size = System::Drawing::Size(218, 44); this->grpInnerGroup->TabIndex = 26; this->grpInnerGroup->Text = L"Inner Group Box Sample"; // // rdoRadio3 // this->rdoRadio3 = gcnew System::Windows::Forms::RadioButton(); this->rdoRadio3->AutoCheck = true; this->rdoRadio3->Location = System::Drawing::Point(10, 16); this->rdoRadio3->Name = L"rdoRadio3"; this->rdoRadio3->Size = System::Drawing::Size(58, 17); this->rdoRadio3->TabIndex = 27; this->rdoRadio3->Text = L"Radio3"; this->rdoRadio3->TextAlign = System::Drawing::ContentAlignment::MiddleLeft; this->rdoRadio3->TabStop = false; // // rdoRadio4 // this->rdoRadio4 = gcnew System::Windows::Forms::RadioButton(); this->rdoRadio4->AutoCheck = true; this->rdoRadio4->Location = System::Drawing::Point(122, 16); this->rdoRadio4->Name = L"rdoRadio4"; this->rdoRadio4->Size = System::Drawing::Size(58, 17); this->rdoRadio4->TabIndex = 28; this->rdoRadio4->Text = L"Radio4"; this->rdoRadio4->TextAlign = System::Drawing::ContentAlignment::MiddleLeft; this->rdoRadio4->TabStop = false; // // lblStaticSampleTreeview // this->lblStaticSampleTreeview = gcnew System::Windows::Forms::Label(); this->lblStaticSampleTreeview->Location = System::Drawing::Point(480, 185); this->lblStaticSampleTreeview->Name = L"lblStaticSampleTreeview"; this->lblStaticSampleTreeview->Size = System::Drawing::Size(84, 14); this->lblStaticSampleTreeview->TabIndex = 29; this->lblStaticSampleTreeview->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticSampleTreeview->Text = L"Sample TreeView"; this->lblStaticSampleTreeview->AutoSize = true; this->lblStaticSampleTreeview->TabStop = false; // // lblCenterAlignment // this->lblCenterAlignment = gcnew System::Windows::Forms::Label(); this->lblCenterAlignment->Location = System::Drawing::Point(369, 121); this->lblCenterAlignment->Name = L"lblCenterAlignment"; this->lblCenterAlignment->Size = System::Drawing::Size(124, 44); this->lblCenterAlignment->TabIndex = 30; this->lblCenterAlignment->TextAlign = System::Drawing::ContentAlignment::TopCenter; this->lblCenterAlignment->Text = L"This is sample\r\n to show center alignment"; // // chkCheckbox // this->chkCheckbox = gcnew System::Windows::Forms::CheckBox(); this->chkCheckbox->AutoCheck = true; this->chkCheckbox->Location = System::Drawing::Point(201, 329); this->chkCheckbox->Name = L"chkCheckbox"; this->chkCheckbox->Size = System::Drawing::Size(62, 17); this->chkCheckbox->TabIndex = 31; this->chkCheckbox->Text = L"Check1"; this->chkCheckbox->TextAlign = System::Drawing::ContentAlignment::MiddleLeft; this->chkCheckbox->TabStop = true; // // richeditRichedit // this->richeditRichedit = gcnew System::Windows::Forms::RichTextBox(); this->richeditRichedit->Location = System::Drawing::Point(434, 362); this->richeditRichedit->Name = L"richeditRichedit"; this->richeditRichedit->Size = System::Drawing::Size(174, 25); this->richeditRichedit->TabIndex = 32; this->richeditRichedit->Text = L""; this->richeditRichedit->Multiline = false; this->richeditRichedit->ScrollBars = System::Windows::Forms::RichTextBoxScrollBars::Horizontal; this->richeditRichedit->TabStop = true; // // lblStaticExtendedcombo // this->lblStaticExtendedcombo = gcnew System::Windows::Forms::Label(); this->lblStaticExtendedcombo->Location = System::Drawing::Point(314, 329); this->lblStaticExtendedcombo->Name = L"lblStaticExtendedcombo"; this->lblStaticExtendedcombo->Size = System::Drawing::Size(104, 14); this->lblStaticExtendedcombo->TabIndex = 33; this->lblStaticExtendedcombo->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticExtendedcombo->Text = L"Extended Combo Box"; this->lblStaticExtendedcombo->AutoSize = true; this->lblStaticExtendedcombo->TabStop = false; // // cboExtendedComboboxe // this->cboExtendedComboboxe = gcnew System::Windows::Forms::ComboBox(); this->cboExtendedComboboxe->Location = System::Drawing::Point(434, 329); this->cboExtendedComboboxe->Name = L"cboExtendedComboboxe"; this->cboExtendedComboboxe->Size = System::Drawing::Size(174, 51); this->cboExtendedComboboxe->TabIndex = 34; this->cboExtendedComboboxe->Text = L""; this->cboExtendedComboboxe->Sorted = true; this->cboExtendedComboboxe->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDown; this->cboExtendedComboboxe->TabStop = true; // // lblStaticMonthcalendar // this->lblStaticMonthcalendar = gcnew System::Windows::Forms::Label(); this->lblStaticMonthcalendar->Location = System::Drawing::Point(10, 401); this->lblStaticMonthcalendar->Name = L"lblStaticMonthcalendar"; this->lblStaticMonthcalendar->Size = System::Drawing::Size(114, 14); this->lblStaticMonthcalendar->TabIndex = 35; this->lblStaticMonthcalendar->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticMonthcalendar->Text = L"Sample Month Calendar"; this->lblStaticMonthcalendar->AutoSize = true; this->lblStaticMonthcalendar->TabStop = false; // // lblStaticRichedit // this->lblStaticRichedit = gcnew System::Windows::Forms::Label(); this->lblStaticRichedit->Location = System::Drawing::Point(314, 362); this->lblStaticRichedit->Name = L"lblStaticRichedit"; this->lblStaticRichedit->Size = System::Drawing::Size(80, 14); this->lblStaticRichedit->TabIndex = 36; this->lblStaticRichedit->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticRichedit->Text = L"Sample RichEdit"; this->lblStaticRichedit->AutoSize = true; this->lblStaticRichedit->TabStop = false; // // lblStatic1 // this->lblStatic1 = gcnew System::Windows::Forms::Label(); this->lblStatic1->Location = System::Drawing::Point(10, 329); this->lblStatic1->Name = L"lblStatic1"; this->lblStatic1->Size = System::Drawing::Size(100, 14); this->lblStatic1->TabIndex = 37; this->lblStatic1->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStatic1->Text = L"Sample Check Box"; this->lblStatic1->AutoSize = true; this->lblStatic1->TabStop = false; // // chkTristateLeftTextCheck // this->chkTristateLeftTextCheck = gcnew System::Windows::Forms::CheckBox(); this->chkTristateLeftTextCheck->AutoCheck = true; this->chkTristateLeftTextCheck->ThreeState = true; this->chkTristateLeftTextCheck->Location = System::Drawing::Point(201, 362); this->chkTristateLeftTextCheck->Name = L"chkTristateLeftTextCheck"; this->chkTristateLeftTextCheck->Size = System::Drawing::Size(62, 17); this->chkTristateLeftTextCheck->TabIndex = 38; this->chkTristateLeftTextCheck->Text = L"Check2"; this->chkTristateLeftTextCheck->CheckAlign = System::Drawing::ContentAlignment::MiddleRight; this->chkTristateLeftTextCheck->TextAlign = System::Drawing::ContentAlignment::MiddleLeft; this->chkTristateLeftTextCheck->TabStop = true; // // lblTriLeftCheckbox // this->lblTriLeftCheckbox = gcnew System::Windows::Forms::Label(); this->lblTriLeftCheckbox->Location = System::Drawing::Point(10, 362); this->lblTriLeftCheckbox->Name = L"lblTriLeftCheckbox"; this->lblTriLeftCheckbox->Size = System::Drawing::Size(184, 14); this->lblTriLeftCheckbox->TabIndex = 39; this->lblTriLeftCheckbox->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblTriLeftCheckbox->Text = L"Tri State Left Text Check Box Sample"; this->lblTriLeftCheckbox->AutoSize = true; this->lblTriLeftCheckbox->TabStop = false; // // btnCancel // this->btnCancel = gcnew System::Windows::Forms::Button(); this->btnCancel->Location = System::Drawing::Point(452, 546); this->btnCancel->Name = L"btnCancel"; this->btnCancel->Size = System::Drawing::Size(75, 24); this->btnCancel->TabIndex = 40; this->btnCancel->Text = L"&Cancel"; this->btnCancel->TextAlign = System::Drawing::ContentAlignment::MiddleCenter; // // btnSave // this->btnSave = gcnew System::Windows::Forms::Button(); this->btnSave->Location = System::Drawing::Point(368, 546); this->btnSave->Name = L"btnSave"; this->btnSave->Size = System::Drawing::Size(75, 24); this->btnSave->TabIndex = 41; this->btnSave->Text = L"&Save"; this->btnSave->TextAlign = System::Drawing::ContentAlignment::MiddleCenter; // // btnClear // this->btnClear = gcnew System::Windows::Forms::Button(); this->btnClear->Location = System::Drawing::Point(548, 546); this->btnClear->Name = L"btnClear"; this->btnClear->Size = System::Drawing::Size(75, 24); this->btnClear->TabIndex = 42; this->btnClear->Text = L"C&lear"; this->btnClear->TextAlign = System::Drawing::ContentAlignment::MiddleCenter; // // btnDelete // this->btnDelete = gcnew System::Windows::Forms::Button(); this->btnDelete->Location = System::Drawing::Point(636, 546); this->btnDelete->Name = L"btnDelete"; this->btnDelete->Size = System::Drawing::Size(75, 24); this->btnDelete->TabIndex = 43; this->btnDelete->Text = L"&Delete"; this->btnDelete->TextAlign = System::Drawing::ContentAlignment::MiddleCenter; // // pbarProgress // this->pbarProgress = gcnew System::Windows::Forms::ProgressBar(); this->pbarProgress->Location = System::Drawing::Point(369, 460); this->pbarProgress->Name = L"pbarProgress"; this->pbarProgress->Size = System::Drawing::Size(234, 24); this->pbarProgress->TabIndex = 44; this->pbarProgress->Value = 50; this->pbarProgress->TabStop = false; // // trackbarHorizontalSliderNoticks // this->trackbarHorizontalSliderNoticks = gcnew System::Windows::Forms::TrackBar(); this->trackbarHorizontalSliderNoticks->Location = System::Drawing::Point(369, 508); this->trackbarHorizontalSliderNoticks->Name = L"trackbarHorizontalSliderNoticks"; this->trackbarHorizontalSliderNoticks->Size = System::Drawing::Size(231, 25); this->trackbarHorizontalSliderNoticks->TabIndex = 45; this->trackbarHorizontalSliderNoticks->Orientation = System::Windows::Forms::Orientation::Horizontal; this->trackbarHorizontalSliderNoticks->TickStyle = System::Windows::Forms::TickStyle::None; this->trackbarHorizontalSliderNoticks->TabStop = true; // // dtpickDatetimepicker // this->dtpickDatetimepicker = gcnew System::Windows::Forms::DateTimePicker(); this->dtpickDatetimepicker->Location = System::Drawing::Point(434, 397); this->dtpickDatetimepicker->Name = L"dtpickDatetimepicker"; this->dtpickDatetimepicker->Size = System::Drawing::Size(174, 20); this->dtpickDatetimepicker->TabIndex = 46; this->dtpickDatetimepicker->Format = System::Windows::Forms::DateTimePickerFormat::Short; this->dtpickDatetimepicker->TabStop = true; // // mcalMonthcalendar1 // this->mcalMonthcalendar1 = gcnew System::Windows::Forms::MonthCalendar(); this->mcalMonthcalendar1->Location = System::Drawing::Point(10, 425); this->mcalMonthcalendar1->Name = L"mcalMonthcalendar1"; this->mcalMonthcalendar1->TabIndex = 47; this->mcalMonthcalendar1->MaxSelectionCount = 1; this->mcalMonthcalendar1->ShowToday = false; this->mcalMonthcalendar1->TabStop = true; // // lblStaticSampleprogress // this->lblStaticSampleprogress = gcnew System::Windows::Forms::Label(); this->lblStaticSampleprogress->Location = System::Drawing::Point(370, 442); this->lblStaticSampleprogress->Name = L"lblStaticSampleprogress"; this->lblStaticSampleprogress->Size = System::Drawing::Size(140, 14); this->lblStaticSampleprogress->TabIndex = 48; this->lblStaticSampleprogress->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticSampleprogress->Text = L"Sample Progress Bar"; this->lblStaticSampleprogress->AutoSize = true; this->lblStaticSampleprogress->TabStop = false; // // lblStaticMonthcalendar2 // this->lblStaticMonthcalendar2 = gcnew System::Windows::Forms::Label(); this->lblStaticMonthcalendar2->Location = System::Drawing::Point(10, 401); this->lblStaticMonthcalendar2->Name = L"lblStaticMonthcalendar2"; this->lblStaticMonthcalendar2->Size = System::Drawing::Size(114, 14); this->lblStaticMonthcalendar2->TabIndex = 49; this->lblStaticMonthcalendar2->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticMonthcalendar2->Text = L"Sample Month Calendar"; this->lblStaticMonthcalendar2->AutoSize = true; this->lblStaticMonthcalendar2->TabStop = false; // // lblStaticSatetimepicker // this->lblStaticSatetimepicker = gcnew System::Windows::Forms::Label(); this->lblStaticSatetimepicker->Location = System::Drawing::Point(314, 401); this->lblStaticSatetimepicker->Name = L"lblStaticSatetimepicker"; this->lblStaticSatetimepicker->Size = System::Drawing::Size(116, 14); this->lblStaticSatetimepicker->TabIndex = 50; this->lblStaticSatetimepicker->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticSatetimepicker->Text = L"Sample DateTimePicker"; this->lblStaticSatetimepicker->AutoSize = true; this->lblStaticSatetimepicker->TabStop = false; // // lblStaticSampleSliderHorz // this->lblStaticSampleSliderHorz = gcnew System::Windows::Forms::Label(); this->lblStaticSampleSliderHorz->Location = System::Drawing::Point(243, 513); this->lblStaticSampleSliderHorz->Name = L"lblStaticSampleSliderHorz"; this->lblStaticSampleSliderHorz->Size = System::Drawing::Size(120, 32); this->lblStaticSampleSliderHorz->TabIndex = 51; this->lblStaticSampleSliderHorz->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticSampleSliderHorz->Text = L"Sample Horizontal Slider\r\nNo Ticks"; this->lblStaticSampleSliderHorz->TabStop = false; // // lblStatic2 // this->lblStatic2 = gcnew System::Windows::Forms::Label(); this->lblStatic2->Location = System::Drawing::Point(243, 442); this->lblStatic2->Name = L"lblStatic2"; this->lblStatic2->Size = System::Drawing::Size(114, 14); this->lblStatic2->TabIndex = 52; this->lblStatic2->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStatic2->Text = L"Sample Disabled Button"; this->lblStatic2->AutoSize = true; this->lblStatic2->TabStop = false; // // btnDisabledButton2 // this->btnDisabledButton2 = gcnew System::Windows::Forms::Button(); this->btnDisabledButton2->Location = System::Drawing::Point(243, 463); this->btnDisabledButton2->Name = L"btnDisabledButton2"; this->btnDisabledButton2->Size = System::Drawing::Size(75, 24); this->btnDisabledButton2->TabIndex = 53; this->btnDisabledButton2->Text = L"D&isabled"; this->btnDisabledButton2->TextAlign = System::Drawing::ContentAlignment::MiddleCenter; this->btnDisabledButton2->Enabled = false; // // trackbarVerticalSliderWithTicks // this->trackbarVerticalSliderWithTicks = gcnew System::Windows::Forms::TrackBar(); this->trackbarVerticalSliderWithTicks->Location = System::Drawing::Point(669, 444); this->trackbarVerticalSliderWithTicks->Name = L"trackbarVerticalSliderWithTicks"; this->trackbarVerticalSliderWithTicks->Size = System::Drawing::Size(42, 100); this->trackbarVerticalSliderWithTicks->TabIndex = 54; this->trackbarVerticalSliderWithTicks->Orientation = System::Windows::Forms::Orientation::Vertical; this->trackbarVerticalSliderWithTicks->TickStyle = System::Windows::Forms::TickStyle::Both; this->trackbarVerticalSliderWithTicks->TabStop = true; // // lblStaticSampleSliderVert2 // this->lblStaticSampleSliderVert2 = gcnew System::Windows::Forms::Label(); this->lblStaticSampleSliderVert2->Location = System::Drawing::Point(548, 426); this->lblStaticSampleSliderVert2->Name = L"lblStaticSampleSliderVert2"; this->lblStaticSampleSliderVert2->Size = System::Drawing::Size(160, 14); this->lblStaticSampleSliderVert2->TabIndex = 55; this->lblStaticSampleSliderVert2->TextAlign = System::Drawing::ContentAlignment::TopLeft; this->lblStaticSampleSliderVert2->Text = L"Sample Vertical Slider With Ticks"; this->lblStaticSampleSliderVert2->AutoSize = true; this->lblStaticSampleSliderVert2->TabStop = false; this->StartPosition = System::Windows::Forms::FormStartPosition::Manual; this->Location = System::Drawing::Point(0,15); this->MnuSampleMenu = gcnew System::Windows::Forms::MenuStrip(); this->MnuSampleRCConverter = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuFileMenu = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuSaveMenu = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuPopUp = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuPopupChild1 = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuSeparator = gcnew System::Windows::Forms::ToolStripSeparator() ; this->MnuPopupChild2 = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuPopUpLevel2 = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuLevel3 = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuOrderMenuSample = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuPurchase = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuSalesOrder = gcnew System::Windows::Forms::ToolStripMenuItem() ; this->MnuSampleMenu->SuspendLayout(); this->SuspendLayout(); // // MnuSampleMenu // this->MnuSampleMenu->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ > (2) { MnuSampleRCConverter, MnuOrderMenuSample}); this->MnuSampleMenu->Location = new System::Drawing::Point(0, 0); this->MnuSampleMenu->Name = L"MnuSampleMenu"; this->MnuSampleMenu->Size = new System::Drawing::Size(0,0); this->MnuSampleMenu->TabIndex = 0; this->MnuSampleMenu->Text = L"MnuSampleMenu"; // // MnuSampleRCConverter // this->MnuSampleRCConverter->Text = L"Sample RCConverter"; this->MnuSampleRCConverter->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(3) { this->MnuFileMenu, this->MnuSaveMenu, MnuPopUp}); // // MnuFileMenu // this->MnuFileMenu->Name = L"MnuFileMenu"; this->MnuFileMenu->Text = L"&File"; // // MnuSaveMenu // this->MnuSaveMenu->Name = L"MnuSaveMenu"; this->MnuSaveMenu->Text = L"&Save"; // // MnuPopUp // this->MnuPopUp->Text = L"&PopUp"; this->MnuPopUp->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(4) { this->MnuPopupChild1, this->MnuSeparator, this->MnuPopupChild2, MnuPopUpLevel2}); // // MnuPopupChild1 // this->MnuPopupChild1->Name = L"MnuPopupChild1"; this->MnuPopupChild1->Text = L"Pop&Up Child1"; // // MnuSeparator // this->MnuSeparator->Name = L"MnuSeparator"; this->MnuSeparator->Text = L"-"; // // MnuPopupChild2 // this->MnuPopupChild2->Name = L"MnuPopupChild2"; this->MnuPopupChild2->Checked = true; this->MnuPopupChild2->Text = L"P&opUp checked Child2"; // // MnuPopUpLevel2 // this->MnuPopUpLevel2->Text = L"PopUp Level&2"; this->MnuPopUpLevel2->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(1) { this->MnuLevel3}); // // MnuLevel3 // this->MnuLevel3->Name = L"MnuLevel3"; this->MnuLevel3->Enabled = false; this->MnuLevel3->Text = L"Popup Level &3"; // // MnuOrderMenuSample // this->MnuOrderMenuSample->Text = L"Order Menu Sample"; this->MnuOrderMenuSample->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(2) { this->MnuPurchase, this->MnuSalesOrder}); // // MnuPurchase // this->MnuPurchase->Name = L"MnuPurchase"; this->MnuPurchase->Text = L"&Purchase Order"; // // MnuSalesOrder // this->MnuSalesOrder->Name = L"MnuSalesOrder"; this->MnuSalesOrder->Text = L"&Sales Order"; // //FrmSampleDialog // this->grpStaticSamplegroup->Controls->Add(rdoRadio1); this->grpStaticSamplegroup->Controls->Add(rdoRadio2); this->grpInnerGroup->Controls->Add(rdoRadio3); this->grpInnerGroup->Controls->Add(rdoRadio4); this->Controls->Add(btnCancel); this->Controls->Add(btnClear); this->Controls->Add(btnDelete); this->Controls->Add(btnDisabledButton2); this->Controls->Add(btnSave); this->Controls->Add(cboCombo); this->Controls->Add(cboDisabledComboControl); this->Controls->Add(cboExtendedComboboxe); this->Controls->Add(chkCheckbox); this->Controls->Add(chkTristateLeftTextCheck); this->Controls->Add(dtpickDatetimepicker); this->Controls->Add(HorizontalScrollbar); this->Controls->Add(lblCenterAlignment); this->Controls->Add(lblDisabledCombo); this->Controls->Add(lblRightAlignText); this->Controls->Add(lblStatic1); this->Controls->Add(lblStatic2); this->Controls->Add(lblStaticBitmap); this->Controls->Add(lblStaticEditread); this->Controls->Add(lblStaticEditsimple); this->Controls->Add(lblStaticExtendedcombo); this->Controls->Add(lblStaticHscroll); this->Controls->Add(lblStaticIconholder); this->Controls->Add(lblStaticListbox); this->Controls->Add(lblStaticMonthcalendar); this->Controls->Add(lblStaticMonthcalendar2); this->Controls->Add(lblStaticRichedit); this->Controls->Add(lblStaticSampleListview); this->Controls->Add(lblStaticSampleprogress); this->Controls->Add(lblStaticSampleSliderHorz); this->Controls->Add(lblStaticSampleSliderVert2); this->Controls->Add(lblStaticSampleTreeview); this->Controls->Add(lblStaticSatetimepicker); this->Controls->Add(lblStaticSimpleCombo); this->Controls->Add(lblStaticVscroll); this->Controls->Add(lblTriLeftCheckbox); this->Controls->Add(lstboxList); this->Controls->Add(lstviewSampleListview); this->Controls->Add(mcalMonthcalendar1); this->Controls->Add(pbarProgress); this->Controls->Add(picBitmap); this->Controls->Add(picIconHolder); this->Controls->Add(richeditRichedit); this->Controls->Add(scrollVerticalScrollbar); this->Controls->Add(trackbarHorizontalSliderNoticks); this->Controls->Add(trackbarVerticalSliderWithTicks); this->Controls->Add(treeviewSampleTree); this->Controls->Add(txtEditSampleRead); this->Controls->Add(txtEditSampleSimple); this->grpStaticSamplegroup->Controls->Add(grpInnerGroup); this->Controls->Add(grpStaticSamplegroup); this->Controls->Add(MnuSampleMenu); this->ClientSize = System::Drawing::Size(743,611); this->Font = (gcnew System::Drawing::Font(L"MS Sans Serif", 8, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, static_cast< System::Byte>(0))); this->MaximizeBox = false; this->MinimizeBox = false; this->AllowDrop = true; this->StartPosition = System::Windows::Forms::FormStartPosition::Manual; this->MainMenuStrip = MnuSampleMenu; this->MnuSampleMenu->ResumeLayout(false) ; this->Name = L"FrmSampleDialog"; this->Text = L"Sample Dialog For RCConverter"; this->ResumeLayout(false); this->PerformLayout(); } #pragma endregion }; }
Home
Services
Products
Downloads
Contact
Support
FAQ
Privacy Policy
Refund Policy
Copyright © 2010 DudeLabs, LLC. All Rights Reserved.
Sample code for FrmSampleDialog.h file. Other generated file for the same class will be FrmSampleDialog.resx.