home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Français / PJscrab / pjscrabp.exe / RCDATA / TSAISIEDUPLICATE / TSAISIEDUPLICATE.txt
Text File  |  2000-05-27  |  2KB  |  96 lines

  1. object SaisieDuplicate: TSaisieDuplicate
  2.   Left = 7
  3.   Top = 439
  4.   Width = 251
  5.   Height = 142
  6.   ActiveControl = fi_coup
  7.   Caption = 'SaisieDuplicate'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 23
  20.     Top = 58
  21.     Width = 30
  22.     Height = 13
  23.     Caption = '&Valeur'
  24.     FocusControl = fi_points
  25.   end
  26.   object Label2: TLabel
  27.     Left = 28
  28.     Top = 10
  29.     Width = 25
  30.     Height = 13
  31.     Caption = '&Coup'
  32.     FocusControl = fi_coup
  33.   end
  34.   object Label3: TLabel
  35.     Left = 16
  36.     Top = 33
  37.     Width = 37
  38.     Height = 14
  39.     Caption = '&Position'
  40.     FocusControl = fi_coord
  41.   end
  42.   object Label4: TLabel
  43.     Left = 181
  44.     Top = 35
  45.     Width = 37
  46.     Height = 13
  47.     Caption = '(ex: H5)'
  48.   end
  49.   object Label5: TLabel
  50.     Left = 181
  51.     Top = 11
  52.     Width = 54
  53.     Height = 13
  54.     Caption = '(ex: ESSAI)'
  55.   end
  56.   object Label6: TLabel
  57.     Left = 182
  58.     Top = 59
  59.     Width = 35
  60.     Height = 13
  61.     Caption = '(ex: 18)'
  62.   end
  63.   object bt_ok: TButton
  64.     Left = 80
  65.     Top = 85
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 3
  72.     OnClick = bt_okClick
  73.   end
  74.   object fi_points: TEdit
  75.     Left = 56
  76.     Top = 54
  77.     Width = 121
  78.     Height = 21
  79.     TabOrder = 2
  80.   end
  81.   object fi_coup: TEdit
  82.     Left = 56
  83.     Top = 6
  84.     Width = 121
  85.     Height = 21
  86.     TabOrder = 0
  87.   end
  88.   object fi_coord: TEdit
  89.     Left = 56
  90.     Top = 30
  91.     Width = 121
  92.     Height = 21
  93.     TabOrder = 1
  94.   end
  95. end
  96.