object FormSettings: TFormSettings Left = 420 Height = 393 Top = 127 Width = 558 Caption = 'Settings' ClientHeight = 393 ClientWidth = 558 OnCreate = FormCreate Position = poScreenCenter LCLVersion = '1.1' object ButtonCancel: TButton Left = 384 Height = 25 Top = 362 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object ButtonOk: TButton Left = 472 Height = 25 Top = 360 Width = 75 Anchors = [akRight] Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object ComboBoxFormat: TComboBox Left = 11 Height = 29 Top = 32 Width = 236 ItemHeight = 0 Style = csDropDownList TabOrder = 2 end object Label1: TLabel Left = 11 Height = 17 Top = 16 Width = 83 Caption = 'Data format:' ParentColor = False end object LabeledEditFolder: TLabeledEdit Left = 11 Height = 27 Top = 88 Width = 448 Anchors = [akTop, akLeft, akRight] EditLabel.AnchorSideLeft.Control = LabeledEditFolder EditLabel.AnchorSideRight.Control = LabeledEditFolder EditLabel.AnchorSideRight.Side = asrBottom EditLabel.AnchorSideBottom.Control = LabeledEditFolder EditLabel.Left = 11 EditLabel.Height = 17 EditLabel.Top = 68 EditLabel.Width = 448 EditLabel.Caption = 'Destination folder:' EditLabel.ParentColor = False TabOrder = 3 end object Button1: TButton Left = 472 Height = 25 Top = 88 Width = 75 Anchors = [akTop, akRight] Caption = 'Select' OnClick = Button1Click TabOrder = 4 end object LabeledEditFileNameFormat: TLabeledEdit Left = 11 Height = 27 Top = 144 Width = 448 Anchors = [akTop, akLeft, akRight] EditLabel.AnchorSideLeft.Control = LabeledEditFileNameFormat EditLabel.AnchorSideRight.Control = LabeledEditFileNameFormat EditLabel.AnchorSideRight.Side = asrBottom EditLabel.AnchorSideBottom.Control = LabeledEditFileNameFormat EditLabel.Left = 11 EditLabel.Height = 17 EditLabel.Top = 124 EditLabel.Width = 448 EditLabel.Caption = 'Output file name format:' EditLabel.ParentColor = False TabOrder = 5 end object Label2: TLabel Left = 11 Height = 38 Top = 176 Width = 532 Anchors = [akTop, akLeft, akRight] Caption = '%f - data format, %d - date, %t - time, %a - account number, %n - account name, %b - bank code, %% - percent symbol' ParentColor = False WordWrap = True end object ComboBoxLang: TComboBox Left = 11 Height = 29 Top = 248 Width = 208 ItemHeight = 0 Style = csDropDownList TabOrder = 6 end object Label3: TLabel Left = 11 Height = 17 Top = 224 Width = 126 Caption = 'Interface language:' ParentColor = False end end