Changeset 11 for trunk/UMainWindow.dfm


Ignore:
Timestamp:
Feb 11, 2008, 11:18:05 AM (16 years ago)
Author:
george
Message:

Opraveno: Načítání seznamu síťových adaptérů přes API funkce.
Opraveno: Uvolňění paměti AppUserEventsOptions.
Přidáno: Textová identifikace Windows Vista.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainWindow.dfm

    r9 r11  
    33  Top = 296
    44  Caption = 'SunriseChat'
    5   ClientHeight = 331
    6   ClientWidth = 470
     5  ClientHeight = 352
     6  ClientWidth = 471
    77  Color = clBtnFace
    88  Constraints.MinHeight = 100
     
    2727    Left = 0
    2828    Top = 0
    29     Width = 470
    30     Height = 331
     29    Width = 471
     30    Height = 352
    3131    Align = alClient
    3232    BevelOuter = bvNone
    3333    FullRepaint = False
    3434    TabOrder = 0
     35    ExplicitWidth = 470
     36    ExplicitHeight = 331
    3537    object Splitter3: TSplitter
    36       Left = 322
     38      Left = 323
    3739      Top = 0
    3840      Width = 2
    39       Height = 301
     41      Height = 322
    4042      Align = alRight
     43      ExplicitLeft = 322
     44      ExplicitHeight = 301
    4145    end
    4246    object Panel4: TPanel
    4347      Left = 0
    44       Top = 301
    45       Width = 470
     48      Top = 322
     49      Width = 471
    4650      Height = 30
    4751      Align = alBottom
     
    4953      FullRepaint = False
    5054      TabOrder = 0
     55      ExplicitTop = 301
     56      ExplicitWidth = 470
    5157      DesignSize = (
    52         470
     58        471
    5359        30)
    5460      object Button1: TButton
    55         Left = 412
     61        Left = 413
    5662        Top = 3
    5763        Width = 54
     
    6268        TabOrder = 0
    6369        OnClick = Button1Click
     70        ExplicitLeft = 412
    6471      end
    6572      object ComboBox1: TComboBox
    6673        Left = 4
    6774        Top = 4
    68         Width = 401
     75        Width = 402
    6976        Height = 21
    7077        AutoComplete = False
     
    8188        Items.Strings = (
    8289          '')
     90        ExplicitWidth = 401
    8391      end
    8492    end
    8593    object Panel5: TPanel
    86       Left = 324
     94      Left = 325
    8795      Top = 0
    8896      Width = 26
    89       Height = 301
     97      Height = 322
    9098      Align = alRight
    9199      BevelOuter = bvNone
    92100      TabOrder = 1
     101      ExplicitLeft = 324
     102      ExplicitHeight = 301
    93103      object ToolBar1: TToolBar
    94104        Left = 0
    95         Top = 147
     105        Top = 168
    96106        Width = 26
    97107        Height = 154
     
    174184    end
    175185    object Panel2: TPanel
    176       Left = 350
     186      Left = 351
    177187      Top = 0
    178188      Width = 120
    179       Height = 301
     189      Height = 322
    180190      Align = alRight
    181191      BevelOuter = bvNone
    182192      FullRepaint = False
    183193      TabOrder = 2
     194      ExplicitLeft = 350
     195      ExplicitHeight = 301
    184196      DesignSize = (
    185197        120
    186         301)
     198        322)
    187199      object Label1: TLabel
    188200        Left = 2
     
    196208        Top = 20
    197209        Width = 116
    198         Height = 260
     210        Height = 299
    199211        Hint = 'Seznam online u'#382'ivatel'#367
    200212        Anchors = [akLeft, akTop, akRight, akBottom]
     
    216228      Left = 0
    217229      Top = 0
    218       Width = 322
    219       Height = 301
     230      Width = 323
     231      Height = 322
    220232      Align = alClient
    221233      BevelOuter = bvNone
    222234      FullRepaint = False
    223235      TabOrder = 3
     236      ExplicitWidth = 322
     237      ExplicitHeight = 301
    224238      DesignSize = (
    225         322
    226         301)
     239        323
     240        322)
    227241      object Label2: TLabel
    228242        Left = 8
     
    244258        Left = 4
    245259        Top = 0
    246         Width = 316
    247         Height = 209
     260        Width = 317
     261        Height = 230
    248262        ActivePage = TabSheet1
    249263        Anchors = [akLeft, akTop, akRight, akBottom]
     
    258272        TabOrder = 1
    259273        OnChange = TabControl1Change
     274        ExplicitWidth = 316
     275        ExplicitHeight = 209
    260276        object TabSheet1: TTabSheet
    261277          Caption = 'TabSheet1'
     
    267283          ImageIndex = 1
    268284          ParentFont = False
     285          ExplicitWidth = 308
     286          ExplicitHeight = 180
    269287        end
    270288      end
     
    272290        Left = 4
    273291        Top = 20
    274         Width = 316
    275         Height = 260
     292        Width = 317
     293        Height = 300
    276294        Anchors = [akLeft, akTop, akRight, akBottom]
    277295        BevelOuter = bvNone
     
    284302          Left = 0
    285303          Top = 0
    286           Width = 316
    287           Height = 260
     304          Width = 317
     305          Height = 300
    288306          Align = alClient
    289307          Columns = <>
    290308          TabOrder = 1
     309          ExplicitWidth = 316
     310          ExplicitHeight = 260
    291311        end
    292312        object RichView1: TRichView
     
    294314          Top = 1
    295315          Width = 314
    296           Height = 278
     316          Height = 295
    297317          TabStop = True
    298318          TabOrder = 0
     
    19982018    Top = 80
    19992019  end
     2020  object XPManifest1: TXPManifest
     2021    Left = 176
     2022    Top = 112
     2023  end
    20002024end
Note: See TracChangeset for help on using the changeset viewer.