12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- object VMSWBACK: TVMSWBACK
- Left = 0
- Top = 0
- Align = alClient
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 698
- ClientWidth = 1030
- Color = clBtnFace
- DoubleBuffered = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- OnShow = FormShow
- ExplicitWidth = 320
- ExplicitHeight = 240
- PixelsPerInch = 96
- TextHeight = 17
- object PnlClient: TPanel
- Left = 0
- Top = 0
- Width = 1030
- Height = 698
- Align = alClient
- BevelOuter = bvNone
- Color = 15719371
- ParentBackground = False
- TabOrder = 0
- object ScrollBox: TScrollBox
- Left = 0
- Top = 0
- Width = 1030
- Height = 698
- HorzScrollBar.Smooth = True
- HorzScrollBar.Style = ssFlat
- VertScrollBar.Smooth = True
- VertScrollBar.Style = ssFlat
- Align = alClient
- AutoSize = True
- BevelInner = bvNone
- BevelOuter = bvNone
- BorderStyle = bsNone
- TabOrder = 0
- OnClick = ScrollBoxClick
- OnMouseWheel = ScrollBoxMouseWheel
- object FpnlForm: TFlowPanel
- Left = 0
- Top = 0
- Width = 1030
- Height = 694
- Align = alTop
- BevelOuter = bvNone
- ParentBackground = False
- ParentColor = True
- TabOrder = 0
- OnClick = FpnlFormClick
- end
- end
- end
- object TmrShow: TTimer
- Enabled = False
- Interval = 300
- OnTimer = TmrShowTimer
- Left = 552
- Top = 136
- end
- end
|