Statistics
| Branch: | Tag: | Revision:

root / Client / Tools / UfrmConfirmation.lfm @ 0:95bd93c28625

History | View | Annotate | Download (687 Bytes)

1
object frmConfirmation: TfrmConfirmation
2
  Left = 290
3
  Height = 43
4
  Top = 171
5
  Width = 108
6
  HorzScrollBar.Page = 107
7
  VertScrollBar.Page = 42
8
  BorderIcons = []
9
  BorderStyle = bsToolWindow
10
  Caption = 'Apply?'
11
  ClientHeight = 43
12
  ClientWidth = 108
13
  object btnYes: TButton
14
    Left = 8
15
    Height = 25
16
    Top = 8
17
    Width = 40
18
    BorderSpacing.InnerBorder = 4
19
    Caption = 'Yes'
20
    Default = True
21
    ModalResult = 6
22
    TabOrder = 0
23
  end
24
  object btnNo: TButton
25
    Left = 56
26
    Height = 25
27
    Top = 8
28
    Width = 40
29
    BorderSpacing.InnerBorder = 4
30
    Cancel = True
31
    Caption = 'No'
32
    ModalResult = 7
33
    TabOrder = 1
34
  end
35
end