home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 July / VPR0207A.ISO / OLS / SW235 / sw235.lzh / Schwatch.exe / 0 / RCDATA / TDLGVERSION / TDLGVERSION.txt < prev   
Text File  |  2002-04-17  |  2KB  |  103 lines

  1. object DlgVersion: TDlgVersion
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスoソス[ソスWソスソスソスソスソスソスソス'
  6.   ClientHeight = 174
  7.   ClientWidth = 250
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'MS UI Gothic'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 250
  21.     Height = 174
  22.     Align = alClient
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     Caption = 'Panel1'
  26.     ParentColor = True
  27.     TabOrder = 1
  28.     object ProgramIcon: TImage
  29.       Left = 8
  30.       Top = 8
  31.       Width = 32
  32.       Height = 32
  33.       AutoSize = True
  34.       Picture.Data = {<image000.ico>}
  35.       Stretch = True
  36.       IsControl = True
  37.     end
  38.     object ProductName: TLabel
  39.       Left = 56
  40.       Top = 16
  41.       Width = 159
  42.       Height = 24
  43.       Caption = 'Schedule Watcher'
  44.       Font.Charset = ANSI_CHARSET
  45.       Font.Color = clBlack
  46.       Font.Height = -21
  47.       Font.Name = 'Times New Roman'
  48.       Font.Style = [fsBold, fsItalic]
  49.       ParentFont = False
  50.       IsControl = True
  51.     end
  52.     object Version: TLabel
  53.       Left = 73
  54.       Top = 48
  55.       Width = 48
  56.       Height = 16
  57.       Caption = 'Version'
  58.       Font.Charset = ANSI_CHARSET
  59.       Font.Color = clWindowText
  60.       Font.Height = -13
  61.       Font.Name = 'Arial'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.       IsControl = True
  65.     end
  66.     object Copyright: TLabel
  67.       Left = 40
  68.       Top = 80
  69.       Width = 169
  70.       Height = 12
  71.       Caption = 'Copyright (C) 1999 - 2002 SAKO'
  72.       IsControl = True
  73.     end
  74.     object LabelHomePage: TLabel
  75.       Left = 36
  76.       Top = 104
  77.       Width = 173
  78.       Height = 12
  79.       Cursor = crHandPoint
  80.       Alignment = taCenter
  81.       Caption = 'http://plaza4.mbn.or.jp/~sakosoft/'
  82.       Font.Charset = SHIFTJIS_CHARSET
  83.       Font.Color = clBlue
  84.       Font.Height = -12
  85.       Font.Name = 'MS UI Gothic'
  86.       Font.Style = [fsUnderline]
  87.       ParentFont = False
  88.       OnClick = LabelHomePageClick
  89.     end
  90.   end
  91.   object OKButton: TButton
  92.     Left = 81
  93.     Top = 144
  94.     Width = 89
  95.     Height = 22
  96.     Cancel = True
  97.     Caption = 'OK'
  98.     Default = True
  99.     ModalResult = 1
  100.     TabOrder = 0
  101.   end
  102. end
  103.