Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e2de184

Browse files
loginform
1 parent d938a80 commit e2de184

22 files changed

+114
-66
lines changed

‎.vs/BusReservationSystem/v16/.suo‎

21 KB
Binary file not shown.
700 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-684 KB
Binary file not shown.

‎BusReservationSystem/About.Designer.cs‎

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

‎BusReservationSystem/BusReservationSystem.csproj‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<Deterministic>true</Deterministic>
14+
<IsWebBootstrapper>false</IsWebBootstrapper>
1415
<PublishUrl>publish\</PublishUrl>
1516
<Install>true</Install>
1617
<InstallFrom>Disk</InstallFrom>
@@ -23,7 +24,6 @@
2324
<MapFileExtensions>true</MapFileExtensions>
2425
<ApplicationRevision>0</ApplicationRevision>
2526
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
26-
<IsWebBootstrapper>false</IsWebBootstrapper>
2727
<UseApplicationTrust>false</UseApplicationTrust>
2828
<BootstrapperEnabled>true</BootstrapperEnabled>
2929
</PropertyGroup>
@@ -244,6 +244,7 @@
244244
<None Include="Resources\chakib.jpg" />
245245
<None Include="Resources\illin.jpg" />
246246
<Content Include="Resources\bus.png" />
247+
<None Include="Resources\Bus_icon.ico" />
247248
<Content Include="Resources\MC-logo-c.png" />
248249
<None Include="Resources\smita rani %282%29.jpg" />
249250
<Content Include="Resources\sudha.jpg" />

‎BusReservationSystem/BusReservationSystem.csproj.user‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<PublishUrlHistory />
4+
<PublishUrlHistory>publish\</PublishUrlHistory>
55
<InstallUrlHistory />
66
<SupportUrlHistory />
77
<UpdateUrlHistory />
44.4 KB
Binary file not shown.

‎BusReservationSystem/UserLog.Designer.cs‎

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

‎BusReservationSystem/UserLog.cs‎

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,17 @@ private void LinkRegister_Click(object sender, LinkLabelLinkClickedEventArgs e)
4343
{
4444
if (this.Width == 313)
4545
{
46-
this.Width = 667;
46+
//this.Width = 667;
47+
timer2.Start();
4748
foreach (Control c in grpRegister.Controls)
4849
{
4950
c.TabStop = true;
5051
}
5152
}
5253
else
5354
{
54-
this.Width = 313;
55+
//this.Width = 313;
56+
timer1.Start();
5557
foreach (Control c in grpRegister.Controls)
5658
{
5759
c.TabStop = false;
@@ -138,5 +140,29 @@ private void UserLog_Load(object sender, EventArgs e)
138140
cmbRegister_Counter.DisplayMember = "name";
139141
cmbRegister_Counter.ValueMember = "name";
140142
}
143+
144+
private void timer1_Tick(object sender, EventArgs e)
145+
{
146+
if (this.Width > 313)
147+
{
148+
this.Width -= 2;
149+
}
150+
else
151+
{
152+
timer1.Stop();
153+
}
154+
}
155+
156+
private void timer2_Tick(object sender, EventArgs e)
157+
{
158+
if (this.Width < 653)
159+
{
160+
this.Width += 2;
161+
}
162+
else
163+
{
164+
timer2.Stop();
165+
}
166+
}
141167
}
142168
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /