1234567891011121314151617181920212223242526 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Form1'
- ClientHeight = 480
- ClientWidth = 640
- FormFactor.Width = 320
- FormFactor.Height = 480
- FormFactor.Devices = [Desktop]
- OnCreate = FormCreate
- DesignerMasterStyle = 0
- object Memo1: TMemo
- Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
- DataDetectorTypes = []
- ShowSizeGrip = True
- StyledSettings = [Family, Style, FontColor]
- TextSettings.Font.Size = 9.000000000000000000
- Align = Client
- Size.Width = 640.000000000000000000
- Size.Height = 480.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 0
- Viewport.Width = 636.000000000000000000
- Viewport.Height = 476.000000000000000000
- end
- end
|