暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

樣品請購單歷史檔案.Designer.vb 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.已核準_lb = New System.Windows.Forms.Label()
  28. Me.已核准_dgv = New System.Windows.Forms.DataGridView()
  29. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  30. Me.請購明細_dgv = New System.Windows.Forms.DataGridView()
  31. Me.申請人_lb = New System.Windows.Forms.Label()
  32. Me.申請人_tb = New System.Windows.Forms.TextBox()
  33. Me.申請日期_lb = New System.Windows.Forms.Label()
  34. Me.請購單號_lb = New System.Windows.Forms.Label()
  35. Me.請購單號_tb = New System.Windows.Forms.TextBox()
  36. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  37. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  38. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  39. Me.語轉扭_bt = New System.Windows.Forms.Button()
  40. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  41. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  42. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  43. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  44. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.ContextMenuStrip1.SuspendLayout()
  46. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  47. Me.SuspendLayout()
  48. '
  49. '已核準_lb
  50. '
  51. Me.已核準_lb.AutoSize = True
  52. Me.已核準_lb.Location = New System.Drawing.Point(4, 3)
  53. Me.已核準_lb.Name = "已核準_lb"
  54. Me.已核準_lb.Size = New System.Drawing.Size(260, 16)
  55. Me.已核準_lb.TabIndex = 836
  56. Me.已核準_lb.Text = "已 核 準 的 行 政 物 料 請 購 單"
  57. '
  58. '已核准_dgv
  59. '
  60. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  61. Me.已核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  62. Me.已核准_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  63. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  64. Me.已核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  65. Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  66. Me.已核准_dgv.Location = New System.Drawing.Point(4, 22)
  67. Me.已核准_dgv.Name = "已核准_dgv"
  68. Me.已核准_dgv.ReadOnly = True
  69. Me.已核准_dgv.RowHeadersWidth = 5
  70. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  71. Me.已核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  72. Me.已核准_dgv.RowTemplate.Height = 24
  73. Me.已核准_dgv.Size = New System.Drawing.Size(1338, 331)
  74. Me.已核准_dgv.TabIndex = 835
  75. '
  76. '申請日期_dtp
  77. '
  78. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  79. Me.申請日期_dtp.Location = New System.Drawing.Point(411, 358)
  80. Me.申請日期_dtp.Name = "申請日期_dtp"
  81. Me.申請日期_dtp.Size = New System.Drawing.Size(101, 23)
  82. Me.申請日期_dtp.TabIndex = 858
  83. '
  84. '請購明細_dgv
  85. '
  86. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  87. Me.請購明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  88. Me.請購明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  89. Or System.Windows.Forms.AnchorStyles.Left) _
  90. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  91. Me.請購明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  92. Me.請購明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  93. Me.請購明細_dgv.Location = New System.Drawing.Point(4, 387)
  94. Me.請購明細_dgv.Name = "請購明細_dgv"
  95. Me.請購明細_dgv.ReadOnly = True
  96. Me.請購明細_dgv.RowHeadersWidth = 5
  97. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  98. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  99. Me.請購明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  100. Me.請購明細_dgv.RowTemplate.Height = 24
  101. Me.請購明細_dgv.Size = New System.Drawing.Size(1338, 289)
  102. Me.請購明細_dgv.TabIndex = 857
  103. '
  104. '申請人_lb
  105. '
  106. Me.申請人_lb.AutoSize = True
  107. Me.申請人_lb.Location = New System.Drawing.Point(514, 361)
  108. Me.申請人_lb.Name = "申請人_lb"
  109. Me.申請人_lb.Size = New System.Drawing.Size(62, 16)
  110. Me.申請人_lb.TabIndex = 856
  111. Me.申請人_lb.Text = "申 請 人"
  112. '
  113. '申請人_tb
  114. '
  115. Me.申請人_tb.Location = New System.Drawing.Point(581, 358)
  116. Me.申請人_tb.Name = "申請人_tb"
  117. Me.申請人_tb.Size = New System.Drawing.Size(243, 23)
  118. Me.申請人_tb.TabIndex = 855
  119. '
  120. '申請日期_lb
  121. '
  122. Me.申請日期_lb.AutoSize = True
  123. Me.申請日期_lb.Location = New System.Drawing.Point(272, 361)
  124. Me.申請日期_lb.Name = "申請日期_lb"
  125. Me.申請日期_lb.Size = New System.Drawing.Size(98, 16)
  126. Me.申請日期_lb.TabIndex = 854
  127. Me.申請日期_lb.Text = "申 請 日 期"
  128. '
  129. '請購單號_lb
  130. '
  131. Me.請購單號_lb.AutoSize = True
  132. Me.請購單號_lb.Location = New System.Drawing.Point(1, 361)
  133. Me.請購單號_lb.Name = "請購單號_lb"
  134. Me.請購單號_lb.Size = New System.Drawing.Size(56, 16)
  135. Me.請購單號_lb.TabIndex = 853
  136. Me.請購單號_lb.Text = "請購單號"
  137. '
  138. '請購單號_tb
  139. '
  140. Me.請購單號_tb.Location = New System.Drawing.Point(61, 358)
  141. Me.請購單號_tb.Name = "請購單號_tb"
  142. Me.請購單號_tb.Size = New System.Drawing.Size(205, 23)
  143. Me.請購單號_tb.TabIndex = 852
  144. '
  145. 'ContextMenuStrip1
  146. '
  147. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm})
  148. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  149. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  150. '
  151. '重新整理_tsm
  152. '
  153. Me.重新整理_tsm.Name = "重新整理_tsm"
  154. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  155. Me.重新整理_tsm.Text = "重新整理"
  156. '
  157. '語言_dgv
  158. '
  159. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  160. Me.語言_dgv.Location = New System.Drawing.Point(41, 53)
  161. Me.語言_dgv.Name = "語言_dgv"
  162. Me.語言_dgv.RowHeadersWidth = 5
  163. Me.語言_dgv.RowTemplate.Height = 24
  164. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  165. Me.語言_dgv.TabIndex = 1028
  166. Me.語言_dgv.Visible = False
  167. '
  168. '語轉扭_bt
  169. '
  170. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  171. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  173. Me.語轉扭_bt.Location = New System.Drawing.Point(1317, 358)
  174. Me.語轉扭_bt.Name = "語轉扭_bt"
  175. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  176. Me.語轉扭_bt.TabIndex = 1638
  177. Me.語轉扭_bt.Text = "L"
  178. Me.語轉扭_bt.UseVisualStyleBackColor = True
  179. '
  180. '小間距1_ch
  181. '
  182. Me.小間距1_ch.AutoSize = True
  183. Me.小間距1_ch.Location = New System.Drawing.Point(830, 359)
  184. Me.小間距1_ch.Name = "小間距1_ch"
  185. Me.小間距1_ch.Size = New System.Drawing.Size(40, 20)
  186. Me.小間距1_ch.TabIndex = 1641
  187. Me.小間距1_ch.Text = "L1"
  188. Me.小間距1_ch.UseVisualStyleBackColor = True
  189. '
  190. '中間距1_ch
  191. '
  192. Me.中間距1_ch.AutoSize = True
  193. Me.中間距1_ch.Location = New System.Drawing.Point(876, 359)
  194. Me.中間距1_ch.Name = "中間距1_ch"
  195. Me.中間距1_ch.Size = New System.Drawing.Size(40, 20)
  196. Me.中間距1_ch.TabIndex = 1642
  197. Me.中間距1_ch.Text = "L2"
  198. Me.中間距1_ch.UseVisualStyleBackColor = True
  199. '
  200. '大間距1_ch
  201. '
  202. Me.大間距1_ch.AutoSize = True
  203. Me.大間距1_ch.Location = New System.Drawing.Point(922, 359)
  204. Me.大間距1_ch.Name = "大間距1_ch"
  205. Me.大間距1_ch.Size = New System.Drawing.Size(40, 20)
  206. Me.大間距1_ch.TabIndex = 1643
  207. Me.大間距1_ch.Text = "L3"
  208. Me.大間距1_ch.UseVisualStyleBackColor = True
  209. '
  210. '樣品請購單歷史檔案
  211. '
  212. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  213. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  214. Me.ClientSize = New System.Drawing.Size(1349, 681)
  215. Me.ContextMenuStrip = Me.ContextMenuStrip1
  216. Me.Controls.Add(Me.小間距1_ch)
  217. Me.Controls.Add(Me.中間距1_ch)
  218. Me.Controls.Add(Me.大間距1_ch)
  219. Me.Controls.Add(Me.語轉扭_bt)
  220. Me.Controls.Add(Me.語言_dgv)
  221. Me.Controls.Add(Me.申請日期_dtp)
  222. Me.Controls.Add(Me.請購明細_dgv)
  223. Me.Controls.Add(Me.申請人_lb)
  224. Me.Controls.Add(Me.申請人_tb)
  225. Me.Controls.Add(Me.申請日期_lb)
  226. Me.Controls.Add(Me.請購單號_lb)
  227. Me.Controls.Add(Me.請購單號_tb)
  228. Me.Controls.Add(Me.已核準_lb)
  229. Me.Controls.Add(Me.已核准_dgv)
  230. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  231. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  232. Me.Name = "樣品請購單歷史檔案"
  233. Me.Text = "行政物料請購單一覽表"
  234. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  235. CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  236. Me.ContextMenuStrip1.ResumeLayout(False)
  237. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  238. Me.ResumeLayout(False)
  239. Me.PerformLayout()
  240. End Sub
  241. Friend WithEvents 已核準_lb As Label
  242. Friend WithEvents 已核准_dgv As DataGridView
  243. Friend WithEvents 申請日期_dtp As DateTimePicker
  244. Friend WithEvents 請購明細_dgv As DataGridView
  245. Friend WithEvents 申請人_lb As Label
  246. Friend WithEvents 申請人_tb As TextBox
  247. Friend WithEvents 申請日期_lb As Label
  248. Friend WithEvents 請購單號_lb As Label
  249. Friend WithEvents 請購單號_tb As TextBox
  250. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  251. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  252. Friend WithEvents 語言_dgv As DataGridView
  253. Friend WithEvents 語轉扭_bt As Button
  254. Friend WithEvents 小間距1_ch As CheckBox
  255. Friend WithEvents 中間距1_ch As CheckBox
  256. Friend WithEvents 大間距1_ch As CheckBox
  257. End Class