File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ interface
5
5
type
6
6
TConsts = class
7
7
public const
8
- SEMANTIC_VERSION = ' 1.8.0 ' ;
8
+ SEMANTIC_VERSION = ' 2.2.2 ' ;
9
9
SEMANTIC_VERSION_LB = ' Version: ' + SEMANTIC_VERSION;
10
10
WIN_CONTROL_FOCU_NIL = nil ;
11
11
DELPHI_AI_DEVELOPER_DPROJ = ' DelphiAIDeveloper.dproj' ;
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ object DelphiAIDevViewAbout: TDelphiAIDevViewAbout
29
29
Color = clWindow
30
30
ParentBackground = False
31
31
TabOrder = 0
32
- ExplicitTop = -4
33
32
object Bevel1: TBevel
34
33
AlignWithMargins = True
35
34
Left = 0
@@ -2104,15 +2103,16 @@ object DelphiAIDevViewAbout: TDelphiAIDevViewAbout
2104
2103
TabOrder = 0
2105
2104
OnClick = btnOKClick
2106
2105
end
2107
- object btnTeste : TButton
2106
+ object btnTest : TButton
2108
2107
Left = 2
2109
2108
Top = 2
2110
2109
Width = 75
2111
2110
Height = 31
2112
2111
Align = alLeft
2113
- Caption = ' Teste '
2112
+ Caption = ' Test '
2114
2113
TabOrder = 1
2115
- OnClick = btnTesteClick
2114
+ Visible = False
2115
+ OnClick = btnTestClick
2116
2116
end
2117
2117
end
2118
2118
end
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ TDelphiAIDevViewAbout = class(TForm)
32
32
imgGithub: TImage;
33
33
pnButtons: TPanel;
34
34
btnOK: TButton;
35
- btnTeste : TButton;
35
+ btnTest : TButton;
36
36
Panel1: TPanel;
37
37
lbDonateToCode4Delphi: TLabel;
38
38
imgDonate: TImage;
@@ -44,7 +44,7 @@ TDelphiAIDevViewAbout = class(TForm)
44
44
procedure lbSiteCode4DelphiMouseLeave (Sender: TObject);
45
45
procedure lbGitHubCode4DelphiClick (Sender: TObject);
46
46
procedure FormCreate (Sender: TObject);
47
- procedure btnTesteClick (Sender: TObject);
47
+ procedure btnTestClick (Sender: TObject);
48
48
procedure lbDonateToCode4DelphiClick (Sender: TObject);
49
49
private
50
50
@@ -121,7 +121,7 @@ procedure TDelphiAIDevViewAbout.lbSiteCode4DelphiMouseMove(Sender: TObject; Shif
121
121
TLabel(Sender).Font.Style := TLabel(Sender).Font.Style + [fsUnderline];
122
122
end ;
123
123
124
- procedure TDelphiAIDevViewAbout.btnTesteClick (Sender: TObject);
124
+ procedure TDelphiAIDevViewAbout.btnTestClick (Sender: TObject);
125
125
begin
126
126
//
127
127
end ;
You can’t perform that action at this time.
0 commit comments