home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kompon / d6 / HHCOMP6.ZIP / Unit1.dfm / Unit1.txt
Text File  |  2001-10-04  |  2KB  |  92 lines

  1. object Form1: TForm1
  2.   Left = 272
  3.   Top = 180
  4.   Width = 350
  5.   Height = 248
  6.   HelpType = htKeyword
  7.   HelpContext = 1
  8.   Caption = 'Form1'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Edit1: TEdit
  22.     Left = 32
  23.     Top = 32
  24.     Width = 121
  25.     Height = 24
  26.     HelpContext = 2
  27.     TabOrder = 0
  28.     Text = 'Edit1'
  29.   end
  30.   object Edit2: TEdit
  31.     Left = 184
  32.     Top = 32
  33.     Width = 121
  34.     Height = 24
  35.     HelpContext = 3
  36.     TabOrder = 1
  37.     Text = 'Edit2'
  38.   end
  39.   object Button1: TButton
  40.     Left = 32
  41.     Top = 96
  42.     Width = 121
  43.     Height = 25
  44.     HelpContext = 4
  45.     Caption = 'Button1'
  46.     TabOrder = 2
  47.   end
  48.   object Button2: TButton
  49.     Left = 184
  50.     Top = 96
  51.     Width = 121
  52.     Height = 25
  53.     HelpContext = 5
  54.     Caption = 'Button2'
  55.     TabOrder = 3
  56.     OnClick = Button2Click
  57.   end
  58.   object Edit3: TEdit
  59.     Left = 32
  60.     Top = 144
  61.     Width = 121
  62.     Height = 24
  63.     TabOrder = 4
  64.     Text = 'Edit3'
  65.   end
  66.   object MainMenu1: TMainMenu
  67.     Left = 8
  68.     object File1: TMenuItem
  69.       Caption = 'File'
  70.       object Close1: TMenuItem
  71.         Caption = 'Close'
  72.         OnClick = Close1Click
  73.       end
  74.     end
  75.     object Help1: TMenuItem
  76.       Caption = 'Help'
  77.       object Contents1: TMenuItem
  78.         Caption = 'Contents'
  79.         OnClick = Contents1Click
  80.       end
  81.       object Index1: TMenuItem
  82.         Caption = 'Index'
  83.         OnClick = Index1Click
  84.       end
  85.     end
  86.   end
  87.   object HHComp1: THHComp
  88.     HelpFile = 'test.chm'
  89.     Left = 152
  90.   end
  91. end
  92.