object EasyPropertySheetJctPt: TEasyPropertySheetJctPt Left = 192 Top = 235 Width = 204 Height = 154 CreateImmediately = True Caption = 'EasyNSE PropSheet Tab' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 121 Height = 13 Caption = 'Easy NSE Property Sheet' end object Edit1: TEdit Left = 40 Top = 40 Width = 121 Height = 21 TabOrder = 0 Text = 'Edit1' end object ComboBox1: TComboBox Left = 32 Top = 80 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 Items.Strings = ( 'Item 0' 'Item 1' 'Item 2' 'Item 3' 'Item 4') end end