home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / YWL_216.ZIP / _SETUP.1 / Yerwinlogo.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  1998-03-27  |  4KB  |  184 lines

  1. object Form4: TForm4
  2.   Left = 139
  3.   Top = 207
  4.   HelpContext = 70
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Yer Winlogo - Recover Backup screens'
  8.   ClientHeight = 207
  9.   ClientWidth = 509
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object CheckBox1: TCheckBox
  23.     Left = 4
  24.     Top = 184
  25.     Width = 109
  26.     Height = 17
  27.     Hint = 'Restore'
  28.     HelpContext = 70
  29.     Caption = 'Start up Screen'
  30.     Enabled = False
  31.     TabOrder = 0
  32.   end
  33.   object CheckBox2: TCheckBox
  34.     Left = 172
  35.     Top = 184
  36.     Width = 113
  37.     Height = 17
  38.     Hint = 'Restore'
  39.     HelpContext = 70
  40.     Caption = 'Shut down Screen'
  41.     Enabled = False
  42.     TabOrder = 1
  43.   end
  44.   object CheckBox3: TCheckBox
  45.     Left = 340
  46.     Top = 184
  47.     Width = 97
  48.     Height = 17
  49.     Hint = 'Restore'
  50.     HelpContext = 70
  51.     Caption = 'Turn off Screen'
  52.     Enabled = False
  53.     TabOrder = 2
  54.   end
  55.   object RadioGroup1: TRadioGroup
  56.     Left = 8
  57.     Top = 0
  58.     Width = 185
  59.     Height = 73
  60.     Hint = 'Select backup to restore'
  61.     HelpContext = 70
  62.     Caption = 'Recover'
  63.     ItemIndex = 0
  64.     Items.Strings = (
  65.       'Ordinary Backup Screens'
  66.       'Original Windows Screens')
  67.     TabOrder = 3
  68.     OnClick = RadioGroup1Click
  69.     OnExit = RadioGroup1Click
  70.   end
  71.   object RadioGroup2: TRadioGroup
  72.     Left = 200
  73.     Top = 0
  74.     Width = 57
  75.     Height = 73
  76.     Hint = 'Select the Ywl version that made the backup'
  77.     HelpContext = 70
  78.     Caption = 'Version'
  79.     ItemIndex = 1
  80.     Items.Strings = (
  81.       '1.x'
  82.       '2.x')
  83.     TabOrder = 4
  84.     OnClick = RadioGroup2Click
  85.     OnExit = RadioGroup2Click
  86.   end
  87.   object Panel6: TPanel
  88.     Left = 4
  89.     Top = 78
  90.     Width = 164
  91.     Height = 104
  92.     BevelInner = bvLowered
  93.     BevelOuter = bvLowered
  94.     Caption = 'No backup found'
  95.     TabOrder = 5
  96.     object Image1: TImage
  97.       Left = 2
  98.       Top = 2
  99.       Width = 160
  100.       Height = 100
  101.       Align = alClient
  102.       Stretch = True
  103.     end
  104.   end
  105.   object Panel1: TPanel
  106.     Left = 172
  107.     Top = 78
  108.     Width = 164
  109.     Height = 104
  110.     BevelInner = bvLowered
  111.     BevelOuter = bvLowered
  112.     Caption = 'No backup found'
  113.     TabOrder = 6
  114.     object Image2: TImage
  115.       Left = 2
  116.       Top = 2
  117.       Width = 160
  118.       Height = 100
  119.       Align = alClient
  120.       Stretch = True
  121.     end
  122.   end
  123.   object Panel2: TPanel
  124.     Left = 340
  125.     Top = 78
  126.     Width = 164
  127.     Height = 104
  128.     BevelInner = bvLowered
  129.     BevelOuter = bvLowered
  130.     Caption = 'No backup found'
  131.     TabOrder = 7
  132.     object Image3: TImage
  133.       Left = 2
  134.       Top = 2
  135.       Width = 160
  136.       Height = 100
  137.       Align = alClient
  138.       Stretch = True
  139.     end
  140.   end
  141.   object Panel3: TPanel
  142.     Left = 424
  143.     Top = 8
  144.     Width = 79
  145.     Height = 54
  146.     BevelInner = bvLowered
  147.     BevelOuter = bvLowered
  148.     Caption = ' '
  149.     TabOrder = 8
  150.     object BitBtn2: TBitBtn
  151.       Left = 2
  152.       Top = 27
  153.       Width = 75
  154.       Height = 25
  155.       Hint = 'Cancel'
  156.       TabOrder = 0
  157.       OnClick = BitBtn2Click
  158.       Kind = bkCancel
  159.     end
  160.     object BitBtn1: TBitBtn
  161.       Left = 2
  162.       Top = 2
  163.       Width = 75
  164.       Height = 25
  165.       Hint = 'Submit'
  166.       Caption = 'Recover'
  167.       TabOrder = 1
  168.       OnClick = BitBtn1Click
  169.       Kind = bkOK
  170.     end
  171.   end
  172.   object MSOfficeCaption1: TMSOfficeCaption
  173.     AppNameText.FontKind = fkSystemB
  174.     AppNameText.Visible = True
  175.     CaptionText.Caption = '- Recover Backup screens'
  176.     CaptionText.FontKind = fkSystem
  177.     CaptionText.Visible = True
  178.     CompanyText.Caption = 'Yer Winlogo'
  179.     CompanyText.FontKind = fkSystemBI
  180.     CompanyText.Visible = True
  181.     Left = 320
  182.   end
  183. end
  184.