Changeset 15 for trunk/UMainWindow.dfm


Ignore:
Timestamp:
Feb 18, 2008, 2:00:19 PM (16 years ago)
Author:
george
Message:

Přepracováno: Změna síťových komponent z fundamentals sockets na Indy. Prozatím ne dostatečně funkční.
Typografikcé úpravy.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        66Network.cfg
        77Error.txt
         8ProjectGroup1.bdsgroup
         9ProjectGroup1.bdsgroup.local
  • trunk/UMainWindow.dfm

    r13 r15  
    33  Top = 296
    44  Caption = 'SunriseChat'
    5   ClientHeight = 372
     5  ClientHeight = 392
    66  ClientWidth = 471
    77  Color = clBtnFace
     
    2828    Top = 0
    2929    Width = 471
    30     Height = 372
     30    Height = 392
    3131    Align = alClient
    3232    BevelOuter = bvNone
    3333    FullRepaint = False
    3434    TabOrder = 0
    35     ExplicitHeight = 352
     35    ExplicitHeight = 372
    3636    object Splitter3: TSplitter
    3737      Left = 323
    3838      Top = 0
    3939      Width = 2
    40       Height = 342
     40      Height = 362
    4141      Align = alRight
    4242      ExplicitLeft = 322
     
    4545    object Panel4: TPanel
    4646      Left = 0
    47       Top = 342
     47      Top = 362
    4848      Width = 471
    4949      Height = 30
     
    5252      FullRepaint = False
    5353      TabOrder = 0
    54       ExplicitTop = 322
     54      ExplicitTop = 342
    5555      DesignSize = (
    5656        471
     
    9191      Top = 0
    9292      Width = 26
    93       Height = 342
     93      Height = 362
    9494      Align = alRight
    9595      BevelOuter = bvNone
    9696      TabOrder = 1
    97       ExplicitHeight = 322
     97      ExplicitHeight = 342
    9898      object ToolBar1: TToolBar
    9999        Left = 0
    100         Top = 188
     100        Top = 208
    101101        Width = 26
    102102        Height = 154
     
    109109        TabOrder = 0
    110110        Transparent = False
    111         ExplicitTop = 168
     111        ExplicitTop = 188
    112112        object ToolButton1: TToolButton
    113113          Left = 0
     
    182182      Top = 0
    183183      Width = 120
    184       Height = 342
     184      Height = 362
    185185      Align = alRight
    186186      BevelOuter = bvNone
    187187      FullRepaint = False
    188188      TabOrder = 2
    189       ExplicitHeight = 322
     189      ExplicitHeight = 342
    190190      DesignSize = (
    191191        120
    192         342)
     192        362)
    193193      object Label1: TLabel
    194194        Left = 2
     
    202202        Top = 20
    203203        Width = 116
    204         Height = 319
     204        Height = 339
    205205        Hint = 'Seznam online u'#382'ivatel'#367
    206206        Anchors = [akLeft, akTop, akRight, akBottom]
     
    217217        OnClick = ListView1Click
    218218        OnInfoTip = ListView1InfoTip
    219         ExplicitHeight = 299
     219        ExplicitHeight = 319
    220220      end
    221221    end
     
    224224      Top = 0
    225225      Width = 323
    226       Height = 342
     226      Height = 362
    227227      Align = alClient
    228228      BevelOuter = bvNone
    229229      FullRepaint = False
    230230      TabOrder = 3
    231       ExplicitHeight = 322
     231      ExplicitHeight = 342
    232232      DesignSize = (
    233233        323
    234         342)
     234        362)
    235235      object Label2: TLabel
    236236        Left = 8
     
    253253        Top = 0
    254254        Width = 317
    255         Height = 250
     255        Height = 270
    256256        ActivePage = TabSheet1
    257257        Anchors = [akLeft, akTop, akRight, akBottom]
     
    266266        TabOrder = 1
    267267        OnChange = TabControl1Change
    268         ExplicitHeight = 230
     268        ExplicitHeight = 250
    269269        object TabSheet1: TTabSheet
    270270          Caption = 'TabSheet1'
     
    276276          ImageIndex = 1
    277277          ParentFont = False
    278           ExplicitHeight = 201
     278          ExplicitHeight = 221
    279279        end
    280280      end
     
    283283        Top = 20
    284284        Width = 317
    285         Height = 320
     285        Height = 340
    286286        Anchors = [akLeft, akTop, akRight, akBottom]
    287287        BevelOuter = bvNone
     
    291291        TabOrder = 0
    292292        OnResize = Panel6Resize
    293         ExplicitHeight = 300
     293        ExplicitHeight = 320
    294294        object ListView2: TListView
    295295          Left = 0
    296296          Top = 0
    297297          Width = 317
    298           Height = 320
     298          Height = 340
    299299          Align = alClient
    300300          Columns = <>
    301301          TabOrder = 1
    302           ExplicitHeight = 300
     302          ExplicitHeight = 320
    303303        end
    304304        object RichView1: TRichView
     
    20182018    Top = 112
    20192019  end
    2020   object fndUDPSocket1: TfndUDPSocket
    2021     Left = 48
    2022     Top = 216
    2023   end
    2024   object fndUDPClientSocket1: TfndUDPClientSocket
    2025     Left = 144
    2026     Top = 232
    2027   end
    20282020end
Note: See TracChangeset for help on using the changeset viewer.