home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / bjd-3.6.2.lzh / _SETUP.1 / BlackJumboDog.exe / 0 / RCDATA / TSTATUSDLG / TSTATUSDLG.txt
Text File  |  2004-07-28  |  1KB  |  60 lines

  1. object StatusDlg: TStatusDlg
  2.   Left = 160
  3.   Top = 75
  4.   Width = 798
  5.   Height = 473
  6.   Color = clBtnFace
  7.   Font.Charset = SHIFTJIS_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  11.   Font.Style = []
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Panel: TPanel
  17.     Left = 0
  18.     Top = 405
  19.     Width = 790
  20.     Height = 41
  21.     Align = alBottom
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ButtonOk: TButton
  25.       Left = 16
  26.       Top = 8
  27.       Width = 75
  28.       Height = 25
  29.       Caption = 'OK'
  30.       Default = True
  31.       ModalResult = 1
  32.       TabOrder = 0
  33.     end
  34.     object ButtonCopy: TButton
  35.       Left = 104
  36.       Top = 8
  37.       Width = 75
  38.       Height = 25
  39.       Caption = '∩┐╜R∩┐╜s∩┐╜['
  40.       TabOrder = 1
  41.       OnClick = ButtonCopyClick
  42.     end
  43.   end
  44.   object ListBox: TListBox
  45.     Left = 0
  46.     Top = 0
  47.     Width = 790
  48.     Height = 405
  49.     Align = alClient
  50.     Font.Charset = SHIFTJIS_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -9
  53.     Font.Name = 'FixedSys'
  54.     Font.Style = []
  55.     ItemHeight = 18
  56.     ParentFont = False
  57.     TabOrder = 1
  58.   end
  59. end
  60.