home *** CD-ROM | disk | FTP | other *** search
- object ModelPlacementDlg: TModelPlacementDlg
- Left = 250
- Top = 78
- BorderStyle = bsDialog
- Caption = 'Model Placement Dialog'
- ClientHeight = 92
- ClientWidth = 274
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 257
- Height = 41
- Shape = bsFrame
- end
- object Label11: TLabel
- Left = 24
- Top = 20
- Width = 20
- Height = 13
- Caption = 'Size'
- end
- object Label15: TLabel
- Left = 154
- Top = 20
- Width = 40
- Height = 13
- Hint = 'Percentage of grid squares with actor'
- Caption = 'Rotation'
- ParentShowHint = False
- ShowHint = False
- end
- object OKBtn: TButton
- Left = 59
- Top = 60
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 139
- Top = 60
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object ModelHeightEdit: TFloatEdit
- Left = 56
- Top = 16
- Width = 65
- Height = 21
- TabOrder = 2
- Text = '0.00'
- Digits = 2
- Max = 99999999.900000000000000000
- ErrorMessage = '[No Text]'
- end
- object RotationSpinEdit: TSpinEdit
- Left = 200
- Top = 16
- Width = 57
- Height = 22
- Increment = 10
- MaxLength = 3
- MaxValue = 359
- MinValue = 0
- TabOrder = 3
- Value = 0
- end
- end
-