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
Wrap
Text File
|
1997-05-10
|
2KB
|
120 lines
object frmAttributes: TfrmAttributes
Left = 11
Top = 433
BorderStyle = bsDialog
Caption = 'Blocks/Attributes'
ClientHeight = 273
ClientWidth = 427
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblFileName: TLabel
Left = 8
Top = 36
Width = 373
Height = 13
AutoSize = False
Caption = 'lblFileName'
Transparent = True
end
object lblInsertCount: TLabel
Left = 12
Top = 244
Width = 369
Height = 13
AutoSize = False
Caption = 'lblInsertCount'
Transparent = True
end
object btnGetBlocks: TButton
Left = 4
Top = 4
Width = 229
Height = 25
Caption = '&Get Blocks in Current Drawing'
TabOrder = 0
OnClick = btnGetBlocksClick
end
object btnSelect: TButton
Left = 8
Top = 60
Width = 145
Height = 25
Caption = '&Select All Inserts of Block'
TabOrder = 1
OnClick = btnSelectClick
end
object lstBlocks: TListBox
Left = 8
Top = 92
Width = 145
Height = 147
IntegralHeight = True
ItemHeight = 13
TabOrder = 2
OnClick = lstBlocksClick
end
object btnGetAttributes: TButton
Left = 164
Top = 60
Width = 105
Height = 25
Caption = 'Get &Attributes'
TabOrder = 3
OnClick = btnGetAttributesClick
end
object btnOutput: TButton
Left = 276
Top = 60
Width = 105
Height = 25
Caption = '&Output...'
TabOrder = 4
OnClick = btnOutputClick
end
object btnEditAttributes: TButton
Left = 164
Top = 212
Width = 105
Height = 25
Caption = '&Edit Attributes'
TabOrder = 5
OnClick = btnEditAttributesClick
end
object btnZoom: TButton
Left = 276
Top = 212
Width = 105
Height = 25
Caption = '&Zoom to Insert'
TabOrder = 6
OnClick = btnZoomClick
end
object lstAttributes: TListBox
Left = 164
Top = 92
Width = 217
Height = 108
IntegralHeight = True
ItemHeight = 13
TabOrder = 7
OnClick = lstAttributesClick
end
object btnQuit: TButton
Left = 308
Top = 4
Width = 75
Height = 25
Caption = '&Quit'
TabOrder = 8
OnClick = btnQuitClick
end
end