You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@272 8e941d3f-bd1b-0410-a28a-d453659cc2b4
164 lines
4.4 KiB
ObjectPascal
164 lines
4.4 KiB
ObjectPascal
{-----------------------------------------------------------------------------
|
|
The contents of this file are subject to the Mozilla Public License
|
|
Version 1.1 (the "License"); you may not use this file except in compliance
|
|
with the License. You may obtain a copy of the License at
|
|
http://www.mozilla.org/MPL/MPL-1.1.html
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either expressed or implied. See the License for
|
|
the specific language governing rights and limitations under the License.
|
|
|
|
The Original Code is: JvExExtCtrls.pas, released on 2004-01-04
|
|
|
|
The Initial Developer of the Original Code is Andreas Hausladen [Andreas dott Hausladen att gmx dott de]
|
|
Portions created by Andreas Hausladen are Copyright (C) 2004 Andreas Hausladen.
|
|
All Rights Reserved.
|
|
|
|
Contributor(s): -
|
|
|
|
You may retrieve the latest version of this file at the Project JEDI's JVCL home page,
|
|
located at http://jvcl.sourceforge.net
|
|
|
|
Known Issues:
|
|
-----------------------------------------------------------------------------}
|
|
// $Id: JvExExtCtrls.pas 10613 2006-05-19 19:21:43Z jfudickar $
|
|
|
|
// Initial port to Lazarus by Sergio Samayoa - september 2007.
|
|
// Conversion is done in incremental way: as types / classes / routines
|
|
// are needed they are converted.
|
|
|
|
unit JvExExtCtrls;
|
|
|
|
{MACROINCLUDE JvExControls.macros}
|
|
|
|
WARNINGHEADER
|
|
|
|
interface
|
|
|
|
uses
|
|
Classes, Controls, ExtCtrls, Forms, Graphics, JvExControls, LCLIntf, LMessages;
|
|
|
|
type
|
|
//******************** NOT CONVERTED
|
|
//CONTROL_DECL_DEFAULT(Shape)
|
|
|
|
//******************** NOT CONVERTED
|
|
//CONTROL_DECL_DEFAULT(PaintBox)
|
|
|
|
//******************** NOT CONVERTED
|
|
//CONTROL_DECL_DEFAULT(Image)
|
|
|
|
//******************** NOT CONVERTED
|
|
//CONTROL_DECL_DEFAULT(Bevel)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(CustomPanel)
|
|
|
|
(******************** NOT CONVERTED
|
|
TJvExPubCustomPanel = class(TJvExCustomPanel)
|
|
COMMON_PUBLISHED
|
|
end;
|
|
******************** NOT CONVERTED *)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(CustomRadioGroup)
|
|
|
|
CONTROL_DECL_DEFAULT(Splitter)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(CustomControlBar)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(ControlBar)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(Panel)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(RadioGroup)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(Page)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(Notebook)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(Header)
|
|
|
|
|
|
//******************** NOT CONVERTED
|
|
//CONTROL_DECL_DEFAULT(BoundLabel)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(CustomLabeledEdit)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_DECL_DEFAULT(LabeledEdit)
|
|
|
|
//******************** NOT CONVERTED - Exists in LCL?
|
|
//WINCONTROL_DECL_DEFAULT(CustomColorBox)
|
|
|
|
//******************** NOT CONVERTED - Exists in LCL?
|
|
//WINCONTROL_DECL_DEFAULT(ColorBox)
|
|
|
|
implementation
|
|
|
|
//******************** NOT CONVERTED
|
|
//CONTROL_IMPL_DEFAULT(Shape)
|
|
|
|
//******************** NOT CONVERTED
|
|
//CONTROL_IMPL_DEFAULT(PaintBox)
|
|
|
|
//******************** NOT CONVERTED
|
|
//CONTROL_IMPL_DEFAULT(Image)
|
|
|
|
//******************** NOT CONVERTED
|
|
//CONTROL_IMPL_DEFAULT(Bevel)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(CustomPanel)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(CustomRadioGroup)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(CustomControlBar)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(ControlBar)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(Panel)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(RadioGroup)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(Page)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(Notebook)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(Header)
|
|
|
|
//******************** NOT CONVERTED
|
|
//CONTROL_IMPL_DEFAULT(BoundLabel)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(CustomLabeledEdit)
|
|
|
|
//******************** NOT CONVERTED
|
|
//WINCONTROL_IMPL_DEFAULT(LabeledEdit)
|
|
|
|
//******************** NOT CONVERTED - Exists in LCL?
|
|
//WINCONTROL_IMPL_DEFAULT(CustomColorBox)
|
|
|
|
//******************** NOT CONVERTED - Exists in LCL?
|
|
//WINCONTROL_IMPL_DEFAULT(ColorBox)
|
|
|
|
CONTROL_IMPL_DEFAULT(Splitter)
|
|
|
|
end.
|