| 123456789101112131415161718192021222324252627282930313233343536 |
- object Form2: TForm2
- Left = 0
- Top = 0
- Caption = 'Form2'
- ClientHeight = 438
- ClientWidth = 401
- FormFactor.Width = 320
- FormFactor.Height = 480
- FormFactor.Devices = [Desktop]
- OnResize = txtDataChangeTracking
- DesignerMasterStyle = 0
- object txtData: TEdit
- Touch.InteractiveGestures = [LongTap, DoubleTap]
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- Text = 'https://bitbucket.org/sivv/qr'
- Position.X = 8.000000000000000000
- Position.Y = 8.000000000000000000
- Size.Width = 385.000000000000000000
- Size.Height = 22.000000000000000000
- Size.PlatformDefault = False
- OnChangeTracking = txtDataChangeTracking
- end
- object imgQR: TImage
- MultiResBitmap = <
- item
- end>
- Anchors = [akLeft, akTop, akRight, akBottom]
- Position.X = 8.000000000000000000
- Position.Y = 40.000000000000000000
- Size.Width = 385.000000000000000000
- Size.Height = 385.000000000000000000
- Size.PlatformDefault = False
- WrapMode = Original
- end
- end
|