home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / fileant / fileant.exe / $SYSDIR / PTxSCP.ocx / 0 / RCDATA / TFRMPTXGROUPPROPSTANDARD / TFRMPTXGROUPPROPSTANDARD.txt
Text File  |  2003-12-16  |  2KB  |  112 lines

  1. object FrmPTxGroupPropStandard: TFrmPTxGroupPropStandard
  2.   Left = 295
  3.   Top = 110
  4.   Width = 435
  5.   Height = 213
  6.   Caption = 'Standard'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SampleGroup: TPTGroup
  17.     Left = 240
  18.     Top = 112
  19.     Width = 97
  20.     Height = 57
  21.     Caption = ' Sample '
  22.     TabOrder = 4
  23.   end
  24.   object FrameStyleCbx: TComboBox
  25.     Left = 80
  26.     Top = 128
  27.     Width = 145
  28.     Height = 21
  29.     Style = csDropDownList
  30.     ItemHeight = 13
  31.     TabOrder = 2
  32.     OnChange = FrameStyleCbxChange
  33.     Items.Strings = (
  34.       '0 - ptfsNone'
  35.       '1 - ptfsGroup'
  36.       '2 - ptfsLowered'
  37.       '3 - ptfsRaised'
  38.       '4 - ptfsDint'
  39.       '5 - ptfsBump'
  40.       '6 - ptfsSingle'
  41.       '7 - ptfsHorzLine'
  42.       '8 - ptfsHorzEdge'
  43.       '9 - ptfsVertLine'
  44.       '10 - ptfsVertEdge')
  45.   end
  46.   object Label3: TStaticText
  47.     Left = 8
  48.     Top = 132
  49.     Width = 68
  50.     Height = 17
  51.     Caption = 'Frame &Style:'
  52.     TabOrder = 8
  53.   end
  54.   object FrameSpaceEdt: TEdit
  55.     Left = 80
  56.     Top = 96
  57.     Width = 41
  58.     Height = 21
  59.     TabOrder = 3
  60.   end
  61.   object Label2: TStaticText
  62.     Left = 8
  63.     Top = 100
  64.     Width = 71
  65.     Height = 17
  66.     AutoSize = False
  67.     Caption = '&Frame Space:'
  68.     TabOrder = 7
  69.   end
  70.   object AlignmentCbx: TComboBox
  71.     Left = 80
  72.     Top = 68
  73.     Width = 145
  74.     Height = 21
  75.     Style = csDropDownList
  76.     ItemHeight = 13
  77.     TabOrder = 5
  78.   end
  79.   object Label4: TStaticText
  80.     Left = 8
  81.     Top = 72
  82.     Width = 59
  83.     Height = 17
  84.     Caption = '&Alignment:'
  85.     TabOrder = 9
  86.   end
  87.   object CaptionEdt: TEdit
  88.     Left = 80
  89.     Top = 40
  90.     Width = 337
  91.     Height = 21
  92.     TabOrder = 1
  93.   end
  94.   object Label1: TStaticText
  95.     Left = 8
  96.     Top = 44
  97.     Width = 49
  98.     Height = 17
  99.     Caption = '&Caption:'
  100.     TabOrder = 6
  101.   end
  102.   object EnabledChk: TCheckBox
  103.     Left = 6
  104.     Top = 16
  105.     Width = 87
  106.     Height = 17
  107.     Alignment = taLeftJustify
  108.     Caption = '&Enabled:'
  109.     TabOrder = 0
  110.   end
  111. end
  112.