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

  1. object PointCoordDlg: TPointCoordDlg
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Point de coordonn∩┐╜es'
  7.   ClientHeight = 122
  8.   ClientWidth = 270
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 47
  18.     Top = 90
  19.     Width = 77
  20.     Height = 27
  21.     TabOrder = 0
  22.     Kind = bkOK
  23.     Margin = 2
  24.     Style = bsNew
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object CancelBtn: TBitBtn
  29.     Left = 131
  30.     Top = 90
  31.     Width = 77
  32.     Height = 27
  33.     TabOrder = 1
  34.     Kind = bkCancel
  35.     Margin = 2
  36.     Style = bsNew
  37.     Spacing = -1
  38.     IsControl = True
  39.   end
  40.   object PanelDef: TPanel
  41.     Left = 6
  42.     Top = 5
  43.     Width = 258
  44.     Height = 79
  45.     TabOrder = 2
  46.     object Label1: TLabel
  47.       Left = 32
  48.       Top = 19
  49.       Width = 45
  50.       Height = 13
  51.       Caption = 'Abscisse:'
  52.     end
  53.     object Label2: TLabel
  54.       Left = 27
  55.       Top = 48
  56.       Width = 50
  57.       Height = 13
  58.       Caption = 'Ordonn∩┐╜e:'
  59.     end
  60.     object Edit1: TEdit
  61.       Left = 104
  62.       Top = 15
  63.       Width = 121
  64.       Height = 21
  65.       TabOrder = 0
  66.       OnKeyPress = Edit1KeyPress
  67.     end
  68.     object Edit2: TEdit
  69.       Left = 104
  70.       Top = 43
  71.       Width = 121
  72.       Height = 21
  73.       TabOrder = 1
  74.       OnKeyPress = Edit1KeyPress
  75.     end
  76.   end
  77. end
  78.