home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / 08_02.iso / test / di2002 / ENRETAILDMODI600.ZIP / SETUP / ImageExp.cab / PqIExp32.exe / 0 / RCDATA / TFRMUSERMSG / TFRMUSERMSG.txt
Encoding:
Text File  |  2002-04-09  |  2.4 KB  |  133 lines

  1. object frmUserMsg: TfrmUserMsg
  2.   Left = 242
  3.   Top = 426
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please Wait'
  7.   ClientHeight = 247
  8.   ClientWidth = 431
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pnlTop: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 431
  25.     Height = 10
  26.     Align = alTop
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object mmoSizer: TMemo
  30.       Left = 160
  31.       Top = 0
  32.       Width = 129
  33.       Height = 15
  34.       TabStop = False
  35.       BorderStyle = bsNone
  36.       TabOrder = 0
  37.       Visible = False
  38.     end
  39.   end
  40.   object pnlBottom: TPanel
  41.     Left = 0
  42.     Top = 202
  43.     Width = 431
  44.     Height = 45
  45.     Align = alBottom
  46.     BevelOuter = bvNone
  47.     TabOrder = 1
  48.     object btn1: TButton
  49.       Left = 9
  50.       Top = 10
  51.       Width = 75
  52.       Height = 25
  53.       TabOrder = 0
  54.       OnClick = btn1Click
  55.     end
  56.     object btn2: TButton
  57.       Left = 93
  58.       Top = 10
  59.       Width = 75
  60.       Height = 25
  61.       TabOrder = 1
  62.       OnClick = btn2Click
  63.     end
  64.     object btn3: TButton
  65.       Left = 178
  66.       Top = 10
  67.       Width = 75
  68.       Height = 25
  69.       TabOrder = 2
  70.       OnClick = btn3Click
  71.     end
  72.     object btn4: TButton
  73.       Left = 263
  74.       Top = 10
  75.       Width = 75
  76.       Height = 25
  77.       TabOrder = 3
  78.       OnClick = btn4Click
  79.     end
  80.     object btn5: TButton
  81.       Left = 348
  82.       Top = 10
  83.       Width = 75
  84.       Height = 25
  85.       TabOrder = 4
  86.       OnClick = btn5Click
  87.     end
  88.   end
  89.   object pnlLeft: TPanel
  90.     Left = 0
  91.     Top = 10
  92.     Width = 60
  93.     Height = 192
  94.     Align = alLeft
  95.     BevelOuter = bvNone
  96.     TabOrder = 2
  97.     object imgIcon: TImage
  98.       Left = 14
  99.       Top = 2
  100.       Width = 32
  101.       Height = 32
  102.       Transparent = True
  103.     end
  104.   end
  105.   object pnlMsg: TPanel
  106.     Left = 60
  107.     Top = 10
  108.     Width = 361
  109.     Height = 192
  110.     Align = alClient
  111.     BevelOuter = bvNone
  112.     TabOrder = 3
  113.     object lblMsg: TLabel
  114.       Left = 0
  115.       Top = 0
  116.       Width = 361
  117.       Height = 192
  118.       Align = alClient
  119.       Caption = '???'
  120.       WordWrap = True
  121.     end
  122.   end
  123.   object pnlRight: TPanel
  124.     Left = 421
  125.     Top = 10
  126.     Width = 10
  127.     Height = 192
  128.     Align = alRight
  129.     BevelOuter = bvNone
  130.     TabOrder = 4
  131.   end
  132. end
  133.