object FrmPTxGroupPropStandard: TFrmPTxGroupPropStandard Left = 295 Top = 110 Width = 435 Height = 213 Caption = 'Standard' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object SampleGroup: TPTGroup Left = 240 Top = 112 Width = 97 Height = 57 Caption = ' Sample ' TabOrder = 4 end object FrameStyleCbx: TComboBox Left = 80 Top = 128 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 OnChange = FrameStyleCbxChange Items.Strings = ( '0 - ptfsNone' '1 - ptfsGroup' '2 - ptfsLowered' '3 - ptfsRaised' '4 - ptfsDint' '5 - ptfsBump' '6 - ptfsSingle' '7 - ptfsHorzLine' '8 - ptfsHorzEdge' '9 - ptfsVertLine' '10 - ptfsVertEdge') end object Label3: TStaticText Left = 8 Top = 132 Width = 68 Height = 17 Caption = 'Frame &Style:' TabOrder = 8 end object FrameSpaceEdt: TEdit Left = 80 Top = 96 Width = 41 Height = 21 TabOrder = 3 end object Label2: TStaticText Left = 8 Top = 100 Width = 71 Height = 17 AutoSize = False Caption = '&Frame Space:' TabOrder = 7 end object AlignmentCbx: TComboBox Left = 80 Top = 68 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 5 end object Label4: TStaticText Left = 8 Top = 72 Width = 59 Height = 17 Caption = '&Alignment:' TabOrder = 9 end object CaptionEdt: TEdit Left = 80 Top = 40 Width = 337 Height = 21 TabOrder = 1 end object Label1: TStaticText Left = 8 Top = 44 Width = 49 Height = 17 Caption = '&Caption:' TabOrder = 6 end object EnabledChk: TCheckBox Left = 6 Top = 16 Width = 87 Height = 17 Alignment = taLeftJustify Caption = '&Enabled:' TabOrder = 0 end end