Init
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
object Form1: TForm1
|
||||
Left = 0
|
||||
Top = 0
|
||||
Caption = 'Form1'
|
||||
ClientHeight = 480
|
||||
ClientWidth = 640
|
||||
FormFactor.Width = 320
|
||||
FormFactor.Height = 480
|
||||
FormFactor.Devices = [Desktop]
|
||||
DesignerMasterStyle = 0
|
||||
object RecordButton: TButton
|
||||
Position.X = 56.000000000000000000
|
||||
Position.Y = 24.000000000000000000
|
||||
TabOrder = 0
|
||||
Text = 'Record'
|
||||
OnClick = RecordButtonClick
|
||||
end
|
||||
object StopButton: TButton
|
||||
Position.X = 56.000000000000000000
|
||||
Position.Y = 54.000000000000000000
|
||||
TabOrder = 1
|
||||
Text = 'Stop'
|
||||
OnClick = StopButtonClick
|
||||
end
|
||||
object LogMemo: TMemo
|
||||
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
|
||||
DataDetectorTypes = []
|
||||
Anchors = [akLeft, akTop, akRight]
|
||||
Position.X = 8.000000000000000000
|
||||
Position.Y = 84.000000000000000000
|
||||
Size.Width = 624.000000000000000000
|
||||
Size.Height = 77.000000000000000000
|
||||
Size.PlatformDefault = False
|
||||
TabOrder = 2
|
||||
Viewport.Width = 620.000000000000000000
|
||||
Viewport.Height = 73.000000000000000000
|
||||
end
|
||||
object OutputMemo: TMemo
|
||||
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
|
||||
DataDetectorTypes = []
|
||||
TextSettings.WordWrap = True
|
||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||
Position.X = 8.000000000000000000
|
||||
Position.Y = 170.000000000000000000
|
||||
Size.Width = 624.000000000000000000
|
||||
Size.Height = 302.000000000000000000
|
||||
Size.PlatformDefault = False
|
||||
TabOrder = 3
|
||||
Viewport.Width = 620.000000000000000000
|
||||
Viewport.Height = 298.000000000000000000
|
||||
end
|
||||
object DebugCheckBox: TCheckBox
|
||||
IsChecked = True
|
||||
Position.X = 168.000000000000000000
|
||||
Position.Y = 57.000000000000000000
|
||||
TabOrder = 4
|
||||
Text = 'Debug-Ausgaben'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user