Changeset 4 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Mar 13, 2013, 11:29:59 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Zkušební stažení stránky přes https.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.lfm

    r3 r4  
    1010  object LabeledEdit1: TLabeledEdit
    1111    Left = 8
    12     Height = 21
     12    Height = 27
    1313    Top = 25
    1414    Width = 488
     
    1818    EditLabel.AnchorSideBottom.Control = LabeledEdit1
    1919    EditLabel.Left = 8
    20     EditLabel.Height = 13
    21     EditLabel.Top = 9
     20    EditLabel.Height = 17
     21    EditLabel.Top = 5
    2222    EditLabel.Width = 488
    2323    EditLabel.Caption = 'Token'
    2424    EditLabel.ParentColor = False
    2525    TabOrder = 0
     26  end
     27  object Button1: TButton
     28    Left = 56
     29    Height = 25
     30    Top = 184
     31    Width = 112
     32    Action = ADownload
     33    TabOrder = 1
    2634  end
    2735  object TrayIcon1: TTrayIcon
     
    43314339  object ActionList1: TActionList
    43324340    Images = ImageList1
    4333     left = 262
     4341    left = 264
    43344342    top = 93
    43354343    object AShow: TAction
     
    43414349      OnExecute = AExitExecute
    43424350    end
     4351    object ADownload: TAction
     4352      Caption = 'Zkontrolovat'
     4353      OnExecute = ADownloadExecute
     4354    end
    43434355  end
    43444356  object ImageList1: TImageList
Note: See TracChangeset for help on using the changeset viewer.