Skip to content

Commit

Permalink
Adjust forms for ios and android (FireGUI)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneiderInfosystems committed Sep 26, 2019
1 parent 2d1897e commit 93bfa66
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 13 deletions.
56 changes: 51 additions & 5 deletions Samples/CloudClipboard/MainFmx.LgXhdpiPh.fmx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,52 @@ inherited fmxMain_LgXhdpiPh: TfmxMain_LgXhdpiPh
inherited FraSelfRegistration: TFraSelfRegistration
Size.Width = 450.000000000000000000
Size.Height = 645.000000000000000000
inherited AniIndicator: TAniIndicator
Margins.Bottom = 450.000000000000000000
end
inherited btnCheckEMail: TButton
Size.Width = 300.000000000000000000
end
inherited btnResetPwd: TButton
Size.Width = 300.000000000000000000
end
inherited btnSignIn: TButton
Size.Width = 300.000000000000000000
end
inherited btnSignUp: TButton
Size.Width = 300.000000000000000000
end
inherited edtEMail: TEdit
Margins.Bottom = 250.000000000000000000
Size.Width = 300.000000000000000000
inherited txtEMail: TText
Position.Y = -32.000000000000000000
Size.Width = 300.000000000000000000
TextSettings.HorzAlign = Leading
end
end
inherited edtPassword: TEdit
Margins.Bottom = 100.000000000000000000
Size.Width = 300.000000000000000000
inherited txtPassword: TText
Position.Y = -32.000000000000000000
Size.Width = 300.000000000000000000
TextSettings.HorzAlign = Leading
end
end
inherited lblStatus: TLabel
Margins.Top = 350.000000000000000000
Size.Width = 300.000000000000000000
Size.Height = 159.000000000000000000
end
end
inherited layToolbar: TLayout
Size.Width = 450.000000000000000000
inherited lblVersionInfo: TLabel
Size.Width = 161.000000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
end
end
end
inherited tabClipboard: TTabItem
Expand Down Expand Up @@ -80,7 +123,7 @@ inherited fmxMain_LgXhdpiPh: TfmxMain_LgXhdpiPh
Margins.Left = 20.000000000000000000
Margins.Right = 20.000000000000000000
Margins.Bottom = 10.000000000000000000
Position.Y = 2590.000000000000000000
Position.Y = 2805.000000000000000000
Size.Width = 0.000000000000000000
end
inherited btnFromClipBoard: TButton
Expand Down Expand Up @@ -140,21 +183,24 @@ inherited fmxMain_LgXhdpiPh: TfmxMain_LgXhdpiPh
end
end
inherited chbTesting: TCheckBox
Position.X = -932.000000000000000000
Position.Y = 1714.000000000000000000
Position.X = -1182.000000000000000000
Position.Y = 1929.000000000000000000
end
inherited lblSendStatusRTDB: TLabel
Position.Y = 1710.000000000000000000
Position.Y = 1925.000000000000000000
Size.Width = 0.000000000000000000
end
inherited layUserInfo: TLayout
Position.Y = 51.000000000000000000
Size.Width = 450.000000000000000000
inherited btnSignOut: TButton
Size.Width = 95.000000000000000000
OnClick = nil
end
inherited lblUserInfo: TLabel
Size.Width = 337.000000000000000000
StyledSettings = [Family, Style, FontColor]
Size.Width = 315.000000000000000000
TextSettings.Font.Size = 8.000000000000000000
end
end
end
Expand Down
16 changes: 8 additions & 8 deletions Samples/CloudClipboard/MainFmx.iPhone55in.fmx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ inherited fmxMain_iPhone55in: TfmxMain_iPhone55in
Size.Height = 30.000000000000000000
end
inherited btnEnteredProjSettings: TButton
Position.X = -1374.000000000000000000
Position.Y = 1990.000000000000000000
Position.X = -1660.000000000000000000
Position.Y = 2226.000000000000000000
Size.Width = 44.000000000000000000
Size.Height = 44.000000000000000000
end
Expand Down Expand Up @@ -108,7 +108,7 @@ inherited fmxMain_iPhone55in: TfmxMain_iPhone55in
inherited aniRTDB: TAniIndicator
Anchors = [akLeft, akBottom]
Position.X = 16.000000000000000000
Position.Y = 1356.000000000000000000
Position.Y = 1592.000000000000000000
end
inherited btnFromClipBoard: TButton
Align = Bottom
Expand All @@ -135,7 +135,7 @@ inherited fmxMain_iPhone55in: TfmxMain_iPhone55in
394s
426s)
inherited tabText: TTabItem
Size.Width = 197.000000000000000000
Size.Width = 25.000000000000000000
Size.Height = 49.000000000000000000
ExplicitSize.cx = 41.000000000000000000
ExplicitSize.cy = 26.000000000000000000
Expand All @@ -149,7 +149,7 @@ inherited fmxMain_iPhone55in: TfmxMain_iPhone55in
end
end
inherited tabGraphic: TTabItem
Size.Width = 197.000000000000000000
Size.Width = 42.000000000000000000
Size.Height = 49.000000000000000000
ExplicitSize.cx = 61.000000000000000000
ExplicitSize.cy = 26.000000000000000000
Expand All @@ -160,11 +160,11 @@ inherited fmxMain_iPhone55in: TfmxMain_iPhone55in
end
end
inherited chbTesting: TCheckBox
Position.X = -1148.000000000000000000
Position.Y = 1840.000000000000000000
Position.X = -1434.000000000000000000
Position.Y = 2076.000000000000000000
end
inherited lblSendStatusRTDB: TLabel
Position.Y = 1836.000000000000000000
Position.Y = 2072.000000000000000000
Size.Width = 0.000000000000000000
end
inherited layUserInfo: TLayout
Expand Down

0 comments on commit 93bfa66

Please sign in to comment.