Changeset 4 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Nov 23, 2014, 12:56:33 AM (9 years ago)
Author:
chronos
Message:
  • Added: Now applications can write text to serial device which is displayed on form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.lfm

    r3 r4  
    55  Width = 932
    66  Caption = 'Form1'
     7  ClientHeight = 687
     8  ClientWidth = 932
    79  OnCreate = FormCreate
    810  OnDestroy = FormDestroy
    911  OnShow = FormShow
    1012  LCLVersion = '1.3'
     13  object Memo1: TMemo
     14    Left = 16
     15    Height = 658
     16    Top = 8
     17    Width = 904
     18    TabOrder = 0
     19  end
    1120end
Note: See TracChangeset for help on using the changeset viewer.