summaryrefslogtreecommitdiff
path: root/examples/gui/concepttest/frmCompilerOpt.pas
diff options
context:
space:
mode:
authorFelipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net>2007-04-09 09:01:13 +0000
committerFelipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net>2007-04-09 09:01:13 +0000
commit5720b4c6f5fd3c3e55ea2f531b9a0d6cdce662fe (patch)
tree2bea5efc11bc27a19cf6eac4f5cc1ce65871e71e /examples/gui/concepttest/frmCompilerOpt.pas
parent805144cfb6139d282b256b77517b9ae233f4cf99 (diff)
downloadfpGUI-5720b4c6f5fd3c3e55ea2f531b9a0d6cdce662fe.tar.xz
Started appending F to classes on fpgui, to make its namespace more unique
Diffstat (limited to 'examples/gui/concepttest/frmCompilerOpt.pas')
-rw-r--r--examples/gui/concepttest/frmCompilerOpt.pas38
1 files changed, 19 insertions, 19 deletions
diff --git a/examples/gui/concepttest/frmCompilerOpt.pas b/examples/gui/concepttest/frmCompilerOpt.pas
index b2f84a6f..b472e2ab 100644
--- a/examples/gui/concepttest/frmCompilerOpt.pas
+++ b/examples/gui/concepttest/frmCompilerOpt.pas
@@ -21,43 +21,43 @@ type
procedure SmartLinkClick(Sender: TObject);
published
procedure btnCloseClick(Sender: TObject);
- Box1: TBoxLayout;
- Box2: TBoxLayout;
- Box3: TBoxLayout;
- Box4: TBoxLayout;
- Box5: TBoxLayout;
- Box6: TBoxLayout;
- btnOK, btnCancel, btnShowOp, btnTest, btnLoadSave : TButton;
+ Box1: TFBoxLayout;
+ Box2: TFBoxLayout;
+ Box3: TFBoxLayout;
+ Box4: TFBoxLayout;
+ Box5: TFBoxLayout;
+ Box6: TFBoxLayout;
+ btnOK, btnCancel, btnShowOp, btnTest, btnLoadSave : TFButton;
grpBox1: TGroupBox;
- grpBox1VBox1: TBoxLayout;
- cbSmartLink: TCheckbox;
+ grpBox1VBox1: TFBoxLayout;
+ cbSmartLink: TFCheckbox;
grpBox2: TGroupBox;
- grpBox2VBox1: TBoxLayout;
+ grpBox2VBox1: TFBoxLayout;
rbIO: TRadioButton;
rbOverflow: TRadioButton;
rbRange: TRadioButton;
rbStack: TRadioButton;
grpBox3: TGroupBox;
- grpBox3VBox1: TBoxLayout;
+ grpBox3VBox1: TFBoxLayout;
edHeapSize: TEdit;
grpBox4: TGroupBox;
- grpBox4VBox1: TBoxLayout;
+ grpBox4VBox1: TFBoxLayout;
rbNormal: TRadioButton;
rbFaster: TRadioButton;
rbSmaller: TRadioButton;
grpBox5: TGroupBox;
- grpBox5VBox1: TBoxLayout;
- lblTarget1: TLabel;
- lblTarget2: TLabel;
- lblTarget3: TLabel;
+ grpBox5VBox1: TFBoxLayout;
+ lblTarget1: TFLabel;
+ lblTarget2: TFLabel;
+ lblTarget3: TFLabel;
grpBox6: TGroupBox;
- grpBox6VBox1: TBoxLayout;
+ grpBox6VBox1: TFBoxLayout;
rbLevel0: TRadioButton;
rbLevel1: TRadioButton;
rbLevel2: TRadioButton;
rbLevel3: TRadioButton;
- rbKeepVarReg: TCheckbox;
- rbUncOpt: TCheckbox;
+ rbKeepVarReg: TFCheckbox;
+ rbUncOpt: TFCheckbox;
end;
var