home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / WinStyler.exe / RCDATA / TFRMSELECTUNDOMODE / TFRMSELECTUNDOMODE.txt
Encoding:
Text File  |  2004-03-31  |  3.1 KB  |  134 lines

  1. object frmSelectUndoMode: TfrmSelectUndoMode
  2.   Left = 335
  3.   Top = 268
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Reset'
  7.   ClientHeight = 186
  8.   ClientWidth = 345
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pbBackground: TALProgressBar
  22.     Left = 0
  23.     Top = 0
  24.     Width = 345
  25.     Height = 186
  26.     Align = alClient
  27.     BackColor = clBlack
  28.     BorderStyle = bstNone
  29.     TabOrder = 0
  30.     BackgroundColor = clBtnFace
  31.     BarColor1 = 15582631
  32.     BarColor2 = 16310998
  33.     Direction = pdBottomToTop
  34.     Max = 100
  35.     Position = 100
  36.     PosTextSuffix = '%'
  37.     ShowPosText = False
  38.     VerticalBorder = 10
  39.     DesignSize = (
  40.       345
  41.       186)
  42.     object Panel1: TPanel
  43.       Left = 14
  44.       Top = 15
  45.       Width = 316
  46.       Height = 156
  47.       Anchors = [akLeft, akTop, akRight, akBottom]
  48.       BevelOuter = bvNone
  49.       BorderWidth = 1
  50.       Color = clBlack
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clWindowText
  53.       Font.Height = -11
  54.       Font.Name = 'Tahoma'
  55.       Font.Style = []
  56.       ParentFont = False
  57.       TabOrder = 0
  58.       object Panel2: TPanel
  59.         Left = 1
  60.         Top = 1
  61.         Width = 314
  62.         Height = 154
  63.         Align = alClient
  64.         BevelOuter = bvNone
  65.         Color = clWhite
  66.         TabOrder = 0
  67.         object lblChooseUndoMode: TLabel
  68.           Left = 52
  69.           Top = 12
  70.           Width = 250
  71.           Height = 42
  72.           AutoSize = False
  73.           WordWrap = True
  74.         end
  75.         object imgUndo: TImage
  76.           Left = 12
  77.           Top = 12
  78.           Width = 32
  79.           Height = 32
  80.           AutoSize = True
  81.         end
  82.         object btnOK: TTUButton
  83.           Left = 132
  84.           Top = 121
  85.           Width = 85
  86.           Height = 23
  87.           AutoWidth = False
  88.           Cancel = False
  89.           Caption = 'OK'
  90.           Default = True
  91.           Flat = False
  92.           TabOrder = 3
  93.           TabStop = True
  94.           OnClick = btnOKClick
  95.         end
  96.         object btnCancel: TTUButton
  97.           Left = 220
  98.           Top = 121
  99.           Width = 85
  100.           Height = 23
  101.           AutoWidth = False
  102.           Cancel = True
  103.           Caption = 'Cancel'
  104.           Default = False
  105.           Flat = False
  106.           TabOrder = 0
  107.           TabStop = True
  108.           OnClick = btnCancelClick
  109.         end
  110.         object rbDiscardChanges: TRadioButton
  111.           Left = 12
  112.           Top = 61
  113.           Width = 289
  114.           Height = 17
  115.           Caption = 'Discard unsa&ved changes'
  116.           Checked = True
  117.           TabOrder = 1
  118.           TabStop = True
  119.           OnDblClick = rbDiscardChangesDblClick
  120.         end
  121.         object rbRestoreToDefault: TRadioButton
  122.           Left = 12
  123.           Top = 83
  124.           Width = 289
  125.           Height = 17
  126.           Caption = 'Re&set elements to Windows defaults'
  127.           TabOrder = 2
  128.           OnDblClick = rbRestoreToDefaultDblClick
  129.         end
  130.       end
  131.     end
  132.   end
  133. end
  134.