home *** CD-ROM | disk | FTP | other *** search
- object TextureDlg: TTextureDlg
- Left = 200
- Top = 108
- Width = 546
- Height = 432
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- ShowHint = True
- WindowState = wsMaximized
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 0
- Top = 0
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Button1'
- ModalResult = 2
- TabOrder = 1
- TabStop = False
- end
- object TabControl1: TTabControl
- Left = 0
- Top = 0
- Width = 538
- Height = 405
- Align = alClient
- MultiLine = True
- TabOrder = 0
- OnChange = TabControl1Change
- object Notebook1: TNotebook
- Left = 4
- Top = 6
- Width = 530
- Height = 395
- Align = alClient
- TabOrder = 1
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object ListView1: TListView
- Left = 0
- Top = 0
- Width = 530
- Height = 395
- Align = alClient
- Color = clBlack
- OnDblClick = ListView1DblClick
- Columns = <>
- ReadOnly = True
- Font.Color = clGray
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- AllocBy = 8
- TabOrder = 0
- OnKeyPress = ListView1KeyPress
- LargeImages = ImageList1
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Text'
- object ListBox1: TListBox
- Left = 384
- Top = 0
- Width = 146
- Height = 395
- Align = alRight
- Color = clGray
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- OnClick = ListBox1Click
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 384
- Height = 395
- Align = alClient
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'Panel1'
- Color = clBlack
- TabOrder = 1
- object PaintBox1: TPaintBox
- Left = 0
- Top = 0
- Width = 380
- Height = 391
- Align = alClient
- OnPaint = PaintBox1Paint
- end
- end
- end
- end
- object Button2: TButton
- Left = 0
- Top = 384
- Width = 25
- Height = 21
- Hint = '417'
- Caption = '<->'
- TabOrder = 0
- OnClick = Button2Click
- end
- end
- object ImageList1: TImageList
- AllocBy = 8
- Height = 64
- Masked = False
- Width = 64
- Left = 456
- Top = 328
- end
- end
-