📄 frm_phy.vb
字号:
Imports System.Data.OleDb
Imports System.Math
Public Class frm_phy
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
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.
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
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 TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
Friend WithEvents DataGrid1 As System.Windows.Forms.DataGrid
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents TextBox7 As System.Windows.Forms.TextBox
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents TextBox8 As System.Windows.Forms.TextBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents TextBox9 As System.Windows.Forms.TextBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frm_phy))
Me.Label1 = New System.Windows.Forms.Label
Me.PictureBox1 = New System.Windows.Forms.PictureBox
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.Label6 = New System.Windows.Forms.Label
Me.Label7 = 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.TextBox6 = New System.Windows.Forms.TextBox
Me.DataGrid1 = New System.Windows.Forms.DataGrid
Me.Label8 = New System.Windows.Forms.Label
Me.Button1 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.Button3 = New System.Windows.Forms.Button
Me.Button4 = New System.Windows.Forms.Button
Me.Label9 = New System.Windows.Forms.Label
Me.TextBox7 = New System.Windows.Forms.TextBox
Me.Button5 = New System.Windows.Forms.Button
Me.Label10 = New System.Windows.Forms.Label
Me.TextBox8 = New System.Windows.Forms.TextBox
Me.Label11 = New System.Windows.Forms.Label
Me.TextBox9 = New System.Windows.Forms.TextBox
CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("Arial Black", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.SystemColors.InactiveCaption
Me.Label1.Location = New System.Drawing.Point(48, 8)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(216, 40)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Physicians"
'
'PictureBox1
'
Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(8, 16)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(24, 24)
Me.PictureBox1.TabIndex = 1
Me.PictureBox1.TabStop = False
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(16, 64)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(96, 16)
Me.Label2.TabIndex = 2
Me.Label2.Text = "Physician Code"
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(16, 96)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(100, 16)
Me.Label3.TabIndex = 3
Me.Label3.Text = "Physician Name"
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(16, 128)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(100, 16)
Me.Label4.TabIndex = 4
Me.Label4.Text = "Address"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(16, 160)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(100, 16)
Me.Label5.TabIndex = 5
Me.Label5.Text = "Telephone"
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(16, 200)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(100, 16)
Me.Label6.TabIndex = 6
Me.Label6.Text = "Status"
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(16, 232)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(100, 16)
Me.Label7.TabIndex = 7
Me.Label7.Text = "Specialization"
'
'TextBox1
'
Me.TextBox1.BackColor = System.Drawing.SystemColors.Info
Me.TextBox1.Location = New System.Drawing.Point(120, 64)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.TabIndex = 8
Me.TextBox1.Text = ""
'
'TextBox2
'
Me.TextBox2.BackColor = System.Drawing.SystemColors.Info
Me.TextBox2.Location = New System.Drawing.Point(120, 96)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.TabIndex = 9
Me.TextBox2.Text = ""
'
'TextBox3
'
Me.TextBox3.BackColor = System.Drawing.SystemColors.Info
Me.TextBox3.Location = New System.Drawing.Point(120, 128)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.TabIndex = 10
Me.TextBox3.Text = ""
'
'TextBox4
'
Me.TextBox4.BackColor = System.Drawing.SystemColors.Info
Me.TextBox4.Location = New System.Drawing.Point(120, 160)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.TabIndex = 11
Me.TextBox4.Text = ""
'
'TextBox5
'
Me.TextBox5.BackColor = System.Drawing.SystemColors.Info
Me.TextBox5.Location = New System.Drawing.Point(120, 192)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.TabIndex = 12
Me.TextBox5.Text = ""
'
'TextBox6
'
Me.TextBox6.BackColor = System.Drawing.SystemColors.Info
Me.TextBox6.Location = New System.Drawing.Point(120, 224)
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.TabIndex = 13
Me.TextBox6.Text = ""
'
'DataGrid1
'
Me.DataGrid1.BackgroundColor = System.Drawing.SystemColors.Info
Me.DataGrid1.DataMember = ""
Me.DataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText
Me.DataGrid1.Location = New System.Drawing.Point(240, 64)
Me.DataGrid1.Name = "DataGrid1"
Me.DataGrid1.Size = New System.Drawing.Size(208, 144)
Me.DataGrid1.TabIndex = 14
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(304, 32)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(96, 16)
Me.Label8.TabIndex = 15
Me.Label8.Text = "Physician List"
Me.Label8.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Button1
'
Me.Button1.BackColor = System.Drawing.SystemColors.ControlLight
Me.Button1.Location = New System.Drawing.Point(256, 216)
Me.Button1.Name = "Button1"
Me.Button1.TabIndex = 16
Me.Button1.Text = "Add"
'
'Button2
'
Me.Button2.BackColor = System.Drawing.SystemColors.ControlLight
Me.Button2.Location = New System.Drawing.Point(256, 248)
Me.Button2.Name = "Button2"
Me.Button2.TabIndex = 17
Me.Button2.Text = "Edit"
'
'Button3
'
Me.Button3.BackColor = System.Drawing.SystemColors.ControlLight
Me.Button3.Location = New System.Drawing.Point(344, 216)
Me.Button3.Name = "Button3"
Me.Button3.TabIndex = 18
Me.Button3.Text = "Delete"
'
'Button4
'
Me.Button4.BackColor = System.Drawing.SystemColors.ControlLight
Me.Button4.Location = New System.Drawing.Point(296, 280)
Me.Button4.Name = "Button4"
Me.Button4.TabIndex = 19
Me.Button4.Text = "Cancel"
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(16, 256)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(96, 16)
Me.Label9.TabIndex = 20
Me.Label9.Text = "Fee"
'
'TextBox7
'
Me.TextBox7.BackColor = System.Drawing.SystemColors.Info
Me.TextBox7.Location = New System.Drawing.Point(120, 256)
Me.TextBox7.Name = "TextBox7"
Me.TextBox7.TabIndex = 21
Me.TextBox7.Text = ""
'
'Button5
'
Me.Button5.BackColor = System.Drawing.SystemColors.ControlLight
Me.Button5.Location = New System.Drawing.Point(344, 248)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(72, 23)
Me.Button5.TabIndex = 22
Me.Button5.Text = "Find"
'
'Label10
'
Me.Label10.Location = New System.Drawing.Point(16, 288)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(96, 16)
Me.Label10.TabIndex = 23
Me.Label10.Text = "Login Password"
'
'TextBox8
'
Me.TextBox8.BackColor = System.Drawing.SystemColors.Info
Me.TextBox8.Location = New System.Drawing.Point(120, 288)
Me.TextBox8.Name = "TextBox8"
Me.TextBox8.PasswordChar = Microsoft.VisualBasic.ChrW(42)
Me.TextBox8.TabIndex = 24
Me.TextBox8.Text = ""
'
'Label11
'
Me.Label11.Location = New System.Drawing.Point(16, 320)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -