Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 醫師
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.醫師_dgv = New System.Windows.Forms.DataGridView()
  27. CType(Me.醫師_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  28. Me.SuspendLayout()
  29. '
  30. '醫師_dgv
  31. '
  32. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  33. Me.醫師_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  34. Me.醫師_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  35. Me.醫師_dgv.BackgroundColor = System.Drawing.Color.White
  36. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  37. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
  38. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  39. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
  40. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  41. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  42. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  43. Me.醫師_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  44. Me.醫師_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  45. Me.醫師_dgv.Dock = System.Windows.Forms.DockStyle.Fill
  46. Me.醫師_dgv.Location = New System.Drawing.Point(0, 0)
  47. Me.醫師_dgv.Margin = New System.Windows.Forms.Padding(4)
  48. Me.醫師_dgv.Name = "醫師_dgv"
  49. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  50. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
  51. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  53. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  54. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  55. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  56. Me.醫師_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
  57. Me.醫師_dgv.RowHeadersWidth = 5
  58. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  59. Me.醫師_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  60. Me.醫師_dgv.RowTemplate.Height = 24
  61. Me.醫師_dgv.Size = New System.Drawing.Size(127, 121)
  62. Me.醫師_dgv.TabIndex = 702
  63. '
  64. '醫師
  65. '
  66. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  67. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  68. Me.ClientSize = New System.Drawing.Size(127, 121)
  69. Me.ControlBox = False
  70. Me.Controls.Add(Me.醫師_dgv)
  71. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.Margin = New System.Windows.Forms.Padding(4)
  73. Me.Name = "醫師"
  74. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  75. Me.Text = "醫師"
  76. CType(Me.醫師_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  77. Me.ResumeLayout(False)
  78. End Sub
  79. Friend WithEvents 醫師_dgv As DataGridView
  80. End Class