Skip to content

Commit 92f4297

Browse files
committed
v0.4 + Improved service startup control
1 parent 75124df commit 92f4297

14 files changed

Lines changed: 189 additions & 420 deletions

File tree

naivegui/backup/naivegui.lps

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<ResourceBaseClass Value="Form"/>
5252
<UnitName Value="Unit1"/>
5353
<IsVisibleTab Value="True"/>
54-
<CursorPos X="13"/>
54+
<CursorPos X="12"/>
5555
<UsageCount Value="37"/>
5656
<Loaded Value="True"/>
5757
<LoadedDesigner Value="True"/>
@@ -84,13 +84,12 @@
8484
<HasResources Value="True"/>
8585
<ResourceBaseClass Value="Form"/>
8686
<UnitName Value="Unit2"/>
87-
<EditorIndex Value="1"/>
87+
<EditorIndex Value="-1"/>
8888
<CursorPos X="13"/>
8989
<UsageCount Value="22"/>
90-
<Loaded Value="True"/>
9190
</Unit>
9291
</Units>
93-
<JumpHistory HistoryIndex="29">
92+
<JumpHistory HistoryIndex="27">
9493
<Position>
9594
<Filename Value="unit1.pas"/>
9695
<Caret Line="344" Column="38" TopLine="328"/>
@@ -179,9 +178,6 @@
179178
<Filename Value="unit1.pas"/>
180179
<Caret Line="78" Column="58" TopLine="53"/>
181180
</Position>
182-
<Position>
183-
<Filename Value="unit2.pas"/>
184-
</Position>
185181
<Position>
186182
<Filename Value="unit1.pas"/>
187183
<Caret Line="433" Column="76" TopLine="431"/>
@@ -198,9 +194,6 @@
198194
<Filename Value="unit1.pas"/>
199195
<Caret Line="445" Column="24" TopLine="422"/>
200196
</Position>
201-
<Position>
202-
<Filename Value="unit2.pas"/>
203-
</Position>
204197
<Position>
205198
<Filename Value="unit1.pas"/>
206199
<Caret Line="328" Column="3" TopLine="324"/>

naivegui/backup/unit1.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ procedure TMainForm.QRBtnClick(Sender: TObject);
433433
var
434434
protocol: string;
435435
begin
436+
if QRForm.Visible then Exit;
437+
436438
//Не запускать, если поля пустые
437439
if (DomainEdit.Text = '') or (UserEdit.Text = '') or (PasswordEdit.Text = '') or
438440
(SPortEdit.Text = '') or (HPortEdit.Text = '') or (BypassBox.Text = '') then Exit;

naivegui/ico/naive64.png

-6.35 KB
Binary file not shown.

naivegui/ico/naivegui-36.png

-796 Bytes
Loading

naivegui/ico/naivegui-64.png

2.85 KB
Loading

naivegui/ico/naivegui-96.png

-4.75 KB
Loading
-3.51 KB
Binary file not shown.
0 Bytes
Binary file not shown.

naivegui/lib/x86_64-linux/unit1.lfm

Lines changed: 92 additions & 205 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)