Ignore:
Timestamp:
Mar 14, 2013, 10:59:07 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Systém pro překládání angličtiny do češtiny.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r7 r9  
    11object FormMain: TFormMain
    22  Left = 364
    3   Height = 368
     3  Height = 390
    44  Top = 183
    5   Width = 510
     5  Width = 519
    66  Caption = 'FioInfo'
    7   ClientHeight = 368
    8   ClientWidth = 510
     7  ClientHeight = 390
     8  ClientWidth = 519
    99  OnClose = FormClose
    1010  OnCreate = FormCreate
     11  OnShow = FormShow
     12  Position = poScreenCenter
    1113  LCLVersion = '1.1'
    1214  object ButtonSettings: TButton
    13     Left = 376
     15    Left = 384
    1416    Height = 25
    15     Top = 336
     17    Top = 358
    1618    Width = 112
    1719    Action = Core.ASettings
    18     Anchors = [akTop, akBottom]
     20    Anchors = [akBottom]
    1921    TabOrder = 0
    2022  end
     
    2325    Height = 57
    2426    Top = 8
    25     Width = 489
     27    Width = 498
    2628    Anchors = [akTop, akLeft, akRight]
    27     Caption = 'Nové platby od posledního staÅŸení'
     29    Caption = 'New transaction from last check'
    2830    ClientHeight = 38
    29     ClientWidth = 485
     31    ClientWidth = 494
    3032    TabOrder = 1
    3133    object ButtonNew: TButton
     
    3436      Top = 7
    3537      Width = 112
    36       Caption = 'Stáhnout'
     38      Caption = 'Download'
    3739      OnClick = ButtonNewClick
    3840      TabOrder = 0
     
    4345    Height = 72
    4446    Top = 80
    45     Width = 489
     47    Width = 498
    4648    Anchors = [akTop, akLeft, akRight]
    47     Caption = 'Transakce v zadaném časovém rozpětí'
     49    Caption = 'Transactions from defined time interval'
    4850    ClientHeight = 53
    49     ClientWidth = 485
     51    ClientWidth = 494
    5052    TabOrder = 2
    5153    object ButtonInterval: TButton
     
    5456      Top = 7
    5557      Width = 112
    56       Caption = 'Stáhnout'
     58      Caption = 'Download'
    5759      OnClick = ButtonIntervalClick
    5860      TabOrder = 0
     
    6163      Left = 54
    6264      Height = 27
    63       Top = 5
     65      Top = 7
    6466      Width = 80
    6567      CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
     
    7476    end
    7577    object DateEditTo: TDateEdit
    76       Left = 230
     78      Left = 238
    7779      Height = 27
    78       Top = 9
     80      Top = 7
    7981      Width = 80
    8082      CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
     
    8991    end
    9092    object Label1: TLabel
    91       Left = 22
     93      Left = 6
    9294      Height = 17
    93       Top = 9
    94       Width = 22
    95       Caption = 'Od:'
     95      Top = 12
     96      Width = 36
     97      Caption = 'From:'
    9698      ParentColor = False
    9799    end
     
    99101      Left = 174
    100102      Height = 17
    101       Top = 15
    102       Width = 22
    103       Caption = 'Do:'
     103      Top = 12
     104      Width = 18
     105      Caption = 'To:'
    104106      ParentColor = False
    105107    end
     
    110112    Top = 168
    111113    Width = 489
    112     Caption = 'Měsíční vÃœpis'
     114    Caption = 'Selected mothly report'
    113115    ClientHeight = 46
    114116    ClientWidth = 485
     
    119121      Top = 7
    120122      Width = 112
    121       Caption = 'Stáhnout'
     123      Caption = 'Download'
    122124      OnClick = ButtonMonthlyClick
    123125      TabOrder = 0
     
    134136    end
    135137    object SpinEditId: TSpinEdit
    136       Left = 230
     138      Left = 238
    137139      Height = 27
    138140      Top = 7
     
    144146    end
    145147    object Label2: TLabel
    146       Left = 20
     148      Left = 6
    147149      Height = 17
    148       Top = 15
    149       Width = 28
    150       Caption = 'Rok:'
     150      Top = 12
     151      Width = 31
     152      Caption = 'Year:'
    151153      ParentColor = False
    152154    end
     
    154156      Left = 174
    155157      Height = 17
    156       Top = 15
    157       Width = 36
    158       Caption = 'Číslo:'
     158      Top = 12
     159      Width = 56
     160      Caption = 'Number:'
    159161      ParentColor = False
    160162    end
     
    163165    Left = 16
    164166    Height = 25
    165     Top = 336
     167    Top = 358
    166168    Width = 112
    167169    Action = Core.AExit
     
    172174    Left = 136
    173175    Height = 25
    174     Top = 336
     176    Top = 358
    175177    Width = 112
    176178    Action = Core.AAbout
Note: See TracChangeset for help on using the changeset viewer.