About Us
Home
Services
Products
Downloads
Contact
Support
FAQ
Privacy Policy
Refund Policy
Copyright © 2010 DudeLabs, LLC. All Rights Reserved.
//This code has been automatically generated by DudeLabs, LLC RCConverter using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms;using System.Data; namespace DlgExe2App { ///
/// Summary description for FrmDialog ///
public class FrmDialog : System.Windows.Forms.Form { ///
/// Required designer variable. ///
private System.ComponentModel.Container components = null; private System.Windows.Forms.Label lblStaticEditsimple; private System.Windows.Forms.TextBox txtEditSimple; private System.Windows.Forms.Label lblStaticEditread; private System.Windows.Forms.TextBox txtEditRead; 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 lstviewListview; private System.Windows.Forms.Label lblStaticListview; private System.Windows.Forms.TreeView treeviewTree; 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 lblStaticTreeview; 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 lblStaticCheckbox; 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 mcalMonthcalendar; private System.Windows.Forms.Label lblStaticSampleprogress; private System.Windows.Forms.Label lblStaticSatetimepicker; private System.Windows.Forms.Label lblStaticSliderHorz; private System.Windows.Forms.Label lblStaticDisabledButton; private System.Windows.Forms.Button btnDisabledButton; private System.Windows.Forms.TrackBar trackbarVerticalSliderWithTicks; private System.Windows.Forms.Label lblStaticSliderVert; private System.Windows.Forms.MainMenu MnuMenu; private System.Windows.Forms.MenuItem MnuRCConverter; private System.Windows.Forms.MenuItem MnuFileMenu; private System.Windows.Forms.MenuItem MnuSaveMenu; private System.Windows.Forms.MenuItem MnuPopUp; private System.Windows.Forms.MenuItem MnuPopupChild1; private System.Windows.Forms.MenuItem MnuSeparator; private System.Windows.Forms.MenuItem MnuPopupChild2; private System.Windows.Forms.MenuItem MnuPopUpLevel2; private System.Windows.Forms.MenuItem MnuLevel3; private System.Windows.Forms.MenuItem MnuOrderMenuSample; private System.Windows.Forms.MenuItem MnuPurchase; private System.Windows.Forms.MenuItem MnuSalesOrder; public FrmDialog() { // // Required for Windows Form Designer support // InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // } ///
/// Clean up any resources being used. ///
protected override void Dispose( bool disposing ) { if( disposing ) { if (components != null) { components.Dispose(); } } base.Dispose( disposing ); } #region DudeLabs LLC RCConverter generated code ///
/// Required method for Designer support - do not modify /// the contents of this method with the code editor. ///
private void InitializeComponent() { this.SuspendLayout(); System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmDialog)); // // lblStaticEditsimple // this.lblStaticEditsimple = new System.Windows.Forms.Label(); this.lblStaticEditsimple.Location = new System.Drawing.Point(10, 27); this.lblStaticEditsimple.Name = "lblStaticEditsimple"; this.lblStaticEditsimple.Size = new System.Drawing.Size(100, 14); this.lblStaticEditsimple.TabIndex = 1; this.lblStaticEditsimple.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticEditsimple.Text = "EditBox"; this.lblStaticEditsimple.AutoSize = true; // // txtEditSimple // this.txtEditSimple = new System.Windows.Forms.TextBox(); this.txtEditSimple.Location = new System.Drawing.Point(117, 24); this.txtEditSimple.Name = "txtEditSimple"; this.txtEditSimple.Size = new System.Drawing.Size(128, 24); this.txtEditSimple.TabIndex = 2; // // lblStaticEditread // this.lblStaticEditread = new System.Windows.Forms.Label(); this.lblStaticEditread.Location = new System.Drawing.Point(274, 27); this.lblStaticEditread.Name = "lblStaticEditread"; this.lblStaticEditread.Size = new System.Drawing.Size(93, 14); this.lblStaticEditread.TabIndex = 3; this.lblStaticEditread.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticEditread.Text = "Read Only Edit Box"; this.lblStaticEditread.AutoSize = true; // // txtEditRead // this.txtEditRead = new System.Windows.Forms.TextBox(); this.txtEditRead.Location = new System.Drawing.Point(400, 24); this.txtEditRead.Name = "txtEditRead"; this.txtEditRead.Size = new System.Drawing.Size(144, 24); this.txtEditRead.TabIndex = 4; this.txtEditRead.ReadOnly = true; // // lblStaticSimpleCombo // this.lblStaticSimpleCombo = new System.Windows.Forms.Label(); this.lblStaticSimpleCombo.Location = new System.Drawing.Point(10, 64); this.lblStaticSimpleCombo.Name = "lblStaticSimpleCombo"; this.lblStaticSimpleCombo.Size = new System.Drawing.Size(72, 14); this.lblStaticSimpleCombo.TabIndex = 5; this.lblStaticSimpleCombo.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticSimpleCombo.Text = "Combo"; this.lblStaticSimpleCombo.AutoSize = true; // // cboCombo // this.cboCombo = new System.Windows.Forms.ComboBox(); this.cboCombo.Location = new System.Drawing.Point(117, 61); this.cboCombo.Name = "cboCombo"; this.cboCombo.Size = new System.Drawing.Size(128, 51); this.cboCombo.TabIndex = 6; this.cboCombo.Sorted = true; this.cboCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown; // // lblDisabledCombo // this.lblDisabledCombo = new System.Windows.Forms.Label(); this.lblDisabledCombo.Location = new System.Drawing.Point(274, 64); this.lblDisabledCombo.Name = "lblDisabledCombo"; this.lblDisabledCombo.Size = new System.Drawing.Size(117, 14); this.lblDisabledCombo.TabIndex = 7; this.lblDisabledCombo.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblDisabledCombo.Text = "Disabled Combo"; this.lblDisabledCombo.AutoSize = true; // // rdoRadio1 // this.rdoRadio1 = new System.Windows.Forms.RadioButton(); this.rdoRadio1.AutoCheck = true; this.rdoRadio1.Location = new System.Drawing.Point(7, 23); this.rdoRadio1.Name = "rdoRadio1"; this.rdoRadio1.Size = new System.Drawing.Size(58, 17); this.rdoRadio1.TabIndex = 8; this.rdoRadio1.Text = "Radio1"; this.rdoRadio1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.rdoRadio1.TabStop = false; // // grpStaticSamplegroup // this.grpStaticSamplegroup = new System.Windows.Forms.GroupBox(); this.grpStaticSamplegroup.Location = new System.Drawing.Point(15, 86); this.grpStaticSamplegroup.Name = "grpStaticSamplegroup"; this.grpStaticSamplegroup.Size = new System.Drawing.Size(318, 71); this.grpStaticSamplegroup.TabIndex = 9; this.grpStaticSamplegroup.Text = "Group Box"; // // rdoRadio2 // this.rdoRadio2 = new System.Windows.Forms.RadioButton(); this.rdoRadio2.AutoCheck = true; this.rdoRadio2.Location = new System.Drawing.Point(9, 44); this.rdoRadio2.Name = "rdoRadio2"; this.rdoRadio2.Size = new System.Drawing.Size(58, 17); this.rdoRadio2.TabIndex = 10; this.rdoRadio2.Text = "Radio2"; this.rdoRadio2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.rdoRadio2.TabStop = false; // // picIconHolder // this.picIconHolder = new System.Windows.Forms.PictureBox(); this.picIconHolder.Location = new System.Drawing.Point(640, 270); this.picIconHolder.Name = "picIconHolder"; this.picIconHolder.Size = new System.Drawing.Size(30, 34); this.picIconHolder.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picIconHolder.TabIndex = 11; this.picIconHolder.Image = ((System.Drawing.Image)(resources.GetObject("Icon"))); this.picIconHolder.TabStop = false; // // picBitmap // this.picBitmap = new System.Windows.Forms.PictureBox(); this.picBitmap.Location = new System.Drawing.Point(663, 19); this.picBitmap.Name = "picBitmap"; this.picBitmap.Size = new System.Drawing.Size(48, 51); this.picBitmap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picBitmap.TabIndex = 12; this.picBitmap.Image = ((System.Drawing.Image)(resources.GetObject("Bitmap1"))); this.picBitmap.TabStop = false; // // cboDisabledComboControl // this.cboDisabledComboControl = new System.Windows.Forms.ComboBox(); this.cboDisabledComboControl.Location = new System.Drawing.Point(400, 64); this.cboDisabledComboControl.Name = "cboDisabledComboControl"; this.cboDisabledComboControl.Size = new 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; // // lblStaticListbox // this.lblStaticListbox = new System.Windows.Forms.Label(); this.lblStaticListbox.Location = new System.Drawing.Point(10, 168); this.lblStaticListbox.Name = "lblStaticListbox"; this.lblStaticListbox.Size = new System.Drawing.Size(74, 14); this.lblStaticListbox.TabIndex = 14; this.lblStaticListbox.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticListbox.Text = "ListBox"; this.lblStaticListbox.AutoSize = true; // // lstboxList // this.lstboxList = new System.Windows.Forms.ListBox(); this.lstboxList.ItemHeight = 19; this.lstboxList.Location = new System.Drawing.Point(15, 186); this.lstboxList.Name = "lstboxList"; this.lstboxList.Size = new System.Drawing.Size(162, 68); this.lstboxList.TabIndex = 15; this.lstboxList.IntegralHeight = false; this.lstboxList.Sorted = true; this.lstboxList.UseTabStops = false; // // HorizontalScrollbar // this.HorizontalScrollbar = new System.Windows.Forms.HScrollBar(); this.HorizontalScrollbar.Location = new System.Drawing.Point(15, 266); this.HorizontalScrollbar.Name = "HorizontalScrollbar"; this.HorizontalScrollbar.Size = new System.Drawing.Size(162, 19); this.HorizontalScrollbar.TabIndex = 16; // // lblStaticHscroll // this.lblStaticHscroll = new System.Windows.Forms.Label(); this.lblStaticHscroll.Location = new System.Drawing.Point(10, 253); this.lblStaticHscroll.Name = "lblStaticHscroll"; this.lblStaticHscroll.Size = new System.Drawing.Size(135, 14); this.lblStaticHscroll.TabIndex = 17; this.lblStaticHscroll.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticHscroll.Text = "Horizontal Scroll Bar"; this.lblStaticHscroll.AutoSize = true; // // lblStaticVscroll // this.lblStaticVscroll = new System.Windows.Forms.Label(); this.lblStaticVscroll.Location = new System.Drawing.Point(156, 170); this.lblStaticVscroll.Name = "lblStaticVscroll"; this.lblStaticVscroll.Size = new System.Drawing.Size(130, 14); this.lblStaticVscroll.TabIndex = 18; this.lblStaticVscroll.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticVscroll.Text = "Vertical Scroll Bar"; this.lblStaticVscroll.AutoSize = true; // // scrollVerticalScrollbar // this.scrollVerticalScrollbar = new System.Windows.Forms.VScrollBar(); this.scrollVerticalScrollbar.Location = new System.Drawing.Point(188, 186); this.scrollVerticalScrollbar.Name = "scrollVerticalScrollbar"; this.scrollVerticalScrollbar.Size = new System.Drawing.Size(15, 68); this.scrollVerticalScrollbar.TabIndex = 19; // // lstviewListview // this.lstviewListview = new System.Windows.Forms.ListView(); this.lstviewListview.Location = new System.Drawing.Point(296, 186); this.lstviewListview.Name = "lstviewListview"; this.lstviewListview.Size = new System.Drawing.Size(162, 68); this.lstviewListview.TabIndex = 20; this.lstviewListview.Alignment = System.Windows.Forms.ListViewAlignment.Top; this.lstviewListview.Sorting = System.Windows.Forms.SortOrder.None; this.lstviewListview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; // // lblStaticListview // this.lblStaticListview = new System.Windows.Forms.Label(); this.lblStaticListview.Location = new System.Drawing.Point(296, 170); this.lblStaticListview.Name = "lblStaticListview"; this.lblStaticListview.Size = new System.Drawing.Size(81, 14); this.lblStaticListview.TabIndex = 21; this.lblStaticListview.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticListview.Text = "List View"; this.lblStaticListview.AutoSize = true; // // treeviewTree // this.treeviewTree = new System.Windows.Forms.TreeView(); this.treeviewTree.Location = new System.Drawing.Point(480, 186); this.treeviewTree.Name = "treeviewTree"; this.treeviewTree.Size = new System.Drawing.Size(162, 68); this.treeviewTree.TabIndex = 22; this.treeviewTree.ShowPlusMinus = false; this.treeviewTree.ShowLines = false; this.treeviewTree.ShowRootLines = false; this.treeviewTree.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; // // lblStaticBitmap // this.lblStaticBitmap = new System.Windows.Forms.Label(); this.lblStaticBitmap.Location = new System.Drawing.Point(572, 27); this.lblStaticBitmap.Name = "lblStaticBitmap"; this.lblStaticBitmap.Size = new System.Drawing.Size(76, 19); this.lblStaticBitmap.TabIndex = 23; this.lblStaticBitmap.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticBitmap.Text = "Bitmap"; this.lblStaticBitmap.AutoSize = true; // // lblRightAlignText // this.lblRightAlignText = new System.Windows.Forms.Label(); this.lblRightAlignText.Location = new System.Drawing.Point(520, 91); this.lblRightAlignText.Name = "lblRightAlignText"; this.lblRightAlignText.Size = new System.Drawing.Size(189, 68); this.lblRightAlignText.TabIndex = 24; this.lblRightAlignText.TextAlign = System.Drawing.ContentAlignment.TopRight; this.lblRightAlignText.Text = "This is right aligned text.\r\nThis is to show\r\nthat conversion checks\r\n alignment and most of the properties."; // // lblStaticIconholder // this.lblStaticIconholder = new System.Windows.Forms.Label(); this.lblStaticIconholder.Location = new System.Drawing.Point(561, 270); this.lblStaticIconholder.Name = "lblStaticIconholder"; this.lblStaticIconholder.Size = new System.Drawing.Size(62, 14); this.lblStaticIconholder.TabIndex = 25; this.lblStaticIconholder.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticIconholder.Text = "Icon "; this.lblStaticIconholder.AutoSize = true; // // grpInnerGroup // this.grpInnerGroup = new System.Windows.Forms.GroupBox(); this.grpInnerGroup.Location = new System.Drawing.Point(75, 20); this.grpInnerGroup.Name = "grpInnerGroup"; this.grpInnerGroup.Size = new System.Drawing.Size(218, 44); this.grpInnerGroup.TabIndex = 26; this.grpInnerGroup.Text = "Inner Group Box Sample"; // // rdoRadio3 // this.rdoRadio3 = new System.Windows.Forms.RadioButton(); this.rdoRadio3.AutoCheck = true; this.rdoRadio3.Location = new System.Drawing.Point(10, 16); this.rdoRadio3.Name = "rdoRadio3"; this.rdoRadio3.Size = new System.Drawing.Size(58, 17); this.rdoRadio3.TabIndex = 27; this.rdoRadio3.Text = "Radio3"; this.rdoRadio3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.rdoRadio3.TabStop = false; // // rdoRadio4 // this.rdoRadio4 = new System.Windows.Forms.RadioButton(); this.rdoRadio4.AutoCheck = true; this.rdoRadio4.Location = new System.Drawing.Point(122, 16); this.rdoRadio4.Name = "rdoRadio4"; this.rdoRadio4.Size = new System.Drawing.Size(58, 17); this.rdoRadio4.TabIndex = 28; this.rdoRadio4.Text = "Radio4"; this.rdoRadio4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.rdoRadio4.TabStop = false; // // lblStaticTreeview // this.lblStaticTreeview = new System.Windows.Forms.Label(); this.lblStaticTreeview.Location = new System.Drawing.Point(480, 170); this.lblStaticTreeview.Name = "lblStaticTreeview"; this.lblStaticTreeview.Size = new System.Drawing.Size(84, 14); this.lblStaticTreeview.TabIndex = 29; this.lblStaticTreeview.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticTreeview.Text = "TreeView"; this.lblStaticTreeview.AutoSize = true; // // lblCenterAlignment // this.lblCenterAlignment = new System.Windows.Forms.Label(); this.lblCenterAlignment.Location = new System.Drawing.Point(369, 106); this.lblCenterAlignment.Name = "lblCenterAlignment"; this.lblCenterAlignment.Size = new System.Drawing.Size(124, 44); this.lblCenterAlignment.TabIndex = 30; this.lblCenterAlignment.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lblCenterAlignment.Text = "This is sample\r\n to show center alignment"; // // chkCheckbox // this.chkCheckbox = new System.Windows.Forms.CheckBox(); this.chkCheckbox.AutoCheck = true; this.chkCheckbox.Location = new System.Drawing.Point(201, 314); this.chkCheckbox.Name = "chkCheckbox"; this.chkCheckbox.Size = new System.Drawing.Size(62, 17); this.chkCheckbox.TabIndex = 31; this.chkCheckbox.Text = "Check1"; this.chkCheckbox.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // richeditRichedit // this.richeditRichedit = new System.Windows.Forms.RichTextBox(); this.richeditRichedit.Location = new System.Drawing.Point(434, 347); this.richeditRichedit.Name = "richeditRichedit"; this.richeditRichedit.Size = new System.Drawing.Size(174, 25); this.richeditRichedit.TabIndex = 32; this.richeditRichedit.Text = ""; // // lblStaticExtendedcombo // this.lblStaticExtendedcombo = new System.Windows.Forms.Label(); this.lblStaticExtendedcombo.Location = new System.Drawing.Point(314, 314); this.lblStaticExtendedcombo.Name = "lblStaticExtendedcombo"; this.lblStaticExtendedcombo.Size = new System.Drawing.Size(104, 14); this.lblStaticExtendedcombo.TabIndex = 33; this.lblStaticExtendedcombo.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticExtendedcombo.Text = "Extended Combo Box"; this.lblStaticExtendedcombo.AutoSize = true; // // cboExtendedComboboxe // this.cboExtendedComboboxe = new System.Windows.Forms.ComboBox(); this.cboExtendedComboboxe.Location = new System.Drawing.Point(434, 314); this.cboExtendedComboboxe.Name = "cboExtendedComboboxe"; this.cboExtendedComboboxe.Size = new System.Drawing.Size(174, 51); this.cboExtendedComboboxe.TabIndex = 34; this.cboExtendedComboboxe.Text = ""; this.cboExtendedComboboxe.Sorted = true; this.cboExtendedComboboxe.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown; // // lblStaticMonthcalendar // this.lblStaticMonthcalendar = new System.Windows.Forms.Label(); this.lblStaticMonthcalendar.Location = new System.Drawing.Point(10, 386); this.lblStaticMonthcalendar.Name = "lblStaticMonthcalendar"; this.lblStaticMonthcalendar.Size = new System.Drawing.Size(114, 14); this.lblStaticMonthcalendar.TabIndex = 35; this.lblStaticMonthcalendar.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticMonthcalendar.Text = "Month Calendar"; this.lblStaticMonthcalendar.AutoSize = true; // // lblStaticRichedit // this.lblStaticRichedit = new System.Windows.Forms.Label(); this.lblStaticRichedit.Location = new System.Drawing.Point(314, 347); this.lblStaticRichedit.Name = "lblStaticRichedit"; this.lblStaticRichedit.Size = new System.Drawing.Size(80, 14); this.lblStaticRichedit.TabIndex = 36; this.lblStaticRichedit.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticRichedit.Text = "RichEdit"; this.lblStaticRichedit.AutoSize = true; // // lblStaticCheckbox // this.lblStaticCheckbox = new System.Windows.Forms.Label(); this.lblStaticCheckbox.Location = new System.Drawing.Point(10, 314); this.lblStaticCheckbox.Name = "lblStaticCheckbox"; this.lblStaticCheckbox.Size = new System.Drawing.Size(100, 14); this.lblStaticCheckbox.TabIndex = 37; this.lblStaticCheckbox.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticCheckbox.Text = "Check Box"; this.lblStaticCheckbox.AutoSize = true; // // chkTristateLeftTextCheck // this.chkTristateLeftTextCheck = new System.Windows.Forms.CheckBox(); this.chkTristateLeftTextCheck.AutoCheck = true; this.chkTristateLeftTextCheck.ThreeState = true; this.chkTristateLeftTextCheck.Location = new System.Drawing.Point(201, 347); this.chkTristateLeftTextCheck.Name = "chkTristateLeftTextCheck"; this.chkTristateLeftTextCheck.Size = new System.Drawing.Size(62, 17); this.chkTristateLeftTextCheck.TabIndex = 38; this.chkTristateLeftTextCheck.Text = "Left Check"; this.chkTristateLeftTextCheck.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.chkTristateLeftTextCheck.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblTriLeftCheckbox // this.lblTriLeftCheckbox = new System.Windows.Forms.Label(); this.lblTriLeftCheckbox.Location = new System.Drawing.Point(10, 347); this.lblTriLeftCheckbox.Name = "lblTriLeftCheckbox"; this.lblTriLeftCheckbox.Size = new System.Drawing.Size(184, 14); this.lblTriLeftCheckbox.TabIndex = 39; this.lblTriLeftCheckbox.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblTriLeftCheckbox.Text = "Tri State Left Text Check Box Sample"; this.lblTriLeftCheckbox.AutoSize = true; // // btnCancel // this.btnCancel = new System.Windows.Forms.Button(); this.btnCancel.Location = new System.Drawing.Point(452, 531); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 24); this.btnCancel.TabIndex = 40; this.btnCancel.Text = "&Cancel"; this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnSave // this.btnSave = new System.Windows.Forms.Button(); this.btnSave.Location = new System.Drawing.Point(368, 531); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 24); this.btnSave.TabIndex = 41; this.btnSave.Text = "&Save"; this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnClear // this.btnClear = new System.Windows.Forms.Button(); this.btnClear.Location = new System.Drawing.Point(548, 531); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(75, 24); this.btnClear.TabIndex = 42; this.btnClear.Text = "C&lear"; this.btnClear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnDelete // this.btnDelete = new System.Windows.Forms.Button(); this.btnDelete.Location = new System.Drawing.Point(636, 531); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 24); this.btnDelete.TabIndex = 43; this.btnDelete.Text = "&Delete"; this.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pbarProgress // this.pbarProgress = new System.Windows.Forms.ProgressBar(); this.pbarProgress.Location = new System.Drawing.Point(369, 445); this.pbarProgress.Name = "pbarProgress"; this.pbarProgress.Size = new System.Drawing.Size(234, 24); this.pbarProgress.TabIndex = 44; this.pbarProgress.Value = 50; this.pbarProgress.TabStop = false; // // trackbarHorizontalSliderNoticks // this.trackbarHorizontalSliderNoticks = new System.Windows.Forms.TrackBar(); this.trackbarHorizontalSliderNoticks.Location = new System.Drawing.Point(369, 493); this.trackbarHorizontalSliderNoticks.Name = "trackbarHorizontalSliderNoticks"; this.trackbarHorizontalSliderNoticks.Size = new 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; // // dtpickDatetimepicker // this.dtpickDatetimepicker = new System.Windows.Forms.DateTimePicker(); this.dtpickDatetimepicker.Location = new System.Drawing.Point(434, 382); this.dtpickDatetimepicker.Name = "dtpickDatetimepicker"; this.dtpickDatetimepicker.Size = new System.Drawing.Size(174, 20); this.dtpickDatetimepicker.TabIndex = 46; this.dtpickDatetimepicker.Format = System.Windows.Forms.DateTimePickerFormat.Short; // // mcalMonthcalendar // this.mcalMonthcalendar = new System.Windows.Forms.MonthCalendar(); this.mcalMonthcalendar.Location = new System.Drawing.Point(10, 410); this.mcalMonthcalendar.Name = "mcalMonthcalendar"; this.mcalMonthcalendar.TabIndex = 47; this.mcalMonthcalendar.MaxSelectionCount = 1; this.mcalMonthcalendar.ShowToday = false; // // lblStaticSampleprogress // this.lblStaticSampleprogress = new System.Windows.Forms.Label(); this.lblStaticSampleprogress.Location = new System.Drawing.Point(370, 427); this.lblStaticSampleprogress.Name = "lblStaticSampleprogress"; this.lblStaticSampleprogress.Size = new System.Drawing.Size(140, 14); this.lblStaticSampleprogress.TabIndex = 48; this.lblStaticSampleprogress.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticSampleprogress.Text = "Progress Bar"; this.lblStaticSampleprogress.AutoSize = true; // // lblStaticSatetimepicker // this.lblStaticSatetimepicker = new System.Windows.Forms.Label(); this.lblStaticSatetimepicker.Location = new System.Drawing.Point(314, 386); this.lblStaticSatetimepicker.Name = "lblStaticSatetimepicker"; this.lblStaticSatetimepicker.Size = new System.Drawing.Size(116, 14); this.lblStaticSatetimepicker.TabIndex = 49; this.lblStaticSatetimepicker.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticSatetimepicker.Text = "DateTimePicker"; this.lblStaticSatetimepicker.AutoSize = true; // // lblStaticSliderHorz // this.lblStaticSliderHorz = new System.Windows.Forms.Label(); this.lblStaticSliderHorz.Location = new System.Drawing.Point(243, 498); this.lblStaticSliderHorz.Name = "lblStaticSliderHorz"; this.lblStaticSliderHorz.Size = new System.Drawing.Size(120, 32); this.lblStaticSliderHorz.TabIndex = 50; this.lblStaticSliderHorz.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticSliderHorz.Text = "Horizontal Slider\r\nNo Ticks"; // // lblStaticDisabledButton // this.lblStaticDisabledButton = new System.Windows.Forms.Label(); this.lblStaticDisabledButton.Location = new System.Drawing.Point(243, 427); this.lblStaticDisabledButton.Name = "lblStaticDisabledButton"; this.lblStaticDisabledButton.Size = new System.Drawing.Size(114, 14); this.lblStaticDisabledButton.TabIndex = 51; this.lblStaticDisabledButton.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticDisabledButton.Text = "Disabled Button"; this.lblStaticDisabledButton.AutoSize = true; // // btnDisabledButton // this.btnDisabledButton = new System.Windows.Forms.Button(); this.btnDisabledButton.Location = new System.Drawing.Point(243, 448); this.btnDisabledButton.Name = "btnDisabledButton"; this.btnDisabledButton.Size = new System.Drawing.Size(75, 24); this.btnDisabledButton.TabIndex = 52; this.btnDisabledButton.Text = "D&isabled"; this.btnDisabledButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDisabledButton.Enabled = false; // // trackbarVerticalSliderWithTicks // this.trackbarVerticalSliderWithTicks = new System.Windows.Forms.TrackBar(); this.trackbarVerticalSliderWithTicks.Location = new System.Drawing.Point(669, 429); this.trackbarVerticalSliderWithTicks.Name = "trackbarVerticalSliderWithTicks"; this.trackbarVerticalSliderWithTicks.Size = new System.Drawing.Size(42, 100); this.trackbarVerticalSliderWithTicks.TabIndex = 53; this.trackbarVerticalSliderWithTicks.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackbarVerticalSliderWithTicks.TickStyle = System.Windows.Forms.TickStyle.Both; // // lblStaticSliderVert // this.lblStaticSliderVert = new System.Windows.Forms.Label(); this.lblStaticSliderVert.Location = new System.Drawing.Point(548, 411); this.lblStaticSliderVert.Name = "lblStaticSliderVert"; this.lblStaticSliderVert.Size = new System.Drawing.Size(160, 14); this.lblStaticSliderVert.TabIndex = 54; this.lblStaticSliderVert.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.lblStaticSliderVert.Text = "Vertical Slider With Ticks"; this.lblStaticSliderVert.AutoSize = true; this.MnuMenu = new System.Windows.Forms.MainMenu() ; this.MnuRCConverter = new System.Windows.Forms.MenuItem(); this.MnuFileMenu = new System.Windows.Forms.MenuItem(); this.MnuSaveMenu = new System.Windows.Forms.MenuItem(); this.MnuPopUp = new System.Windows.Forms.MenuItem(); this.MnuPopupChild1 = new System.Windows.Forms.MenuItem(); this.MnuSeparator = new System.Windows.Forms.MenuItem(); this.MnuPopupChild2 = new System.Windows.Forms.MenuItem(); this.MnuPopUpLevel2 = new System.Windows.Forms.MenuItem(); this.MnuLevel3 = new System.Windows.Forms.MenuItem(); this.MnuOrderMenuSample = new System.Windows.Forms.MenuItem(); this.MnuPurchase = new System.Windows.Forms.MenuItem(); this.MnuSalesOrder = new System.Windows.Forms.MenuItem(); // // MnuMenu // this.MnuMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {MnuRCConverter, MnuOrderMenuSample}); // // MnuRCConverter // this.MnuRCConverter.Index = 0; this.MnuRCConverter.Text = "RCConverter"; this.MnuRCConverter.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {this.MnuFileMenu, this.MnuSaveMenu, MnuPopUp}); // // MnuFileMenu // this.MnuFileMenu.Index = 0; this.MnuFileMenu.Text = "&File"; // // MnuSaveMenu // this.MnuSaveMenu.Index = 1; this.MnuSaveMenu.Text = "&Save"; // // MnuPopUp // this.MnuPopUp.Index = 2; this.MnuPopUp.Text = "&PopUp"; this.MnuPopUp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {this.MnuPopupChild1, this.MnuSeparator, this.MnuPopupChild2, MnuPopUpLevel2}); // // MnuPopupChild1 // this.MnuPopupChild1.Index = 0; this.MnuPopupChild1.Text = "Pop&Up Child1"; // // MnuSeparator // this.MnuSeparator.Index = 1; this.MnuSeparator.Text = "-"; // // MnuPopupChild2 // this.MnuPopupChild2.Index = 2; this.MnuPopupChild2.Text = "P&opUp checked Child2"; this.MnuPopupChild2.Checked = true; // // MnuPopUpLevel2 // this.MnuPopUpLevel2.Index = 3; this.MnuPopUpLevel2.Text = "PopUp Level&2"; this.MnuPopUpLevel2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {this.MnuLevel3}); // // MnuLevel3 // this.MnuLevel3.Index = 0; this.MnuLevel3.Text = "Popup Level &3"; this.MnuLevel3.Enabled = false; // // MnuOrderMenuSample // this.MnuOrderMenuSample.Index = 1; this.MnuOrderMenuSample.Text = "Order Menu Sample"; this.MnuOrderMenuSample.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {this.MnuPurchase, this.MnuSalesOrder}); // // MnuPurchase // this.MnuPurchase.Index = 0; this.MnuPurchase.Text = "&Purchase Order"; // // MnuSalesOrder // this.MnuSalesOrder.Index = 1; this.MnuSalesOrder.Text = "&Sales Order"; 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(btnDisabledButton); 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(lblStaticBitmap); this.Controls.Add(lblStaticCheckbox); this.Controls.Add(lblStaticDisabledButton); 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(lblStaticListview); this.Controls.Add(lblStaticMonthcalendar); this.Controls.Add(lblStaticRichedit); this.Controls.Add(lblStaticSampleprogress); this.Controls.Add(lblStaticSatetimepicker); this.Controls.Add(lblStaticSimpleCombo); this.Controls.Add(lblStaticSliderHorz); this.Controls.Add(lblStaticSliderVert); this.Controls.Add(lblStaticTreeview); this.Controls.Add(lblStaticVscroll); this.Controls.Add(lblTriLeftCheckbox); this.Controls.Add(lstboxList); this.Controls.Add(lstviewListview); this.Controls.Add(mcalMonthcalendar); 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(treeviewTree); this.Controls.Add(txtEditRead); this.Controls.Add(txtEditSimple); this.grpStaticSamplegroup.Controls.Add(grpInnerGroup); this.Controls.Add(grpStaticSamplegroup); this.ClientSize = new System.Drawing.Size(743,611); this.Font = new System.Drawing.Font("MS Sans Serif", 8, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MaximizeBox = false; this.MinimizeBox = false; this.AllowDrop = true; this.Menu = MnuMenu; this.Name = "FrmDialog"; this.Text = "Dialog For RCConverter"; this.ResumeLayout(false); this.PerformLayout(); } #endregion } }
Sample code for FrmDialog.cs file. Other generated file for the same class will be FrmDialog.resx.