home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / SOFTWARE / VYZKUSTE / RKEDIT / RKEDIT.EXE / 0 / RCDATA / TFRMWAITING / TFRMWAITING.txt
Text File  |  2003-04-17  |  1KB  |  65 lines

  1. inherited frmWaiting: TfrmWaiting
  2.   Left = 733
  3.   Top = 470
  4.   Width = 188
  5.   Height = 108
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Compiling/Running'
  8.   Color = clBtnFace
  9.   Constraints.MaxHeight = 108
  10.   Constraints.MinHeight = 108
  11.   Constraints.MinWidth = 188
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnResize = FormResize
  23.   DesignSize = (
  24.     180
  25.     81)
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Label1: TLabel
  29.     Left = 8
  30.     Top = 16
  31.     Width = 46
  32.     Height = 13
  33.     Caption = 'Running: '
  34.   end
  35.   object lblFileName: TLabel
  36.     Left = 56
  37.     Top = 16
  38.     Width = 117
  39.     Height = 13
  40.     Anchors = [akLeft, akTop, akRight]
  41.     AutoSize = False
  42.     Caption = 'lblFileName'
  43.   end
  44.   object btnTerminate: TBitBtn
  45.     Left = 11
  46.     Top = 48
  47.     Width = 75
  48.     Height = 25
  49.     Anchors = [akTop, akRight]
  50.     Caption = 'Terminate'
  51.     TabOrder = 0
  52.     OnClick = btnTerminateClick
  53.   end
  54.   object bbtnDontWait: TBitBtn
  55.     Left = 99
  56.     Top = 48
  57.     Width = 75
  58.     Height = 25
  59.     Anchors = [akTop, akRight]
  60.     Caption = 'Don'#39't wait'
  61.     TabOrder = 1
  62.     OnClick = bbtnDontWaitClick
  63.   end
  64. end
  65.