home *** CD-ROM | disk | FTP | other *** search
/ Freelog 1 / Freelog001.iso / Logs / Educatif / Declic / Declic32.exe / 0 / RCDATA / TLOUPEDIALOG / TLOUPEDIALOG.txt
Text File  |  1998-12-20  |  2KB  |  112 lines

  1. object LoupeDialog: TLoupeDialog
  2.   Left = 174
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Loupe'
  8.   ClientHeight = 214
  9.   ClientWidth = 354
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 3
  19.     Top = 4
  20.     Width = 347
  21.     Height = 171
  22.     TabOrder = 2
  23.     object Label1: TLabel
  24.       Left = 14
  25.       Top = 14
  26.       Width = 282
  27.       Height = 29
  28.       AutoSize = False
  29.       Caption = 
  30.         'Choisissez un coefficient pour agrandir ou r∩┐╜duire la taille de ' +
  31.         'votre figure.'
  32.     end
  33.     object Panel2: TPanel
  34.       Left = 264
  35.       Top = 55
  36.       Width = 78
  37.       Height = 78
  38.       BevelInner = bvRaised
  39.       BevelOuter = bvLowered
  40.       TabOrder = 1
  41.       object Edit1: TEdit
  42.         Left = 9
  43.         Top = 14
  44.         Width = 61
  45.         Height = 20
  46.         TabOrder = 0
  47.         Text = '1'
  48.         OnEnter = Edit1Enter
  49.         OnKeyPress = Edit1KeyPress
  50.       end
  51.       object Edit2: TEdit
  52.         Left = 9
  53.         Top = 43
  54.         Width = 61
  55.         Height = 20
  56.         TabOrder = 1
  57.         Text = '1'
  58.         OnEnter = Edit2Enter
  59.         OnKeyPress = Edit1KeyPress
  60.       end
  61.     end
  62.     object RadioGroup1: TRadioGroup
  63.       Left = 11
  64.       Top = 50
  65.       Width = 255
  66.       Height = 105
  67.       Caption = 'Coefficient'
  68.       Columns = 4
  69.       Ctl3D = True
  70.       ItemIndex = 5
  71.       Items.Strings = (
  72.         '1/4'
  73.         '1/3'
  74.         '1/2'
  75.         '2/3'
  76.         '3/4'
  77.         '1'
  78.         '2'
  79.         '3'
  80.         '4'
  81.         'Autre   :'
  82.         'Inverse:')
  83.       ParentCtl3D = False
  84.       TabOrder = 0
  85.       OnClick = RadioGroup1Click
  86.     end
  87.   end
  88.   object CancelBtn: TBitBtn
  89.     Left = 95
  90.     Top = 182
  91.     Width = 77
  92.     Height = 27
  93.     TabOrder = 1
  94.     Kind = bkCancel
  95.     Margin = 2
  96.     Spacing = -1
  97.     IsControl = True
  98.   end
  99.   object OKBtn: TBitBtn
  100.     Left = 181
  101.     Top = 182
  102.     Width = 77
  103.     Height = 27
  104.     TabOrder = 0
  105.     OnClick = OKBtnClick
  106.     Kind = bkOK
  107.     Margin = 2
  108.     Spacing = -1
  109.     IsControl = True
  110.   end
  111. end
  112.