home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual Thematic 7: Programming / CDAT7.iso / Share / Java / Bluette / Bluette.exe / 0 / RCDATA / TNEWFILEFORMATFORM / TNEWFILEFORMATFORM.txt
Encoding:
Text File  |  1998-12-11  |  1.2 KB  |  63 lines

  1. object NewFileFormatForm: TNewFileFormatForm
  2.   Left = 410
  3.   Top = 305
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Add New File Format'
  7.   ClientHeight = 100
  8.   ClientWidth = 213
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 69
  22.     Top = 68
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 7
  32.     Top = 8
  33.     Width = 198
  34.     Height = 51
  35.     BevelInner = bvRaised
  36.     BevelOuter = bvLowered
  37.     TabOrder = 1
  38.     object label1: TLabel
  39.       Left = 17
  40.       Top = 18
  41.       Width = 76
  42.       Height = 13
  43.       Caption = '&New file format :'
  44.       FocusControl = FormatEdit
  45.     end
  46.     object Label2: TLabel
  47.       Left = 96
  48.       Top = 18
  49.       Width = 7
  50.       Height = 13
  51.       Caption = '*.'
  52.     end
  53.     object FormatEdit: TEdit
  54.       Left = 105
  55.       Top = 14
  56.       Width = 76
  57.       Height = 21
  58.       ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  59.       TabOrder = 0
  60.     end
  61.   end
  62. end
  63.