Bez popisu
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.

醫生班表設定.Designer.vb 9.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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.刪除門診_bt = New System.Windows.Forms.Button()
  23. Me.新增門診_bt = New System.Windows.Forms.Button()
  24. Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
  25. Me.Label6 = New System.Windows.Forms.Label()
  26. Me.Label5 = New System.Windows.Forms.Label()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.晚_tb = New System.Windows.Forms.TextBox()
  29. Me.中_tb = New System.Windows.Forms.TextBox()
  30. Me.早_tb = New System.Windows.Forms.TextBox()
  31. Me.診別_tb = New System.Windows.Forms.TextBox()
  32. Me.星期_tb = New System.Windows.Forms.TextBox()
  33. Me.時間修改_bt = New System.Windows.Forms.Button()
  34. Me.門診_dgv = New System.Windows.Forms.DataGridView()
  35. CType(Me.門診_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  36. Me.SuspendLayout()
  37. '
  38. '刪除門診_bt
  39. '
  40. Me.刪除門診_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  41. Me.刪除門診_bt.ForeColor = System.Drawing.Color.Red
  42. Me.刪除門診_bt.Location = New System.Drawing.Point(408, 50)
  43. Me.刪除門診_bt.Name = "刪除門診_bt"
  44. Me.刪除門診_bt.Size = New System.Drawing.Size(58, 24)
  45. Me.刪除門診_bt.TabIndex = 721
  46. Me.刪除門診_bt.Text = "刪除"
  47. Me.刪除門診_bt.UseVisualStyleBackColor = True
  48. '
  49. '新增門診_bt
  50. '
  51. Me.新增門診_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. Me.新增門診_bt.ForeColor = System.Drawing.Color.Blue
  53. Me.新增門診_bt.Location = New System.Drawing.Point(408, 2)
  54. Me.新增門診_bt.Name = "新增門診_bt"
  55. Me.新增門診_bt.Size = New System.Drawing.Size(58, 24)
  56. Me.新增門診_bt.TabIndex = 720
  57. Me.新增門診_bt.Text = "新增"
  58. Me.新增門診_bt.UseVisualStyleBackColor = True
  59. '
  60. '日期_dtp
  61. '
  62. Me.日期_dtp.CustomFormat = "yyyy/MM/dd"
  63. Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  64. Me.日期_dtp.Location = New System.Drawing.Point(3, 2)
  65. Me.日期_dtp.Name = "日期_dtp"
  66. Me.日期_dtp.Size = New System.Drawing.Size(123, 23)
  67. Me.日期_dtp.TabIndex = 719
  68. '
  69. 'Label6
  70. '
  71. Me.Label6.AutoSize = True
  72. Me.Label6.Location = New System.Drawing.Point(131, 54)
  73. Me.Label6.Name = "Label6"
  74. Me.Label6.Size = New System.Drawing.Size(19, 16)
  75. Me.Label6.TabIndex = 718
  76. Me.Label6.Text = "晚"
  77. '
  78. 'Label5
  79. '
  80. Me.Label5.AutoSize = True
  81. Me.Label5.Location = New System.Drawing.Point(131, 30)
  82. Me.Label5.Name = "Label5"
  83. Me.Label5.Size = New System.Drawing.Size(19, 16)
  84. Me.Label5.TabIndex = 717
  85. Me.Label5.Text = "中"
  86. '
  87. 'Label1
  88. '
  89. Me.Label1.AutoSize = True
  90. Me.Label1.Location = New System.Drawing.Point(131, 6)
  91. Me.Label1.Name = "Label1"
  92. Me.Label1.Size = New System.Drawing.Size(19, 16)
  93. Me.Label1.TabIndex = 716
  94. Me.Label1.Text = "早"
  95. '
  96. '晚_tb
  97. '
  98. Me.晚_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.晚_tb.Location = New System.Drawing.Point(152, 50)
  100. Me.晚_tb.Margin = New System.Windows.Forms.Padding(5)
  101. Me.晚_tb.Name = "晚_tb"
  102. Me.晚_tb.Size = New System.Drawing.Size(252, 23)
  103. Me.晚_tb.TabIndex = 715
  104. '
  105. '中_tb
  106. '
  107. Me.中_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.中_tb.Location = New System.Drawing.Point(152, 26)
  109. Me.中_tb.Margin = New System.Windows.Forms.Padding(5)
  110. Me.中_tb.Name = "中_tb"
  111. Me.中_tb.Size = New System.Drawing.Size(252, 23)
  112. Me.中_tb.TabIndex = 714
  113. '
  114. '早_tb
  115. '
  116. Me.早_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.早_tb.Location = New System.Drawing.Point(152, 2)
  118. Me.早_tb.Margin = New System.Windows.Forms.Padding(5)
  119. Me.早_tb.Name = "早_tb"
  120. Me.早_tb.Size = New System.Drawing.Size(252, 23)
  121. Me.早_tb.TabIndex = 713
  122. '
  123. '診別_tb
  124. '
  125. Me.診別_tb.Enabled = False
  126. Me.診別_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.診別_tb.Location = New System.Drawing.Point(3, 50)
  128. Me.診別_tb.Margin = New System.Windows.Forms.Padding(5)
  129. Me.診別_tb.Name = "診別_tb"
  130. Me.診別_tb.Size = New System.Drawing.Size(123, 23)
  131. Me.診別_tb.TabIndex = 712
  132. '
  133. '星期_tb
  134. '
  135. Me.星期_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  136. Me.星期_tb.Location = New System.Drawing.Point(2, 26)
  137. Me.星期_tb.Margin = New System.Windows.Forms.Padding(5)
  138. Me.星期_tb.Name = "星期_tb"
  139. Me.星期_tb.Size = New System.Drawing.Size(123, 23)
  140. Me.星期_tb.TabIndex = 711
  141. '
  142. '時間修改_bt
  143. '
  144. Me.時間修改_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.時間修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  146. Me.時間修改_bt.Location = New System.Drawing.Point(408, 26)
  147. Me.時間修改_bt.Name = "時間修改_bt"
  148. Me.時間修改_bt.Size = New System.Drawing.Size(58, 24)
  149. Me.時間修改_bt.TabIndex = 710
  150. Me.時間修改_bt.Text = "修改"
  151. Me.時間修改_bt.UseVisualStyleBackColor = True
  152. '
  153. '門診_dgv
  154. '
  155. Me.門診_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  156. Or System.Windows.Forms.AnchorStyles.Left) _
  157. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  158. Me.門診_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  159. Me.門診_dgv.BackgroundColor = System.Drawing.Color.White
  160. Me.門診_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  161. Me.門診_dgv.Location = New System.Drawing.Point(2, 74)
  162. Me.門診_dgv.Name = "門診_dgv"
  163. Me.門診_dgv.RowHeadersWidth = 5
  164. Me.門診_dgv.RowTemplate.Height = 24
  165. Me.門診_dgv.Size = New System.Drawing.Size(641, 625)
  166. Me.門診_dgv.TabIndex = 709
  167. '
  168. '醫生班表設定
  169. '
  170. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  171. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  172. Me.ClientSize = New System.Drawing.Size(644, 702)
  173. Me.Controls.Add(Me.刪除門診_bt)
  174. Me.Controls.Add(Me.新增門診_bt)
  175. Me.Controls.Add(Me.日期_dtp)
  176. Me.Controls.Add(Me.Label6)
  177. Me.Controls.Add(Me.Label5)
  178. Me.Controls.Add(Me.Label1)
  179. Me.Controls.Add(Me.晚_tb)
  180. Me.Controls.Add(Me.中_tb)
  181. Me.Controls.Add(Me.早_tb)
  182. Me.Controls.Add(Me.診別_tb)
  183. Me.Controls.Add(Me.星期_tb)
  184. Me.Controls.Add(Me.時間修改_bt)
  185. Me.Controls.Add(Me.門診_dgv)
  186. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  187. Me.Margin = New System.Windows.Forms.Padding(4)
  188. Me.Name = "醫生班表設定"
  189. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  190. Me.Text = "醫生班表設定"
  191. CType(Me.門診_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  192. Me.ResumeLayout(False)
  193. Me.PerformLayout()
  194. End Sub
  195. Friend WithEvents 刪除門診_bt As Button
  196. Friend WithEvents 新增門診_bt As Button
  197. Friend WithEvents 日期_dtp As DateTimePicker
  198. Friend WithEvents Label6 As Label
  199. Friend WithEvents Label5 As Label
  200. Friend WithEvents Label1 As Label
  201. Friend WithEvents 晚_tb As TextBox
  202. Friend WithEvents 中_tb As TextBox
  203. Friend WithEvents 早_tb As TextBox
  204. Friend WithEvents 診別_tb As TextBox
  205. Friend WithEvents 星期_tb As TextBox
  206. Friend WithEvents 時間修改_bt As Button
  207. Friend WithEvents 門診_dgv As DataGridView
  208. End Class