home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / EPA / ea4 / prg / Engact.ex_ / 0 / RCDATA / TDEMOINTROFORM / TDEMOINTROFORM.txt < prev   
Text File  |  2000-03-20  |  2KB  |  84 lines

  1. inherited DemoIntroForm: TDemoIntroForm
  2.   Left = 311
  3.   Top = 176
  4.   Caption = 'DemoIntroForm'
  5.   ClientHeight = 318
  6.   ClientWidth = 528
  7.   Position = poScreenCenter
  8.   OnCreate = FormCreate
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   inherited OKBtn: TPaintedButton
  12.     Left = 192
  13.     Top = 271
  14.     BAPicture = nil
  15.   end
  16.   inherited CancelBtn: TPaintedButton
  17.     Left = 317
  18.     Top = 154
  19.     Visible = False
  20.     BAPicture = nil
  21.   end
  22.   object Label1: TLabel [2]
  23.     Left = 215
  24.     Top = 39
  25.     Width = 58
  26.     Height = 22
  27.     Caption = 'Label1'
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWhite
  30.     Font.Height = -19
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     Transparent = True
  35.   end
  36.   object Label2: TLabel [3]
  37.     Left = 54
  38.     Top = 71
  39.     Width = 58
  40.     Height = 22
  41.     Caption = 'Label2'
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clWhite
  44.     Font.Height = -19
  45.     Font.Name = 'Arial'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     Transparent = True
  49.   end
  50.   object Label3: TLabel [4]
  51.     Left = 54
  52.     Top = 217
  53.     Width = 43
  54.     Height = 16
  55.     Caption = 'Label3'
  56.     Font.Charset = ANSI_CHARSET
  57.     Font.Color = clWhite
  58.     Font.Height = -13
  59.     Font.Name = 'Arial'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.     Transparent = True
  63.   end
  64.   inherited SMarks: TBmpArray
  65.     Left = 98
  66.   end
  67.   inherited RightBott: TBmpArray
  68.     Left = 51
  69.   end
  70.   inherited CaptionBk: TBmpArray
  71.     FileName = 'DESIGN\Picts2\ModryDialog\CaptionVelkyModry.bmp'
  72.     Picture.Data = {<image000.bmp>}
  73.   end
  74.   object BmpArray1: TBmpArray
  75.     FileName = 'DESIGN\Picts2\ModryDialog\BtOkCancel.bmp'
  76.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  77.     Collumns = 2
  78.     Rows = 4
  79.     Picture.Data = {<image001.bmp>}
  80.     Left = 78
  81.     Top = 290
  82.   end
  83. end
  84.