home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kompon / d123456 / ANRMLB.ZIP / sample / sample1.dfm / sample1.txt
Text File  |  2001-09-03  |  2KB  |  134 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 560
  5.   Height = 279
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 40
  17.     Width = 37
  18.     Height = 16
  19.     Caption = 'TITLE'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 128
  23.     Top = 40
  24.     Width = 56
  25.     Height = 16
  26.     Caption = 'AUTHOR'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 232
  30.     Top = 40
  31.     Width = 37
  32.     Height = 16
  33.     Caption = 'YEAR'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 328
  37.     Top = 40
  38.     Width = 82
  39.     Height = 16
  40.     Caption = 'PRICE (USD)'
  41.   end
  42.   object lblTitle: TLabel
  43.     Left = 16
  44.     Top = 56
  45.     Width = 89
  46.     Height = 17
  47.     AutoSize = False
  48.     Caption = 'lblTitle'
  49.   end
  50.   object lblAuthor: TLabel
  51.     Left = 128
  52.     Top = 56
  53.     Width = 89
  54.     Height = 17
  55.     AutoSize = False
  56.     Caption = 'lblAuthor'
  57.   end
  58.   object lblYear: TLabel
  59.     Left = 232
  60.     Top = 56
  61.     Width = 73
  62.     Height = 17
  63.     AutoSize = False
  64.     Caption = 'lblYear'
  65.   end
  66.   object lblPrice: TLabel
  67.     Left = 328
  68.     Top = 56
  69.     Width = 89
  70.     Height = 17
  71.     AutoSize = False
  72.     Caption = 'lblPrice'
  73.   end
  74.   object Label5: TLabel
  75.     Left = 104
  76.     Top = 168
  77.     Width = 415
  78.     Height = 16
  79.     Caption = 'Type a price and click, Seeks to prices < at what you have typed'
  80.   end
  81.   object btnNext: TButton
  82.     Left = 216
  83.     Top = 112
  84.     Width = 49
  85.     Height = 17
  86.     Caption = '>'
  87.     TabOrder = 0
  88.     OnClick = btnNextClick
  89.   end
  90.   object btnLast: TButton
  91.     Left = 272
  92.     Top = 112
  93.     Width = 49
  94.     Height = 17
  95.     Caption = '>>'
  96.     TabOrder = 1
  97.     OnClick = btnLastClick
  98.   end
  99.   object btnPrev: TButton
  100.     Left = 160
  101.     Top = 112
  102.     Width = 49
  103.     Height = 17
  104.     Caption = '<'
  105.     TabOrder = 2
  106.     OnClick = btnPrevClick
  107.   end
  108.   object btnFirst: TButton
  109.     Left = 104
  110.     Top = 112
  111.     Width = 49
  112.     Height = 17
  113.     Caption = '<<'
  114.     TabOrder = 3
  115.     OnClick = btnFirstClick
  116.   end
  117.   object Edit1: TEdit
  118.     Left = 104
  119.     Top = 144
  120.     Width = 105
  121.     Height = 21
  122.     TabOrder = 4
  123.   end
  124.   object Button1: TButton
  125.     Left = 224
  126.     Top = 144
  127.     Width = 73
  128.     Height = 17
  129.     Caption = 'Seek'
  130.     TabOrder = 5
  131.     OnClick = Button1Click
  132.   end
  133. end
  134.