root / Client / Tools / UfrmDrawSettings.lfm @ 0:95bd93c28625
History | View | Annotate | Download (1.5 kB)
| 1 | object frmDrawSettings: TfrmDrawSettings |
|---|---|
| 2 | Left = 290 |
| 3 | Height = 138 |
| 4 | Top = 171 |
| 5 | Width = 186 |
| 6 | HorzScrollBar.Page = 185 |
| 7 | VertScrollBar.Page = 137 |
| 8 | ActiveControl = rbTileList |
| 9 | BorderIcons = [] |
| 10 | BorderStyle = bsToolWindow |
| 11 | Caption = 'Draw settings' |
| 12 | ClientHeight = 138 |
| 13 | ClientWidth = 186 |
| 14 | FormStyle = fsStayOnTop |
| 15 | OnClose = FormClose |
| 16 | OnDeactivate = FormDeactivate |
| 17 | OnShow = FormShow |
| 18 | object rbTileList: TRadioButton |
| 19 | Left = 8 |
| 20 | Height = 15 |
| 21 | Top = 8 |
| 22 | Width = 113 |
| 23 | Caption = 'Use tile from the list' |
| 24 | Checked = True |
| 25 | State = cbChecked |
| 26 | TabOrder = 0 |
| 27 | UseOnChange = True |
| 28 | end |
| 29 | object rbRandom: TRadioButton |
| 30 | Left = 8 |
| 31 | Height = 15 |
| 32 | Top = 32 |
| 33 | Width = 164 |
| 34 | Caption = 'Use tiles from the random pool' |
| 35 | TabOrder = 1 |
| 36 | UseOnChange = True |
| 37 | end |
| 38 | object cbForceAltitude: TCheckBox |
| 39 | Left = 8 |
| 40 | Height = 15 |
| 41 | Top = 60 |
| 42 | Width = 89 |
| 43 | Caption = 'Force altitude:' |
| 44 | TabOrder = 2 |
| 45 | end |
| 46 | object seForceAltitude: TSpinEdit |
| 47 | Left = 104 |
| 48 | Height = 23 |
| 49 | Top = 56 |
| 50 | Width = 50 |
| 51 | MaxValue = 127 |
| 52 | MinValue = -128 |
| 53 | OnChange = seForceAltitudeChange |
| 54 | TabOrder = 3 |
| 55 | end |
| 56 | object gbHue: TGroupBox |
| 57 | Height = 49 |
| 58 | Top = 88 |
| 59 | Width = 185 |
| 60 | Caption = 'Hue (Statics only)' |
| 61 | ClientHeight = 31 |
| 62 | ClientWidth = 181 |
| 63 | TabOrder = 4 |
| 64 | object pbHue: TPaintBox |
| 65 | Cursor = crHandPoint |
| 66 | Left = 6 |
| 67 | Height = 16 |
| 68 | Top = 1 |
| 69 | Width = 169 |
| 70 | OnClick = pbHueClick |
| 71 | OnPaint = pbHuePaint |
| 72 | end |
| 73 | end |
| 74 | end |