home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 July / VPR0007A.BIN / OLS / KCE051 / kce051.lzh / Kce.exe / 0 / RCDATA / TVERSIONF / TVERSIONF.txt < prev   
Text File  |  2000-04-24  |  2KB  |  97 lines

  1. object VersionF: TVersionF
  2.   Left = 358
  3.   Top = 176
  4.   BorderStyle = bsNone
  5.   Caption = 'KCE - Version'
  6.   ClientHeight = 154
  7.   ClientWidth = 248
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnDeactivate = FormDeactivate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 248
  26.     Height = 154
  27.     Align = alClient
  28.     TabOrder = 0
  29.     OnMouseDown = Panel1MouseDown
  30.     OnMouseMove = Panel1MouseMove
  31.     object Label1: TLabel
  32.       Left = 80
  33.       Top = 16
  34.       Width = 44
  35.       Height = 16
  36.       Caption = 'Label1'
  37.     end
  38.     object Label2: TLabel
  39.       Left = 104
  40.       Top = 48
  41.       Width = 53
  42.       Height = 16
  43.       Caption = '(C)ソスCソスソス'
  44.     end
  45.     object Label3: TLabel
  46.       Left = 32
  47.       Top = 72
  48.       Width = 70
  49.       Height = 13
  50.       Caption = 'Mail Address'
  51.       Font.Charset = SHIFTJIS_CHARSET
  52.       Font.Color = clWindowText
  53.       Font.Height = -13
  54.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  55.       Font.Style = [fsItalic, fsUnderline]
  56.       ParentFont = False
  57.     end
  58.     object Panel2: TPanel
  59.       Left = 8
  60.       Top = 8
  61.       Width = 49
  62.       Height = 49
  63.       TabOrder = 0
  64.       object Image1: TImage
  65.         Left = 8
  66.         Top = 8
  67.         Width = 32
  68.         Height = 32
  69.         AutoSize = True
  70.         Picture.Data = {<image001.ico>}
  71.       end
  72.     end
  73.     object Button1: TButton
  74.       Left = 88
  75.       Top = 120
  76.       Width = 75
  77.       Height = 25
  78.       Caption = 'OK'
  79.       TabOrder = 1
  80.       OnClick = Button1Click
  81.     end
  82.     object Edit1: TEdit
  83.       Left = 48
  84.       Top = 96
  85.       Width = 161
  86.       Height = 22
  87.       BorderStyle = bsNone
  88.       Color = clBtnFace
  89.       Ctl3D = False
  90.       ParentCtl3D = False
  91.       ReadOnly = True
  92.       TabOrder = 2
  93.       Text = 'YRW03162@nifty.ne.jp'
  94.     end
  95.   end
  96. end
  97.