Skip to content

Commit

Permalink
Версия 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
devapromix committed Feb 19, 2023
1 parent b05d8dd commit 282ecdd
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 56 deletions.
111 changes: 56 additions & 55 deletions client1/Lizardry.FormMain.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -20,66 +20,41 @@ object FormMain: TFormMain
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
inline FrameLogin: TFrameLogin
inline FrameUpdate: TFrameUpdate
Left = 0
Top = 0
Width = 1184
Height = 693
Align = alClient
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 0
TabOrder = 3
ExplicitWidth = 1184
ExplicitHeight = 693
inherited Panel1: TPanel
Height = 693
ExplicitHeight = 693
inherited CurrentClientVersion: TLabel
Top = 676
ExplicitTop = 676
inherited bbDownloads: TBitBtn
OnClick = FrameUpdatebbOpenSiteClick
end
end
inherited Panel2: TPanel
Width = 934
Height = 693
ExplicitWidth = 934
ExplicitHeight = 693
inherited ttInfo: TLabel
Width = 934
end
inherited ttUpdate: TLabel
Width = 934
end
inherited Panel3: TPanel
Width = 934
ExplicitWidth = 934
inherited Image1: TImage
Width = 934
ExplicitWidth = 734
ExplicitHeight = 487
end
end
inherited Panel4: TPanel
Width = 924
Height = 468
ExplicitWidth = 924
ExplicitHeight = 468
inherited Label3: TLabel
Width = 924
end
inherited Panel5: TPanel
Width = 924
ExplicitWidth = 924
end
inherited StaticText1: TStaticText
Width = 924
Height = 426
ExplicitWidth = 924
ExplicitHeight = 426
ExplicitWidth = 932
end
end
inherited Panel6: TPanel
Height = 468
ExplicitHeight = 468
end
end
end
inline FrameRegistration: TFrameRegistration
Expand Down Expand Up @@ -145,6 +120,7 @@ object FormMain: TFormMain
ExplicitHeight = 693
inherited Memo1: TMemo
Height = 351
ExplicitHeight = 351
end
end
inherited LeftPanel: TPanel
Expand Down Expand Up @@ -316,49 +292,74 @@ object FormMain: TFormMain
end
end
end
inline FrameUpdate: TFrameUpdate
object StatusBar: TStatusBar
Left = 0
Top = 693
Width = 1184
Height = 19
Panels = <>
SimplePanel = True
end
inline FrameLogin: TFrameLogin
Left = 0
Top = 0
Width = 1184
Height = 693
Align = alClient
TabOrder = 3
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 0
ExplicitWidth = 1184
ExplicitHeight = 693
inherited Panel1: TPanel
Height = 693
ExplicitHeight = 693
inherited bbDownloads: TBitBtn
OnClick = FrameUpdatebbOpenSiteClick
inherited CurrentClientVersion: TLabel
Top = 676
ExplicitTop = 676
end
end
inherited Panel2: TPanel
Width = 934
Height = 693
ExplicitWidth = 934
ExplicitHeight = 693
inherited ttInfo: TLabel
Width = 934
end
inherited ttUpdate: TLabel
Width = 934
end
inherited Panel3: TPanel
Width = 934
ExplicitWidth = 934
inherited Image1: TImage
Width = 934
ExplicitWidth = 932
ExplicitWidth = 734
ExplicitHeight = 487
end
end
inherited Panel4: TPanel
Width = 924
Height = 468
ExplicitWidth = 924
ExplicitHeight = 468
inherited Label3: TLabel
Width = 924
end
inherited Panel5: TPanel
Width = 924
ExplicitWidth = 924
end
inherited StaticText1: TStaticText
Width = 924
Height = 426
ExplicitWidth = 924
ExplicitHeight = 426
end
end
inherited Panel6: TPanel
Height = 468
ExplicitHeight = 468
end
end
end
object StatusBar: TStatusBar
Left = 0
Top = 693
Width = 1184
Height = 19
Panels = <>
SimplePanel = True
end
end
2 changes: 1 addition & 1 deletion client1/Lizardry.FrameUpdate.pas
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface
Vcl.ExtCtrls,
Vcl.StdCtrls,
Vcl.Buttons,
Vcl.Imaging.pngimage;
Vcl.Imaging.PNGImage;

type
TFrameUpdate = class(TFrame)
Expand Down

0 comments on commit 282ecdd

Please sign in to comment.