12345678910111213141516171819202122232425 |
- object frmMain: TfrmMain
- Left = 0
- Top = 0
- Caption = 'Form1'
- ClientHeight = 480
- ClientWidth = 331
- FormFactor.Width = 320
- FormFactor.Height = 480
- FormFactor.Devices = [Desktop]
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnClose = FormClose
- DesignerMasterStyle = 0
- object meLog: TMemo
- Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
- DataDetectorTypes = []
- Align = Client
- Size.Width = 331.000000000000000000
- Size.Height = 480.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 0
- Viewport.Width = 327.000000000000000000
- Viewport.Height = 476.000000000000000000
- end
- end
|