home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / CoolMon / cmsetup.exe / Setup.exe / 0 / RCDATA / TFORM11 / TFORM11.txt
Encoding:
Text File  |  2003-08-11  |  2.1 KB  |  122 lines

  1. object Form11: TForm11
  2.   Left = 192
  3.   Top = 107
  4.   Width = 250
  5.   Height = 230
  6.   Caption = 'Form11'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 62
  18.     Top = 16
  19.     Width = 46
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = 'Extension'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 10
  26.     Top = 40
  27.     Width = 98
  28.     Height = 13
  29.     Alignment = taRightJustify
  30.     Caption = 'Extension Key Name'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 55
  34.     Top = 64
  35.     Width = 53
  36.     Height = 13
  37.     Alignment = taRightJustify
  38.     Caption = 'Description'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 53
  42.     Top = 88
  43.     Width = 55
  44.     Height = 13
  45.     Alignment = taRightJustify
  46.     Caption = 'DefaultIcon'
  47.   end
  48.   object Label5: TLabel
  49.     Left = 5
  50.     Top = 112
  51.     Width = 103
  52.     Height = 13
  53.     Alignment = taRightJustify
  54.     Caption = 'Command Description'
  55.   end
  56.   object Label6: TLabel
  57.     Left = 41
  58.     Top = 136
  59.     Width = 67
  60.     Height = 13
  61.     Alignment = taRightJustify
  62.     Caption = 'CommandLine'
  63.   end
  64.   object Edit1: TEdit
  65.     Left = 112
  66.     Top = 12
  67.     Width = 121
  68.     Height = 21
  69.     TabOrder = 0
  70.     Text = 'DCL'
  71.   end
  72.   object Edit2: TEdit
  73.     Left = 112
  74.     Top = 36
  75.     Width = 121
  76.     Height = 21
  77.     TabOrder = 1
  78.     Text = 'Reserved'
  79.   end
  80.   object Edit3: TEdit
  81.     Left = 112
  82.     Top = 60
  83.     Width = 121
  84.     Height = 21
  85.     TabOrder = 2
  86.     Text = 'Directory Compare List'
  87.   end
  88.   object Edit4: TEdit
  89.     Left = 112
  90.     Top = 84
  91.     Width = 121
  92.     Height = 21
  93.     TabOrder = 3
  94.     Text = 'SomeIcon.Ico,1'
  95.   end
  96.   object Edit5: TEdit
  97.     Left = 112
  98.     Top = 108
  99.     Width = 121
  100.     Height = 21
  101.     TabOrder = 4
  102.     Text = 'View'
  103.   end
  104.   object Edit6: TEdit
  105.     Left = 112
  106.     Top = 132
  107.     Width = 121
  108.     Height = 21
  109.     TabOrder = 5
  110.     Text = 'C:\RunThisProgram.Exe'
  111.   end
  112.   object Button1: TButton
  113.     Left = 80
  114.     Top = 168
  115.     Width = 75
  116.     Height = 25
  117.     Caption = 'Register'
  118.     TabOrder = 6
  119.     OnClick = Button1Click
  120.   end
  121. end
  122.