Added AMXX-Studio to CVS
This commit is contained in:
24
editor/studio/UnitfrmAutoIndent.pas
Executable file
24
editor/studio/UnitfrmAutoIndent.pas
Executable file
@ -0,0 +1,24 @@
|
||||
unit UnitfrmAutoIndent;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils, Windows, Messages, Classes, Graphics, Controls,
|
||||
StdCtrls, ExtCtrls, Forms, TFlatCheckBoxUnit, TFlatButtonUnit;
|
||||
|
||||
type
|
||||
TfrmAutoIndent = class(TForm)
|
||||
chkUnindentPressingClosingBrace: TFlatCheckBox;
|
||||
chkUnindentLine: TFlatCheckBox;
|
||||
chkIndentOpeningBrace: TFlatCheckBox;
|
||||
cmdClose: TFlatButton;
|
||||
end;
|
||||
|
||||
var
|
||||
frmAutoIndent: TfrmAutoIndent;
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.DFM}
|
||||
|
||||
end.
|
Reference in New Issue
Block a user