Read without ads and support Scribd by becoming a Scribd Premium Reader.
 
FINAL PROJECT
“SISTEM INFORMASI PERPUSTAKAAN”
 
PERANCANGAN BASIS DATADISUSUN OLEH :
1. Thomas Bagus Yeriko (09.12.4053)2. Hermawan M. Wijaya (09.12.4075)3. Nurcahyaningrum Oktaviyanti (09.12.4112)4. Ana Wati Ndarbeni (09.12.4241)
STMIK
“AMIKOM” YOGYAKARTA
 2011
 
APLIKASI SISTEM INFORMASI PERPUSTAKAAN UMUM
SplashScreenScript SplashScreen
Public NotInheritable ClassSplashScreen1 'TODO: This form can easily be set as the splash screen for theapplication by going to the "Application" tab' of the Project Designer ("Properties" under the "Project" menu).Private SubSplashScreen1_Load(ByValsenderAs Object,ByValeAs  System.EventArgs)Handles Me.Load 'Set up the dialog text at runtime according to the application'sassembly information.'TODO: Customize the application's assembly information in the"Application" pane of the project' properties dialog (under the "Project" menu).'Application titleIf My.Application.Info.Title <>"" Then ApplicationTitle.Text =My.Application.Info.TitleElse'If the application title is missing, use the application name,without the extensionApplicationTitle.Text =System.IO.Path.GetFileNameWithoutExtension(My.Application.Info.AssemblyName)End If'Format the version information using the text set into the Versioncontrol at design time as the' formatting string. This allows for effective localization ifdesired.' Build and revision information could be included by using thefollowing code and changing the' Version control's designtime text to "Version{0}.{1:00}.{2}.{3}" or something similar. See' String.Format() in Help for more information.
 
 '' Version.Text = System.String.Format(Version.Text,My.Application.Info.Version.Major, My.Application.Info.Version.Minor,My.Application.Info.Version.Build, My.Application.Info.Version.Revision)Version.Text = System.String.Format(Version.Text,My.Application.Info.Version.Major,My.Application.Info.Version.Minor) 'Copyright infoCopyright.Text =My.Application.Info.CopyrightEnd SubPrivate SubTimer1_Tick(ByValsenderAsSystem.Object,ByValeAs  System.EventArgs)HandlesTimer1.TickProgressBar1.Value += 4IfProgressBar1.Value = 100ThenTimer1.Dispose()Me.Visible =FalseLoginForm1.Show()End IfEnd SubPrivate SubMainLayoutPanel_Paint(ByValsenderAsSystem.Object,ByVal  eAsSystem.Windows.Forms.PaintEventArgs)HandlesMainLayoutPanel.Paint Timer1.Enabled =TrueEnd SubEnd Class
Search History:
Searching...
Result 00 of 00
00 results for result for
  • p.
  • Notes
    Load more