123456789101112131415161718192021222324252627282930313233343536373839404142 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Form1'
- ClientHeight = 480
- ClientWidth = 640
- FormFactor.Width = 320
- FormFactor.Height = 480
- FormFactor.Devices = [Desktop]
- OnCreate = FormCreate
- OnClose = FormClose
- DesignerMasterStyle = 0
- object meInfo: TMemo
- Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
- DataDetectorTypes = []
- ReadOnly = True
- Align = Client
- Size.Width = 640.000000000000000000
- Size.Height = 432.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 1
- Viewport.Width = 636.000000000000000000
- Viewport.Height = 428.000000000000000000
- end
- object Panel1: TPanel
- Align = MostBottom
- Position.Y = 432.000000000000000000
- Size.Width = 640.000000000000000000
- Size.Height = 48.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 2
- object btnCheckIOC: TButton
- Align = Center
- Size.Width = 129.000000000000000000
- Size.Height = 39.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 1
- Text = 'Check IOC'
- OnClick = btnCheckIOCClick
- end
- end
- end
|