亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? suitrackbar.hpp

?? SUI Pack, 一套非常不錯的Delphi控件
?? HPP
字號:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'SUITrackBar.pas' rev: 5.00

#ifndef SUITrackBarHPP
#define SUITrackBarHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <SUI2Define.hpp>	// Pascal unit
#include <SUIMgr.hpp>	// Pascal unit
#include <SUIProgressBar.hpp>	// Pascal unit
#include <SUIThemes.hpp>	// Pascal unit
#include <SUIImagePanel.hpp>	// Pascal unit
#include <Math.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Suitrackbar
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TsuiTrackBar;
class PASCALIMPLEMENTATION TsuiTrackBar : public Extctrls::TCustomPanel 
{
	typedef Extctrls::TCustomPanel inherited;
	
private:
	Graphics::TPicture* m_BarImage;
	Extctrls::TTimer* m_Timer;
	Suiimagepanel::TsuiImagePanel* m_Slider;
	int m_Min;
	int m_Max;
	int m_Position;
	int m_LastPos;
	Suiprogressbar::TsuiProgressBarOrientation m_Orientation;
	Suimgr::TsuiFileTheme* m_FileTheme;
	Suithemes::TsuiUIStyle m_UIStyle;
	bool m_ShowTick;
	bool m_Transparent;
	Classes::TNotifyEvent m_OnChange;
	bool m_CustomPicture;
	int m_LastChange;
	bool m_bSlidingFlag;
	int m_MouseDownPos;
	int m_Frequency;
	void __fastcall SetBarImage(const Graphics::TPicture* Value);
	void __fastcall SetMax(const int Value);
	void __fastcall SetMin(const int Value);
	void __fastcall SetPosition(const int Value);
	void __fastcall SetUIStyle(const Suithemes::TsuiUIStyle Value);
	void __fastcall SetOrientation(const Suiprogressbar::TsuiProgressBarOrientation Value);
	Graphics::TPicture* __fastcall GetSliderImage(void);
	virtual void __fastcall SetSliderImage(const Graphics::TPicture* Value);
	void __fastcall SetTransparent(const bool Value);
	void __fastcall UpdateControl(void);
	void __fastcall UpdateSlider(void);
	Windows::TPoint __fastcall GetSliderPosFromPosition();
	int __fastcall GetPositionFromFromSliderPos(int X, int Y);
	void __fastcall UpdatePositionValue(int X, int Y, bool Update);
	void __fastcall SetPageSize(const int Value);
	void __fastcall SetLineSize(const int Value);
	void __fastcall SetShowTick(const bool Value);
	void __fastcall SetFileTheme(const Suimgr::TsuiFileTheme* Value);
	void __fastcall SetFrequency(const int Value);
	void __fastcall OnSliderMouseDown(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState 
		Shift, int X, int Y);
	void __fastcall OnSliderMouseUp(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState 
		Shift, int X, int Y);
	void __fastcall OnTimer(System::TObject* Sender);
	void __fastcall SetSize(void);
	void __fastcall PaintTick(const Graphics::TBitmap* Buf);
	HIDESBASE MESSAGE void __fastcall WMERASEBKGND(Messages::TMessage &Msg);
	MESSAGE void __fastcall WMGetDlgCode(Messages::TWMNoParams &Msg);
	HIDESBASE MESSAGE void __fastcall CMFocusChanged(Controls::TCMFocusChanged &Msg);
	
protected:
	int m_PageSize;
	int m_LineSize;
	virtual void __fastcall UpdatePicture(void);
	virtual bool __fastcall CustomPicture(void);
	virtual bool __fastcall SUICanFocus(void);
	virtual void __fastcall Paint(void);
	DYNAMIC void __fastcall Resize(void);
	DYNAMIC void __fastcall MouseMove(Classes::TShiftState Shift, int X, int Y);
	DYNAMIC void __fastcall MouseDown(Controls::TMouseButton Button, Classes::TShiftState Shift, int X, 
		int Y);
	DYNAMIC void __fastcall MouseUp(Controls::TMouseButton Button, Classes::TShiftState Shift, int X, int 
		Y);
	DYNAMIC void __fastcall KeyDown(Word &Key, Classes::TShiftState Shift);
	virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation
		);
	virtual bool __fastcall SliderTransparent(void);
	__property int LastChange = {read=m_LastChange, nodefault};
	
public:
	Graphics::TBitmap* m_BarImageBuf;
	__fastcall virtual TsuiTrackBar(Classes::TComponent* AOwner);
	__fastcall virtual ~TsuiTrackBar(void);
	__property bool UseCustomPicture = {read=m_CustomPicture, write=m_CustomPicture, nodefault};
	
__published:
	__property Suiprogressbar::TsuiProgressBarOrientation Orientation = {read=m_Orientation, write=SetOrientation
		, nodefault};
	__property Suimgr::TsuiFileTheme* FileTheme = {read=m_FileTheme, write=SetFileTheme};
	__property Suithemes::TsuiUIStyle UIStyle = {read=m_UIStyle, write=SetUIStyle, nodefault};
	__property Graphics::TPicture* BarImage = {read=m_BarImage, write=SetBarImage};
	__property Graphics::TPicture* SliderImage = {read=GetSliderImage, write=SetSliderImage};
	__property int Max = {read=m_Max, write=SetMax, nodefault};
	__property int Min = {read=m_Min, write=SetMin, nodefault};
	__property int Position = {read=m_Position, write=SetPosition, nodefault};
	__property int PageSize = {read=m_PageSize, write=SetPageSize, nodefault};
	__property int LineSize = {read=m_LineSize, write=SetLineSize, nodefault};
	__property bool ShowTick = {read=m_ShowTick, write=SetShowTick, nodefault};
	__property bool Transparent = {read=m_Transparent, write=SetTransparent, nodefault};
	__property int Frequency = {read=m_Frequency, write=SetFrequency, nodefault};
	__property Align ;
	__property Alignment ;
	__property BiDiMode ;
	__property Anchors ;
	__property Color ;
	__property DragKind ;
	__property DragMode ;
	__property Enabled ;
	__property ParentBiDiMode ;
	__property ParentFont ;
	__property ParentColor ;
	__property ParentShowHint ;
	__property ShowHint ;
	__property TabOrder ;
	__property TabStop ;
	__property Visible ;
	__property Classes::TNotifyEvent OnChange = {read=m_OnChange, write=m_OnChange};
	__property OnCanResize ;
	__property OnClick ;
	__property OnContextPopup ;
	__property OnDockDrop ;
	__property OnDockOver ;
	__property OnDblClick ;
	__property OnDragDrop ;
	__property OnDragOver ;
	__property OnEndDock ;
	__property OnEndDrag ;
	__property OnEnter ;
	__property OnExit ;
	__property OnMouseDown ;
	__property OnMouseMove ;
	__property OnMouseUp ;
	__property OnResize ;
	__property OnStartDock ;
	__property OnStartDrag ;
	__property OnUnDock ;
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TsuiTrackBar(HWND ParentWindow) : Extctrls::TCustomPanel(
		ParentWindow) { }
	#pragma option pop
	
};


class DELPHICLASS TsuiScrollTrackBar;
class PASCALIMPLEMENTATION TsuiScrollTrackBar : public TsuiTrackBar 
{
	typedef TsuiTrackBar inherited;
	
private:
	bool __fastcall GetSliderVisible(void);
	void __fastcall SetSliderVisible(const bool Value);
	
protected:
	virtual bool __fastcall SliderTransparent(void);
	virtual bool __fastcall CustomPicture(void);
	virtual bool __fastcall SUICanFocus(void);
	
public:
	__fastcall virtual TsuiScrollTrackBar(Classes::TComponent* AOwner);
	void __fastcall UpdateSliderSize(void);
	__property bool SliderVisible = {read=GetSliderVisible, write=SetSliderVisible, nodefault};
	__property LastChange ;
public:
	#pragma option push -w-inl
	/* TsuiTrackBar.Destroy */ inline __fastcall virtual ~TsuiScrollTrackBar(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TsuiScrollTrackBar(HWND ParentWindow) : TsuiTrackBar(
		ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Suitrackbar */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Suitrackbar;
#endif
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// SUITrackBar

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品少妇一区二区三区| 国产无人区一区二区三区| 日韩欧美色综合网站| 亚洲人成7777| 国产91色综合久久免费分享| 欧美日韩黄视频| 中文字幕一区二区在线观看| 精品一区二区三区在线播放 | 欧美日韩亚洲不卡| 国产精品乱码人人做人人爱| 青青青伊人色综合久久| 在线精品国精品国产尤物884a| 国产亚洲精品bt天堂精选| 日本欧美一区二区在线观看| 色88888久久久久久影院野外| 中文字幕乱码亚洲精品一区| 狠狠色伊人亚洲综合成人| 欧美日韩久久久| 亚洲激情自拍偷拍| 91麻豆福利精品推荐| 中文一区二区完整视频在线观看 | 一级日本不卡的影视| 99久久精品免费| 亚洲欧洲一区二区三区| 国产成人免费视频网站高清观看视频| 欧美一区二视频| 老司机一区二区| 欧美一区二区在线视频| 日韩成人午夜精品| 日韩精品中文字幕在线一区| 美女国产一区二区三区| 日韩精品一区二区三区在线| 精品一区二区在线看| 精品sm捆绑视频| 国产成人在线色| 国产精品久久久久影院老司| 成人免费高清在线| 国产精品国产三级国产普通话蜜臀 | 亚洲视频一区在线| 91蝌蚪porny九色| 亚洲一二三区在线观看| 欧美群妇大交群中文字幕| 91视频免费播放| av电影在线观看完整版一区二区| 色综合婷婷久久| 91超碰这里只有精品国产| 午夜精品免费在线观看| 91精品欧美一区二区三区综合在| 蜜臀久久久久久久| 久久婷婷成人综合色| 国产不卡免费视频| 一区二区三区四区不卡在线| 欧美色综合久久| 久久99久久久欧美国产| 国产精品久久久爽爽爽麻豆色哟哟 | 欧美国产欧美综合| 91黄色在线观看| 九九视频精品免费| 亚洲免费大片在线观看| 91精品国产乱码久久蜜臀| 国产精品一线二线三线| 国产在线精品国自产拍免费| 国产传媒欧美日韩成人| 欧美亚洲图片小说| 日av在线不卡| 中文一区在线播放| 69av一区二区三区| 国产精品一区二区在线看| 一区二区免费视频| 26uuu国产日韩综合| 99久久精品国产精品久久| 秋霞国产午夜精品免费视频| 欧美激情一区二区三区| 在线不卡的av| 色婷婷综合五月| 国产乱码字幕精品高清av| 亚洲精品成人在线| 久久一夜天堂av一区二区三区| 99久久精品免费观看| 看电视剧不卡顿的网站| 亚洲在线视频一区| 国产精品三级视频| 日韩视频在线你懂得| 91国模大尺度私拍在线视频| 色天天综合久久久久综合片| 国产精品全国免费观看高清| 2020国产精品久久精品美国| 久久成人18免费观看| 亚洲美腿欧美偷拍| 国产欧美久久久精品影院| 欧美日韩久久一区| 色婷婷综合久久久| 成人性生交大片免费看视频在线 | 久久久久久久国产精品影院| 在线观看av一区二区| 北条麻妃一区二区三区| 国产在线播放一区三区四| 日本在线观看不卡视频| 午夜视频在线观看一区二区三区| 亚洲男人天堂一区| 国产精品美日韩| 日本一区二区综合亚洲| 久久精品夜夜夜夜久久| 精品久久久久香蕉网| 91精品国模一区二区三区| 欧美日韩一区在线观看| 国产精品欧美一级免费| 日韩一卡二卡三卡四卡| 91国偷自产一区二区开放时间| 97精品久久久午夜一区二区三区 | 欧美激情一区在线观看| 久久老女人爱爱| 国产婷婷色一区二区三区在线| 精品成人a区在线观看| 久久影院视频免费| 国产欧美1区2区3区| 国产偷国产偷精品高清尤物| 亚洲国产精品av| 亚洲欧美二区三区| 亚洲一区二区视频在线| 午夜久久久久久| 蜜臀av性久久久久蜜臀aⅴ流畅| 老司机一区二区| 国产高清不卡二三区| 成人av集中营| 精品1区2区3区| 日韩美女主播在线视频一区二区三区| 欧美xxxxxxxxx| 欧美极品美女视频| 亚洲黄色小视频| 日韩精品1区2区3区| 精品中文字幕一区二区| 成人精品国产一区二区4080| 94-欧美-setu| 欧美精选在线播放| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 精品一区二区三区在线视频| 国产成人免费视频一区| 91啦中文在线观看| 日韩一二在线观看| 国产日本欧美一区二区| 一区二区三区在线视频免费| 亚洲午夜激情网页| 国产一区二区三区视频在线播放| 国产不卡视频在线观看| 日本韩国精品一区二区在线观看| 欧美一区二区日韩| 国产精品久久毛片| 免费在线观看日韩欧美| av中文字幕不卡| 91精品国产综合久久精品性色| 国产丝袜美腿一区二区三区| 亚洲资源在线观看| 国产真实乱偷精品视频免| 91福利视频在线| 中文字幕va一区二区三区| 亚洲国产日韩a在线播放性色| 国产精品资源在线| 欧美视频一区二区三区在线观看 | 天堂一区二区在线| 国产999精品久久| 欧美一级高清片| 亚洲免费看黄网站| 国产成人精品三级| 91麻豆精品国产91久久久久久久久| 日本一区二区三级电影在线观看| 日韩中文欧美在线| 日本福利一区二区| 中文字幕精品一区二区三区精品| 欧美bbbbb| 欧美日韩精品久久久| **网站欧美大片在线观看| 久久99精品国产91久久来源| 欧美伊人久久大香线蕉综合69| 日本一区二区三区在线观看| 久草这里只有精品视频| 欧美一级片在线看| 亚洲成精国产精品女| 91视视频在线直接观看在线看网页在线看 | 国产一区二区三区不卡在线观看| 欧美日韩在线播| 亚洲成人av福利| 欧美性视频一区二区三区| 亚洲另类在线视频| 91视频国产资源| 亚洲三级免费电影| 成人aa视频在线观看| 欧美国产日产图区| 国产91色综合久久免费分享| 久久中文娱乐网| 国产原创一区二区| 2020国产精品自拍| 国产电影一区二区三区| 欧美v亚洲v综合ⅴ国产v| 青青草国产精品亚洲专区无| 欧美精品乱码久久久久久按摩 | 91麻豆精品国产自产在线| 午夜视频在线观看一区二区三区| 欧美日韩精品一区二区三区| 五月婷婷激情综合网|