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

  1. inherited EAPopupForm: TEAPopupForm
  2.   Left = 469
  3.   Top = 304
  4.   Caption = 'EAPopupForm'
  5.   ClientHeight = 282
  6.   ClientWidth = 362
  7.   OnKeyDown = FormKeyDown
  8.   OnPaint = FormPaint
  9.   OnResize = FormResize
  10.   PixelsPerInch = 96
  11.   TextHeight = 15
  12.   object OKBtn: TPaintedButton [0]
  13.     Left = 32
  14.     Top = 177
  15.     Width = 118
  16.     Height = 28
  17.     Cursor = crHandPoint
  18.     OnClick = OKBtnClick
  19.     RegLeft = 0
  20.     RegTop = 0
  21.     RegUssages = [uf_HitTest, uf_Clipping]
  22.     BitmapArray = Buttons
  23.     ShowHint = True
  24.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  25.     BARows = 0
  26.     BmpArrayColumn = 0
  27.     Style = pbs_Button
  28.   end
  29.   object CancelBtn: TPaintedButton [1]
  30.     Left = 179
  31.     Top = 178
  32.     Width = 118
  33.     Height = 28
  34.     Cursor = crHandPoint
  35.     OnClick = CancelBtnClick
  36.     RegLeft = 0
  37.     RegTop = 0
  38.     RegUssages = [uf_HitTest, uf_Clipping]
  39.     BitmapArray = Buttons
  40.     ShowHint = True
  41.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  42.     BARows = 0
  43.     BmpArrayColumn = 1
  44.     Style = pbs_Button
  45.   end
  46.   object LeftBott: TBmpArray
  47.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  48.     Left = 156
  49.     Top = 8
  50.   end
  51.   object LeftFrame: TBmpArray
  52.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  53.     Left = 275
  54.     Top = 8
  55.   end
  56.   object CaptionTxt: TBmpArray
  57.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  58.     Left = 153
  59.     Top = 105
  60.   end
  61.   object RightFrame: TBmpArray
  62.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  63.     Left = 320
  64.     Top = 7
  65.   end
  66.   object BottFrame: TBmpArray
  67.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  68.     Left = 153
  69.     Top = 57
  70.   end
  71.   object Buttons: TBmpArray
  72.     FileName = 'DESIGN\Picts2\ModryDialog\BtOkCloseCancel.bmp'
  73.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  74.     Collumns = 3
  75.     Rows = 4
  76.     Picture.Data = {<image000.bmp>}
  77.     Left = 214
  78.     Top = 88
  79.   end
  80.   object RightBott: TBmpArray
  81.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  82.     Left = 217
  83.     Top = 9
  84.   end
  85.   object CaptionBk: TBmpArray
  86.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  87.     Left = 210
  88.     Top = 54
  89.   end
  90.   object TopPanel: TBmpArray
  91.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  92.     Left = 265
  93.     Top = 111
  94.   end
  95.   object CaptionBk2: TBmpArray
  96.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  97.     Left = 264
  98.     Top = 144
  99.   end
  100.   object NCManager: TNCManager
  101.     WLeft = 0
  102.     WTop = 0
  103.     WRight = 0
  104.     WBottom = 0
  105.     WCaption = 0
  106.     WResize = 20
  107.     Left = 270
  108.     Top = 62
  109.   end
  110. end
  111.