home *** CD-ROM | disk | FTP | other *** search
/ Freelog 19 / Freelog019.iso / Prog / Pratique / FichPrin.~df / FichPrin.txt
Text File  |  2001-01-29  |  856b  |  48 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 108
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'By the Blue Velvet League'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 136
  17.     Width = 150
  18.     Height = 13
  19.     Caption = 'Cliquez pour connaitre votre OS'
  20.   end
  21.   object Edit1: TEdit
  22.     Left = 112
  23.     Top = 32
  24.     Width = 273
  25.     Height = 21
  26.     TabOrder = 0
  27.     Text = 'Edit1'
  28.     OnChange = Edit1Change
  29.   end
  30.   object Edit2: TEdit
  31.     Left = 280
  32.     Top = 128
  33.     Width = 201
  34.     Height = 25
  35.     TabOrder = 1
  36.     Text = 'Edit2'
  37.   end
  38.   object Button1: TButton
  39.     Left = 184
  40.     Top = 128
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'ICI'
  44.     TabOrder = 2
  45.     OnClick = Button1Click
  46.   end
  47. end
  48.