Ignore:
Timestamp:
Mar 25, 2013, 10:58:03 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Celé číslo účtu rozděleno do samostatných částí jako samotné číslo a kód banky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r15 r20  
    11object FormMain: TFormMain
    2   Left = 364
    3   Height = 390
    4   Top = 183
    5   Width = 519
     2  Left = 357
     3  Height = 513
     4  Top = 122
     5  Width = 602
    66  Caption = 'FioInfo'
    7   ClientHeight = 390
    8   ClientWidth = 519
     7  ClientHeight = 513
     8  ClientWidth = 602
    99  OnClose = FormClose
    1010  OnCreate = FormCreate
     
    1313  LCLVersion = '1.1'
    1414  object ButtonSettings: TButton
    15     Left = 384
     15    Left = 454
    1616    Height = 25
    17     Top = 358
     17    Top = 481
    1818    Width = 112
    1919    Action = Core.ASettings
     
    2424    Left = 16
    2525    Height = 57
    26     Top = 120
    27     Width = 498
    28     Anchors = [akTop, akLeft, akRight]
     26    Top = 250
     27    Width = 581
     28    Anchors = [akLeft, akRight, akBottom]
    2929    Caption = 'New transaction from last check'
    3030    ClientHeight = 38
    31     ClientWidth = 494
     31    ClientWidth = 577
    3232    TabOrder = 1
    3333    object ButtonNew: TButton
     
    4040      TabOrder = 0
    4141    end
     42    object Label7: TLabel
     43      Left = 6
     44      Height = 17
     45      Top = 12
     46      Width = 47
     47      Caption = 'Last id:'
     48      ParentColor = False
     49    end
     50    object SpinEditLastId: TSpinEdit
     51      Left = 70
     52      Height = 27
     53      Top = 7
     54      Width = 96
     55      MaxValue = 1000000000
     56      TabOrder = 1
     57    end
    4258  end
    4359  object GroupBox2: TGroupBox
    4460    Left = 17
    4561    Height = 72
    46     Top = 184
    47     Width = 498
    48     Anchors = [akTop, akLeft, akRight]
     62    Top = 316
     63    Width = 581
     64    Anchors = [akLeft, akRight, akBottom]
    4965    Caption = 'Transactions from defined time interval'
    5066    ClientHeight = 53
    51     ClientWidth = 494
     67    ClientWidth = 577
    5268    TabOrder = 2
    5369    object ButtonInterval: TButton
     
    112128    Left = 16
    113129    Height = 65
    114     Top = 280
    115     Width = 499
    116     Anchors = [akTop, akLeft, akRight]
     130    Top = 412
     131    Width = 582
     132    Anchors = [akLeft, akRight, akBottom]
    117133    Caption = 'Selected mothly report'
    118134    ClientHeight = 46
    119     ClientWidth = 495
     135    ClientWidth = 578
    120136    TabOrder = 3
    121137    object ButtonMonthly: TButton
     
    168184    Left = 16
    169185    Height = 25
    170     Top = 358
     186    Top = 481
    171187    Width = 112
    172188    Action = Core.AExit
     
    177193    Left = 136
    178194    Height = 25
    179     Top = 358
     195    Top = 481
    180196    Width = 112
    181197    Action = Core.AAbout
     
    195211    Height = 29
    196212    Top = 8
    197     Width = 312
     213    Width = 395
    198214    Anchors = [akTop, akLeft, akRight]
    199215    ItemHeight = 0
     
    203219  end
    204220  object ButtonNew1: TButton
    205     Left = 416
     221    Left = 499
    206222    Height = 25
    207223    Top = 8
     
    214230  object GroupBox4: TGroupBox
    215231    Left = 16
    216     Height = 65
     232    Height = 197
    217233    Top = 48
    218     Width = 498
    219     Anchors = [akTop, akLeft, akRight]
     234    Width = 581
     235    Anchors = [akTop, akLeft, akRight, akBottom]
    220236    Caption = 'Account state'
    221     ClientHeight = 46
    222     ClientWidth = 494
     237    ClientHeight = 178
     238    ClientWidth = 577
    223239    TabOrder = 8
    224240    object Label6: TLabel
     
    241257      Left = 358
    242258      Height = 25
    243       Top = 7
     259      Top = -1
    244260      Width = 112
    245261      Caption = 'Get'
     
    247263      TabOrder = 0
    248264    end
     265    object ListView1: TListView
     266      Left = 6
     267      Height = 144
     268      Top = 31
     269      Width = 561
     270      Anchors = [akTop, akLeft, akRight, akBottom]
     271      Columns = <     
     272        item
     273          Caption = 'Id'
     274        end     
     275        item
     276          Caption = 'Date'
     277          Width = 80
     278        end     
     279        item
     280          Caption = 'Account'
     281          Width = 80
     282        end     
     283        item
     284          Caption = 'Value'
     285          Width = 80
     286        end     
     287        item
     288          Caption = 'Var. sym.'
     289          Width = 70
     290        end     
     291        item
     292          Caption = 'Spec. sym.'
     293        end     
     294        item
     295          Caption = 'Const. sym.'
     296          Width = 134
     297        end>
     298      TabOrder = 1
     299      ViewStyle = vsReport
     300    end
    249301  end
    250302end
Note: See TracChangeset for help on using the changeset viewer.