mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 18:20:42 +02:00
TAChart: convert series editor to FPC resources
git-svn-id: trunk@23456 -
This commit is contained in:
parent
f1c5099f6c
commit
575df9f023
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2116,7 +2116,6 @@ components/tachart/tagraph.pas svneol=native#text/plain
|
||||
components/tachart/talegend.pas svneol=native#text/plain
|
||||
components/tachart/taseries.pas svneol=native#text/plain
|
||||
components/tachart/taserieseditor.lfm svneol=native#text/plain
|
||||
components/tachart/taserieseditor.lrs svneol=native#text/pascal
|
||||
components/tachart/taserieseditor.pas svneol=native#text/plain
|
||||
components/tachart/tasources.pas svneol=native#text/pascal
|
||||
components/tachart/tatypes.pas svneol=native#text/plain
|
||||
|
@ -9,11 +9,14 @@ object SeriesEditorForm: TSeriesEditorForm
|
||||
Menu = MainMenu1
|
||||
OnClose = FormClose
|
||||
OnDestroy = FormDestroy
|
||||
LCLVersion = '0.9.27'
|
||||
LCLVersion = '0.9.29'
|
||||
object SeriesListBox: TListBox
|
||||
Left = 0
|
||||
Height = 340
|
||||
Top = 0
|
||||
Width = 325
|
||||
Align = alClient
|
||||
ItemHeight = 0
|
||||
MultiSelect = True
|
||||
OnClick = SeriesListBoxClick
|
||||
TabOrder = 0
|
||||
|
@ -1,13 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TSeriesEditorForm','FORMDATA',[
|
||||
'TPF0'#17'TSeriesEditorForm'#16'SeriesEditorForm'#4'Left'#3#159#1#6'Height'#3
|
||||
+'g'#1#3'Top'#3#241#0#5'Width'#3'E'#1#7'Caption'#6#16'SeriesEditorForm'#12'Cl'
|
||||
+'ientHeight'#3'T'#1#11'ClientWidth'#3'E'#1#4'Menu'#7#9'MainMenu1'#7'OnClose'
|
||||
+#7#9'FormClose'#9'OnDestroy'#7#11'FormDestroy'#10'LCLVersion'#6#6'0.9.27'#0#8
|
||||
+'TListBox'#13'SeriesListBox'#6'Height'#3'T'#1#5'Width'#3'E'#1#5'Align'#7#8'a'
|
||||
+'lClient'#11'MultiSelect'#9#7'OnClick'#7#18'SeriesListBoxClick'#8'TabOrder'#2
|
||||
+#0#0#0#9'TMainMenu'#9'MainMenu1'#4'left'#2'<'#3'top'#3#132#0#0#9'TMenuItem'#5
|
||||
+'miAdd'#7'Caption'#6#3'Add'#0#0#9'TMenuItem'#8'miDelete'#7'Caption'#6#6'Dele'
|
||||
+'te'#7'OnClick'#7#13'miDeleteClick'#0#0#0#0
|
||||
]);
|
@ -28,7 +28,7 @@ unit TASeriesEditor;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs,
|
||||
Classes, SysUtils, Forms, Controls, Graphics, Dialogs,
|
||||
PropEdits, ComponentEditors, StdCtrls, Menus,
|
||||
TAGraph;
|
||||
|
||||
@ -99,6 +99,8 @@ resourcestring
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterPropertyEditor(
|
||||
@ -380,8 +382,5 @@ begin
|
||||
SelectionChanged;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I taserieseditor.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user