home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TDLGPROG / TDLGPROG.txt
Encoding:
Text File  |  2001-06-29  |  819 b   |  44 lines

  1. object DlgProg: TDlgProg
  2.   Left = 338
  3.   Top = 222
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 135
  6.   ClientWidth = 343
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object LabSource: TLabel
  21.     Left = 22
  22.     Top = 56
  23.     Width = 309
  24.     Height = 41
  25.     AutoSize = False
  26.     WordWrap = True
  27.   end
  28.   object LabMessage: TLabel
  29.     Left = 22
  30.     Top = 30
  31.     Width = 4
  32.     Height = 16
  33.   end
  34.   object BtnCancel: TButton
  35.     Left = 146
  36.     Top = 104
  37.     Width = 71
  38.     Height = 23
  39.     Caption = '╚í∩┐╜∩┐╜'
  40.     TabOrder = 0
  41.     OnClick = BtnCancelClick
  42.   end
  43. end
  44.