Sin descripción
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 26KB

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