home *** CD-ROM | disk | FTP | other *** search
- object frmSelectUndoMode: TfrmSelectUndoMode
- Left = 335
- Top = 268
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Reset'
- ClientHeight = 186
- ClientWidth = 345
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object pbBackground: TALProgressBar
- Left = 0
- Top = 0
- Width = 345
- Height = 186
- Align = alClient
- BackColor = clBlack
- BorderStyle = bstNone
- TabOrder = 0
- BackgroundColor = clBtnFace
- BarColor1 = 15582631
- BarColor2 = 16310998
- Direction = pdBottomToTop
- Max = 100
- Position = 100
- PosTextSuffix = '%'
- ShowPosText = False
- VerticalBorder = 10
- DesignSize = (
- 345
- 186)
- object Panel1: TPanel
- Left = 14
- Top = 15
- Width = 316
- Height = 156
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvNone
- BorderWidth = 1
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object Panel2: TPanel
- Left = 1
- Top = 1
- Width = 314
- Height = 154
- Align = alClient
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object lblChooseUndoMode: TLabel
- Left = 52
- Top = 12
- Width = 250
- Height = 42
- AutoSize = False
- WordWrap = True
- end
- object imgUndo: TImage
- Left = 12
- Top = 12
- Width = 32
- Height = 32
- AutoSize = True
- end
- object btnOK: TTUButton
- Left = 132
- Top = 121
- Width = 85
- Height = 23
- AutoWidth = False
- Cancel = False
- Caption = 'OK'
- Default = True
- Flat = False
- TabOrder = 3
- TabStop = True
- OnClick = btnOKClick
- end
- object btnCancel: TTUButton
- Left = 220
- Top = 121
- Width = 85
- Height = 23
- AutoWidth = False
- Cancel = True
- Caption = 'Cancel'
- Default = False
- Flat = False
- TabOrder = 0
- TabStop = True
- OnClick = btnCancelClick
- end
- object rbDiscardChanges: TRadioButton
- Left = 12
- Top = 61
- Width = 289
- Height = 17
- Caption = 'Discard unsa&ved changes'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnDblClick = rbDiscardChangesDblClick
- end
- object rbRestoreToDefault: TRadioButton
- Left = 12
- Top = 83
- Width = 289
- Height = 17
- Caption = 'Re&set elements to Windows defaults'
- TabOrder = 2
- OnDblClick = rbRestoreToDefaultDblClick
- end
- end
- end
- end
- end
-