object Form4: TForm4 Left = 139 Top = 207 HelpContext = 70 BorderIcons = [] BorderStyle = bsDialog Caption = 'Yer Winlogo - Recover Backup screens' ClientHeight = 207 ClientWidth = 509 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter ShowHint = True OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object CheckBox1: TCheckBox Left = 4 Top = 184 Width = 109 Height = 17 Hint = 'Restore' HelpContext = 70 Caption = 'Start up Screen' Enabled = False TabOrder = 0 end object CheckBox2: TCheckBox Left = 172 Top = 184 Width = 113 Height = 17 Hint = 'Restore' HelpContext = 70 Caption = 'Shut down Screen' Enabled = False TabOrder = 1 end object CheckBox3: TCheckBox Left = 340 Top = 184 Width = 97 Height = 17 Hint = 'Restore' HelpContext = 70 Caption = 'Turn off Screen' Enabled = False TabOrder = 2 end object RadioGroup1: TRadioGroup Left = 8 Top = 0 Width = 185 Height = 73 Hint = 'Select backup to restore' HelpContext = 70 Caption = 'Recover' ItemIndex = 0 Items.Strings = ( 'Ordinary Backup Screens' 'Original Windows Screens') TabOrder = 3 OnClick = RadioGroup1Click OnExit = RadioGroup1Click end object RadioGroup2: TRadioGroup Left = 200 Top = 0 Width = 57 Height = 73 Hint = 'Select the Ywl version that made the backup' HelpContext = 70 Caption = 'Version' ItemIndex = 1 Items.Strings = ( '1.x' '2.x') TabOrder = 4 OnClick = RadioGroup2Click OnExit = RadioGroup2Click end object Panel6: TPanel Left = 4 Top = 78 Width = 164 Height = 104 BevelInner = bvLowered BevelOuter = bvLowered Caption = 'No backup found' TabOrder = 5 object Image1: TImage Left = 2 Top = 2 Width = 160 Height = 100 Align = alClient Stretch = True end end object Panel1: TPanel Left = 172 Top = 78 Width = 164 Height = 104 BevelInner = bvLowered BevelOuter = bvLowered Caption = 'No backup found' TabOrder = 6 object Image2: TImage Left = 2 Top = 2 Width = 160 Height = 100 Align = alClient Stretch = True end end object Panel2: TPanel Left = 340 Top = 78 Width = 164 Height = 104 BevelInner = bvLowered BevelOuter = bvLowered Caption = 'No backup found' TabOrder = 7 object Image3: TImage Left = 2 Top = 2 Width = 160 Height = 100 Align = alClient Stretch = True end end object Panel3: TPanel Left = 424 Top = 8 Width = 79 Height = 54 BevelInner = bvLowered BevelOuter = bvLowered Caption = ' ' TabOrder = 8 object BitBtn2: TBitBtn Left = 2 Top = 27 Width = 75 Height = 25 Hint = 'Cancel' TabOrder = 0 OnClick = BitBtn2Click Kind = bkCancel end object BitBtn1: TBitBtn Left = 2 Top = 2 Width = 75 Height = 25 Hint = 'Submit' Caption = 'Recover' TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end end object MSOfficeCaption1: TMSOfficeCaption AppNameText.FontKind = fkSystemB AppNameText.Visible = True CaptionText.Caption = '- Recover Backup screens' CaptionText.FontKind = fkSystem CaptionText.Visible = True CompanyText.Caption = 'Yer Winlogo' CompanyText.FontKind = fkSystemBI CompanyText.Visible = True Left = 320 end end