1object Form_demo_lib: TForm_demo_lib
2  Left = 212
3  Height = 280
4  Top = 195
5  Width = 400
6  HorzScrollBar.Page = 399
7  VertScrollBar.Page = 279
8  ActiveControl = Button1
9  Caption = 'Form_demo_lib'
10  ClientHeight = 280
11  ClientWidth = 400
12  ShowHint = True
13  LCLVersion = '0.9.25'
14  object Button1: TButton
15    Left = 8
16    Height = 61
17    Hint = 'Archive sourcecode .pas files, using compression and authenticated encryption'#13#10'mode of operation BATCH: show the GUI, don''t ask for user interaction'#13#10'a non existing file is scheduled to be archived to show skipping and reporting features'
18    Top = 16
19    Width = 384
20    BorderSpacing.InnerBorder = 4
21    Caption = 'Demo: start pea (params hardcoded in the source)'
22    OnClick = Button1Click
23    TabOrder = 0
24  end
25  object Button2: TButton
26    Left = 8
27    Height = 61
28    Hint = 'Extract and authenticate sourcecode .pas files in "units" folder'#13#10'mode of operation HIDDEN_REPORT: don''t show the GUI, don''t ask for user interaction, autosave job report'
29    Top = 80
30    Width = 384
31    BorderSpacing.InnerBorder = 4
32    Caption = 'Demo: start unpea (params hardcoded in the source)'
33    OnClick = Button2Click
34    TabOrder = 1
35  end
36  object Button3: TButton
37    Left = 8
38    Height = 61
39    Hint = 'Split unit_demo_lib.pas file in 1000 byte chunks'#13#10'mode of operation HIDDEN_REPORT: don''t show the GUI, don''t ask for user interaction, autosave job report'
40    Top = 144
41    Width = 384
42    BorderSpacing.InnerBorder = 4
43    Caption = 'Demo: start raw file split (params hardcoded in the source)'
44    OnClick = Button3Click
45    TabOrder = 2
46  end
47  object Button4: TButton
48    Left = 8
49    Height = 61
50    Hint = 'Join unit_demo_lib.pas chunks (named "test.***")'#13#10'mode of operation BATCH_REPORT: show the GUI, don''t ask for user interaction, autosave job report'
51    Top = 208
52    Width = 384
53    BorderSpacing.InnerBorder = 4
54    Caption = 'Demo: start raw file join (params hardcoded in the source)'
55    OnClick = Button4Click
56    TabOrder = 3
57  end
58end
59