home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 November / VPR9811A.BIN / OLS / dice02 / dice02.lzh / DICE.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-06-15  |  2KB  |  91 lines

  1. object Form1: TForm1
  2.   Left = 316
  3.   Top = 253
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsNone
  6.   Caption = 'Form1'
  7.   ClientHeight = 93
  8.   ClientWidth = 354
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 354
  24.     Height = 93
  25.     Align = alClient
  26.     TabOrder = 0
  27.     OnClick = Panel1Click
  28.     object Label1: TLabel
  29.       Left = 27
  30.       Top = 40
  31.       Width = 301
  32.       Height = 12
  33.       Alignment = taCenter
  34.       AutoSize = False
  35.       Caption = 'Label1'
  36.     end
  37.     object Label3: TLabel
  38.       Left = 305
  39.       Top = 71
  40.       Width = 38
  41.       Height = 16
  42.       Caption = 'Dice.'
  43.       Font.Charset = SHIFTJIS_CHARSET
  44.       Font.Color = clWhite
  45.       Font.Height = -16
  46.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       ParentShowHint = False
  50.       ShowHint = False
  51.       Transparent = True
  52.     end
  53.     object Label4: TLabel
  54.       Left = 303
  55.       Top = 69
  56.       Width = 38
  57.       Height = 16
  58.       Caption = 'Dice.'
  59.       Font.Charset = SHIFTJIS_CHARSET
  60.       Font.Color = clGray
  61.       Font.Height = -16
  62.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       ParentShowHint = False
  66.       ShowHint = False
  67.       Transparent = True
  68.     end
  69.     object Label2: TLabel
  70.       Left = 304
  71.       Top = 70
  72.       Width = 38
  73.       Height = 16
  74.       Caption = 'Dice.'
  75.       Font.Charset = SHIFTJIS_CHARSET
  76.       Font.Color = clSilver
  77.       Font.Height = -16
  78.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  79.       Font.Style = [fsBold]
  80.       ParentFont = False
  81.       Transparent = True
  82.     end
  83.   end
  84.   object Timer1: TTimer
  85.     Interval = 2500
  86.     OnTimer = Timer1Timer
  87.     Left = 308
  88.     Top = 8
  89.   end
  90. end
  91.