home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / chipCD7_99.iso / pelne / polska1999 / _SETUP.LIB / Password.dll / 0 / RCDATA / TFRMUSER / TFRMUSER.txt < prev   
Text File  |  1999-03-30  |  2KB  |  99 lines

  1. object FrmUser: TFrmUser
  2.   Left = 196
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Rejestracja danych'
  7.   ClientHeight = 148
  8.   ClientWidth = 367
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 30
  21.     Top = 54
  22.     Width = 84
  23.     Height = 13
  24.     Caption = 'Imi∩┐╜ u∩┐╜ytkownika:'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label1: TLabel
  32.     Left = 19
  33.     Top = 6
  34.     Width = 327
  35.     Height = 31
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 
  39.       'Podaj swoje dane, kt∩┐╜rymi b∩┐╜dziesz identyfikowany jako legalny u' +
  40.       '∩┐╜ytkownik pakietu "Polska 1999"'
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     WordWrap = True
  47.   end
  48.   object Label3: TLabel
  49.     Left = 56
  50.     Top = 80
  51.     Width = 60
  52.     Height = 13
  53.     Caption = 'Nazwa firmy:'
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object TxtNumer: TEdit
  61.     Left = 124
  62.     Top = 50
  63.     Width = 221
  64.     Height = 21
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     MaxLength = 20
  70.     ParentFont = False
  71.     TabOrder = 0
  72.     OnChange = TxtNumerChange
  73.   end
  74.   object ButtonOK: TButton
  75.     Left = 140
  76.     Top = 110
  77.     Width = 93
  78.     Height = 27
  79.     Caption = '&OK'
  80.     Default = True
  81.     TabOrder = 2
  82.     OnClick = ButtonOKClick
  83.   end
  84.   object TxtFirma: TEdit
  85.     Left = 124
  86.     Top = 76
  87.     Width = 221
  88.     Height = 21
  89.     Font.Color = clBlack
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     MaxLength = 30
  94.     ParentFont = False
  95.     TabOrder = 1
  96.     OnChange = TxtFirmaChange
  97.   end
  98. end
  99.