object FormMain: TFormMain Left = 357 Height = 513 Top = 122 Width = 602 Caption = 'FioInfo' ClientHeight = 513 ClientWidth = 602 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '1.1' object ButtonSettings: TButton Left = 454 Height = 25 Top = 481 Width = 112 Action = Core.ASettings Anchors = [akBottom] TabOrder = 0 end object GroupBox1: TGroupBox Left = 16 Height = 57 Top = 250 Width = 581 Anchors = [akLeft, akRight, akBottom] Caption = 'New transaction from last check' ClientHeight = 39 ClientWidth = 577 TabOrder = 1 object ButtonNew: TButton Left = 358 Height = 25 Top = 7 Width = 112 Caption = 'Download' OnClick = ButtonNewClick TabOrder = 0 end object Label7: TLabel Left = 6 Height = 13 Top = 12 Width = 35 Caption = 'Last id:' ParentColor = False end object SpinEditLastId: TSpinEdit Left = 70 Height = 21 Top = 7 Width = 96 MaxValue = 1000000000 TabOrder = 1 end end object GroupBox2: TGroupBox Left = 17 Height = 72 Top = 316 Width = 581 Anchors = [akLeft, akRight, akBottom] Caption = 'Transactions from defined time interval' ClientHeight = 54 ClientWidth = 577 TabOrder = 2 object ButtonInterval: TButton Left = 358 Height = 25 Top = 7 Width = 112 Caption = 'Download' OnClick = ButtonIntervalClick TabOrder = 0 end object DateEditStart: TDateEdit Left = 54 Height = 21 Top = 7 Width = 80 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] OnAcceptDate = DateEditStartAcceptDate OKCaption = 'OK' CancelCaption = 'Cancel' DateOrder = doNone ButtonWidth = 23 CharCase = ecNormal NumGlyphs = 1 MaxLength = 0 TabOrder = 1 end object DateEditTo: TDateEdit Left = 238 Height = 21 Top = 7 Width = 80 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] OnAcceptDate = DateEditToAcceptDate OKCaption = 'OK' CancelCaption = 'Cancel' DateOrder = doNone ButtonWidth = 23 CharCase = ecNormal NumGlyphs = 1 MaxLength = 0 TabOrder = 2 end object Label1: TLabel Left = 6 Height = 13 Top = 12 Width = 28 Caption = 'From:' ParentColor = False end object Label4: TLabel Left = 174 Height = 13 Top = 12 Width = 16 Caption = 'To:' ParentColor = False end end object GroupBox3: TGroupBox Left = 16 Height = 65 Top = 412 Width = 582 Anchors = [akLeft, akRight, akBottom] Caption = 'Selected mothly report' ClientHeight = 47 ClientWidth = 578 TabOrder = 3 object ButtonMonthly: TButton Left = 358 Height = 25 Top = 7 Width = 112 Caption = 'Download' OnClick = ButtonMonthlyClick TabOrder = 0 end object SpinEditYear: TSpinEdit Left = 54 Height = 21 Top = 7 Width = 96 MaxValue = 9999 MinValue = 1000 TabOrder = 1 Value = 2000 end object SpinEditId: TSpinEdit Left = 238 Height = 21 Top = 7 Width = 96 MaxValue = 12 MinValue = 1 TabOrder = 2 Value = 1 end object Label2: TLabel Left = 6 Height = 13 Top = 12 Width = 26 Caption = 'Year:' ParentColor = False end object Label3: TLabel Left = 174 Height = 13 Top = 12 Width = 41 Caption = 'Number:' ParentColor = False end end object ButtonExit: TButton Left = 16 Height = 25 Top = 481 Width = 112 Action = Core.AExit Anchors = [akLeft, akBottom] TabOrder = 4 end object ButtonAbout: TButton Left = 136 Height = 25 Top = 481 Width = 112 Action = Core.AAbout Anchors = [akLeft, akBottom] TabOrder = 5 end object Label5: TLabel Left = 16 Height = 13 Top = 12 Width = 43 Caption = 'Account:' ParentColor = False end object ComboBoxAccounts: TComboBox Left = 96 Height = 21 Top = 8 Width = 395 Anchors = [akTop, akLeft, akRight] ItemHeight = 13 OnChange = ComboBoxAccountsChange Style = csDropDownList TabOrder = 6 end object ButtonNew1: TButton Left = 499 Height = 25 Top = 8 Width = 88 Anchors = [akTop, akRight] Caption = 'Edit' OnClick = ButtonNew1Click TabOrder = 7 end object GroupBox4: TGroupBox Left = 16 Height = 197 Top = 48 Width = 581 Anchors = [akTop, akLeft, akRight, akBottom] Caption = 'Account state' ClientHeight = 179 ClientWidth = 577 TabOrder = 8 object Label6: TLabel Left = 14 Height = 13 Top = 7 Width = 41 Caption = 'Balance:' ParentColor = False end object LabelBalance: TLabel Left = 110 Height = 13 Top = 7 Width = 9 Caption = ' ' ParentColor = False end object ButtonGetState: TButton Left = 358 Height = 25 Top = -1 Width = 112 Caption = 'Get' OnClick = ButtonGetStateClick TabOrder = 0 end object ListViewOperation: TListView Left = 6 Height = 145 Top = 32 Width = 561 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Id' end item Caption = 'Date' Width = 80 end item Caption = 'Account' Width = 80 end item Caption = 'Value' Width = 80 end item Caption = 'Var. sym.' Width = 70 end item Caption = 'Spec. sym.' end item Caption = 'Const. sym.' Width = 134 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnData = ListViewOperationData end end end