home *** CD-ROM | disk | FTP | other *** search
- object NewFileFormatForm: TNewFileFormatForm
- Left = 410
- Top = 305
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Add New File Format'
- ClientHeight = 100
- ClientWidth = 213
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 69
- Top = 68
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 7
- Top = 8
- Width = 198
- Height = 51
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object label1: TLabel
- Left = 17
- Top = 18
- Width = 76
- Height = 13
- Caption = '&New file format :'
- FocusControl = FormatEdit
- end
- object Label2: TLabel
- Left = 96
- Top = 18
- Width = 7
- Height = 13
- Caption = '*.'
- end
- object FormatEdit: TEdit
- Left = 105
- Top = 14
- Width = 76
- Height = 21
- ImeName = '�ѱ���(�ѱ�)'
- TabOrder = 0
- end
- end
- end
-