Brak opisu
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 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  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. Me.人員_dgv = New System.Windows.Forms.DataGridView()
  28. Me.流水號_bt = New System.Windows.Forms.TextBox()
  29. Me.病歷號_tb = New System.Windows.Forms.TextBox()
  30. Me.看診日期_dtp = New System.Windows.Forms.DateTimePicker()
  31. Me.看診日期_lb = New System.Windows.Forms.Label()
  32. Me.Label1 = New System.Windows.Forms.Label()
  33. Me.Label2 = New System.Windows.Forms.Label()
  34. Me.看診醫生_tb = New System.Windows.Forms.TextBox()
  35. Me.銷售人員_tb = New System.Windows.Forms.TextBox()
  36. Me.Label3 = New System.Windows.Forms.Label()
  37. Me.指定銷售_bt = New System.Windows.Forms.Button()
  38. Me.未指定_ch = New System.Windows.Forms.CheckBox()
  39. Me.未聯繫_ch = New System.Windows.Forms.CheckBox()
  40. Me.成功_ch = New System.Windows.Forms.CheckBox()
  41. Me.失誤_ch = New System.Windows.Forms.CheckBox()
  42. Me.Panel1 = New System.Windows.Forms.Panel()
  43. Me.銷售取消_bt = New System.Windows.Forms.Button()
  44. Me.銷售成功_bt = New System.Windows.Forms.Button()
  45. Me.備註_tb = New System.Windows.Forms.TextBox()
  46. Me.Label4 = New System.Windows.Forms.Label()
  47. Me.治療建議_dgv = New System.Windows.Forms.DataGridView()
  48. Me.備註存檔_bt = New System.Windows.Forms.Button()
  49. CType(Me.業務_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  50. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  51. Me.Panel1.SuspendLayout()
  52. CType(Me.治療建議_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  53. Me.SuspendLayout()
  54. '
  55. '業務_dgv
  56. '
  57. Me.業務_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  58. Or System.Windows.Forms.AnchorStyles.Left) _
  59. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  60. Me.業務_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  61. Me.業務_dgv.BackgroundColor = System.Drawing.Color.White
  62. Me.業務_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  63. Me.業務_dgv.Location = New System.Drawing.Point(3, 54)
  64. Me.業務_dgv.Name = "業務_dgv"
  65. Me.業務_dgv.RowHeadersWidth = 5
  66. Me.業務_dgv.RowTemplate.Height = 24
  67. Me.業務_dgv.Size = New System.Drawing.Size(597, 613)
  68. Me.業務_dgv.TabIndex = 229
  69. '
  70. '人員_dgv
  71. '
  72. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  73. Me.人員_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  74. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  75. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  76. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  77. Me.人員_dgv.BackgroundColor = System.Drawing.Color.White
  78. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  79. Me.人員_dgv.Location = New System.Drawing.Point(954, 54)
  80. Me.人員_dgv.Name = "人員_dgv"
  81. Me.人員_dgv.RowHeadersWidth = 5
  82. Me.人員_dgv.RowTemplate.Height = 24
  83. Me.人員_dgv.Size = New System.Drawing.Size(149, 613)
  84. Me.人員_dgv.TabIndex = 787
  85. '
  86. '流水號_bt
  87. '
  88. Me.流水號_bt.Location = New System.Drawing.Point(28, 78)
  89. Me.流水號_bt.Name = "流水號_bt"
  90. Me.流水號_bt.Size = New System.Drawing.Size(100, 23)
  91. Me.流水號_bt.TabIndex = 792
  92. '
  93. '病歷號_tb
  94. '
  95. Me.病歷號_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  96. Me.病歷號_tb.Location = New System.Drawing.Point(64, 27)
  97. Me.病歷號_tb.Name = "病歷號_tb"
  98. Me.病歷號_tb.ReadOnly = True
  99. Me.病歷號_tb.Size = New System.Drawing.Size(92, 23)
  100. Me.病歷號_tb.TabIndex = 793
  101. '
  102. '看診日期_dtp
  103. '
  104. Me.看診日期_dtp.CustomFormat = "yyyy/MM/dd"
  105. Me.看診日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  106. Me.看診日期_dtp.Location = New System.Drawing.Point(63, 3)
  107. Me.看診日期_dtp.Name = "看診日期_dtp"
  108. Me.看診日期_dtp.Size = New System.Drawing.Size(92, 23)
  109. Me.看診日期_dtp.TabIndex = 794
  110. '
  111. '看診日期_lb
  112. '
  113. Me.看診日期_lb.AutoSize = True
  114. Me.看診日期_lb.Location = New System.Drawing.Point(5, 6)
  115. Me.看診日期_lb.Name = "看診日期_lb"
  116. Me.看診日期_lb.Size = New System.Drawing.Size(55, 16)
  117. Me.看診日期_lb.TabIndex = 795
  118. Me.看診日期_lb.Text = "看診日期"
  119. '
  120. 'Label1
  121. '
  122. Me.Label1.AutoSize = True
  123. Me.Label1.Location = New System.Drawing.Point(5, 30)
  124. Me.Label1.Name = "Label1"
  125. Me.Label1.Size = New System.Drawing.Size(55, 16)
  126. Me.Label1.TabIndex = 796
  127. Me.Label1.Text = "病 歷 號"
  128. '
  129. 'Label2
  130. '
  131. Me.Label2.AutoSize = True
  132. Me.Label2.Location = New System.Drawing.Point(161, 6)
  133. Me.Label2.Name = "Label2"
  134. Me.Label2.Size = New System.Drawing.Size(55, 16)
  135. Me.Label2.TabIndex = 797
  136. Me.Label2.Text = "看診醫生"
  137. '
  138. '看診醫生_tb
  139. '
  140. Me.看診醫生_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  141. Me.看診醫生_tb.Location = New System.Drawing.Point(222, 3)
  142. Me.看診醫生_tb.Name = "看診醫生_tb"
  143. Me.看診醫生_tb.ReadOnly = True
  144. Me.看診醫生_tb.Size = New System.Drawing.Size(92, 23)
  145. Me.看診醫生_tb.TabIndex = 798
  146. '
  147. '銷售人員_tb
  148. '
  149. Me.銷售人員_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  150. Me.銷售人員_tb.Location = New System.Drawing.Point(222, 27)
  151. Me.銷售人員_tb.Name = "銷售人員_tb"
  152. Me.銷售人員_tb.ReadOnly = True
  153. Me.銷售人員_tb.Size = New System.Drawing.Size(92, 23)
  154. Me.銷售人員_tb.TabIndex = 800
  155. '
  156. 'Label3
  157. '
  158. Me.Label3.AutoSize = True
  159. Me.Label3.Location = New System.Drawing.Point(161, 30)
  160. Me.Label3.Name = "Label3"
  161. Me.Label3.Size = New System.Drawing.Size(55, 16)
  162. Me.Label3.TabIndex = 799
  163. Me.Label3.Text = "銷售人員"
  164. '
  165. '指定銷售_bt
  166. '
  167. Me.指定銷售_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  168. Me.指定銷售_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  169. Me.指定銷售_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  170. Me.指定銷售_bt.Location = New System.Drawing.Point(665, 1)
  171. Me.指定銷售_bt.Name = "指定銷售_bt"
  172. Me.指定銷售_bt.Size = New System.Drawing.Size(50, 50)
  173. Me.指定銷售_bt.TabIndex = 801
  174. Me.指定銷售_bt.Text = "指定銷售"
  175. Me.指定銷售_bt.UseVisualStyleBackColor = True
  176. '
  177. '未指定_ch
  178. '
  179. Me.未指定_ch.AutoSize = True
  180. Me.未指定_ch.Checked = True
  181. Me.未指定_ch.CheckState = System.Windows.Forms.CheckState.Checked
  182. Me.未指定_ch.ForeColor = System.Drawing.Color.Green
  183. Me.未指定_ch.Location = New System.Drawing.Point(6, 4)
  184. Me.未指定_ch.Name = "未指定_ch"
  185. Me.未指定_ch.Size = New System.Drawing.Size(110, 20)
  186. Me.未指定_ch.TabIndex = 802
  187. Me.未指定_ch.Text = "未指定銷售人員"
  188. Me.未指定_ch.UseVisualStyleBackColor = True
  189. '
  190. '未聯繫_ch
  191. '
  192. Me.未聯繫_ch.AutoSize = True
  193. Me.未聯繫_ch.ForeColor = System.Drawing.Color.Green
  194. Me.未聯繫_ch.Location = New System.Drawing.Point(6, 30)
  195. Me.未聯繫_ch.Name = "未聯繫_ch"
  196. Me.未聯繫_ch.Size = New System.Drawing.Size(110, 20)
  197. Me.未聯繫_ch.TabIndex = 803
  198. Me.未聯繫_ch.Text = "未聯繫客戶清單"
  199. Me.未聯繫_ch.UseVisualStyleBackColor = True
  200. '
  201. '成功_ch
  202. '
  203. Me.成功_ch.AutoSize = True
  204. Me.成功_ch.ForeColor = System.Drawing.Color.Green
  205. Me.成功_ch.Location = New System.Drawing.Point(122, 4)
  206. Me.成功_ch.Name = "成功_ch"
  207. Me.成功_ch.Size = New System.Drawing.Size(110, 20)
  208. Me.成功_ch.TabIndex = 804
  209. Me.成功_ch.Text = "銷售成功的清單"
  210. Me.成功_ch.UseVisualStyleBackColor = True
  211. '
  212. '失誤_ch
  213. '
  214. Me.失誤_ch.AutoSize = True
  215. Me.失誤_ch.ForeColor = System.Drawing.Color.Green
  216. Me.失誤_ch.Location = New System.Drawing.Point(122, 30)
  217. Me.失誤_ch.Name = "失誤_ch"
  218. Me.失誤_ch.Size = New System.Drawing.Size(110, 20)
  219. Me.失誤_ch.TabIndex = 805
  220. Me.失誤_ch.Text = "銷售取消的清單"
  221. Me.失誤_ch.UseVisualStyleBackColor = True
  222. '
  223. 'Panel1
  224. '
  225. Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  226. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  227. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  228. Me.Panel1.Controls.Add(Me.備註存檔_bt)
  229. Me.Panel1.Controls.Add(Me.銷售取消_bt)
  230. Me.Panel1.Controls.Add(Me.銷售成功_bt)
  231. Me.Panel1.Controls.Add(Me.備註_tb)
  232. Me.Panel1.Controls.Add(Me.看診日期_lb)
  233. Me.Panel1.Controls.Add(Me.病歷號_tb)
  234. Me.Panel1.Controls.Add(Me.看診日期_dtp)
  235. Me.Panel1.Controls.Add(Me.Label1)
  236. Me.Panel1.Controls.Add(Me.Label2)
  237. Me.Panel1.Controls.Add(Me.指定銷售_bt)
  238. Me.Panel1.Controls.Add(Me.看診醫生_tb)
  239. Me.Panel1.Controls.Add(Me.銷售人員_tb)
  240. Me.Panel1.Controls.Add(Me.Label3)
  241. Me.Panel1.Controls.Add(Me.Label4)
  242. Me.Panel1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  243. Me.Panel1.Location = New System.Drawing.Point(230, 0)
  244. Me.Panel1.Name = "Panel1"
  245. Me.Panel1.Size = New System.Drawing.Size(873, 55)
  246. Me.Panel1.TabIndex = 806
  247. '
  248. '銷售取消_bt
  249. '
  250. Me.銷售取消_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  251. Me.銷售取消_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  252. Me.銷售取消_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  253. Me.銷售取消_bt.Location = New System.Drawing.Point(818, 1)
  254. Me.銷售取消_bt.Name = "銷售取消_bt"
  255. Me.銷售取消_bt.Size = New System.Drawing.Size(50, 50)
  256. Me.銷售取消_bt.TabIndex = 810
  257. Me.銷售取消_bt.Text = "銷售取消"
  258. Me.銷售取消_bt.UseVisualStyleBackColor = True
  259. '
  260. '銷售成功_bt
  261. '
  262. Me.銷售成功_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  263. Me.銷售成功_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  264. Me.銷售成功_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  265. Me.銷售成功_bt.Location = New System.Drawing.Point(767, 1)
  266. Me.銷售成功_bt.Name = "銷售成功_bt"
  267. Me.銷售成功_bt.Size = New System.Drawing.Size(50, 50)
  268. Me.銷售成功_bt.TabIndex = 809
  269. Me.銷售成功_bt.Text = "銷售成功"
  270. Me.銷售成功_bt.UseVisualStyleBackColor = True
  271. '
  272. '備註_tb
  273. '
  274. Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  275. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  276. Me.備註_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  277. Me.備註_tb.Location = New System.Drawing.Point(346, 3)
  278. Me.備註_tb.Multiline = True
  279. Me.備註_tb.Name = "備註_tb"
  280. Me.備註_tb.Size = New System.Drawing.Size(317, 47)
  281. Me.備註_tb.TabIndex = 807
  282. '
  283. 'Label4
  284. '
  285. Me.Label4.AutoSize = True
  286. Me.Label4.Location = New System.Drawing.Point(315, 6)
  287. Me.Label4.Name = "Label4"
  288. Me.Label4.Size = New System.Drawing.Size(31, 16)
  289. Me.Label4.TabIndex = 808
  290. Me.Label4.Text = "備註"
  291. '
  292. '治療建議_dgv
  293. '
  294. Me.治療建議_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  295. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  296. Me.治療建議_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  297. Me.治療建議_dgv.BackgroundColor = System.Drawing.Color.White
  298. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  299. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
  300. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  301. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
  302. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.White
  303. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black
  304. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  305. Me.治療建議_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  306. Me.治療建議_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  307. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  308. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  309. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  310. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  311. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.White
  312. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black
  313. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  314. Me.治療建議_dgv.DefaultCellStyle = DataGridViewCellStyle3
  315. Me.治療建議_dgv.Location = New System.Drawing.Point(599, 54)
  316. Me.治療建議_dgv.Name = "治療建議_dgv"
  317. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  318. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
  319. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  320. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  321. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.White
  322. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black
  323. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  324. Me.治療建議_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
  325. Me.治療建議_dgv.RowHeadersWidth = 5
  326. Me.治療建議_dgv.RowTemplate.Height = 24
  327. Me.治療建議_dgv.Size = New System.Drawing.Size(356, 613)
  328. Me.治療建議_dgv.TabIndex = 807
  329. '
  330. '備註存檔_bt
  331. '
  332. Me.備註存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  333. Me.備註存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  334. Me.備註存檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  335. Me.備註存檔_bt.Location = New System.Drawing.Point(716, 1)
  336. Me.備註存檔_bt.Name = "備註存檔_bt"
  337. Me.備註存檔_bt.Size = New System.Drawing.Size(50, 50)
  338. Me.備註存檔_bt.TabIndex = 811
  339. Me.備註存檔_bt.Text = "備註存檔"
  340. Me.備註存檔_bt.UseVisualStyleBackColor = True
  341. '
  342. '業務銷售控制表
  343. '
  344. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  345. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  346. Me.ClientSize = New System.Drawing.Size(1106, 669)
  347. Me.Controls.Add(Me.人員_dgv)
  348. Me.Controls.Add(Me.治療建議_dgv)
  349. Me.Controls.Add(Me.Panel1)
  350. Me.Controls.Add(Me.失誤_ch)
  351. Me.Controls.Add(Me.成功_ch)
  352. Me.Controls.Add(Me.未聯繫_ch)
  353. Me.Controls.Add(Me.未指定_ch)
  354. Me.Controls.Add(Me.業務_dgv)
  355. Me.Controls.Add(Me.流水號_bt)
  356. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  357. Me.Margin = New System.Windows.Forms.Padding(4)
  358. Me.Name = "業務銷售控制表"
  359. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  360. Me.Text = "業務銷售控制表"
  361. CType(Me.業務_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  362. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  363. Me.Panel1.ResumeLayout(False)
  364. Me.Panel1.PerformLayout()
  365. CType(Me.治療建議_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  366. Me.ResumeLayout(False)
  367. Me.PerformLayout()
  368. End Sub
  369. Friend WithEvents 業務_dgv As DataGridView
  370. Friend WithEvents 人員_dgv As DataGridView
  371. Friend WithEvents 流水號_bt As TextBox
  372. Friend WithEvents 病歷號_tb As TextBox
  373. Friend WithEvents 看診日期_dtp As DateTimePicker
  374. Friend WithEvents 看診日期_lb As Label
  375. Friend WithEvents Label1 As Label
  376. Friend WithEvents Label2 As Label
  377. Friend WithEvents 看診醫生_tb As TextBox
  378. Friend WithEvents 銷售人員_tb As TextBox
  379. Friend WithEvents Label3 As Label
  380. Friend WithEvents 指定銷售_bt As Button
  381. Friend WithEvents 未指定_ch As CheckBox
  382. Friend WithEvents 未聯繫_ch As CheckBox
  383. Friend WithEvents 成功_ch As CheckBox
  384. Friend WithEvents 失誤_ch As CheckBox
  385. Friend WithEvents Panel1 As Panel
  386. Friend WithEvents 銷售取消_bt As Button
  387. Friend WithEvents 銷售成功_bt As Button
  388. Friend WithEvents 備註_tb As TextBox
  389. Friend WithEvents Label4 As Label
  390. Friend WithEvents 治療建議_dgv As DataGridView
  391. Friend WithEvents 備註存檔_bt As Button
  392. End Class