1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Form_Login
3     
'Inherits System.Windows.Forms.Form
4     Inherits DevComponents.DotNetBar.Office2007Form
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form_Login))
27         Me.DockContainerItem4 = New DevComponents.DotNetBar.DockContainerItem
28         Me.DockContainerItem1 = New DevComponents.DotNetBar.DockContainerItem
29         Me.DockContainerItem2 = New DevComponents.DotNetBar.DockContainerItem
30         Me.DockContainerItem3 = New DevComponents.DotNetBar.DockContainerItem
31         Me.PanelEx1 = New DevComponents.DotNetBar.PanelEx
32         Me.PanelLogin = New DevComponents.DotNetBar.PanelEx
33         Me.ReflectionLabel1 = New DevComponents.DotNetBar.Controls.ReflectionLabel
34         Me.lblChaoMung = New DevComponents.DotNetBar.Controls.ReflectionLabel
35         Me.LinkLabel_Language = New System.Windows.Forms.LinkLabel
36         Me.LinkLabelLanguague = New System.Windows.Forms.LinkLabel
37         Me.Label_HuongDan = New DevComponents.DotNetBar.LabelX
38         Me.cmdExit = New DevComponents.DotNetBar.ButtonX
39         Me.cmdLogin = New DevComponents.DotNetBar.ButtonX
40         Me.txtUserName = New DevComponents.DotNetBar.Controls.TextBoxX
41         Me.txtPassword = New DevComponents.DotNetBar.Controls.TextBoxX
42         Me.Label_Password = New DevComponents.DotNetBar.LabelX
43         Me.Label_UserName = New DevComponents.DotNetBar.LabelX
44         Me.TimerClosing = New System.Windows.Forms.Timer(Me.components)
45         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
46         Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
47         Me.PictureBox2 = New System.Windows.Forms.PictureBox
48         Me.PictureBox1 = New System.Windows.Forms.PictureBox
49         Me.PanelEx1.SuspendLayout()
50         Me.PanelLogin.SuspendLayout()
51         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
52         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
53         Me.SuspendLayout()
54         
'
55         
'DockContainerItem4
56         
'
57         Me.DockContainerItem4.Name =
"DockContainerItem4"
58         resources.ApplyResources(Me.DockContainerItem4,
"DockContainerItem4")
59         
'
60         
'DockContainerItem1
61         
'
62         Me.DockContainerItem1.Name =
"DockContainerItem1"
63         resources.ApplyResources(Me.DockContainerItem1,
"DockContainerItem1")
64         
'
65         
'DockContainerItem2
66         
'
67         Me.DockContainerItem2.Name =
"DockContainerItem2"
68         resources.ApplyResources(Me.DockContainerItem2,
"DockContainerItem2")
69         
'
70         
'DockContainerItem3
71         
'
72         Me.DockContainerItem3.Name =
"DockContainerItem3"
73         resources.ApplyResources(Me.DockContainerItem3,
"DockContainerItem3")
74         
'
75         
'PanelEx1
76         
'
77         Me.PanelEx1.CanvasColor = System.Drawing.SystemColors.Control
78         Me.PanelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
79         Me.PanelEx1.Controls.Add(Me.PanelLogin)
80         resources.ApplyResources(Me.PanelEx1,
"PanelEx1")
81         Me.PanelEx1.Name =
"PanelEx1"
82         Me.PanelEx1.Style.Alignment = System.Drawing.StringAlignment.Center
83         Me.PanelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground
84         Me.PanelEx1.Style.BackColor2.Color = System.Drawing.Color.MediumSpringGreen
85         Me.PanelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine
86         Me.PanelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder
87         Me.PanelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText
88         Me.PanelEx1.Style.GradientAngle =
90
89         Me.PanelEx1.StyleMouseDown.BackColor1.Color = System.Drawing.Color.GreenYellow
90         Me.PanelEx1.StyleMouseDown.BackColor2.Color = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(180, Byte), Integer))
91         Me.PanelEx1.StyleMouseOver.BackColor1.Color = System.Drawing.Color.PaleGreen
92         Me.PanelEx1.StyleMouseOver.BackColor2.Color = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
93         
'
94         
'PanelLogin
95         
'
96         Me.PanelLogin.CanvasColor = System.Drawing.SystemColors.Control
97         Me.PanelLogin.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
98         Me.PanelLogin.Controls.Add(Me.PictureBox2)
99         Me.PanelLogin.Controls.Add(Me.PictureBox1)
100         Me.PanelLogin.Controls.Add(Me.ReflectionLabel1)
101         Me.PanelLogin.Controls.Add(Me.lblChaoMung)
102         Me.PanelLogin.Controls.Add(Me.LinkLabel_Language)
103         Me.PanelLogin.Controls.Add(Me.LinkLabelLanguague)
104         Me.PanelLogin.Controls.Add(Me.Label_HuongDan)
105         Me.PanelLogin.Controls.Add(Me.cmdExit)
106         Me.PanelLogin.Controls.Add(Me.cmdLogin)
107         Me.PanelLogin.Controls.Add(Me.txtUserName)
108         Me.PanelLogin.Controls.Add(Me.txtPassword)
109         Me.PanelLogin.Controls.Add(Me.Label_Password)
110         Me.PanelLogin.Controls.Add(Me.Label_UserName)
111         resources.ApplyResources(Me.PanelLogin,
"PanelLogin")
112         Me.PanelLogin.Name =
"PanelLogin"
113         Me.PanelLogin.Style.Alignment = System.Drawing.StringAlignment.Center
114         Me.PanelLogin.Style.BackColor1.Color = System.Drawing.Color.FromArgb(CType(CType(
227, Byte), Integer), CType(CType(239, Byte), Integer), CType(CType(255, Byte), Integer))
115         Me.PanelLogin.Style.BackColor2.Color = System.Drawing.Color.MediumSpringGreen
116         Me.PanelLogin.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine
117         Me.PanelLogin.Style.BorderColor.Color = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
118         Me.PanelLogin.Style.ForeColor.Color = System.Drawing.Color.Chartreuse
119         Me.PanelLogin.Style.GradientAngle =
90
120         Me.PanelLogin.StyleMouseDown.BackColor1.Color = System.Drawing.Color.GreenYellow
121         Me.PanelLogin.StyleMouseDown.BackColor2.Color = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
122         Me.PanelLogin.StyleMouseOver.BackColor1.Color = System.Drawing.Color.PaleGreen
123         Me.PanelLogin.StyleMouseOver.BackColor2.Color = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
124         
'
125         
'ReflectionLabel1
126         
'
127         
'
128         
'
129         
'
130         Me.ReflectionLabel1.BackgroundStyle.Class =
""
131         Me.ReflectionLabel1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
132         Me.ReflectionLabel1.ForeColor = System.Drawing.Color.Blue
133         resources.ApplyResources(Me.ReflectionLabel1,
"ReflectionLabel1")
134         Me.ReflectionLabel1.Name =
"ReflectionLabel1"
135         
'
136         
'lblChaoMung
137         
'
138         
'
139         
'
140         
'
141         Me.lblChaoMung.BackgroundStyle.Class =
""
142         Me.lblChaoMung.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
143         Me.lblChaoMung.ForeColor = System.Drawing.Color.Blue
144         resources.ApplyResources(Me.lblChaoMung,
"lblChaoMung")
145         Me.lblChaoMung.Name =
"lblChaoMung"
146         
'
147         
'LinkLabel_Language
148         
'
149         resources.ApplyResources(Me.LinkLabel_Language,
"LinkLabel_Language")
150         Me.LinkLabel_Language.Name =
"LinkLabel_Language"
151         Me.LinkLabel_Language.TabStop = True
152         
'
153         
'LinkLabelLanguague
154         
'
155         resources.ApplyResources(Me.LinkLabelLanguague,
"LinkLabelLanguague")
156         Me.LinkLabelLanguague.Name =
"LinkLabelLanguague"
157         
'
158         
'Label_HuongDan
159         
'
160         
'
161         
'
162         
'
163         Me.Label_HuongDan.BackgroundStyle.Class =
""
164         Me.Label_HuongDan.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
165         resources.ApplyResources(Me.Label_HuongDan,
"Label_HuongDan")
166         Me.Label_HuongDan.Name =
"Label_HuongDan"
167         
'
168         
'cmdExit
169         
'
170         Me.cmdExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
171         resources.ApplyResources(Me.cmdExit,
"cmdExit")
172         Me.cmdExit.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground
173         Me.cmdExit.Name =
"cmdExit"
174         Me.cmdExit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
175         
'
176         
'cmdLogin
177         
'
178         Me.cmdLogin.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
179         resources.ApplyResources(Me.cmdLogin,
"cmdLogin")
180         Me.cmdLogin.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground
181         Me.cmdLogin.Name =
"cmdLogin"
182         
'
183         
'txtUserName
184         
'
185         
'
186         
'
187         
'
188         Me.txtUserName.Border.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.DockSiteBackColor2
189         Me.txtUserName.Border.BorderLeftColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.DockSiteBackColor
190         Me.txtUserName.Border.BorderRightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2
191         Me.txtUserName.Border.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemCheckedBackground2
192         Me.txtUserName.Border.Class =
"TextBoxBorder"
193         Me.txtUserName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
194         Me.txtUserName.FocusHighlightColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
195         Me.txtUserName.FocusHighlightEnabled = True
196         resources.ApplyResources(Me.txtUserName,
"txtUserName")
197         Me.txtUserName.Name =
"txtUserName"
198         
'
199         
'txtPassword
200         
'
201         
'
202         
'
203         
'
204         Me.txtPassword.Border.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.DockSiteBackColor2
205         Me.txtPassword.Border.BorderLeftColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.DockSiteBackColor
206         Me.txtPassword.Border.BorderRightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2
207         Me.txtPassword.Border.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemCheckedBackground2
208         Me.txtPassword.Border.Class =
"TextBoxBorder"
209         Me.txtPassword.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
210         Me.txtPassword.FocusHighlightEnabled = True
211         resources.ApplyResources(Me.txtPassword,
"txtPassword")
212         Me.txtPassword.Name =
"txtPassword"
213         Me.txtPassword.UseSystemPasswordChar = True
214         
'
215         
'Label_Password
216         
'
217         
'
218         
'
219         
'
220         Me.Label_Password.BackgroundStyle.Class =
""
221         Me.Label_Password.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
222         resources.ApplyResources(Me.Label_Password,
"Label_Password")
223         Me.Label_Password.Name =
"Label_Password"
224         
'
225         
'Label_UserName
226         
'
227         
'
228         
'
229         
'
230         Me.Label_UserName.BackgroundStyle.Class =
""
231         Me.Label_UserName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
232         resources.ApplyResources(Me.Label_UserName,
"Label_UserName")
233         Me.Label_UserName.Name =
"Label_UserName"
234         
'
235         
'TimerClosing
236         
'
237         
'
238         
'Timer1
239         
'
240         Me.Timer1.Enabled = True
241         Me.Timer1.Interval =
400
242         
'
243         
'Timer2
244         
'
245         Me.Timer2.Enabled = True
246         Me.Timer2.Interval =
300
247         
'
248         
'PictureBox2
249         
'
250         Me.PictureBox2.Image = Global.PhanMemBanVeXe_Full.My.Resources.Resources.bus_icon
251         resources.ApplyResources(Me.PictureBox2,
"PictureBox2")
252         Me.PictureBox2.Name =
"PictureBox2"
253         Me.PictureBox2.TabStop = False
254         
'
255         
'PictureBox1
256         
'
257         Me.PictureBox1.Image = Global.PhanMemBanVeXe_Full.My.Resources.Resources.user_login_icon
258         resources.ApplyResources(Me.PictureBox1,
"PictureBox1")
259         Me.PictureBox1.Name =
"PictureBox1"
260         Me.PictureBox1.TabStop = False
261         
'
262         
'Form_Login
263         
'
264         Me.AcceptButton = Me.cmdLogin
265         resources.ApplyResources(Me,
"$this")
266         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
267         Me.Controls.Add(Me.PanelEx1)
268         Me.DoubleBuffered = True
269         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
270         Me.KeyPreview = True
271         Me.MaximizeBox = False
272         Me.Name =
"Form_Login"
273         Me.PanelEx1.ResumeLayout(False)
274         Me.PanelLogin.ResumeLayout(False)
275         Me.PanelLogin.PerformLayout()
276         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
277         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
278         Me.ResumeLayout(False)
279
280     End Sub
281     Friend WithEvents DockContainerItem1 As DevComponents.DotNetBar.DockContainerItem
282     Friend WithEvents DockContainerItem2 As DevComponents.DotNetBar.DockContainerItem
283     Friend WithEvents DockContainerItem3 As DevComponents.DotNetBar.DockContainerItem
284     Friend WithEvents DockContainerItem4 As DevComponents.DotNetBar.DockContainerItem
285     Friend WithEvents PanelEx1 As DevComponents.DotNetBar.PanelEx
286     Friend WithEvents PanelLogin As DevComponents.DotNetBar.PanelEx
287     Friend WithEvents lblChaoMung As DevComponents.DotNetBar.Controls.ReflectionLabel
288     Friend WithEvents LinkLabel_Language As System.Windows.Forms.LinkLabel
289     Friend WithEvents LinkLabelLanguague As System.Windows.Forms.LinkLabel
290     Friend WithEvents Label_HuongDan As DevComponents.DotNetBar.LabelX
291     Friend WithEvents cmdExit As DevComponents.DotNetBar.ButtonX
292     Friend WithEvents cmdLogin As DevComponents.DotNetBar.ButtonX
293     Friend WithEvents txtPassword As DevComponents.DotNetBar.Controls.TextBoxX
294     Friend WithEvents Label_Password As DevComponents.DotNetBar.LabelX
295     Friend WithEvents Label_UserName As DevComponents.DotNetBar.LabelX
296     Friend WithEvents TimerClosing As System.Windows.Forms.Timer
297     Friend WithEvents txtUserName As DevComponents.DotNetBar.Controls.TextBoxX
298     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
299     Friend WithEvents ReflectionLabel1 As DevComponents.DotNetBar.Controls.ReflectionLabel
300     Friend WithEvents Timer1 As System.Windows.Forms.Timer
301     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
302     Friend WithEvents Timer2 As System.Windows.Forms.Timer
303
304 End Class



Quản lý phần mềm bán vé xe VB 8.415 lượt xem

Gõ tìm kiếm nhanh...