root / Client / Tools / UfrmVirtualLayer.lfm @ 0:95bd93c28625
History | View | Annotate | Download (899 Bytes)
| 1 | object frmVirtualLayer: TfrmVirtualLayer |
|---|---|
| 2 | Left = 290 |
| 3 | Height = 73 |
| 4 | Top = 171 |
| 5 | Width = 178 |
| 6 | HorzScrollBar.Page = 177 |
| 7 | VertScrollBar.Page = 72 |
| 8 | BorderIcons = [] |
| 9 | BorderStyle = bsToolWindow |
| 10 | Caption = 'Virtual Layer' |
| 11 | ClientHeight = 73 |
| 12 | ClientWidth = 178 |
| 13 | OnClose = FormClose |
| 14 | OnDeactivate = FormDeactivate |
| 15 | object seZ: TSpinEdit |
| 16 | Left = 120 |
| 17 | Height = 23 |
| 18 | Top = 8 |
| 19 | Width = 50 |
| 20 | MaxValue = 127 |
| 21 | MinValue = -128 |
| 22 | OnChange = seZChange |
| 23 | TabOrder = 0 |
| 24 | end |
| 25 | object cbShowLayer: TCheckBox |
| 26 | Left = 11 |
| 27 | Height = 15 |
| 28 | Top = 12 |
| 29 | Width = 103 |
| 30 | Caption = 'Show Layer at Z:' |
| 31 | TabOrder = 1 |
| 32 | end |
| 33 | object tbZ: TTrackBar |
| 34 | Left = 8 |
| 35 | Height = 33 |
| 36 | Top = 32 |
| 37 | Width = 162 |
| 38 | Frequency = 10 |
| 39 | Max = 127 |
| 40 | Min = -128 |
| 41 | OnChange = tbZChange |
| 42 | PageSize = 1 |
| 43 | ScalePos = trTop |
| 44 | TabOrder = 2 |
| 45 | end |
| 46 | end |