12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- object FormDash: TFormDash
- Left = 0
- Top = 0
- Caption = 'DashGR32x'
- ClientHeight = 688
- ClientWidth = 556
- Position = ScreenCenter
- FormFactor.Width = 320
- FormFactor.Height = 480
- FormFactor.Devices = [Desktop]
- OnShow = TrackBar1Change
- DesignerMasterStyle = 3
- object Image1: TImage
- MultiResBitmap = <
- item
- end>
- Align = Client
- Size.Width = 556.000000000000000000
- Size.Height = 586.000000000000000000
- Size.PlatformDefault = False
- end
- object ToolBar1: TToolBar
- Padding.Left = 5.000000000000000000
- Padding.Top = 5.000000000000000000
- Padding.Right = 5.000000000000000000
- Padding.Bottom = 5.000000000000000000
- Size.Width = 556.000000000000000000
- Size.Height = 48.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 2
- object TrackBar1: TTrackBar
- Align = VertCenter
- CanParentFocus = True
- Min = 1.000000000000000000
- Orientation = Horizontal
- Position.X = 76.000000000000000000
- Position.Y = 8.000000000000000000
- Size.Width = 475.000000000000000000
- Size.Height = 32.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 0
- Value = 20.000000000000000000
- OnChange = TrackBar1Change
- end
- object DashChk: TCheckBox
- Align = Left
- IsChecked = True
- Position.X = 5.000000000000000000
- Position.Y = 5.000000000000000000
- Size.Width = 71.000000000000000000
- Size.Height = 38.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 1
- Text = 'Dash'
- OnChange = TrackBar1Change
- end
- end
- object Panel1: TLayout
- Align = Bottom
- Position.Y = 634.000000000000000000
- Size.Width = 556.000000000000000000
- Size.Height = 54.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 3
- object Button1: TButton
- Align = Center
- Size.Width = 129.000000000000000000
- Size.Height = 44.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 0
- Text = 'Refresh'
- TextSettings.Trimming = None
- OnClick = TrackBar1Change
- end
- end
- end
|