Ignore:
Timestamp:
Oct 12, 2009, 11:01:02 AM (15 years ago)
Author:
george
Message:
  • Modified: Enhanced loading from stream.
  • Added: Demo form is displaying original PB tree and target loaded PB tree.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProtocolBuffers/UMainForm.lfm

    r8 r9  
    11object MainForm: TMainForm
    2   Left = 281
    3   Height = 319
    4   Top = 189
    5   Width = 448
     2  Left = 254
     3  Height = 446
     4  Top = 150
     5  Width = 597
    66  Caption = 'Demo ProtocolBuffers'
    7   ClientHeight = 319
    8   ClientWidth = 448
     7  ClientHeight = 446
     8  ClientWidth = 597
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
    1111  LCLVersion = '0.9.29'
    1212  object Memo1: TMemo
    13     Left = 9
    14     Height = 272
    15     Top = 9
    16     Width = 433
     13    Left = 7
     14    Height = 123
     15    Top = 320
     16    Width = 587
     17    Anchors = [akTop, akLeft, akRight, akBottom]
    1718    TabOrder = 0
    1819  end
     
    2930    Left = 88
    3031    Height = 25
    31     Top = 289
     32    Top = 288
    3233    Width = 75
    3334    Caption = 'From file'
     
    3536    TabOrder = 2
    3637  end
     38  object TreeView1: TTreeView
     39    Left = 9
     40    Height = 272
     41    Top = 7
     42    Width = 293
     43    DefaultItemHeight = 15
     44    TabOrder = 3
     45  end
     46  object TreeView2: TTreeView
     47    Left = 312
     48    Height = 272
     49    Top = 7
     50    Width = 279
     51    DefaultItemHeight = 15
     52    TabOrder = 4
     53  end
    3754end
Note: See TracChangeset for help on using the changeset viewer.