Subversion Repositories DevTools

Rev

Rev 2151 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2151 Rev 2155
Line 92... Line 92...
92
         this.ebPassword.Text = "";
92
         this.ebPassword.Text = "";
93
         // 
93
         // 
94
         // btOk
94
         // btOk
95
         // 
95
         // 
96
         this.btOk.DialogResult = System.Windows.Forms.DialogResult.OK;
96
         this.btOk.DialogResult = System.Windows.Forms.DialogResult.OK;
97
         this.btOk.Location = new System.Drawing.Point(16, 112);
97
         this.btOk.Location = new System.Drawing.Point(160, 96);
98
         this.btOk.Name = "btOk";
98
         this.btOk.Name = "btOk";
99
         this.btOk.TabIndex = 6;
99
         this.btOk.TabIndex = 6;
100
         this.btOk.Text = "Ok";
100
         this.btOk.Text = "Ok";
101
         // 
101
         // 
102
         // btCancel
102
         // btCancel
103
         // 
103
         // 
104
         this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Abort;
104
         this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Abort;
105
         this.btCancel.Location = new System.Drawing.Point(112, 112);
105
         this.btCancel.Location = new System.Drawing.Point(256, 96);
106
         this.btCancel.Name = "btCancel";
106
         this.btCancel.Name = "btCancel";
107
         this.btCancel.TabIndex = 7;
107
         this.btCancel.TabIndex = 7;
108
         this.btCancel.Text = "Cancel";
108
         this.btCancel.Text = "Cancel";
109
         // 
109
         // 
110
         // Logon
110
         // Logon
111
         // 
111
         // 
112
         this.AcceptButton = this.btOk;
112
         this.AcceptButton = this.btOk;
113
         this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
113
         this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
114
         this.CancelButton = this.btCancel;
114
         this.CancelButton = this.btCancel;
115
         this.ClientSize = new System.Drawing.Size(368, 160);
115
         this.ClientSize = new System.Drawing.Size(346, 138);
116
         this.ControlBox = false;
116
         this.ControlBox = false;
117
         this.Controls.Add(this.btCancel);
117
         this.Controls.Add(this.btCancel);
118
         this.Controls.Add(this.btOk);
118
         this.Controls.Add(this.btOk);
119
         this.Controls.Add(this.ebPassword);
119
         this.Controls.Add(this.ebPassword);
120
         this.Controls.Add(this.ebUserName);
120
         this.Controls.Add(this.ebUserName);
121
         this.Controls.Add(this.label2);
121
         this.Controls.Add(this.label2);
122
         this.Controls.Add(this.label1);
122
         this.Controls.Add(this.label1);
123
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
123
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
124
         this.Name = "Logon";
124
         this.Name = "Logon";
125
         this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
125
         this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
-
 
126
         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
126
         this.Text = "ReqPro Database Login";
127
         this.Text = "ReqPro Database Login";
127
         this.TopMost = true;
128
         this.TopMost = true;
128
         this.Load += new System.EventHandler(this.Logon_Load);
129
         this.Load += new System.EventHandler(this.Logon_Load);
129
         this.ResumeLayout(false);
130
         this.ResumeLayout(false);
130
 
131