No Description
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 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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.項次_dgv = New System.Windows.Forms.DataGridView()
  23. Me.ITME1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  24. Me.ITME2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  25. Me.ITME3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  26. Me.ITME4_1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  27. Me.ITME4_2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  28. Me.ITME4_3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  29. Me.ITME4_4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  30. CType(Me.項次_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  31. Me.SuspendLayout()
  32. '
  33. '項次_dgv
  34. '
  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.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ITME1, Me.ITME2, Me.ITME3, Me.ITME4_1, Me.ITME4_2, Me.ITME4_3, Me.ITME4_4})
  43. Me.項次_dgv.Location = New System.Drawing.Point(5, 2)
  44. Me.項次_dgv.Name = "項次_dgv"
  45. Me.項次_dgv.RowHeadersWidth = 5
  46. Me.項次_dgv.RowTemplate.Height = 24
  47. Me.項次_dgv.Size = New System.Drawing.Size(317, 555)
  48. Me.項次_dgv.TabIndex = 1535
  49. '
  50. 'ITME1
  51. '
  52. Me.ITME1.HeaderText = "ITME1"
  53. Me.ITME1.Name = "ITME1"
  54. '
  55. 'ITME2
  56. '
  57. Me.ITME2.HeaderText = "ITME2"
  58. Me.ITME2.Name = "ITME2"
  59. '
  60. 'ITME3
  61. '
  62. Me.ITME3.HeaderText = "ITME3"
  63. Me.ITME3.Name = "ITME3"
  64. '
  65. 'ITME4_1
  66. '
  67. Me.ITME4_1.HeaderText = "ITME4_1"
  68. Me.ITME4_1.Name = "ITME4_1"
  69. '
  70. 'ITME4_2
  71. '
  72. Me.ITME4_2.HeaderText = "ITME4_2"
  73. Me.ITME4_2.Name = "ITME4_2"
  74. '
  75. 'ITME4_3
  76. '
  77. Me.ITME4_3.HeaderText = "ITME4_3"
  78. Me.ITME4_3.Name = "ITME4_3"
  79. '
  80. 'ITME4_4
  81. '
  82. Me.ITME4_4.HeaderText = "ITME4_4"
  83. Me.ITME4_4.Name = "ITME4_4"
  84. '
  85. '合約報價單項次選擇
  86. '
  87. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  88. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  89. Me.ClientSize = New System.Drawing.Size(325, 561)
  90. Me.Controls.Add(Me.項次_dgv)
  91. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  92. Me.Margin = New System.Windows.Forms.Padding(4)
  93. Me.MaximizeBox = False
  94. Me.MinimizeBox = False
  95. Me.Name = "合約報價單項次選擇"
  96. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  97. Me.Text = "合約報價單項次選擇"
  98. CType(Me.項次_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  99. Me.ResumeLayout(False)
  100. End Sub
  101. Friend WithEvents 項次_dgv As DataGridView
  102. Friend WithEvents ITME1 As DataGridViewTextBoxColumn
  103. Friend WithEvents ITME2 As DataGridViewTextBoxColumn
  104. Friend WithEvents ITME3 As DataGridViewTextBoxColumn
  105. Friend WithEvents ITME4_1 As DataGridViewTextBoxColumn
  106. Friend WithEvents ITME4_2 As DataGridViewTextBoxColumn
  107. Friend WithEvents ITME4_3 As DataGridViewTextBoxColumn
  108. Friend WithEvents ITME4_4 As DataGridViewTextBoxColumn
  109. End Class