Ignore:
Timestamp:
Mar 19, 2013, 8:38:28 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Možnost nastavit si formát jména výstupního souboru.
  • Opraveno: Omezení nastavení časového intervalu na povolené hodnoty.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.lfm

    r12 r14  
    11object FormSettings: TFormSettings
    22  Left = 420
    3   Height = 273
     3  Height = 281
    44  Top = 127
    5   Width = 550
     5  Width = 558
    66  Caption = 'Settings'
    7   ClientHeight = 273
    8   ClientWidth = 550
     7  ClientHeight = 281
     8  ClientWidth = 558
    99  OnCreate = FormCreate
    1010  Position = poScreenCenter
    1111  LCLVersion = '1.1'
    1212  object ButtonCancel: TButton
    13     Left = 376
     13    Left = 384
    1414    Height = 25
    15     Top = 242
     15    Top = 250
    1616    Width = 75
    1717    Anchors = [akRight, akBottom]
     
    2121  end
    2222  object ButtonOk: TButton
    23     Left = 464
     23    Left = 472
    2424    Height = 25
    25     Top = 242
     25    Top = 249
    2626    Width = 75
    2727    Anchors = [akRight]
     
    5252    Height = 27
    5353    Top = 88
    54     Width = 440
     54    Width = 448
    5555    Anchors = [akTop, akLeft, akRight]
    5656    EditLabel.AnchorSideLeft.Control = LabeledEditFolder
     
    6161    EditLabel.Height = 17
    6262    EditLabel.Top = 68
    63     EditLabel.Width = 440
     63    EditLabel.Width = 448
    6464    EditLabel.Caption = 'Destination folder:'
    6565    EditLabel.ParentColor = False
     
    6767  end
    6868  object Button1: TButton
    69     Left = 464
     69    Left = 472
    7070    Height = 25
    7171    Top = 88
     
    7676    TabOrder = 4
    7777  end
     78  object LabeledEditFileNameFormat: TLabeledEdit
     79    Left = 11
     80    Height = 27
     81    Top = 144
     82    Width = 448
     83    Anchors = [akTop, akLeft, akRight]
     84    EditLabel.AnchorSideLeft.Control = LabeledEditFileNameFormat
     85    EditLabel.AnchorSideRight.Control = LabeledEditFileNameFormat
     86    EditLabel.AnchorSideRight.Side = asrBottom
     87    EditLabel.AnchorSideBottom.Control = LabeledEditFileNameFormat
     88    EditLabel.Left = 11
     89    EditLabel.Height = 17
     90    EditLabel.Top = 124
     91    EditLabel.Width = 448
     92    EditLabel.Caption = 'Output file name format:'
     93    EditLabel.ParentColor = False
     94    TabOrder = 5
     95  end
     96  object Label2: TLabel
     97    Left = 11
     98    Height = 38
     99    Top = 176
     100    Width = 532
     101    Anchors = [akTop, akLeft, akRight]
     102    Caption = '%f - data format, %d - date, %t - time, %a - account number, %n - account name, %% - percent symbol'
     103    ParentColor = False
     104    WordWrap = True
     105  end
    78106end
Note: See TracChangeset for help on using the changeset viewer.