home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / ToolsAPI / PackageDemo / FRMMAIN.DFM / FRMMAIN.txt
Encoding:
Text File  |  1999-08-11  |  1.5 KB  |  71 lines

  1. object Form2: TForm2
  2.   Left = 269
  3.   Top = 196
  4.   Width = 345
  5.   Height = 317
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Information'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl1: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 337
  22.     Height = 290
  23.     ActivePage = TabSheet1
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = 'Package information'
  28.       object Label1: TLabel
  29.         Left = 7
  30.         Top = 7
  31.         Width = 75
  32.         Height = 13
  33.         Caption = 'Package name:'
  34.       end
  35.       object Label2: TLabel
  36.         Left = 143
  37.         Top = 7
  38.         Width = 107
  39.         Height = 13
  40.         Caption = 'Package components:'
  41.       end
  42.       object ListBox1: TListBox
  43.         Left = 7
  44.         Top = 20
  45.         Width = 111
  46.         Height = 163
  47.         ItemHeight = 13
  48.         TabOrder = 0
  49.         OnClick = ListBox1Click
  50.       end
  51.       object ListBox2: TListBox
  52.         Left = 143
  53.         Top = 20
  54.         Width = 111
  55.         Height = 163
  56.         ItemHeight = 13
  57.         TabOrder = 1
  58.       end
  59.       object CheckBox1: TCheckBox
  60.         Left = 7
  61.         Top = 186
  62.         Width = 247
  63.         Height = 14
  64.         Caption = 'Component packages only'
  65.         TabOrder = 2
  66.         OnClick = CheckBox1Click
  67.       end
  68.     end
  69.   end
  70. end
  71.