home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / subtitles / subtitlesk5ky.exe / SubtitlesK5ky.EXE / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt < prev   
Text File  |  2006-09-24  |  2KB  |  98 lines

  1. object FormAbout: TFormAbout
  2.   Left = 344
  3.   Top = 128
  4.   AutoSize = True
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 600
  8.   ClientWidth = 800
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ImageSummer: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 800
  26.     Height = 600
  27.     Constraints.MaxHeight = 600
  28.     Constraints.MaxWidth = 800
  29.     Constraints.MinHeight = 600
  30.     Constraints.MinWidth = 800
  31.     Picture.Data = {<image000.jpg>}
  32.     Visible = False
  33.   end
  34.   object Label1: TLabel
  35.     Left = 1
  36.     Top = 40
  37.     Width = 9
  38.     Height = 20
  39.     Caption = '1'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -16
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     ShowAccelChar = False
  47.     Transparent = True
  48.   end
  49.   object Label2: TLabel
  50.     Left = 1
  51.     Top = 100
  52.     Width = 7
  53.     Height = 16
  54.     Caption = '2'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -13
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     ShowAccelChar = False
  62.     Transparent = True
  63.   end
  64.   object Label3: TLabel
  65.     Left = 1
  66.     Top = 250
  67.     Width = 7
  68.     Height = 16
  69.     Caption = '3'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -13
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     ShowAccelChar = False
  77.     Transparent = True
  78.   end
  79.   object ButtonClose: TButton
  80.     Left = 445
  81.     Top = 560
  82.     Width = 250
  83.     Height = 25
  84.     Cancel = True
  85.     Default = True
  86.     TabOrder = 0
  87.     OnClick = ButtonCloseClick
  88.   end
  89.   object ButtonSend: TButton
  90.     Left = 105
  91.     Top = 560
  92.     Width = 250
  93.     Height = 25
  94.     TabOrder = 1
  95.     OnClick = ButtonSendClick
  96.   end
  97. end
  98.