|
| 1 | +object Parent_Form: TParent_Form |
| 2 | + Left = 0 |
| 3 | + Top = 0 |
| 4 | + Caption = 'Parent Window' |
| 5 | + ClientHeight = 480 |
| 6 | + ClientWidth = 640 |
| 7 | + FormFactor.Width = 320 |
| 8 | + FormFactor.Height = 480 |
| 9 | + FormFactor.Devices = [Desktop] |
| 10 | + DesignerMasterStyle = 0 |
| 11 | + object my_button: TButton |
| 12 | + Position.X = 241.000000000000000000 |
| 13 | + Position.Y = 192.000000000000000000 |
| 14 | + TabOrder = 0 |
| 15 | + Text = 'Press Me' |
| 16 | + OnClick = my_buttonClick |
| 17 | + end |
| 18 | + object enter_text_edit: TEdit |
| 19 | + Touch.InteractiveGestures = [LongTap, DoubleTap] |
| 20 | + TabOrder = 1 |
| 21 | + Position.X = 176.000000000000000000 |
| 22 | + Position.Y = 144.000000000000000000 |
| 23 | + Size.Width = 209.000000000000000000 |
| 24 | + Size.Height = 30.000000000000000000 |
| 25 | + Size.PlatformDefault = False |
| 26 | + end |
| 27 | + object enter_text_label: TLabel |
| 28 | + Position.X = 176.000000000000000000 |
| 29 | + Position.Y = 119.000000000000000000 |
| 30 | + Size.Width = 217.000000000000000000 |
| 31 | + Size.Height = 17.000000000000000000 |
| 32 | + Size.PlatformDefault = False |
| 33 | + Text = 'Please enter something in the Edit box' |
| 34 | + TabOrder = 2 |
| 35 | + end |
| 36 | + object main_heading: TLabel |
| 37 | + StyledSettings = [Family, FontColor] |
| 38 | + Position.X = 136.000000000000000000 |
| 39 | + Position.Y = 32.000000000000000000 |
| 40 | + Size.Width = 281.000000000000000000 |
| 41 | + Size.Height = 41.000000000000000000 |
| 42 | + Size.PlatformDefault = False |
| 43 | + TextSettings.Font.Size = 30.000000000000000000 |
| 44 | + TextSettings.Font.StyleExt = {00070000000000000004000000} |
| 45 | + Text = 'I'#39'm the MainForm' |
| 46 | + TabOrder = 3 |
| 47 | + end |
| 48 | +end |
0 commit comments