Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Frm_01_finish_rcp.Designer.vb 31KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_01_finish_rcp
  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.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Me.btnEdit = New System.Windows.Forms.Button()
  33. Me.處方清單_dgv = New System.Windows.Forms.DataGridView()
  34. Me.處方_dgv = New System.Windows.Forms.DataGridView()
  35. Me.關鍵字_tb = New System.Windows.Forms.TextBox()
  36. Me.btnSave = New System.Windows.Forms.Button()
  37. Me.btnDelete = New System.Windows.Forms.Button()
  38. Me.模式通知_lb = New System.Windows.Forms.Label()
  39. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  40. Me.btnCancel = New System.Windows.Forms.Button()
  41. Me.btnInsert = New System.Windows.Forms.Button()
  42. Me.btnGenerate = New System.Windows.Forms.Button()
  43. Me.DGV3 = New System.Windows.Forms.DataGridView()
  44. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  45. Me.Button7 = New System.Windows.Forms.Button()
  46. Me.txtCustomer = New System.Windows.Forms.TextBox()
  47. Me.txtColor = New System.Windows.Forms.TextBox()
  48. Me.Label2 = New System.Windows.Forms.Label()
  49. Me.Label3 = New System.Windows.Forms.Label()
  50. Me.cbo_customer = New System.Windows.Forms.ComboBox()
  51. Me.btnSaveAs = New System.Windows.Forms.Button()
  52. Me.btnDeleteRcpName = New System.Windows.Forms.Button()
  53. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  54. Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
  55. Me.Label1 = New System.Windows.Forms.Label()
  56. CType(Me.處方清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.處方_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.DGV3, System.ComponentModel.ISupportInitialize).BeginInit()
  59. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  60. Me.SplitContainer1.Panel1.SuspendLayout()
  61. Me.SplitContainer1.Panel2.SuspendLayout()
  62. Me.SplitContainer1.SuspendLayout()
  63. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
  64. Me.SplitContainer2.Panel1.SuspendLayout()
  65. Me.SplitContainer2.Panel2.SuspendLayout()
  66. Me.SplitContainer2.SuspendLayout()
  67. Me.SuspendLayout()
  68. '
  69. 'btnEdit
  70. '
  71. Me.btnEdit.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  72. Me.btnEdit.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. Me.btnEdit.Image = Global.WindowsApp1.My.Resources.Resources.pen
  74. Me.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  75. Me.btnEdit.Location = New System.Drawing.Point(1013, 3)
  76. Me.btnEdit.Name = "btnEdit"
  77. Me.btnEdit.Size = New System.Drawing.Size(120, 47)
  78. Me.btnEdit.TabIndex = 0
  79. Me.btnEdit.Text = "修改&(E) "
  80. Me.btnEdit.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  81. Me.btnEdit.UseVisualStyleBackColor = True
  82. '
  83. '處方清單_dgv
  84. '
  85. Me.處方清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  86. Or System.Windows.Forms.AnchorStyles.Left) _
  87. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  88. Me.處方清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  89. Me.處方清單_dgv.BackgroundColor = System.Drawing.Color.White
  90. DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  91. DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control
  92. DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  93. DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText
  94. DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
  95. DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  96. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  97. Me.處方清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10
  98. Me.處方清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  99. DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  100. DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window
  101. DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText
  103. DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
  104. DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  105. DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  106. Me.處方清單_dgv.DefaultCellStyle = DataGridViewCellStyle11
  107. Me.處方清單_dgv.Location = New System.Drawing.Point(0, 27)
  108. Me.處方清單_dgv.Name = "處方清單_dgv"
  109. DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  110. DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control
  111. DataGridViewCellStyle12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText
  113. DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
  114. DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  115. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  116. Me.處方清單_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle12
  117. Me.處方清單_dgv.RowHeadersWidth = 5
  118. Me.處方清單_dgv.RowTemplate.Height = 31
  119. Me.處方清單_dgv.Size = New System.Drawing.Size(293, 504)
  120. Me.處方清單_dgv.TabIndex = 1
  121. '
  122. '處方_dgv
  123. '
  124. Me.處方_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  125. Me.處方_dgv.BackgroundColor = System.Drawing.Color.White
  126. DataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  127. DataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control
  128. DataGridViewCellStyle13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  129. DataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText
  130. DataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight
  131. DataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  132. DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  133. Me.處方_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle13
  134. Me.處方_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  135. DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  136. DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window
  137. DataGridViewCellStyle14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. DataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText
  139. DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight
  140. DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  141. DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  142. Me.處方_dgv.DefaultCellStyle = DataGridViewCellStyle14
  143. Me.處方_dgv.Dock = System.Windows.Forms.DockStyle.Fill
  144. Me.處方_dgv.Location = New System.Drawing.Point(0, 0)
  145. Me.處方_dgv.Name = "處方_dgv"
  146. DataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  147. DataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control
  148. DataGridViewCellStyle15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. DataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText
  150. DataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight
  151. DataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  152. DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  153. Me.處方_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle15
  154. Me.處方_dgv.RowHeadersWidth = 5
  155. Me.處方_dgv.RowTemplate.Height = 31
  156. Me.處方_dgv.Size = New System.Drawing.Size(586, 275)
  157. Me.處方_dgv.TabIndex = 2
  158. '
  159. '關鍵字_tb
  160. '
  161. Me.關鍵字_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  162. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  163. Me.關鍵字_tb.Location = New System.Drawing.Point(62, 3)
  164. Me.關鍵字_tb.Name = "關鍵字_tb"
  165. Me.關鍵字_tb.Size = New System.Drawing.Size(229, 22)
  166. Me.關鍵字_tb.TabIndex = 3
  167. Me.關鍵字_tb.Visible = False
  168. '
  169. 'btnSave
  170. '
  171. Me.btnSave.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  172. Me.btnSave.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.btnSave.Location = New System.Drawing.Point(892, 51)
  174. Me.btnSave.Name = "btnSave"
  175. Me.btnSave.Size = New System.Drawing.Size(120, 47)
  176. Me.btnSave.TabIndex = 4
  177. Me.btnSave.Text = "存档"
  178. Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  179. Me.btnSave.UseVisualStyleBackColor = True
  180. '
  181. 'btnDelete
  182. '
  183. Me.btnDelete.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  184. Me.btnDelete.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  185. Me.btnDelete.Location = New System.Drawing.Point(1134, 3)
  186. Me.btnDelete.Name = "btnDelete"
  187. Me.btnDelete.Size = New System.Drawing.Size(120, 47)
  188. Me.btnDelete.TabIndex = 5
  189. Me.btnDelete.Text = "删除"
  190. Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  191. Me.btnDelete.UseVisualStyleBackColor = True
  192. '
  193. '模式通知_lb
  194. '
  195. Me.模式通知_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  196. Me.模式通知_lb.AutoSize = True
  197. Me.模式通知_lb.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  198. Me.模式通知_lb.ForeColor = System.Drawing.Color.Red
  199. Me.模式通知_lb.Location = New System.Drawing.Point(1051, 149)
  200. Me.模式通知_lb.Name = "模式通知_lb"
  201. Me.模式通知_lb.Size = New System.Drawing.Size(77, 20)
  202. Me.模式通知_lb.TabIndex = 6
  203. Me.模式通知_lb.Text = "修改模式"
  204. Me.模式通知_lb.Visible = False
  205. '
  206. 'Timer1
  207. '
  208. '
  209. 'btnCancel
  210. '
  211. Me.btnCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  212. Me.btnCancel.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  213. Me.btnCancel.Location = New System.Drawing.Point(1134, 51)
  214. Me.btnCancel.Name = "btnCancel"
  215. Me.btnCancel.Size = New System.Drawing.Size(120, 47)
  216. Me.btnCancel.TabIndex = 7
  217. Me.btnCancel.Text = "取消"
  218. Me.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  219. Me.btnCancel.UseVisualStyleBackColor = True
  220. '
  221. 'btnInsert
  222. '
  223. Me.btnInsert.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  224. Me.btnInsert.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  225. Me.btnInsert.Image = Global.WindowsApp1.My.Resources.Resources.add_2
  226. Me.btnInsert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  227. Me.btnInsert.Location = New System.Drawing.Point(892, 3)
  228. Me.btnInsert.Name = "btnInsert"
  229. Me.btnInsert.Size = New System.Drawing.Size(120, 47)
  230. Me.btnInsert.TabIndex = 8
  231. Me.btnInsert.Text = "插入(&I) "
  232. Me.btnInsert.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  233. Me.btnInsert.UseVisualStyleBackColor = True
  234. '
  235. 'btnGenerate
  236. '
  237. Me.btnGenerate.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  238. Me.btnGenerate.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  239. Me.btnGenerate.Location = New System.Drawing.Point(892, 98)
  240. Me.btnGenerate.Name = "btnGenerate"
  241. Me.btnGenerate.Size = New System.Drawing.Size(120, 47)
  242. Me.btnGenerate.TabIndex = 9
  243. Me.btnGenerate.Text = "输入重量"
  244. Me.btnGenerate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  245. Me.btnGenerate.UseVisualStyleBackColor = True
  246. '
  247. 'DGV3
  248. '
  249. Me.DGV3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  250. Me.DGV3.BackgroundColor = System.Drawing.Color.White
  251. DataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  252. DataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control
  253. DataGridViewCellStyle16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  254. DataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText
  255. DataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight
  256. DataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  257. DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  258. Me.DGV3.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle16
  259. Me.DGV3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  260. DataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  261. DataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window
  262. DataGridViewCellStyle17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  263. DataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText
  264. DataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight
  265. DataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  266. DataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  267. Me.DGV3.DefaultCellStyle = DataGridViewCellStyle17
  268. Me.DGV3.Dock = System.Windows.Forms.DockStyle.Fill
  269. Me.DGV3.Location = New System.Drawing.Point(0, 0)
  270. Me.DGV3.Name = "DGV3"
  271. DataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  272. DataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control
  273. DataGridViewCellStyle18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  274. DataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText
  275. DataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight
  276. DataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  277. DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  278. Me.DGV3.RowHeadersDefaultCellStyle = DataGridViewCellStyle18
  279. Me.DGV3.RowHeadersWidth = 5
  280. Me.DGV3.RowTemplate.Height = 31
  281. Me.DGV3.Size = New System.Drawing.Size(586, 250)
  282. Me.DGV3.TabIndex = 10
  283. '
  284. 'DateTimePicker1
  285. '
  286. Me.DateTimePicker1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  287. Me.DateTimePicker1.CalendarFont = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  288. Me.DateTimePicker1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. Me.DateTimePicker1.Location = New System.Drawing.Point(892, 146)
  290. Me.DateTimePicker1.Name = "DateTimePicker1"
  291. Me.DateTimePicker1.Size = New System.Drawing.Size(153, 26)
  292. Me.DateTimePicker1.TabIndex = 11
  293. '
  294. 'Button7
  295. '
  296. Me.Button7.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  297. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  298. Me.Button7.Location = New System.Drawing.Point(1013, 98)
  299. Me.Button7.Name = "Button7"
  300. Me.Button7.Size = New System.Drawing.Size(120, 47)
  301. Me.Button7.TabIndex = 12
  302. Me.Button7.Text = "领料"
  303. Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  304. Me.Button7.UseVisualStyleBackColor = True
  305. '
  306. 'txtCustomer
  307. '
  308. Me.txtCustomer.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  309. Me.txtCustomer.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  310. Me.txtCustomer.Location = New System.Drawing.Point(940, 174)
  311. Me.txtCustomer.Name = "txtCustomer"
  312. Me.txtCustomer.Size = New System.Drawing.Size(161, 26)
  313. Me.txtCustomer.TabIndex = 14
  314. '
  315. 'txtColor
  316. '
  317. Me.txtColor.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  318. Me.txtColor.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  319. Me.txtColor.Location = New System.Drawing.Point(940, 202)
  320. Me.txtColor.Name = "txtColor"
  321. Me.txtColor.Size = New System.Drawing.Size(161, 26)
  322. Me.txtColor.TabIndex = 15
  323. '
  324. 'Label2
  325. '
  326. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  327. Me.Label2.AutoSize = True
  328. Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  329. Me.Label2.ForeColor = System.Drawing.Color.Red
  330. Me.Label2.Location = New System.Drawing.Point(895, 177)
  331. Me.Label2.Name = "Label2"
  332. Me.Label2.Size = New System.Drawing.Size(43, 20)
  333. Me.Label2.TabIndex = 16
  334. Me.Label2.Text = "客户"
  335. '
  336. 'Label3
  337. '
  338. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  339. Me.Label3.AutoSize = True
  340. Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  341. Me.Label3.ForeColor = System.Drawing.Color.Red
  342. Me.Label3.Location = New System.Drawing.Point(895, 205)
  343. Me.Label3.Name = "Label3"
  344. Me.Label3.Size = New System.Drawing.Size(43, 20)
  345. Me.Label3.TabIndex = 17
  346. Me.Label3.Text = "颜色"
  347. '
  348. 'cbo_customer
  349. '
  350. Me.cbo_customer.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  351. Me.cbo_customer.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  352. Me.cbo_customer.FormattingEnabled = True
  353. Me.cbo_customer.Location = New System.Drawing.Point(892, 230)
  354. Me.cbo_customer.Name = "cbo_customer"
  355. Me.cbo_customer.Size = New System.Drawing.Size(362, 28)
  356. Me.cbo_customer.TabIndex = 18
  357. '
  358. 'btnSaveAs
  359. '
  360. Me.btnSaveAs.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  361. Me.btnSaveAs.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  362. Me.btnSaveAs.Location = New System.Drawing.Point(1013, 51)
  363. Me.btnSaveAs.Name = "btnSaveAs"
  364. Me.btnSaveAs.Size = New System.Drawing.Size(120, 47)
  365. Me.btnSaveAs.TabIndex = 19
  366. Me.btnSaveAs.Text = "另存新档"
  367. Me.btnSaveAs.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  368. Me.btnSaveAs.UseVisualStyleBackColor = True
  369. '
  370. 'btnDeleteRcpName
  371. '
  372. Me.btnDeleteRcpName.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  373. Me.btnDeleteRcpName.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  374. Me.btnDeleteRcpName.Location = New System.Drawing.Point(1134, 98)
  375. Me.btnDeleteRcpName.Name = "btnDeleteRcpName"
  376. Me.btnDeleteRcpName.Size = New System.Drawing.Size(120, 47)
  377. Me.btnDeleteRcpName.TabIndex = 20
  378. Me.btnDeleteRcpName.Text = "删除处方"
  379. Me.btnDeleteRcpName.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  380. Me.btnDeleteRcpName.UseVisualStyleBackColor = True
  381. '
  382. 'SplitContainer1
  383. '
  384. Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  385. Or System.Windows.Forms.AnchorStyles.Left) _
  386. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  387. Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  388. Me.SplitContainer1.Location = New System.Drawing.Point(2, 2)
  389. Me.SplitContainer1.Name = "SplitContainer1"
  390. '
  391. 'SplitContainer1.Panel1
  392. '
  393. Me.SplitContainer1.Panel1.Controls.Add(Me.處方清單_dgv)
  394. Me.SplitContainer1.Panel1.Controls.Add(Me.關鍵字_tb)
  395. Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
  396. '
  397. 'SplitContainer1.Panel2
  398. '
  399. Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
  400. Me.SplitContainer1.Size = New System.Drawing.Size(887, 533)
  401. Me.SplitContainer1.SplitterDistance = 295
  402. Me.SplitContainer1.TabIndex = 21
  403. '
  404. 'SplitContainer2
  405. '
  406. Me.SplitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  407. Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
  408. Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
  409. Me.SplitContainer2.Name = "SplitContainer2"
  410. Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
  411. '
  412. 'SplitContainer2.Panel1
  413. '
  414. Me.SplitContainer2.Panel1.Controls.Add(Me.處方_dgv)
  415. '
  416. 'SplitContainer2.Panel2
  417. '
  418. Me.SplitContainer2.Panel2.Controls.Add(Me.DGV3)
  419. Me.SplitContainer2.Size = New System.Drawing.Size(588, 533)
  420. Me.SplitContainer2.SplitterDistance = 277
  421. Me.SplitContainer2.TabIndex = 22
  422. '
  423. 'Label1
  424. '
  425. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  426. Me.Label1.AutoSize = True
  427. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  428. Me.Label1.Location = New System.Drawing.Point(2, 5)
  429. Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  430. Me.Label1.Name = "Label1"
  431. Me.Label1.Size = New System.Drawing.Size(55, 16)
  432. Me.Label1.TabIndex = 315
  433. Me.Label1.Text = "关键字 : "
  434. Me.Label1.UseWaitCursor = True
  435. '
  436. 'Frm_01_finish_rcp
  437. '
  438. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
  439. Me.ClientSize = New System.Drawing.Size(1256, 538)
  440. Me.Controls.Add(Me.SplitContainer1)
  441. Me.Controls.Add(Me.btnDeleteRcpName)
  442. Me.Controls.Add(Me.btnSaveAs)
  443. Me.Controls.Add(Me.cbo_customer)
  444. Me.Controls.Add(Me.Label3)
  445. Me.Controls.Add(Me.Label2)
  446. Me.Controls.Add(Me.txtColor)
  447. Me.Controls.Add(Me.txtCustomer)
  448. Me.Controls.Add(Me.Button7)
  449. Me.Controls.Add(Me.DateTimePicker1)
  450. Me.Controls.Add(Me.btnGenerate)
  451. Me.Controls.Add(Me.btnInsert)
  452. Me.Controls.Add(Me.btnCancel)
  453. Me.Controls.Add(Me.模式通知_lb)
  454. Me.Controls.Add(Me.btnDelete)
  455. Me.Controls.Add(Me.btnSave)
  456. Me.Controls.Add(Me.btnEdit)
  457. Me.Name = "Frm_01_finish_rcp"
  458. Me.Text = "Frm_01_finish_rcp"
  459. Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  460. CType(Me.處方清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  461. CType(Me.處方_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  462. CType(Me.DGV3, System.ComponentModel.ISupportInitialize).EndInit()
  463. Me.SplitContainer1.Panel1.ResumeLayout(False)
  464. Me.SplitContainer1.Panel1.PerformLayout()
  465. Me.SplitContainer1.Panel2.ResumeLayout(False)
  466. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  467. Me.SplitContainer1.ResumeLayout(False)
  468. Me.SplitContainer2.Panel1.ResumeLayout(False)
  469. Me.SplitContainer2.Panel2.ResumeLayout(False)
  470. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
  471. Me.SplitContainer2.ResumeLayout(False)
  472. Me.ResumeLayout(False)
  473. Me.PerformLayout()
  474. End Sub
  475. Friend WithEvents btnEdit As Button
  476. Friend WithEvents 處方清單_dgv As DataGridView
  477. Friend WithEvents 處方_dgv As DataGridView
  478. Friend WithEvents 關鍵字_tb As TextBox
  479. Friend WithEvents btnSave As Button
  480. Friend WithEvents btnDelete As Button
  481. Friend WithEvents 模式通知_lb As Label
  482. Friend WithEvents Timer1 As Timer
  483. Friend WithEvents btnCancel As Button
  484. Friend WithEvents btnInsert As Button
  485. Friend WithEvents btnGenerate As Button
  486. Friend WithEvents DGV3 As DataGridView
  487. Friend WithEvents DateTimePicker1 As DateTimePicker
  488. Friend WithEvents Button7 As Button
  489. Friend WithEvents txtCustomer As TextBox
  490. Friend WithEvents txtColor As TextBox
  491. Friend WithEvents Label2 As Label
  492. Friend WithEvents Label3 As Label
  493. Friend WithEvents cbo_customer As ComboBox
  494. Friend WithEvents btnSaveAs As Button
  495. Friend WithEvents btnDeleteRcpName As Button
  496. Friend WithEvents SplitContainer1 As SplitContainer
  497. Friend WithEvents SplitContainer2 As SplitContainer
  498. Friend WithEvents Label1 As Label
  499. End Class