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