object MainForm: TMainForm Left = 0 Top = 0 Caption = 'ICS Root CA Creation Tool - 5th December 2023' ClientHeight = 703 ClientWidth = 856 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 856 Height = 186 Align = alTop TabOrder = 0 object Label1: TLabel Left = 20 Top = 10 Width = 176 Height = 31 AutoSize = False Caption = 'Trust Stores Observatory Git Repository Local File Directory Roo' + 't:' WordWrap = True end object Label2: TLabel Left = 20 Top = 47 Width = 112 Height = 13 Caption = 'Trust Stores to Process' end object Label3: TLabel Left = 20 Top = 163 Width = 104 Height = 13 Caption = 'PEM Output Directory' end object Label4: TLabel Left = 550 Top = 13 Width = 275 Height = 13 Caption = 'https://github.com/nabla-c0d3/trust_stores_observatory' end object Label5: TLabel Left = 367 Top = 47 Width = 51 Height = 13 Caption = 'ICS Stores' end object LabelCompiler: TLabel Left = 705 Top = 45 Width = 81 Height = 16 Caption = 'LabelCompiler' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object GitRootDir: TEdit Left = 215 Top = 10 Width = 316 Height = 21 TabOrder = 0 Text = 'd:\git-repos\trust_stores_observatory\' end object TrustStores: TCheckListBox Left = 150 Top = 47 Width = 191 Height = 99 ItemHeight = 13 Items.Strings = ( 'apple.yaml' 'google_aosp.yaml' 'microsoft_windows.yaml' 'mozilla_nss.yaml' 'openjdk.yaml' 'oracle_java.yaml') TabOrder = 1 end object OutputDir: TEdit Left = 150 Top = 159 Width = 336 Height = 21 TabOrder = 2 Text = 'c:\Magdelp\certificates\Trust-Store-Observatory\bundles' end object doStartTrusts: TButton Left = 25 Top = 77 Width = 75 Height = 25 Caption = 'Start Trusts' TabOrder = 3 OnClick = doStartTrustsClick end object doClose: TButton Left = 750 Top = 113 Width = 75 Height = 25 Caption = 'Close' TabOrder = 4 OnClick = doCloseClick end object ReplaceStore: TCheckBox Left = 505 Top = 163 Width = 141 Height = 17 Caption = 'Replace Store Files' Checked = True State = cbChecked TabOrder = 5 end object IcsStores: TCheckListBox Left = 495 Top = 47 Width = 191 Height = 99 ItemHeight = 13 Items.Strings = ( 'sslRootCACertsBundle built-in' 'TrustedCaBundle small' 'RootCaCertsBundle large') TabOrder = 6 end object doStartIcs: TButton Left = 367 Top = 77 Width = 75 Height = 25 Caption = 'Start ICS' TabOrder = 7 OnClick = doStartIcsClick end object AddComments: TCheckBox Left = 630 Top = 163 Width = 151 Height = 17 Caption = 'Add Cert Comments ' Checked = True State = cbChecked TabOrder = 8 end end object LogWin: TMemo Left = 0 Top = 186 Width = 856 Height = 517 Align = alClient Lines.Strings = ( 'LogWin') ScrollBars = ssBoth TabOrder = 1 end object FormStorage: TFormStorage IniFileName = 'Software\Magenta-Systems\RootCATool' IniSection = 'Common' UseRegistry = True StoredProps.Strings = ( 'AddComments.Checked' 'GitRootDir.Text' 'OutputDir.Text' 'ReplaceStore.Checked') StoredValues = < item end> Left = 200 Top = 296 end end