Нема описа
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 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. Me.出庫明細_dgv = New System.Windows.Forms.DataGridView()
  25. Me.規格合併_dgv = New System.Windows.Forms.DataGridView()
  26. Me.備註修改存檔_bt = New System.Windows.Forms.Button()
  27. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  28. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  29. Me.SuspendLayout()
  30. '
  31. '出庫明細_dgv
  32. '
  33. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  34. Me.出庫明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  35. Me.出庫明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  36. Or System.Windows.Forms.AnchorStyles.Left) _
  37. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  38. Me.出庫明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  39. Me.出庫明細_dgv.BackgroundColor = System.Drawing.Color.White
  40. Me.出庫明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  41. Me.出庫明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  42. Me.出庫明細_dgv.Location = New System.Drawing.Point(3, 1)
  43. Me.出庫明細_dgv.Name = "出庫明細_dgv"
  44. Me.出庫明細_dgv.RowHeadersWidth = 5
  45. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  46. Me.出庫明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  47. Me.出庫明細_dgv.RowTemplate.Height = 24
  48. Me.出庫明細_dgv.Size = New System.Drawing.Size(767, 381)
  49. Me.出庫明細_dgv.TabIndex = 971
  50. '
  51. '規格合併_dgv
  52. '
  53. Me.規格合併_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  54. Me.規格合併_dgv.Location = New System.Drawing.Point(320, 64)
  55. Me.規格合併_dgv.Name = "規格合併_dgv"
  56. Me.規格合併_dgv.RowHeadersWidth = 5
  57. Me.規格合併_dgv.RowTemplate.Height = 24
  58. Me.規格合併_dgv.Size = New System.Drawing.Size(81, 49)
  59. Me.規格合併_dgv.TabIndex = 1663
  60. '
  61. '備註修改存檔_bt
  62. '
  63. Me.備註修改存檔_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  64. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  65. Me.備註修改存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  66. Me.備註修改存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  67. Me.備註修改存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  68. Me.備註修改存檔_bt.ForeColor = System.Drawing.Color.Black
  69. Me.備註修改存檔_bt.Location = New System.Drawing.Point(3, 384)
  70. Me.備註修改存檔_bt.Name = "備註修改存檔_bt"
  71. Me.備註修改存檔_bt.Size = New System.Drawing.Size(768, 42)
  72. Me.備註修改存檔_bt.TabIndex = 1664
  73. Me.備註修改存檔_bt.UseVisualStyleBackColor = True
  74. '
  75. '桌面倉儲領料導入
  76. '
  77. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  78. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  79. Me.ClientSize = New System.Drawing.Size(774, 429)
  80. Me.Controls.Add(Me.備註修改存檔_bt)
  81. Me.Controls.Add(Me.規格合併_dgv)
  82. Me.Controls.Add(Me.出庫明細_dgv)
  83. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.Margin = New System.Windows.Forms.Padding(4)
  85. Me.Name = "桌面倉儲領料導入"
  86. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  87. Me.Text = "桌面倉儲領料導入"
  88. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  89. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  90. Me.ResumeLayout(False)
  91. End Sub
  92. Friend WithEvents 出庫明細_dgv As DataGridView
  93. Friend WithEvents 規格合併_dgv As DataGridView
  94. Friend WithEvents 備註修改存檔_bt As Button
  95. End Class