object FormatDlg: TFormatDlg Left = 329 Top = 121 HelpContext = 5001 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Document Format' ClientHeight = 273 ClientWidth = 427 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object NoteBook: TTabbedNotebook Left = 0 Top = 0 Width = 427 Height = 273 HelpContext = 5001 Align = alClient Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] TabFont.Color = clBtnText TabFont.Height = -12 TabFont.Name = 'MS Sans Serif' TabFont.Style = [] TabOrder = 0 OnChange = NoteBookChange object TTabPage Left = 5 Top = 26 Caption = '&Page' object GroupBox1: TGroupBox Left = 11 Top = 15 Width = 121 Height = 124 Caption = '&Vertical' TabOrder = 0 object Label1: TLabel Left = 7 Top = 24 Width = 42 Height = 13 Caption = '&Header' FocusControl = EHeader end object Label2: TLabel Left = 7 Top = 49 Width = 23 Height = 13 Caption = 'T&op' FocusControl = EPageTop end object Label3: TLabel Left = 7 Top = 74 Width = 40 Height = 13 Caption = '&Bottom' FocusControl = EPageBottom end object Label4: TLabel Left = 7 Top = 99 Width = 37 Height = 13 Caption = 'Foot&er' FocusControl = EFooter end object EHeader: TEdit Left = 61 Top = 21 Width = 50 Height = 21 TabOrder = 0 end object EPageTop: TEdit Left = 61 Top = 46 Width = 50 Height = 21 TabOrder = 1 end object EPageBottom: TEdit Left = 61 Top = 71 Width = 50 Height = 21 TabOrder = 2 end object EFooter: TEdit Left = 61 Top = 96 Width = 50 Height = 21 TabOrder = 3 end end object BMirror: TCheckBox Left = 15 Top = 149 Width = 97 Height = 17 Caption = '&Mirror' TabOrder = 1 end object BWidow: TCheckBox Left = 15 Top = 170 Width = 97 Height = 17 Caption = '&Widow Ctrl.' TabOrder = 2 end object GroupBox2: TGroupBox Left = 154 Top = 15 Width = 112 Height = 45 Caption = '&Line Numbers' TabOrder = 3 object ELineNumbers: TEdit Left = 9 Top = 20 Width = 97 Height = 21 TabOrder = 0 end end object GroupBox3: TGroupBox Left = 295 Top = 15 Width = 112 Height = 45 Caption = 'Ma&rgin Sep.' TabOrder = 4 object EMarginSep: TEdit Left = 9 Top = 19 Width = 97 Height = 21 TabOrder = 0 end end object GroupBox4: TGroupBox Left = 154 Top = 78 Width = 253 Height = 82 Caption = 'Pa&ge Number' TabOrder = 5 object TLabel Left = 9 Top = 24 Width = 9 Height = 13 Caption = '&X' FocusControl = EPageX end object TLabel Left = 9 Top = 49 Width = 9 Height = 13 Caption = '&Y' FocusControl = EPageY end object Label5: TLabel Left = 88 Top = 21 Width = 29 Height = 13 Caption = '&Align' FocusControl = CBPageAlign end object EPageX: TEdit Left = 27 Top = 21 Width = 50 Height = 21 TabOrder = 0 end object EPageY: TEdit Left = 27 Top = 46 Width = 50 Height = 21 TabOrder = 1 end object CBPageAlign: TComboBox Left = 153 Top = 18 Width = 91 Height = 20 Style = csDropDownList ItemHeight = 13 TabOrder = 2 end object BPageFont: TButton Left = 87 Top = 43 Width = 58 Height = 25 Caption = '&Font' TabOrder = 3 OnClick = BPageFontClick end object PageFontShow: TPanel Left = 152 Top = 43 Width = 94 Height = 27 BevelOuter = bvLowered TabOrder = 4 end end end object TTabPage Left = 5 Top = 26 Caption = '&Templates' object Label7: TLabel Left = 12 Top = 25 Width = 53 Height = 13 Caption = 'Te&mplate' FocusControl = CBTemplate end object CBTemplate: TComboBox Left = 81 Top = 21 Width = 224 Height = 20 ItemHeight = 13 TabOrder = 0 OnChange = CBTemplateChange end object BAdd: TButton Left = 317 Top = 18 Width = 89 Height = 27 Caption = '&Add' TabOrder = 1 OnClick = BAddClick end object BDelete: TButton Left = 317 Top = 47 Width = 89 Height = 27 Caption = '&Delete' TabOrder = 2 OnClick = BDeleteClick end object BParagraph: TButton Left = 317 Top = 86 Width = 89 Height = 27 Caption = 'Pa&ragraph' TabOrder = 3 OnClick = BParagraphClick end object BSettings: TButton Left = 317 Top = 115 Width = 89 Height = 27 Caption = 'S&ettings' TabOrder = 4 OnClick = BSettingsClick end object Panel1: TPanel Left = 15 Top = 54 Width = 292 Height = 121 BevelOuter = bvLowered TabOrder = 5 object TemplateFormatShow: TMemo Left = 1 Top = 1 Width = 290 Height = 119 Align = alClient BorderStyle = bsNone Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = True ParentFont = False ReadOnly = True TabOrder = 0 end end end object TTabPage Left = 5 Top = 26 Caption = '&Notes' object GroupBox5: TGroupBox Left = 9 Top = 20 Width = 184 Height = 73 TabOrder = 0 object Label6: TLabel Left = 5 Top = 17 Width = 96 Height = 13 Caption = 'N&umber of Notes' FocusControl = NumNot end object Label8: TLabel Left = 5 Top = 46 Width = 120 Height = 13 Caption = 'Number of &Apparatus' FocusControl = NumApp end object NumNot: TSpinEdit Left = 134 Top = 12 Width = 40 Height = 22 EditorEnabled = False MaxValue = 1 MinValue = 1 TabOrder = 0 Value = 1 OnChange = NumNotChange end object NumApp: TSpinEdit Left = 134 Top = 42 Width = 40 Height = 22 EditorEnabled = False MaxValue = 1 MinValue = 1 TabOrder = 1 Value = 1 OnChange = NumAppChange end end object GroupBox6: TGroupBox Left = 10 Top = 126 Width = 183 Height = 47 Caption = 'Or&der' TabOrder = 1 object ENotesOrder: TEdit Left = 9 Top = 18 Width = 163 Height = 21 TabOrder = 0 end end object GroupBox7: TGroupBox Left = 203 Top = 20 Width = 202 Height = 154 TabOrder = 2 object TLabel Left = 8 Top = 15 Width = 103 Height = 13 Caption = '&Before Notes Min.' FocusControl = ESpacing1 end object TLabel Left = 8 Top = 39 Width = 115 Height = 13 Caption = 'Bet&ween Notes Min.' FocusControl = ESpacing2 end object TLabel Left = 8 Top = 63 Width = 74 Height = 13 Caption = 'Break if &Free' FocusControl = EMaxSpace end object ESpacing1: TEdit Left = 135 Top = 12 Width = 58 Height = 21 TabOrder = 0 end object ESpacing2: TEdit Left = 135 Top = 36 Width = 58 Height = 21 TabOrder = 1 end object RPrintNotes: TRadioGroup Left = 8 Top = 88 Width = 185 Height = 53 Caption = 'P&rint Notes' Columns = 2 Items.Strings = ( 'T&op' 'Botto&m' '&Equal') TabOrder = 3 end object EMaxSpace: TEdit Left = 135 Top = 60 Width = 58 Height = 21 TabOrder = 2 end end end end object OKBtn: TBitBtn Left = 170 Top = 230 Width = 77 Height = 27 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = OKBtnClick Glyph.Data = { CE070000424DCE07000000000000360000002800000024000000120000000100 1800000000009807000000000000000000000000000000000000008080008080 0080800080800080800080800080800080800080800080800080800080800080 8000808000808000808000808000808000808000808000808000808000808000 8080008080008080008080008080008080008080008080008080008080008080 0080800080800080800080800080800080800080800080800080800080800080 8000808000808000808000808000808000808000808000808000808000808000 8080008080008080008080008080FFFFFF008080008080008080008080008080 0080800080800080800080800080800080800080800080800080800080800080 8080000080000000808000808000808000808000808000808000808000808000 8080008080008080008080008080008080008080008080808080808080FFFFFF 0080800080800080800080800080800080800080800080800080800080800080 8000808000808000808080000000800000800080000000808000808000808000 8080008080008080008080008080008080008080008080008080008080008080 808080008080008080808080FFFFFF0080800080800080800080800080800080 8000808000808000808000808000808000808080000000800000800000800000 8000800000008080008080008080008080008080008080008080008080008080 008080008080008080808080008080008080008080008080808080FFFFFF0080 8000808000808000808000808000808000808000808000808000808080000000 8000008000008000008000008000008000800000008080008080008080008080 0080800080800080800080800080800080808080800080800080800080800080 80008080008080808080FFFFFF00808000808000808000808000808000808000 808000808080000000800000800000800000F800008000008000008000008000 800000008080008080008080008080008080008080008080008080808080FFFF FF008080008080808080FFFFFF008080008080008080808080FFFFFF00808000 808000808000808000808000808000808000800000800000800000F800008080 00F8000080000080000080008000000080800080800080800080800080800080 80008080008080808080FFFFFF008080808080008080808080FFFFFF00808000 8080808080FFFFFF00808000808000808000808000808000808000808000F800 00800000F80000808000808000808000F8000080000080000080008000000080 80008080008080008080008080008080008080808080FFFFFF80808000808000 8080008080808080FFFFFF008080008080808080FFFFFF008080008080008080 00808000808000808000808000F80000808000808000808000808000808000F8 0000800000800000800080000000808000808000808000808000808000808000 8080808080008080008080008080008080008080808080FFFFFF008080008080 808080FFFFFF0080800080800080800080800080800080800080800080800080 8000808000808000808000808000F80000800000800000800080000000808000 8080008080008080008080008080008080008080008080008080008080008080 008080808080FFFFFF008080008080808080FFFFFF0080800080800080800080 8000808000808000808000808000808000808000808000808000808000F80000 8000008000008000800000008080008080008080008080008080008080008080 008080008080008080008080008080008080808080FFFFFF0080800080808080 80FFFFFF00808000808000808000808000808000808000808000808000808000 808000808000808000808000F800008000008000008000800000008080008080 0080800080800080800080800080800080800080800080800080800080800080 80808080FFFFFF008080008080808080FFFFFF00808000808000808000808000 808000808000808000808000808000808000808000808000808000F800008000 0080000080008000000080800080800080800080800080800080800080800080 80008080008080008080008080008080808080FFFFFF008080008080808080FF FFFF008080008080008080008080008080008080008080008080008080008080 00808000808000808000F8000080000080008000000080800080800080800080 8000808000808000808000808000808000808000808000808000808000808080 8080FFFFFF008080808080FFFFFF008080008080008080008080008080008080 00808000808000808000808000808000808000808000808000F8000080000080 0000808000808000808000808000808000808000808000808000808000808000 8080008080008080008080008080808080FFFFFF808080008080008080008080 0080800080800080800080800080800080800080800080800080800080800080 8000808000808000F80000808000808000808000808000808000808000808000 8080008080008080008080008080008080008080008080008080008080808080 0080800080800080800080800080800080800080800080800080800080800080 8000808000808000808000808000808000808000808000808000808000808000 8080008080008080008080008080008080008080008080008080008080008080 008080008080008080008080008080008080} Margin = 2 NumGlyphs = 2 Spacing = -1 end object CancelBtn: TBitBtn Left = 253 Top = 230 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 Kind = bkCancel Margin = 2 Spacing = -1 end object HelpBtn: TBitBtn Left = 335 Top = 230 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 4 Kind = bkHelp Margin = 2 Spacing = -1 end object BStandard: TButton Left = 15 Top = 230 Width = 77 Height = 27 Caption = '&Standard' TabOrder = 1 OnClick = BStandardClick end end