Ignore:
Timestamp:
Jun 24, 2010, 4:18:55 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Třída TSubStream pro transparentní mapování podproudu do jiného proudu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ObjectBaseTypes/UMainForm.dfm

    r3 r32  
    11object MainForm: TMainForm
    2   Left = 0
    3   Top = 0
     2  Left = 451
     3  Height = 317
     4  Top = 192
     5  Width = 484
    46  Caption = 'MainForm'
    57  ClientHeight = 317
    68  ClientWidth = 484
    7   Color = clBtnFace
    8   Font.Charset = DEFAULT_CHARSET
    9   Font.Color = clWindowText
    109  Font.Height = -11
    1110  Font.Name = 'Tahoma'
    12   Font.Style = []
    13   OldCreateOrder = False
    14   PixelsPerInch = 96
    15   TextHeight = 13
     11  LCLVersion = '0.9.29'
    1612  object Button1: TButton
    1713    Left = 8
     14    Height = 25
    1815    Top = 8
    1916    Width = 89
    20     Height = 25
    2117    Caption = 'Test TBoolean'
     18    OnClick = Button1Click
    2219    TabOrder = 0
    23     OnClick = Button1Click
    2420  end
    2521  object Memo1: TMemo
    2622    Left = 120
     23    Height = 289
    2724    Top = 8
    2825    Width = 353
    29     Height = 289
    3026    TabOrder = 1
    3127  end
    3228  object Button2: TButton
    3329    Left = 8
     30    Height = 25
    3431    Top = 39
    3532    Width = 89
    36     Height = 25
    3733    Caption = 'Test TByte'
    3834    TabOrder = 2
     
    4036  object Button3: TButton
    4137    Left = 8
     38    Height = 25
    4239    Top = 70
    4340    Width = 89
    44     Height = 25
    4541    Caption = 'Test TInteger'
    4642    TabOrder = 3
     
    4844  object Button4: TButton
    4945    Left = 8
     46    Height = 25
    5047    Top = 101
    5148    Width = 89
    52     Height = 25
    5349    Caption = 'Test TString'
     50    OnClick = Button4Click
    5451    TabOrder = 4
    55     OnClick = Button4Click
    5652  end
    5753end
Note: See TracChangeset for help on using the changeset viewer.