home *** CD-ROM | disk | FTP | other *** search
- object AssemblerForm: TAssemblerForm
- Left = 245
- Top = 157
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'Assembler'
- ClientHeight = 144
- ClientWidth = 306
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object BAnnuler: TButton
- Left = 216
- Top = 104
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Annuler'
- ModalResult = 2
- TabOrder = 0
- end
- object BOk: TButton
- Left = 136
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 1
- OnClick = BOkClick
- end
- object RGPos: TRadioGroup
- Left = 16
- Top = 16
- Width = 275
- Height = 73
- Caption = ' Coller le contenu du presse-papiers '#224' '
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Droite'
- 'Bas'
- 'Gauche'
- 'Haut')
- TabOrder = 2
- end
- end
-