object FontsForm: TFontsForm Left = 715 Top = 621 BorderStyle = bsDialog Caption = 'Fonts' ClientHeight = 259 ClientWidth = 414 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel: TBevel Left = 23 Top = 64 Width = 369 Height = 145 Shape = bsFrame end object Label1: TLabel Left = 48 Top = 80 Width = 108 Height = 16 Caption = 'Standard Font:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 288 Top = 80 Width = 35 Height = 16 Caption = 'Size:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 32 Top = 128 Width = 128 Height = 16 Caption = 'Fixed Width Font:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 288 Top = 128 Width = 35 Height = 16 Caption = 'Size:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 64 Top = 176 Width = 89 Height = 16 Caption = 'Menu Fonts:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 288 Top = 176 Width = 35 Height = 16 Caption = 'Size:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label10: TLabel Left = 22 Top = 16 Width = 350 Height = 26 Caption = 'Note that many changes will not become obvious until a new story' + ' is begun, or the current story is restarted.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False WordWrap = True end object OKBtn: TButton Left = 110 Top = 224 Width = 75 Height = 25 Caption = 'OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 230 Top = 224 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 OnClick = CancelBtnClick end object PropSize: TEdit Left = 336 Top = 80 Width = 33 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] MaxLength = 2 ParentFont = False TabOrder = 2 OnKeyPress = SizeKeyPress end object FixedFont: TComboBox Left = 160 Top = 128 Width = 121 Height = 21 Style = csDropDownList Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 3 end object FixedSize: TEdit Left = 336 Top = 128 Width = 33 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] MaxLength = 2 ParentFont = False TabOrder = 4 OnKeyPress = SizeKeyPress end object MenuFont: TComboBox Left = 160 Top = 176 Width = 121 Height = 21 Style = csDropDownList Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 5 end object MenuSize: TEdit Left = 336 Top = 176 Width = 33 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] MaxLength = 2 ParentFont = False TabOrder = 6 OnKeyPress = SizeKeyPress end object PropFont: TComboBox Left = 160 Top = 80 Width = 121 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 7 end end