759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
|
Caption = 'groffstudio settings'
ClientHeight = 631
ClientWidth = 953
object chkAutoSaveBuildSettings: TCheckBox
Left = 0
Height = 19
Top = 16
Width = 310
Caption = 'Save and restore the chosen build settings for next time'
TabOrder = 0
end
object btnSaveSettings: TButton
Left = 864
Height = 25
Top = 600
Width = 91
Anchors = [akRight, akBottom]
Caption = 'save settings'
OnClick = btnSaveSettingsClick
TabOrder = 1
end
object Label14: TLabel
Left = 0
Height = 15
Top = 80
Width = 129
Caption = 'Yes, that''s all for now. :-)'
ParentColor = False
end
object chkUpdateCheckOnStart: TCheckBox
Left = 0
Height = 19
Top = 40
Width = 171
Caption = 'Check for updates on startup'
TabOrder = 2
end
end
object tsGroff: TTabSheet
Caption = 'groff version'
ClientHeight = 631
ClientWidth = 953
|
|
|
|
|
|
|
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
|
Caption = 'groffstudio settings'
ClientHeight = 631
ClientWidth = 953
object chkAutoSaveBuildSettings: TCheckBox
Left = 0
Height = 19
Top = 16
Width = 309
Caption = 'save and restore the chosen build settings for next time'
TabOrder = 0
end
object btnSaveSettings: TButton
Left = 864
Height = 25
Top = 600
Width = 91
Anchors = [akRight, akBottom]
Caption = 'save settings'
OnClick = btnSaveSettingsClick
TabOrder = 1
end
object Label14: TLabel
Left = 0
Height = 15
Top = 80
Width = 129
Caption = 'yes, that''s all for now. :-)'
ParentColor = False
end
object chkUpdateCheckOnStart: TCheckBox
Left = 0
Height = 19
Top = 40
Width = 169
Caption = 'check for updates on startup'
TabOrder = 2
end
end
object tsGroff: TTabSheet
Caption = 'groff version'
ClientHeight = 631
ClientWidth = 953
|