| 12345678910111213141516171819202122232425262728293031323334353637 |
- object QRCodeGeneratorFMXDemoForm: TQRCodeGeneratorFMXDemoForm
- Left = 0
- Top = 0
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = Single
- Caption = 'QRCodeGeneratorFMXDemo'
- ClientHeight = 383
- ClientWidth = 640
- Position = DesktopCenter
- FormFactor.Width = 320
- FormFactor.Height = 480
- FormFactor.Devices = [Desktop]
- DesignerMasterStyle = 0
- object mmoLogger: TMemo
- Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
- DataDetectorTypes = []
- ReadOnly = True
- Position.X = 32.000000000000000000
- Position.Y = 32.000000000000000000
- Size.Width = 569.000000000000000000
- Size.Height = 289.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 0
- Viewport.Width = 565.000000000000000000
- Viewport.Height = 285.000000000000000000
- end
- object btnRunDemos: TButton
- Position.X = 520.000000000000000000
- Position.Y = 336.000000000000000000
- Size.Width = 81.000000000000000000
- Size.Height = 33.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 1
- Text = 'RunDemos'
- OnClick = btnRunDemosClick
- end
- end
|