You've already forked lazarus-ccr
RxFPC:TRxLoginDialog - support for i18n. patch from Michal Gawrycki with small corrections
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6751 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -4,8 +4,25 @@ object Form1: TForm1
|
||||
Top = 285
|
||||
Width = 455
|
||||
Caption = 'RxLogin demo'
|
||||
ClientHeight = 335
|
||||
ClientWidth = 455
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.9.0.0'
|
||||
LCLVersion = '2.1.0.0'
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 42
|
||||
Top = 287
|
||||
Width = 443
|
||||
OKButton.Name = 'OKButton'
|
||||
OKButton.DefaultCaption = True
|
||||
HelpButton.Name = 'HelpButton'
|
||||
HelpButton.DefaultCaption = True
|
||||
CloseButton.Name = 'CloseButton'
|
||||
CloseButton.DefaultCaption = True
|
||||
CancelButton.Name = 'CancelButton'
|
||||
CancelButton.DefaultCaption = True
|
||||
TabOrder = 0
|
||||
end
|
||||
object RxLoginDialog1: TRxLoginDialog
|
||||
DetailItems.Strings = (
|
||||
'Line 1'
|
||||
|
@ -5,13 +5,14 @@ unit Unit1;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, rxlogin;
|
||||
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ButtonPanel, rxlogin;
|
||||
|
||||
type
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
TForm1 = class(TForm)
|
||||
ButtonPanel1: TButtonPanel;
|
||||
RxLoginDialog1: TRxLoginDialog;
|
||||
procedure RxLoginDialog1AfterLogin(Sender: TObject);
|
||||
procedure RxLoginDialog1BeforeLogin(Sender: TObject);
|
||||
|
Reference in New Issue
Block a user