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

FrmWB_OUT.Designer.vb 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class FrmWB_OUT
  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.DGV1 = New System.Windows.Forms.DataGridView()
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.Button2 = New System.Windows.Forms.Button()
  26. Me.txt_qry = New System.Windows.Forms.TextBox()
  27. Me.TextBox1 = New System.Windows.Forms.TextBox()
  28. Me.Button3 = New System.Windows.Forms.Button()
  29. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
  30. Me.SuspendLayout()
  31. '
  32. 'DGV1
  33. '
  34. Me.DGV1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  35. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  36. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  37. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  38. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  39. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  40. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  41. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  42. Me.DGV1.DefaultCellStyle = DataGridViewCellStyle1
  43. Me.DGV1.Location = New System.Drawing.Point(21, 27)
  44. Me.DGV1.Name = "DGV1"
  45. Me.DGV1.RowTemplate.Height = 23
  46. Me.DGV1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  47. Me.DGV1.Size = New System.Drawing.Size(1089, 835)
  48. Me.DGV1.TabIndex = 0
  49. '
  50. 'Button1
  51. '
  52. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  53. Me.Button1.Location = New System.Drawing.Point(1124, 276)
  54. Me.Button1.Name = "Button1"
  55. Me.Button1.Size = New System.Drawing.Size(110, 74)
  56. Me.Button1.TabIndex = 1
  57. Me.Button1.Text = "选择工艺单"
  58. Me.Button1.UseVisualStyleBackColor = True
  59. '
  60. 'Button2
  61. '
  62. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  63. Me.Button2.Location = New System.Drawing.Point(1124, 70)
  64. Me.Button2.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  65. Me.Button2.Name = "Button2"
  66. Me.Button2.Size = New System.Drawing.Size(143, 49)
  67. Me.Button2.TabIndex = 2
  68. Me.Button2.Text = "卡号查询(&Z)"
  69. Me.Button2.UseVisualStyleBackColor = True
  70. '
  71. 'txt_qry
  72. '
  73. Me.txt_qry.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  74. Me.txt_qry.Location = New System.Drawing.Point(1124, 27)
  75. Me.txt_qry.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  76. Me.txt_qry.Name = "txt_qry"
  77. Me.txt_qry.Size = New System.Drawing.Size(143, 29)
  78. Me.txt_qry.TabIndex = 3
  79. '
  80. 'TextBox1
  81. '
  82. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.TextBox1.Location = New System.Drawing.Point(1124, 141)
  84. Me.TextBox1.Margin = New System.Windows.Forms.Padding(2)
  85. Me.TextBox1.Name = "TextBox1"
  86. Me.TextBox1.Size = New System.Drawing.Size(143, 29)
  87. Me.TextBox1.TabIndex = 5
  88. '
  89. 'Button3
  90. '
  91. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  92. Me.Button3.Location = New System.Drawing.Point(1124, 184)
  93. Me.Button3.Margin = New System.Windows.Forms.Padding(2)
  94. Me.Button3.Name = "Button3"
  95. Me.Button3.Size = New System.Drawing.Size(143, 49)
  96. Me.Button3.TabIndex = 4
  97. Me.Button3.Text = "色号查询(&Z)"
  98. Me.Button3.UseVisualStyleBackColor = True
  99. '
  100. 'FrmWB_OUT
  101. '
  102. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  103. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  104. Me.ClientSize = New System.Drawing.Size(1382, 885)
  105. Me.Controls.Add(Me.TextBox1)
  106. Me.Controls.Add(Me.Button3)
  107. Me.Controls.Add(Me.txt_qry)
  108. Me.Controls.Add(Me.Button2)
  109. Me.Controls.Add(Me.Button1)
  110. Me.Controls.Add(Me.DGV1)
  111. Me.Name = "FrmWB_OUT"
  112. Me.Text = "FrmWB_OUT"
  113. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
  114. Me.ResumeLayout(False)
  115. Me.PerformLayout()
  116. End Sub
  117. Friend WithEvents Button1 As Button
  118. Public WithEvents DGV1 As DataGridView
  119. Friend WithEvents Button2 As Button
  120. Friend WithEvents txt_qry As TextBox
  121. Friend WithEvents TextBox1 As TextBox
  122. Friend WithEvents Button3 As Button
  123. End Class