Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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.開啟訂單明細表_bt = New System.Windows.Forms.Button()
  24. Me.單號_tb = New System.Windows.Forms.TextBox()
  25. Me.搜尋_bt = New System.Windows.Forms.Button()
  26. Me.主表單_dgv = New System.Windows.Forms.DataGridView()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.加總_tb = New System.Windows.Forms.TextBox()
  29. CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  30. Me.SuspendLayout()
  31. '
  32. '開啟訂單明細表_bt
  33. '
  34. Me.開啟訂單明細表_bt.ForeColor = System.Drawing.Color.Black
  35. Me.開啟訂單明細表_bt.Location = New System.Drawing.Point(326, 12)
  36. Me.開啟訂單明細表_bt.Name = "開啟訂單明細表_bt"
  37. Me.開啟訂單明細表_bt.Size = New System.Drawing.Size(115, 24)
  38. Me.開啟訂單明細表_bt.TabIndex = 335
  39. Me.開啟訂單明細表_bt.Text = "開啟訂單明細表"
  40. Me.開啟訂單明細表_bt.UseVisualStyleBackColor = True
  41. '
  42. '單號_tb
  43. '
  44. Me.單號_tb.Location = New System.Drawing.Point(120, 13)
  45. Me.單號_tb.Name = "單號_tb"
  46. Me.單號_tb.Size = New System.Drawing.Size(200, 23)
  47. Me.單號_tb.TabIndex = 333
  48. '
  49. '搜尋_bt
  50. '
  51. Me.搜尋_bt.ForeColor = System.Drawing.Color.Red
  52. Me.搜尋_bt.Location = New System.Drawing.Point(9, 12)
  53. Me.搜尋_bt.Name = "搜尋_bt"
  54. Me.搜尋_bt.Size = New System.Drawing.Size(105, 24)
  55. Me.搜尋_bt.TabIndex = 332
  56. Me.搜尋_bt.Text = "搜尋"
  57. Me.搜尋_bt.UseVisualStyleBackColor = True
  58. '
  59. '主表單_dgv
  60. '
  61. Me.主表單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  62. Or System.Windows.Forms.AnchorStyles.Left) _
  63. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  64. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  65. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  66. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  67. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  68. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  69. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  70. Me.主表單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  71. Me.主表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  72. Me.主表單_dgv.Location = New System.Drawing.Point(9, 42)
  73. Me.主表單_dgv.Name = "主表單_dgv"
  74. Me.主表單_dgv.RowHeadersWidth = 5
  75. Me.主表單_dgv.RowTemplate.Height = 24
  76. Me.主表單_dgv.Size = New System.Drawing.Size(1896, 923)
  77. Me.主表單_dgv.TabIndex = 331
  78. '
  79. 'Label1
  80. '
  81. Me.Label1.AutoSize = True
  82. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!)
  83. Me.Label1.Location = New System.Drawing.Point(1638, 13)
  84. Me.Label1.Name = "Label1"
  85. Me.Label1.Size = New System.Drawing.Size(73, 20)
  86. Me.Label1.TabIndex = 336
  87. Me.Label1.Text = "選取加總"
  88. '
  89. '加總_tb
  90. '
  91. Me.加總_tb.Location = New System.Drawing.Point(1713, 12)
  92. Me.加總_tb.Name = "加總_tb"
  93. Me.加總_tb.Size = New System.Drawing.Size(131, 23)
  94. Me.加總_tb.TabIndex = 337
  95. '
  96. 'CXL訂單紀錄表
  97. '
  98. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  99. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  100. Me.ClientSize = New System.Drawing.Size(1914, 971)
  101. Me.Controls.Add(Me.加總_tb)
  102. Me.Controls.Add(Me.Label1)
  103. Me.Controls.Add(Me.開啟訂單明細表_bt)
  104. Me.Controls.Add(Me.單號_tb)
  105. Me.Controls.Add(Me.搜尋_bt)
  106. Me.Controls.Add(Me.主表單_dgv)
  107. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  109. Me.Name = "CXL訂單紀錄表"
  110. Me.Text = "CXL訂單紀錄表"
  111. CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  112. Me.ResumeLayout(False)
  113. Me.PerformLayout()
  114. End Sub
  115. Friend WithEvents 開啟訂單明細表_bt As Button
  116. Friend WithEvents 單號_tb As TextBox
  117. Friend WithEvents 搜尋_bt As Button
  118. Friend WithEvents 主表單_dgv As DataGridView
  119. Friend WithEvents Label1 As Label
  120. Friend WithEvents 加總_tb As TextBox
  121. End Class