Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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. Me.月清單_DGV = New System.Windows.Forms.DataGridView()
  23. Me.月份_cb = New System.Windows.Forms.ComboBox()
  24. Me.年份_cb = New System.Windows.Forms.ComboBox()
  25. Me.Label16 = New System.Windows.Forms.Label()
  26. Me.Label17 = New System.Windows.Forms.Label()
  27. Me.時間_dtp = New System.Windows.Forms.DateTimePicker()
  28. Me.Label1 = New System.Windows.Forms.Label()
  29. Me.修改該筆資料_bt = New System.Windows.Forms.Button()
  30. Me.刪除該筆資料_bt = New System.Windows.Forms.Button()
  31. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit()
  32. Me.SuspendLayout()
  33. '
  34. '月清單_DGV
  35. '
  36. Me.月清單_DGV.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  37. Or System.Windows.Forms.AnchorStyles.Left) _
  38. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  39. Me.月清單_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  40. Me.月清單_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  41. Me.月清單_DGV.Location = New System.Drawing.Point(12, 58)
  42. Me.月清單_DGV.Name = "月清單_DGV"
  43. Me.月清單_DGV.RowHeadersWidth = 5
  44. Me.月清單_DGV.RowTemplate.Height = 24
  45. Me.月清單_DGV.Size = New System.Drawing.Size(364, 537)
  46. Me.月清單_DGV.TabIndex = 768
  47. '
  48. '月份_cb
  49. '
  50. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  51. Me.月份_cb.FormattingEnabled = True
  52. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  53. Me.月份_cb.Location = New System.Drawing.Point(169, 4)
  54. Me.月份_cb.Name = "月份_cb"
  55. Me.月份_cb.Size = New System.Drawing.Size(71, 24)
  56. Me.月份_cb.TabIndex = 772
  57. '
  58. '年份_cb
  59. '
  60. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  61. Me.年份_cb.FormattingEnabled = True
  62. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  63. Me.年份_cb.Location = New System.Drawing.Point(54, 4)
  64. Me.年份_cb.Name = "年份_cb"
  65. Me.年份_cb.Size = New System.Drawing.Size(71, 24)
  66. Me.年份_cb.TabIndex = 771
  67. '
  68. 'Label16
  69. '
  70. Me.Label16.AutoSize = True
  71. Me.Label16.Location = New System.Drawing.Point(131, 7)
  72. Me.Label16.Name = "Label16"
  73. Me.Label16.Size = New System.Drawing.Size(32, 16)
  74. Me.Label16.TabIndex = 770
  75. Me.Label16.Text = "月份"
  76. '
  77. 'Label17
  78. '
  79. Me.Label17.AutoSize = True
  80. Me.Label17.Location = New System.Drawing.Point(16, 7)
  81. Me.Label17.Name = "Label17"
  82. Me.Label17.Size = New System.Drawing.Size(32, 16)
  83. Me.Label17.TabIndex = 769
  84. Me.Label17.Text = "年份"
  85. '
  86. '時間_dtp
  87. '
  88. Me.時間_dtp.CustomFormat = "yyyy/MM/dd HH:mm:ss"
  89. Me.時間_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  90. Me.時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  91. Me.時間_dtp.Location = New System.Drawing.Point(66, 32)
  92. Me.時間_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  93. Me.時間_dtp.Name = "時間_dtp"
  94. Me.時間_dtp.Size = New System.Drawing.Size(174, 23)
  95. Me.時間_dtp.TabIndex = 788
  96. '
  97. 'Label1
  98. '
  99. Me.Label1.AutoSize = True
  100. Me.Label1.Location = New System.Drawing.Point(4, 36)
  101. Me.Label1.Name = "Label1"
  102. Me.Label1.Size = New System.Drawing.Size(56, 16)
  103. Me.Label1.TabIndex = 789
  104. Me.Label1.Text = "下診時間"
  105. '
  106. '修改該筆資料_bt
  107. '
  108. Me.修改該筆資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  109. Me.修改該筆資料_bt.ForeColor = System.Drawing.Color.Green
  110. Me.修改該筆資料_bt.Location = New System.Drawing.Point(246, 4)
  111. Me.修改該筆資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  112. Me.修改該筆資料_bt.Name = "修改該筆資料_bt"
  113. Me.修改該筆資料_bt.Size = New System.Drawing.Size(66, 51)
  114. Me.修改該筆資料_bt.TabIndex = 791
  115. Me.修改該筆資料_bt.Text = "修改該筆資料"
  116. Me.修改該筆資料_bt.UseVisualStyleBackColor = True
  117. '
  118. '刪除該筆資料_bt
  119. '
  120. Me.刪除該筆資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  121. Me.刪除該筆資料_bt.ForeColor = System.Drawing.Color.Red
  122. Me.刪除該筆資料_bt.Location = New System.Drawing.Point(318, 4)
  123. Me.刪除該筆資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  124. Me.刪除該筆資料_bt.Name = "刪除該筆資料_bt"
  125. Me.刪除該筆資料_bt.Size = New System.Drawing.Size(58, 51)
  126. Me.刪除該筆資料_bt.TabIndex = 790
  127. Me.刪除該筆資料_bt.Text = "刪除該筆資料"
  128. Me.刪除該筆資料_bt.UseVisualStyleBackColor = True
  129. '
  130. '醫師下診紀錄
  131. '
  132. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  133. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  134. Me.ClientSize = New System.Drawing.Size(388, 600)
  135. Me.Controls.Add(Me.修改該筆資料_bt)
  136. Me.Controls.Add(Me.刪除該筆資料_bt)
  137. Me.Controls.Add(Me.Label1)
  138. Me.Controls.Add(Me.時間_dtp)
  139. Me.Controls.Add(Me.月份_cb)
  140. Me.Controls.Add(Me.年份_cb)
  141. Me.Controls.Add(Me.Label16)
  142. Me.Controls.Add(Me.Label17)
  143. Me.Controls.Add(Me.月清單_DGV)
  144. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  146. Me.Name = "醫師下診紀錄"
  147. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  148. Me.Text = "醫師下診紀錄"
  149. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit()
  150. Me.ResumeLayout(False)
  151. Me.PerformLayout()
  152. End Sub
  153. Friend WithEvents 月清單_DGV As DataGridView
  154. Friend WithEvents 月份_cb As ComboBox
  155. Friend WithEvents 年份_cb As ComboBox
  156. Friend WithEvents Label16 As Label
  157. Friend WithEvents Label17 As Label
  158. Friend WithEvents 時間_dtp As DateTimePicker
  159. Friend WithEvents Label1 As Label
  160. Friend WithEvents 修改該筆資料_bt As Button
  161. Friend WithEvents 刪除該筆資料_bt As Button
  162. End Class