home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / SCHWATCH / schwatch.lzh / Schwatch.exe / 0 / RCDATA / TDLGVERSION / TDLGVERSION.txt < prev   
Text File  |  2000-11-11  |  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 = bvLowered
  24.     BevelOuter = bvNone
  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.       OnClick = ProgramIconClick
  37.       IsControl = True
  38.     end
  39.     object ProductName: TLabel
  40.       Left = 56
  41.       Top = 16
  42.       Width = 159
  43.       Height = 24
  44.       Caption = 'Schedule Watcher'
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clBlack
  47.       Font.Height = -21
  48.       Font.Name = 'Times New Roman'
  49.       Font.Style = [fsBold, fsItalic]
  50.       ParentFont = False
  51.       IsControl = True
  52.     end
  53.     object Version: TLabel
  54.       Left = 73
  55.       Top = 48
  56.       Width = 48
  57.       Height = 16
  58.       Caption = 'Version'
  59.       Font.Charset = ANSI_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -13
  62.       Font.Name = 'Arial'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       IsControl = True
  66.     end
  67.     object Copyright: TLabel
  68.       Left = 40
  69.       Top = 80
  70.       Width = 169
  71.       Height = 12
  72.       Caption = 'Copyright (C) 1999 - 2000 SAKO'
  73.       IsControl = True
  74.     end
  75.     object LabelEmail: TLabel
  76.       Left = 68
  77.       Top = 104
  78.       Width = 114
  79.       Height = 12
  80.       Cursor = crHandPoint
  81.       Alignment = taCenter
  82.       Caption = 'kamisako@bc.mbn.or.jp'
  83.       Font.Charset = SHIFTJIS_CHARSET
  84.       Font.Color = clBlue
  85.       Font.Height = -12
  86.       Font.Name = 'MS UI Gothic'
  87.       Font.Style = [fsUnderline]
  88.       ParentFont = False
  89.       OnClick = LabelEmailClick
  90.     end
  91.   end
  92.   object OKButton: TButton
  93.     Left = 81
  94.     Top = 144
  95.     Width = 89
  96.     Height = 22
  97.     Caption = 'OK'
  98.     Default = True
  99.     ModalResult = 1
  100.     TabOrder = 0
  101.   end
  102. end
  103.