IDE: started build mode frame

git-svn-id: trunk@21557 -
This commit is contained in:
mattias 2009-09-03 14:43:48 +00:00
parent f6e3dd1812
commit 48b3d4a933
5 changed files with 69 additions and 1 deletions

3
.gitattributes vendored
View File

@ -2893,6 +2893,9 @@ ide/frames/atom_checkboxes_options.pas svneol=native#text/pascal
ide/frames/backup_options.lfm svneol=native#text/plain
ide/frames/backup_options.lrs svneol=native#text/pascal
ide/frames/backup_options.pas svneol=native#text/pascal
ide/frames/buildmodeseditor.lfm svneol=native#text/plain
ide/frames/buildmodeseditor.lrs svneol=native#text/plain
ide/frames/buildmodeseditor.pas svneol=native#text/plain
ide/frames/codeexplorer_categories_options.lfm svneol=native#text/plain
ide/frames/codeexplorer_categories_options.lrs svneol=native#text/pascal
ide/frames/codeexplorer_categories_options.pas svneol=native#text/pascal

View File

@ -0,0 +1,9 @@
object BuildModesEditorFrame: TBuildModesEditorFrame
Left = 0
Height = 300
Top = 0
Width = 400
TabOrder = 0
DesignLeft = 460
DesignTop = 269
end

View File

@ -0,0 +1,7 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TBuildModesEditorFrame','FORMDATA',[
'TPF0'#22'TBuildModesEditorFrame'#21'BuildModesEditorFrame'#4'Left'#2#0#6'Hei'
+'ght'#3','#1#3'Top'#2#0#5'Width'#3#144#1#8'TabOrder'#2#0#10'DesignLeft'#3#204
+#1#9'DesignTop'#3#13#1#0#0
]);

View File

@ -0,0 +1,42 @@
{
***************************************************************************
* *
* This source is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This code is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* General Public License for more details. *
* *
* A copy of the GNU General Public License is available on the World *
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
* obtain it by writing to the Free Software Foundation, *
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
* *
***************************************************************************
}
unit BuildModesEditor;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, LResources, Forms;
type
TBuildModesEditorFrame = class(TFrame)
private
public
end;
implementation
initialization
{$I buildmodeseditor.lrs}
end.

View File

@ -40,7 +40,7 @@
<PackageName Value="SynEdit"/>
</Item4>
</RequiredPackages>
<Units Count="46">
<Units Count="47">
<Unit0>
<Filename Value="lazarus.pp"/>
<IsPartOfProject Value="True"/>
@ -357,6 +357,13 @@
<ResourceBaseClass Value="Form"/>
<UnitName Value="CodeBrowser"/>
</Unit45>
<Unit46>
<Filename Value="frames/buildmodeseditor.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="BuildModesEditorFrame"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="BuildModesEditor"/>
</Unit46>
</Units>
</ProjectOptions>
<CompilerOptions>