object MarginsForm: TMarginsForm Left = 942 Top = 280 BorderStyle = bsDialog Caption = 'Set Margins' ClientHeight = 198 ClientWidth = 253 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 43 Top = 72 Width = 147 Height = 16 Caption = 'Left Margin (Pixels):' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 32 Top = 112 Width = 156 Height = 16 Caption = 'Right Margin (Pixels):' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label10: TLabel Left = 9 Top = 8 Width = 232 Height = 39 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 Bevel1: TBevel Left = 24 Top = 64 Width = 201 Height = 81 end object LeftSize: TEdit Left = 184 Top = 72 Width = 25 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 0 OnKeyPress = SizeKeyPress end object RightSize: TEdit Left = 184 Top = 112 Width = 25 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 1 OnKeyPress = SizeKeyPress end object OKButton: TButton Left = 41 Top = 160 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 = 2 OnClick = OKButtonClick end object CancelButton: TButton Left = 137 Top = 160 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 = 3 end end