Unit 'EduPropsEvents' Package
[Overview][Classes][Procedures and functions][Variables][Index] [#lz_education]

TEduPropsEventsFrame

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: edupropsevents.pas line 65

type TEduPropsEventsFrame = class(TAbstractIDEOptionsEditor)

  grpBoxEvents: TGroupBox;

  

  grpBoxProps: TGroupBox;

  

  OptsPanel: TPanel;

  

  PropsMinRadioBtn: TRadioButton;

  

  PropsExtRadioBtn: TRadioButton;

  

  rdGrpProps: TRadioGroup;

  

  PropsFullRadioBtn: TRadioButton;

  

  EventsMinRadioBtn: TRadioButton;

  

  EventsExtRadioBtn: TRadioButton;

  

  EventsFullRadioBtn: TRadioButton;

  

  rdGrpEvents: TRadioGroup;

  

  stTextMinEvents: TStaticText;

  

  stTextExtProps: TStaticText;

  

  stTextMinProps: TStaticText;

  

  procedure EventsExtRadioBtnClick();

  

  procedure EventsFullRadioBtnClick();

  

  procedure EventsMinRadioBtnClick();

  

  procedure PropsExtRadioBtnClick();

  

  procedure PropsFullRadioBtnClick();

  

  procedure PropsMinRadioBtnClick();

  

  procedure rdGrpPropsClick();

  

public

  function GetTitle; override;

  

  procedure ReadSettings(); override;

  

  procedure Setup(); override;

  

  class function SupportedOptionsClass; override;

  

  procedure WriteSettings(); override;

  

end;

Inheritance

TEduPropsEventsFrame

  

|

TObject



CT Web help

CodeTyphon Studio