forked from aryan2305/Faculty_Information_System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AddProf.Designer.vb
185 lines (181 loc) · 8.64 KB
/
AddProf.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AddProf
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim NameLabel As System.Windows.Forms.Label
Dim DepartmentLabel As System.Windows.Forms.Label
Dim EmailLabel As System.Windows.Forms.Label
Dim PasswordLabel As System.Windows.Forms.Label
Me.Faculty_databaseDataSet = New Faculty_Information_System.Faculty_databaseDataSet()
Me.Faculty_infoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.Faculty_infoTableAdapter = New Faculty_Information_System.Faculty_databaseDataSetTableAdapters.faculty_infoTableAdapter()
Me.TableAdapterManager = New Faculty_Information_System.Faculty_databaseDataSetTableAdapters.TableAdapterManager()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.TextBox3 = New System.Windows.Forms.TextBox()
Me.TextBox4 = New System.Windows.Forms.TextBox()
Me.Update = New System.Windows.Forms.Button()
NameLabel = New System.Windows.Forms.Label()
DepartmentLabel = New System.Windows.Forms.Label()
EmailLabel = New System.Windows.Forms.Label()
PasswordLabel = New System.Windows.Forms.Label()
CType(Me.Faculty_databaseDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Faculty_infoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'NameLabel
'
NameLabel.AutoSize = True
NameLabel.Location = New System.Drawing.Point(59, 34)
NameLabel.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
NameLabel.Name = "NameLabel"
NameLabel.Size = New System.Drawing.Size(38, 13)
NameLabel.TabIndex = 1
NameLabel.Text = "Name:"
'
'DepartmentLabel
'
DepartmentLabel.AutoSize = True
DepartmentLabel.Location = New System.Drawing.Point(59, 69)
DepartmentLabel.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
DepartmentLabel.Name = "DepartmentLabel"
DepartmentLabel.Size = New System.Drawing.Size(65, 13)
DepartmentLabel.TabIndex = 3
DepartmentLabel.Text = "Department:"
'
'EmailLabel
'
EmailLabel.AutoSize = True
EmailLabel.Location = New System.Drawing.Point(62, 112)
EmailLabel.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
EmailLabel.Name = "EmailLabel"
EmailLabel.Size = New System.Drawing.Size(35, 13)
EmailLabel.TabIndex = 5
EmailLabel.Text = "Email:"
'
'PasswordLabel
'
PasswordLabel.AutoSize = True
PasswordLabel.Location = New System.Drawing.Point(59, 153)
PasswordLabel.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
PasswordLabel.Name = "PasswordLabel"
PasswordLabel.Size = New System.Drawing.Size(56, 13)
PasswordLabel.TabIndex = 7
PasswordLabel.Text = "Password:"
'
'Faculty_databaseDataSet
'
Me.Faculty_databaseDataSet.DataSetName = "Faculty_databaseDataSet"
Me.Faculty_databaseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'Faculty_infoBindingSource
'
Me.Faculty_infoBindingSource.DataMember = "faculty_info"
Me.Faculty_infoBindingSource.DataSource = Me.Faculty_databaseDataSet
'
'Faculty_infoTableAdapter
'
Me.Faculty_infoTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.faculty_infoTableAdapter = Me.Faculty_infoTableAdapter
Me.TableAdapterManager.UpdateOrder = Faculty_Information_System.Faculty_databaseDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TextBox1
'
Me.TextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Faculty_infoBindingSource, "Name", True))
Me.TextBox1.Location = New System.Drawing.Point(141, 34)
Me.TextBox1.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(76, 20)
Me.TextBox1.TabIndex = 2
'
'TextBox2
'
Me.TextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Faculty_infoBindingSource, "Department", True))
Me.TextBox2.Location = New System.Drawing.Point(141, 69)
Me.TextBox2.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(76, 20)
Me.TextBox2.TabIndex = 4
'
'TextBox3
'
Me.TextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Faculty_infoBindingSource, "Email", True))
Me.TextBox3.Location = New System.Drawing.Point(141, 112)
Me.TextBox3.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(76, 20)
Me.TextBox3.TabIndex = 6
'
'TextBox4
'
Me.TextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Faculty_infoBindingSource, "Password", True))
Me.TextBox4.Location = New System.Drawing.Point(141, 150)
Me.TextBox4.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(76, 20)
Me.TextBox4.TabIndex = 8
'
'Update
'
Me.Update.Location = New System.Drawing.Point(187, 219)
Me.Update.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.Update.Name = "Update"
Me.Update.Size = New System.Drawing.Size(84, 26)
Me.Update.TabIndex = 9
Me.Update.Text = "Update"
Me.Update.UseVisualStyleBackColor = True
'
'AddProf
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(442, 286)
Me.Controls.Add(Me.Update)
Me.Controls.Add(PasswordLabel)
Me.Controls.Add(Me.TextBox4)
Me.Controls.Add(EmailLabel)
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(DepartmentLabel)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(NameLabel)
Me.Controls.Add(Me.TextBox1)
Me.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.Name = "AddProf"
Me.Text = "AddProf"
CType(Me.Faculty_databaseDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Faculty_infoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Faculty_databaseDataSet As Faculty_Information_System.Faculty_databaseDataSet
Friend WithEvents Faculty_infoBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents Faculty_infoTableAdapter As Faculty_Information_System.Faculty_databaseDataSetTableAdapters.faculty_infoTableAdapter
Friend WithEvents TableAdapterManager As Faculty_Information_System.Faculty_databaseDataSetTableAdapters.TableAdapterManager
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents Update As System.Windows.Forms.Button
End Class