@@ -6,11 +6,10 @@ Caption = 'groffstudio' ClientHeight = 692 ClientWidth = 847 DefaultMonitor = dmPrimary Position = poScreenCenter - LCLVersion = '3.99.0.0' OnClose = FormClose OnCreate = FormCreate object MainStatusBar: TStatusBar Left = 0 Height = 23 @@ -34,14 +33,14 @@ object ExtendedNotebook1: TExtendedNotebook Left = 8 Height = 662 Top = 8 Width = 827 - ActivePage = tsSettings + ActivePage = tsEdit Anchors = [akTop, akLeft, akRight, akBottom] Style = tsFlatButtons - TabIndex = 1 + TabIndex = 0 TabOrder = 1 object tsEdit: TTabSheet Caption = 'edit a groff document' ClientHeight = 631 ClientWidth = 819 @@ -879,11 +878,11 @@ TabOrder = 1 end object lblTroffCommandNotFound: TLabel Left = 8 Height = 45 - Top = 112 + Top = 130 Width = 806 Anchors = [akTop, akLeft, akRight] Caption = 'groff was not found. in order to use groffstudio, you absolutely need groff in your PATH variable. on unix and unix-like systems, you''ll need to edit the $PATH variable. on windows, i warmly recommend the Rapid Environment Editor for that.'#13#10'please exit groffstudio at your nearest convenience and adjust your PATH variables. then try again.' Font.Color = clRed ParentColor = False @@ -906,10 +905,27 @@ Height = 15 Top = 77 Width = 103 Caption = 'groffstudio version:' ParentColor = False + end + object Label15: TLabel + Left = 8 + Height = 15 + Top = 98 + Width = 103 + Caption = 'ghostscript version:' + end + object edtGhostscriptInstalledVersion: TEdit + Left = 144 + Height = 15 + Top = 98 + Width = 671 + Anchors = [akTop, akLeft, akRight] + BorderStyle = bsNone + Enabled = False + TabOrder = 3 end end object tsAbout: TTabSheet Caption = 'about groffstudio' ClientHeight = 631