Property settings for use with the dtrt.NavBarWin - vertical, 6 buttons, no text display
Code version Feb 23, 2004, Nbw005 layout
'------------- START code declaration for a Dtrt.NavBarWin object -------------
'
Me.NavBarWin1.NavBarButtons = New Dtrt.NavBar.NavBarButtons("(Fi,1,1),(Pi,2,1),(Pr,3,1),(Ne,4,1),(Ni,5,1),(La,6,1);Vertical")
Me.NavBarWin1.ButtonFirst.Location = New System.Drawing.Point(3, 3)
Me.NavBarWin1.ButtonFirst.Text = "|<<"
Me.NavBarWin1.ButtonFirst.Visible = True
Me.NavBarWin1.ButtonLast.Location = New System.Drawing.Point(3, 113)
Me.NavBarWin1.ButtonLast.TabIndex = 5
Me.NavBarWin1.ButtonLast.Text = ">>|"
Me.NavBarWin1.ButtonLast.Visible = True
Me.NavBarWin1.ButtonNext.Location = New System.Drawing.Point(5, 69)
Me.NavBarWin1.ButtonNext.Size = New System.Drawing.Size(24, 20)
Me.NavBarWin1.ButtonNext.TabIndex = 3
Me.NavBarWin1.ButtonNext.Text = ">"
Me.NavBarWin1.ButtonNext.Visible = True
Me.NavBarWin1.ButtonNextIncr.Location = New System.Drawing.Point(3, 91)
Me.NavBarWin1.ButtonNextIncr.TabIndex = 4
Me.NavBarWin1.ButtonNextIncr.Text = ">>"
Me.NavBarWin1.ButtonNextIncr.Visible = True
Me.NavBarWin1.ButtonPrevious.CausesValidation = False
Me.NavBarWin1.ButtonPrevious.Location = New System.Drawing.Point(5, 47)
Me.NavBarWin1.ButtonPrevious.Size = New System.Drawing.Size(24, 20)
Me.NavBarWin1.ButtonPrevious.TabIndex = 2
Me.NavBarWin1.ButtonPrevious.Text = "<"
Me.NavBarWin1.ButtonPrevious.Visible = True
Me.NavBarWin1.ButtonPreviousIncr.Location = New System.Drawing.Point(3, 25)
Me.NavBarWin1.ButtonPreviousIncr.TabIndex = 1
Me.NavBarWin1.ButtonPreviousIncr.Text = "<<"
Me.NavBarWin1.ButtonPreviousIncr.Visible = True
Me.NavBarWin1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
Me.NavBarWin1.Size = New System.Drawing.Size(38, 142)
'
'------------- END code declaration for a Dtrt.NavBarWin object -------------
// ------------- START code declaration for a Dtrt.NavBarWin object -------------
//
this.navBarWin1.NavBarButtons = new Dtrt.NavBar.NavBarButtons("(Fi,1,1),(Pi,2,1),(Pr,3,1),(Ne,4,1),(Ni,5,1),(La,6,1);Vertical");
this.navBarWin1.ButtonFirst.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.navBarWin1.ButtonFirst.Location = new System.Drawing.Point(3, 3);
this.navBarWin1.ButtonFirst.Text = "|<<";
this.navBarWin1.ButtonFirst.Visible = true;
this.navBarWin1.ButtonLast.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.navBarWin1.ButtonLast.Location = new System.Drawing.Point(3, 113);
this.navBarWin1.ButtonLast.TabIndex = 5;
this.navBarWin1.ButtonLast.Text = ">>|";
this.navBarWin1.ButtonLast.Visible = true;
this.navBarWin1.ButtonNext.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.navBarWin1.ButtonNext.Location = new System.Drawing.Point(5, 69);
this.navBarWin1.ButtonNext.Size = new System.Drawing.Size(24, 20);
this.navBarWin1.ButtonNext.TabIndex = 3;
this.navBarWin1.ButtonNext.Text = ">";
this.navBarWin1.ButtonNext.Visible = true;
this.navBarWin1.ButtonNextIncr.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.navBarWin1.ButtonNextIncr.Location = new System.Drawing.Point(3, 91);
this.navBarWin1.ButtonNextIncr.TabIndex = 4;
this.navBarWin1.ButtonNextIncr.Text = ">>";
this.navBarWin1.ButtonNextIncr.Visible = true;
this.navBarWin1.ButtonPrevious.CausesValidation = false;
this.navBarWin1.ButtonPrevious.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.navBarWin1.ButtonPrevious.Location = new System.Drawing.Point(5, 47);
this.navBarWin1.ButtonPrevious.Size = new System.Drawing.Size(24, 20);
this.navBarWin1.ButtonPrevious.TabIndex = 2;
this.navBarWin1.ButtonPrevious.Text = "<";
this.navBarWin1.ButtonPrevious.Visible = true;
this.navBarWin1.ButtonPreviousIncr.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.navBarWin1.ButtonPreviousIncr.Location = new System.Drawing.Point(3, 25);
this.navBarWin1.ButtonPreviousIncr.TabIndex = 1;
this.navBarWin1.ButtonPreviousIncr.Text = "<<";
this.navBarWin1.ButtonPreviousIncr.Visible = true;
this.navBarWin1.Size = new System.Drawing.Size(38, 142);
// ------------- END code declaration for a Dtrt.NavBarWin object -------------
· The code above and the instructions for use are supplied free of charge to
any licensed dtrt.NavBarWin user
. The code can only be found and downloaded on the dtrt website, it is not
distributed with the control.
· You may adapt the code to your liking, integrate it into your application and
deploy it with your dtrt.NavBarWin.
· You may not sell or distribute the code. You must ask for copyrights before
you publish the code.
· The author(s) and the dtrt company take no liability whatsoever for the code.
You use it entirely at your own risk.
· Dtrt recommends setting up a small application with which you can develop and
test the navigation bar’s configuration settings. When you are satisfied with
the results, copy the configuration code from the test application to your real
application.