home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / UM250.ZIP / UNINSMAN.EN_ / 0 / RCDATA / TEXTRABOX / TEXTRABOX.txt
Text File  |  1998-06-26  |  5KB  |  245 lines

  1. object Extrabox: TExtrabox
  2.   Left = 198
  3.   Top = 144
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 231
  7.   ClientWidth = 353
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 189
  19.     Top = 200
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'OK'
  23.     ModalResult = 2
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object GroupBox2: TGroupBox
  28.     Left = 8
  29.     Top = 8
  30.     Width = 337
  31.     Height = 137
  32.     Caption = 'Select Slot'
  33.     TabOrder = 1
  34.     object RadioButton1: TRadioButton
  35.       Left = 16
  36.       Top = 24
  37.       Width = 49
  38.       Height = 17
  39.       Caption = 'Slot I'
  40.       Checked = True
  41.       TabOrder = 0
  42.       TabStop = True
  43.       OnClick = RadioButton1Click
  44.     end
  45.     object RadioButton2: TRadioButton
  46.       Left = 16
  47.       Top = 64
  48.       Width = 57
  49.       Height = 17
  50.       Caption = 'Slot II'
  51.       TabOrder = 1
  52.       OnClick = RadioButton2Click
  53.     end
  54.     object RadioButton3: TRadioButton
  55.       Left = 16
  56.       Top = 104
  57.       Width = 57
  58.       Height = 17
  59.       Caption = 'Slot III'
  60.       TabOrder = 2
  61.       OnClick = RadioButton3Click
  62.     end
  63.     object Edit2: TEdit
  64.       Left = 120
  65.       Top = 68
  66.       Width = 193
  67.       Height = 21
  68.       TabOrder = 3
  69.     end
  70.     object Edit1: TEdit
  71.       Left = 120
  72.       Top = 28
  73.       Width = 193
  74.       Height = 21
  75.       TabOrder = 4
  76.     end
  77.     object Edit3: TEdit
  78.       Left = 120
  79.       Top = 108
  80.       Width = 193
  81.       Height = 21
  82.       TabOrder = 5
  83.     end
  84.   end
  85.   object GroupBox3: TGroupBox
  86.     Left = 8
  87.     Top = 152
  88.     Width = 169
  89.     Height = 73
  90.     Caption = 'Dates'
  91.     TabOrder = 2
  92.     object Label5: TLabel
  93.       Left = 96
  94.       Top = 52
  95.       Width = 32
  96.       Height = 13
  97.       Caption = 'Label5'
  98.     end
  99.     object Label1: TLabel
  100.       Left = 8
  101.       Top = 20
  102.       Width = 78
  103.       Height = 13
  104.       Caption = 'Backup Date    :'
  105.     end
  106.     object Label4: TLabel
  107.       Left = 96
  108.       Top = 20
  109.       Width = 32
  110.       Height = 13
  111.       Caption = 'Label4'
  112.     end
  113.     object Label3: TLabel
  114.       Left = 8
  115.       Top = 52
  116.       Width = 77
  117.       Height = 13
  118.       Caption = 'Snapshot Date :'
  119.     end
  120.   end
  121.   object Button2: TButton
  122.     Left = 272
  123.     Top = 200
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'Cancel'
  127.     ModalResult = 2
  128.     TabOrder = 3
  129.     OnClick = Button2Click
  130.   end
  131.   object Panel1: TPanel
  132.     Left = 0
  133.     Top = 0
  134.     Width = 353
  135.     Height = 230
  136.     BevelOuter = bvNone
  137.     TabOrder = 4
  138.     Visible = False
  139.     object Label2: TLabel
  140.       Left = 128
  141.       Top = 120
  142.       Width = 32
  143.       Height = 13
  144.       Caption = 'Label2'
  145.     end
  146.     object Label6: TLabel
  147.       Left = 128
  148.       Top = 16
  149.       Width = 32
  150.       Height = 13
  151.       Caption = 'Label6'
  152.     end
  153.     object Label7: TLabel
  154.       Left = 128
  155.       Top = 56
  156.       Width = 32
  157.       Height = 13
  158.       Caption = 'Label7'
  159.     end
  160.     object Label8: TLabel
  161.       Left = 128
  162.       Top = 88
  163.       Width = 32
  164.       Height = 13
  165.       Caption = 'Label8'
  166.     end
  167.     object GroupBox1: TGroupBox
  168.       Left = 8
  169.       Top = 8
  170.       Width = 105
  171.       Height = 177
  172.       Caption = 'Changes'
  173.       Enabled = False
  174.       TabOrder = 0
  175.       object CheckBox1: TCheckBox
  176.         Left = 12
  177.         Top = 24
  178.         Width = 84
  179.         Height = 25
  180.         Caption = 'Autoexec.bat'
  181.         TabOrder = 0
  182.       end
  183.       object CheckBox2: TCheckBox
  184.         Left = 12
  185.         Top = 56
  186.         Width = 84
  187.         Height = 17
  188.         Caption = 'Config.sys'
  189.         TabOrder = 1
  190.       end
  191.       object CheckBox3: TCheckBox
  192.         Left = 12
  193.         Top = 80
  194.         Width = 84
  195.         Height = 17
  196.         Caption = 'Win.ini'
  197.         TabOrder = 2
  198.       end
  199.       object CheckBox4: TCheckBox
  200.         Left = 12
  201.         Top = 104
  202.         Width = 84
  203.         Height = 17
  204.         Caption = 'System.ini'
  205.         TabOrder = 3
  206.       end
  207.       object CheckBox5: TCheckBox
  208.         Left = 12
  209.         Top = 128
  210.         Width = 84
  211.         Height = 17
  212.         Caption = 'System.dat'
  213.         TabOrder = 4
  214.       end
  215.       object CheckBox6: TCheckBox
  216.         Left = 12
  217.         Top = 152
  218.         Width = 84
  219.         Height = 17
  220.         Caption = 'User.dat'
  221.         TabOrder = 5
  222.       end
  223.     end
  224.     object Button3: TButton
  225.       Left = 192
  226.       Top = 200
  227.       Width = 75
  228.       Height = 25
  229.       Caption = 'Ok'
  230.       ModalResult = 2
  231.       TabOrder = 1
  232.       OnClick = Button3Click
  233.     end
  234.     object Button4: TButton
  235.       Left = 272
  236.       Top = 200
  237.       Width = 75
  238.       Height = 25
  239.       Caption = 'Cancel'
  240.       ModalResult = 2
  241.       TabOrder = 2
  242.     end
  243.   end
  244. end
  245.