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

    r37 r38  
    1 object Form2: TForm2
     1object FormInput: TFormInput
    22  Left = 256
    33  Height = 240
    44  Top = 32
    55  Width = 320
    6   Caption = 'Form2'
     6  Caption = 'FormInput'
     7  ClientHeight = 240
     8  ClientWidth = 320
    79  LCLVersion = '0.9.31'
     10  object MemoInput: TMemo
     11    Left = 8
     12    Height = 210
     13    Top = 22
     14    Width = 309
     15    Anchors = [akTop, akLeft, akRight, akBottom]
     16    Font.Height = -12
     17    Font.Name = 'Courier New'
     18    OnKeyPress = MemoInputKeyPress
     19    ParentFont = False
     20    ScrollBars = ssAutoBoth
     21    TabOrder = 0
     22  end
     23  object Label1: TLabel
     24    Left = 8
     25    Height = 18
     26    Top = 8
     27    Width = 38
     28    Caption = 'Input:'
     29    ParentColor = False
     30  end
    831end
Note: See TracChangeset for help on using the changeset viewer.