home *** CD-ROM | disk | FTP | other *** search
- object OrientationDlg: TOrientationDlg
- Left = 200
- Top = 108
- Width = 337
- Height = 215
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 313
- Height = 137
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 32
- Top = 24
- Width = 3
- Height = 13
- end
- object Label2: TLabel
- Left = 32
- Top = 80
- Width = 3
- Height = 13
- end
- object BitBtn1: TBitBtn
- Left = 120
- Top = 160
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 208
- Top = 160
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object Direction: TUpDown
- Left = 97
- Top = 48
- Width = 12
- Height = 21
- Associate = Edit1
- Min = 0
- Max = 360
- Increment = 5
- Position = 0
- TabOrder = 2
- Thousands = False
- Wrap = False
- end
- object Edit1: TEdit
- Left = 48
- Top = 48
- Width = 49
- Height = 21
- TabOrder = 3
- Text = '0'
- end
- object Edit2: TEdit
- Left = 48
- Top = 104
- Width = 49
- Height = 21
- TabOrder = 4
- Text = '0'
- OnChange = Edit2Change
- end
- object Inclinaison: TUpDown
- Left = 97
- Top = 104
- Width = 12
- Height = 21
- Associate = Edit2
- Min = 0
- Max = 180
- Increment = 5
- Position = 0
- TabOrder = 5
- Thousands = False
- Wrap = False
- end
- end
-