Skip to content
Snippets Groups Projects
Commit da95026e authored by rswindell's avatar rswindell
Browse files

Added maximum log length edit box.

parent e5917a56
No related branches found
No related tags found
No related merge requests found
object PropertiesDlg: TPropertiesDlg
Left = 624
Top = 358
Left = 631
Top = 219
BorderStyle = bsDialog
Caption = 'Control Panel Properties'
ClientHeight = 288
......@@ -292,6 +292,14 @@ object PropertiesDlg: TPropertiesDlg
AutoSize = False
Caption = 'JavaScript Heap'
end
object Label8: TLabel
Left = 8
Top = 108
Width = 110
Height = 24
AutoSize = False
Caption = 'Log Window Size'
end
object CtrlDirEdit: TEdit
Left = 120
Top = 12
......@@ -324,6 +332,18 @@ object PropertiesDlg: TPropertiesDlg
ShowHint = True
TabOrder = 2
end
object MaxLogLenEdit: TEdit
Left = 120
Top = 108
Width = 169
Height = 24
Hint =
'Maximum number of bytes to store in log windows before auto-dele' +
'ting old lines'
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
end
end
object FontDialog1: TFontDialog
......
......@@ -52,6 +52,8 @@ __published:
TEdit *HostnameEdit;
TLabel *Label7;
TEdit *JS_MaxBytesEdit;
TLabel *Label8;
TEdit *MaxLogLenEdit;
void __fastcall FormShow(TObject *Sender);
void __fastcall TrayIconCheckBoxClick(TObject *Sender);
void __fastcall SourceComboBoxChange(TObject *Sender);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment