object TemplateDlg: TTemplateDlg Left = 154 Top = 51 HelpContext = 2 BorderStyle = bsDialog Caption = '���͡��Ẻ����ѵ�' ClientHeight = 453 ClientWidth = 632 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object OKBtn: TButton Left = 229 Top = 418 Width = 81 Height = 27 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 315 Top = 418 Width = 81 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object FileListBox1: TFileListBox Left = 197 Top = 136 Width = 145 Height = 97 ItemHeight = 14 Mask = '*.qt2' TabOrder = 2 Visible = False end object TabControl1: TTabControl Left = 0 Top = 8 Width = 632 Height = 401 TabIndex = 0 TabOrder = 3 Tabs.Strings = ( '����ѵ��ǹ͹' '����ѵ��ǵ��' '�ѵ���¾��������') OnChange = TabControl1Change object Grid: TStringGrid Left = 4 Top = 28 Width = 625 Height = 366 DefaultColWidth = 120 DefaultRowHeight = 120 FixedCols = 0 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected] ScrollBars = ssVertical TabOrder = 0 OnDblClick = GridDblClick OnDrawCell = GridDrawCell OnMouseUp = GridMouseUp end end end