home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Wtestowe / SOFTSRC / vtrial15.exe / DATA.1 / MAIN.DFM / MAIN.txt
Text File  |  1997-05-10  |  2KB  |  120 lines

  1. object frmAttributes: TfrmAttributes
  2.   Left = 11
  3.   Top = 433
  4.   BorderStyle = bsDialog
  5.   Caption = 'Blocks/Attributes'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblFileName: TLabel
  19.     Left = 8
  20.     Top = 36
  21.     Width = 373
  22.     Height = 13
  23.     AutoSize = False
  24.     Caption = 'lblFileName'
  25.     Transparent = True
  26.   end
  27.   object lblInsertCount: TLabel
  28.     Left = 12
  29.     Top = 244
  30.     Width = 369
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'lblInsertCount'
  34.     Transparent = True
  35.   end
  36.   object btnGetBlocks: TButton
  37.     Left = 4
  38.     Top = 4
  39.     Width = 229
  40.     Height = 25
  41.     Caption = '&Get Blocks in Current Drawing'
  42.     TabOrder = 0
  43.     OnClick = btnGetBlocksClick
  44.   end
  45.   object btnSelect: TButton
  46.     Left = 8
  47.     Top = 60
  48.     Width = 145
  49.     Height = 25
  50.     Caption = '&Select All Inserts of Block'
  51.     TabOrder = 1
  52.     OnClick = btnSelectClick
  53.   end
  54.   object lstBlocks: TListBox
  55.     Left = 8
  56.     Top = 92
  57.     Width = 145
  58.     Height = 147
  59.     IntegralHeight = True
  60.     ItemHeight = 13
  61.     TabOrder = 2
  62.     OnClick = lstBlocksClick
  63.   end
  64.   object btnGetAttributes: TButton
  65.     Left = 164
  66.     Top = 60
  67.     Width = 105
  68.     Height = 25
  69.     Caption = 'Get &Attributes'
  70.     TabOrder = 3
  71.     OnClick = btnGetAttributesClick
  72.   end
  73.   object btnOutput: TButton
  74.     Left = 276
  75.     Top = 60
  76.     Width = 105
  77.     Height = 25
  78.     Caption = '&Output...'
  79.     TabOrder = 4
  80.     OnClick = btnOutputClick
  81.   end
  82.   object btnEditAttributes: TButton
  83.     Left = 164
  84.     Top = 212
  85.     Width = 105
  86.     Height = 25
  87.     Caption = '&Edit Attributes'
  88.     TabOrder = 5
  89.     OnClick = btnEditAttributesClick
  90.   end
  91.   object btnZoom: TButton
  92.     Left = 276
  93.     Top = 212
  94.     Width = 105
  95.     Height = 25
  96.     Caption = '&Zoom to Insert'
  97.     TabOrder = 6
  98.     OnClick = btnZoomClick
  99.   end
  100.   object lstAttributes: TListBox
  101.     Left = 164
  102.     Top = 92
  103.     Width = 217
  104.     Height = 108
  105.     IntegralHeight = True
  106.     ItemHeight = 13
  107.     TabOrder = 7
  108.     OnClick = lstAttributesClick
  109.   end
  110.   object btnQuit: TButton
  111.     Left = 308
  112.     Top = 4
  113.     Width = 75
  114.     Height = 25
  115.     Caption = '&Quit'
  116.     TabOrder = 8
  117.     OnClick = btnQuitClick
  118.   end
  119. end
  120.