Changeset 8


Ignore:
Timestamp:
May 15, 2009, 10:26:01 AM (15 years ago)
Author:
george
Message:
  • Smazáno: Přesunuté obrázky.
  • Opraveno: Informace o verzi 3.3 a odkaz na stránky projektu.
  • Opraveno: Cesty v instalační skriptu odkazující na složku trunk.
  • Smazáno: Instalační exe soubory ze složky install.
Files:
3 added
11 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • install

    • Property svn:ignore set to
      *.exe
  • trunk/About.pas

    r6 r8  
    4040procedure TForm3.FormCreate(Sender: TObject);
    4141begin
    42   Label2.Caption := 'Verze: '+ApplicationVersion;
     42  Label6.Caption := ProjectHomepage;
     43  Label2.Caption := 'Verze: ' + ApplicationVersion;
    4344end;
    4445
  • trunk/HoFclient.dpr

    r6 r8  
    1 
    21program HoFclient;
    32
  • trunk/Main.dfm

    r7 r8  
    4747  object StatusBar1: TStatusBar
    4848    Left = 162
    49     Top = 235
     49    Top = 254
    5050    Width = 227
    5151    Height = 19
     
    5454    Panels = <>
    5555    SimplePanel = True
    56     ExplicitTop = 215
    5756  end
    5857  object Panel1: TPanel
    5958    Left = 0
    60     Top = 235
     59    Top = 254
    6160    Width = 161
    6261    Height = 19
    6362    Anchors = [akLeft, akBottom]
    6463    TabOrder = 1
    65     ExplicitTop = 215
    6664    object Image1: TImage
    6765      Left = 108
     
    403401    Top = 36
    404402    Width = 105
    405     Height = 178
     403    Height = 189
    406404    Anchors = [akTop, akRight, akBottom]
    407405    BorderStyle = bsNone
     
    419417    ReadOnly = True
    420418    TabOrder = 2
    421     ExplicitHeight = 158
    422419  end
    423420  object Button1: TButton
    424     Left = 340
    425     Top = 217
     421    Left = 343
     422    Top = 231
    426423    Width = 46
    427424    Height = 17
     
    431428    TabOrder = 3
    432429    OnClick = Button1Click
    433     ExplicitTop = 197
    434430  end
    435431  object ListView1: TListView
     
    437433    Top = 0
    438434    Width = 269
    439     Height = 235
     435    Height = 249
    440436    Hint =
    441437      'Poklep'#225'n'#237'm se p'#345'ipoj'#237'te na dan'#253' server, uk'#225'z'#225'n'#237'm zobraz'#237'te infor' +
     
    457453    LargeImages = ImageList32
    458454    ReadOnly = True
     455    RowSelect = True
    459456    ParentShowHint = False
    460457    ShowHint = False
     
    466463    OnMouseMove = ListView1MouseMove
    467464    OnSelectItem = ListView1SelectItem
    468     ExplicitHeight = 215
    469465  end
    470466  object Panel2: TPanel
     
    472468    Top = 0
    473469    Width = 9
    474     Height = 235
     470    Height = 249
    475471    Cursor = crHSplit
    476472    Hint = 'K schov'#225'n'#237' detajl'#367' p'#345'et'#225'hn'#283'te k prav'#233'mu okraji'
     
    483479    OnMouseMove = Panel2MouseMove
    484480    OnMouseUp = Panel2MouseUp
    485     ExplicitHeight = 215
    486481  end
    487482  object MediaPlayer1: TMediaPlayer
  • trunk/News.dfm

    r7 r8  
    3434      end>
    3535    ReadOnly = True
     36    RowSelect = True
    3637    SmallImages = ImageList1
    3738    TabOrder = 0
  • trunk/OnlinePlayers.dfm

    r7 r8  
    5252    Font.Style = []
    5353    ReadOnly = True
     54    RowSelect = True
    5455    ParentFont = False
    5556    ParentShowHint = False
Note: See TracChangeset for help on using the changeset viewer.