Skip to content

Commit d6b0bf1

Browse files
author
ActiveDbSoft CI Service
committed
Version 3.8.15.2217
1 parent 13803e0 commit d6b0bf1

File tree

442 files changed

+24627
-23428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

442 files changed

+24627
-23428
lines changed

AdvantageDemo/AdvantageConnectionForm.Designer.cs

Lines changed: 192 additions & 192 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//*******************************************************************//
22
// Active Query Builder Component Suite //
33
// //
4-
// Copyright © 2006-2021 Active Database Software //
4+
// Copyright © 2006-2022 Active Database Software //
55
// ALL RIGHTS RESERVED //
66
// //
77
// CONSULT THE LICENSE AGREEMENT FOR INFORMATION ON //
@@ -15,39 +15,39 @@
1515

1616
namespace AdvantageDemo
1717
{
18-
public partial class AdvantageConnectionForm : Form
19-
{
20-
public string ConnectionString { get; set; }
18+
public partial class AdvantageConnectionForm : Form
19+
{
20+
public string ConnectionString { get; set; }
2121

22-
public AdvantageConnectionForm()
23-
{
24-
InitializeComponent();
22+
public AdvantageConnectionForm()
23+
{
24+
InitializeComponent();
2525

26-
cbServerType.SelectedItem = "local";
27-
}
26+
cbServerType.SelectedItem = "local";
27+
}
2828

29-
private void buttonBrowse_Click(object sender, EventArgs e)
30-
{
31-
if (openFileDialog1.ShowDialog() == DialogResult.OK)
32-
{
33-
textboxDataSource.Text = openFileDialog1.FileName;
34-
}
35-
}
29+
private void buttonBrowse_Click(object sender, EventArgs e)
30+
{
31+
if (openFileDialog1.ShowDialog() == DialogResult.OK)
32+
{
33+
textboxDataSource.Text = openFileDialog1.FileName;
34+
}
35+
}
3636

37-
private void buttonConnect_Click(object sender, EventArgs e)
38-
{
39-
AdsConnectionStringBuilder builder = new AdsConnectionStringBuilder();
37+
private void buttonConnect_Click(object sender, EventArgs e)
38+
{
39+
AdsConnectionStringBuilder builder = new AdsConnectionStringBuilder();
4040

41-
builder.DataSource = textboxDataSource.Text;
42-
builder.ServerType = cbServerType.SelectedItem.ToString();
41+
builder.DataSource = textboxDataSource.Text;
42+
builder.ServerType = cbServerType.SelectedItem.ToString();
4343

44-
if (textboxUser.Text.Length > 0)
45-
builder.UserID = textboxUser.Text;
44+
if (textboxUser.Text.Length > 0)
45+
builder.UserID = textboxUser.Text;
4646

47-
if (textboxPassword.Text.Length > 0)
48-
builder.Password = textboxPassword.Text;
47+
if (textboxPassword.Text.Length > 0)
48+
builder.Password = textboxPassword.Text;
4949

50-
ConnectionString = builder.ConnectionString;
51-
}
52-
}
50+
ConnectionString = builder.ConnectionString;
51+
}
52+
}
5353
}

AdvantageDemo/AdvantageDemo.wf.cs.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Description>Active Query Builder 3 Advantage Demo</Description>
77
<RootNamespace>AdvantageDemo</RootNamespace>
88

9-
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
109
<OutputType>WinExe</OutputType>
1110
</PropertyGroup>
1211

@@ -26,6 +25,6 @@
2625
</ItemGroup>
2726

2827
<ItemGroup>
29-
<ProjectReference Include="..\GeneralAssembly\GeneralAssembly.wf.cs.csproj" />
28+
<ProjectReference Include="..\GeneralAssembly\GeneralAssembly.wf.cs.csproj" />
3029
</ItemGroup>
3130
</Project>

AdvantageDemo/Form1.Designer.cs

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)