home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / allmediafixer / MediaFixer.exe / {app} / AllMediaFixer.exe / 0 / RCDATA / TINPUTFORM / TINPUTFORM.txt < prev   
Encoding:
Text File  |  2004-06-14  |  1.7 KB  |  91 lines

  1. object InputForm: TInputForm
  2.   Left = 124
  3.   Top = 145
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'InputForm'
  7.   ClientHeight = 319
  8.   ClientWidth = 652
  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.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 43
  23.     Height = 13
  24.     Caption = 'Example:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 40
  29.     Width = 76
  30.     Height = 13
  31.     Caption = 'Regname: Hello'
  32.   end
  33.   object Label4: TLabel
  34.     Left = 8
  35.     Top = 56
  36.     Width = 504
  37.     Height = 13
  38.     Caption = 
  39.       'Regcode: 42315224-99023523-15971377-22391111-31316917-16775345-1' +
  40.       '13194B6443FC5223152FBA0'
  41.     WordWrap = True
  42.   end
  43.   object Label5: TLabel
  44.     Left = 8
  45.     Top = 80
  46.     Width = 74
  47.     Height = 16
  48.     Caption = 'Must 2 line'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -13
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object FaceIco: TImage
  57.     Left = 16
  58.     Top = 276
  59.     Width = 33
  60.     Height = 37
  61.   end
  62.   object Memo1: TMemo
  63.     Left = 8
  64.     Top = 104
  65.     Width = 633
  66.     Height = 161
  67.     TabOrder = 0
  68.     WordWrap = False
  69.   end
  70.   object Button1: TButton
  71.     Left = 472
  72.     Top = 280
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'OK'
  76.     Default = True
  77.     TabOrder = 1
  78.     OnClick = Button1Click
  79.   end
  80.   object Button2: TButton
  81.     Left = 552
  82.     Top = 280
  83.     Width = 75
  84.     Height = 25
  85.     Cancel = True
  86.     Caption = 'Cancel'
  87.     TabOrder = 2
  88.     OnClick = Button2Click
  89.   end
  90. end
  91.