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.

CXL訂單紀錄表.Designer.vb 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class CXL訂單紀錄表
  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. Me.Button30 = New System.Windows.Forms.Button()
  24. Me.TextBox1 = New System.Windows.Forms.TextBox()
  25. Me.Button9 = New System.Windows.Forms.Button()
  26. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  27. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  28. Me.SuspendLayout()
  29. '
  30. 'Button30
  31. '
  32. Me.Button30.ForeColor = System.Drawing.Color.Black
  33. Me.Button30.Location = New System.Drawing.Point(326, 12)
  34. Me.Button30.Name = "Button30"
  35. Me.Button30.Size = New System.Drawing.Size(115, 24)
  36. Me.Button30.TabIndex = 335
  37. Me.Button30.Text = "開啟訂單明細表"
  38. Me.Button30.UseVisualStyleBackColor = True
  39. '
  40. 'TextBox1
  41. '
  42. Me.TextBox1.Location = New System.Drawing.Point(120, 13)
  43. Me.TextBox1.Name = "TextBox1"
  44. Me.TextBox1.Size = New System.Drawing.Size(200, 23)
  45. Me.TextBox1.TabIndex = 333
  46. '
  47. 'Button9
  48. '
  49. Me.Button9.ForeColor = System.Drawing.Color.Red
  50. Me.Button9.Location = New System.Drawing.Point(9, 12)
  51. Me.Button9.Name = "Button9"
  52. Me.Button9.Size = New System.Drawing.Size(105, 24)
  53. Me.Button9.TabIndex = 332
  54. Me.Button9.Text = "搜尋"
  55. Me.Button9.UseVisualStyleBackColor = True
  56. '
  57. 'DataGridView1
  58. '
  59. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  60. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  61. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  62. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  63. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  64. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  65. Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  66. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  67. Me.DataGridView1.Location = New System.Drawing.Point(9, 42)
  68. Me.DataGridView1.Name = "DataGridView1"
  69. Me.DataGridView1.RowHeadersWidth = 5
  70. Me.DataGridView1.RowTemplate.Height = 24
  71. Me.DataGridView1.Size = New System.Drawing.Size(1896, 923)
  72. Me.DataGridView1.TabIndex = 331
  73. '
  74. 'CXL訂單紀錄表
  75. '
  76. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  77. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  78. Me.ClientSize = New System.Drawing.Size(1914, 971)
  79. Me.Controls.Add(Me.Button30)
  80. Me.Controls.Add(Me.TextBox1)
  81. Me.Controls.Add(Me.Button9)
  82. Me.Controls.Add(Me.DataGridView1)
  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(3, 4, 3, 4)
  85. Me.Name = "CXL訂單紀錄表"
  86. Me.Text = "CXL訂單紀錄表"
  87. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  88. Me.ResumeLayout(False)
  89. Me.PerformLayout()
  90. End Sub
  91. Friend WithEvents Button30 As Button
  92. Friend WithEvents TextBox1 As TextBox
  93. Friend WithEvents Button9 As Button
  94. Friend WithEvents DataGridView1 As DataGridView
  95. End Class