Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (992 Bytes)

1
object frmElevateSettings: TfrmElevateSettings
2
  Left = 290
3
  Height = 59
4
  Top = 171
5
  Width = 131
6
  HorzScrollBar.Page = 130
7
  VertScrollBar.Page = 58
8
  ActiveControl = rbRaise
9
  BorderIcons = []
10
  BorderStyle = bsToolWindow
11
  Caption = 'Elevate'
12
  ClientHeight = 59
13
  ClientWidth = 131
14
  OnClose = FormClose
15
  OnDeactivate = FormDeactivate
16
  object rbRaise: TRadioButton
17
    Left = 8
18
    Height = 15
19
    Top = 8
20
    Width = 49
21
    Caption = 'Raise'
22
    Checked = True
23
    State = cbChecked
24
    TabOrder = 0
25
  end
26
  object rbLower: TRadioButton
27
    Left = 8
28
    Height = 15
29
    Top = 24
30
    Width = 51
31
    Caption = 'Lower'
32
    TabOrder = 1
33
  end
34
  object seZ: TSpinEdit
35
    Left = 72
36
    Height = 23
37
    Top = 20
38
    Width = 50
39
    MaxValue = 127
40
    MinValue = -128
41
    TabOrder = 3
42
    Value = 1
43
  end
44
  object rbSet: TRadioButton
45
    Left = 8
46
    Height = 15
47
    Top = 40
48
    Width = 38
49
    Caption = 'Set'
50
    TabOrder = 2
51
  end
52
end