123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- object frmMain: TfrmMain
- Left = 0
- Top = 0
- Caption = 'Form1'
- ClientHeight = 480
- ClientWidth = 331
- FormFactor.Width = 320
- FormFactor.Height = 480
- FormFactor.Devices = [Desktop]
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnClose = FormClose
- DesignerMasterStyle = 0
- object meLog: TMemo
- Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
- DataDetectorTypes = []
- Align = Client
- Size.Width = 331.000000000000000000
- Size.Height = 430.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 0
- Viewport.Width = 327.000000000000000000
- Viewport.Height = 426.000000000000000000
- end
- object Layout1: TLayout
- Align = MostBottom
- Position.Y = 430.000000000000000000
- Size.Width = 331.000000000000000000
- Size.Height = 50.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 2
- object btnStart: TButton
- Align = Center
- StyledSettings = [Family, FontColor]
- Size.Width = 167.000000000000000000
- Size.Height = 35.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 0
- Text = 'Start Scheduler'
- TextSettings.Font.Size = 18.000000000000000000
- TextSettings.Font.StyleExt = {00070000000000000004000000}
- OnClick = btnStartClick
- end
- end
- end
|