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/UFormOutput.lfm

    r37 r38  
    1 object Form1: TForm1
     1object FormOutput: TFormOutput
    22  Left = 256
    33  Height = 240
    44  Top = 32
    55  Width = 320
    6   Caption = 'Form1'
     6  Caption = 'FormOutput'
     7  ClientHeight = 240
     8  ClientWidth = 320
    79  LCLVersion = '0.9.31'
     10  object Label2: TLabel
     11    Left = 8
     12    Height = 18
     13    Top = 6
     14    Width = 49
     15    Caption = 'Output:'
     16    ParentColor = False
     17  end
     18  object MemoOutput: TMemo
     19    Left = 8
     20    Height = 211
     21    Top = 22
     22    Width = 309
     23    Anchors = [akTop, akLeft, akRight, akBottom]
     24    Font.Height = -12
     25    Font.Name = 'Courier New'
     26    ParentFont = False
     27    ScrollBars = ssAutoBoth
     28    TabOrder = 0
     29  end
    830end
Note: See TracChangeset for help on using the changeset viewer.