Ignore:
Timestamp:
Feb 19, 2012, 10:29:55 AM (12 years ago)
Author:
chronos
Message:
  • Modified: Used manual docked forms for better code separation.
  • Modified: Used tabbed layout with PageControl and TabSheets for better usability.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMemory.lfm

    r37 r38  
    1 object Form3: TForm3
     1object FormMemory: TFormMemory
    22  Left = 256
    3   Height = 240
     3  Height = 259
    44  Top = 32
    5   Width = 320
    6   Caption = 'Form3'
     5  Width = 391
     6  Caption = 'FormMemory'
     7  ClientHeight = 259
     8  ClientWidth = 391
    79  LCLVersion = '0.9.31'
     10  object Label6: TLabel
     11    Left = 8
     12    Height = 18
     13    Top = 8
     14    Width = 57
     15    Caption = 'Memory:'
     16    ParentColor = False
     17  end
     18  object ListViewMemory: TListView
     19    Left = 8
     20    Height = 231
     21    Top = 24
     22    Width = 374
     23    Anchors = [akTop, akLeft, akRight, akBottom]
     24    Columns = <   
     25      item
     26        Caption = 'Address'
     27        Width = 80
     28      end   
     29      item
     30        Caption = 'Data'
     31        Width = 330
     32      end>
     33    Font.Height = -11
     34    Font.Name = 'Courier New'
     35    OwnerData = True
     36    ParentFont = False
     37    ReadOnly = True
     38    TabOrder = 0
     39    ViewStyle = vsReport
     40    OnData = ListViewMemoryData
     41  end
    842end
Note: See TracChangeset for help on using the changeset viewer.