home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 118 / cdrom118.iso / cdrom.exe / 0 / RCDATA / TFORMWPSET / TFORMWPSET.txt
Encoding:
Text File  |  2006-06-28  |  1.1 KB  |  61 lines

  1. object formWPSet: TformWPSet
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'formWPSet'
  7.   ClientHeight = 118
  8.   ClientWidth = 207
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object labelWP: TLabel
  22.     Left = 8
  23.     Top = 52
  24.     Width = 193
  25.     Height = 30
  26.     AutoSize = False
  27.     Caption = 'labelWP'
  28.     WordWrap = True
  29.   end
  30.   object BitBtn1: TBitBtn
  31.     Left = 8
  32.     Top = 88
  33.     Width = 87
  34.     Height = 25
  35.     Cursor = 1
  36.     Caption = '&Sim'
  37.     TabOrder = 1
  38.     Kind = bkYes
  39.   end
  40.   object BitBtn2: TBitBtn
  41.     Left = 114
  42.     Top = 88
  43.     Width = 87
  44.     Height = 25
  45.     Cursor = 1
  46.     Caption = '&N∩┐╜o'
  47.     TabOrder = 2
  48.     Kind = bkNo
  49.   end
  50.   object WPType: TRadioGroup
  51.     Left = 8
  52.     Top = 4
  53.     Width = 193
  54.     Height = 41
  55.     Cursor = 1
  56.     Caption = 'WPType'
  57.     Columns = 2
  58.     TabOrder = 0
  59.   end
  60. end
  61.