-
Notifications
You must be signed in to change notification settings - Fork 0
/
AddDoctor.Designer.vb
256 lines (251 loc) · 10.8 KB
/
AddDoctor.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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AddDoctor
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()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
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.TextBox5 = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.Label7 = New System.Windows.Forms.Label()
Me.Database1DataSet = New E_Health_App.Database1DataSet()
Me.PatientBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.PatientTableAdapter = New E_Health_App.Database1DataSetTableAdapters.PatientTableAdapter()
Me.PatientIdDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.LnameDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.AgeDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.PhoneNumberDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.demographic = New System.Windows.Forms.DataGridViewTextBoxColumn()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Database1DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PatientBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(41, 45)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(51, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Doctor Id"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(41, 92)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(55, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "First name"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(41, 141)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(56, 13)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Last name"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(41, 195)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(38, 13)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Phone"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(41, 248)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(32, 13)
Me.Label5.TabIndex = 4
Me.Label5.Text = "Email"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(112, 42)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(165, 20)
Me.TextBox1.TabIndex = 5
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(112, 89)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(165, 20)
Me.TextBox2.TabIndex = 6
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(112, 138)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(165, 20)
Me.TextBox3.TabIndex = 7
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(112, 192)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(165, 20)
Me.TextBox4.TabIndex = 8
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(112, 245)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(165, 20)
Me.TextBox5.TabIndex = 9
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(41, 297)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(55, 13)
Me.Label6.TabIndex = 10
Me.Label6.Text = "Patient list"
'
'DataGridView1
'
Me.DataGridView1.AutoGenerateColumns = False
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.PatientIdDataGridViewTextBoxColumn, Me.LnameDataGridViewTextBoxColumn, Me.AgeDataGridViewTextBoxColumn, Me.PhoneNumberDataGridViewTextBoxColumn, Me.demographic})
Me.DataGridView1.DataSource = Me.PatientBindingSource
Me.DataGridView1.Location = New System.Drawing.Point(112, 297)
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.Size = New System.Drawing.Size(547, 150)
Me.DataGridView1.TabIndex = 11
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Microsoft Tai Le", 13.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.Location = New System.Drawing.Point(173, 7)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(104, 23)
Me.Label7.TabIndex = 12
Me.Label7.Text = "Add Doctor"
'
'Database1DataSet
'
Me.Database1DataSet.DataSetName = "Database1DataSet"
Me.Database1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'PatientBindingSource
'
Me.PatientBindingSource.DataMember = "Patient"
Me.PatientBindingSource.DataSource = Me.Database1DataSet
'
'PatientTableAdapter
'
Me.PatientTableAdapter.ClearBeforeFill = True
'
'PatientIdDataGridViewTextBoxColumn
'
Me.PatientIdDataGridViewTextBoxColumn.DataPropertyName = "Patient_Id"
Me.PatientIdDataGridViewTextBoxColumn.HeaderText = "Patient_Id"
Me.PatientIdDataGridViewTextBoxColumn.Name = "PatientIdDataGridViewTextBoxColumn"
'
'LnameDataGridViewTextBoxColumn
'
Me.LnameDataGridViewTextBoxColumn.DataPropertyName = "L_name"
Me.LnameDataGridViewTextBoxColumn.HeaderText = "L_name"
Me.LnameDataGridViewTextBoxColumn.Name = "LnameDataGridViewTextBoxColumn"
'
'AgeDataGridViewTextBoxColumn
'
Me.AgeDataGridViewTextBoxColumn.DataPropertyName = "Age"
Me.AgeDataGridViewTextBoxColumn.HeaderText = "Age"
Me.AgeDataGridViewTextBoxColumn.Name = "AgeDataGridViewTextBoxColumn"
'
'PhoneNumberDataGridViewTextBoxColumn
'
Me.PhoneNumberDataGridViewTextBoxColumn.DataPropertyName = "Phone number "
Me.PhoneNumberDataGridViewTextBoxColumn.HeaderText = "Phone number "
Me.PhoneNumberDataGridViewTextBoxColumn.Name = "PhoneNumberDataGridViewTextBoxColumn"
'
'demographic
'
Me.demographic.DataPropertyName = "demographic"
Me.demographic.HeaderText = "demographic"
Me.demographic.Name = "demographic"
'
'AddDoctor
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(800, 450)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.DataGridView1)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.TextBox5)
Me.Controls.Add(Me.TextBox4)
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "AddDoctor"
Me.Text = "Add Doctor"
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Database1DataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PatientBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents TextBox1 As TextBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents TextBox3 As TextBox
Friend WithEvents TextBox4 As TextBox
Friend WithEvents TextBox5 As TextBox
Friend WithEvents Label6 As Label
Friend WithEvents DataGridView1 As DataGridView
Friend WithEvents Label7 As Label
Friend WithEvents Database1DataSet As Database1DataSet
Friend WithEvents PatientBindingSource As BindingSource
Friend WithEvents PatientTableAdapter As Database1DataSetTableAdapters.PatientTableAdapter
Friend WithEvents PatientIdDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents LnameDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents AgeDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents PhoneNumberDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
Friend WithEvents demographic As DataGridViewTextBoxColumn
End Class