Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

財務_選擇帳本.Designer.vb 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  24. Me.確認_bt = New System.Windows.Forms.Button()
  25. Me.全部選擇_bt = New System.Windows.Forms.Button()
  26. Me.全部取消_bt = New System.Windows.Forms.Button()
  27. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  28. Me.SuspendLayout()
  29. '
  30. '清單_dgv
  31. '
  32. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  33. Me.清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  34. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  35. Or System.Windows.Forms.AnchorStyles.Left) _
  36. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  37. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  38. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  39. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  40. Me.清單_dgv.Location = New System.Drawing.Point(1, 2)
  41. Me.清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  42. Me.清單_dgv.Name = "清單_dgv"
  43. Me.清單_dgv.RowHeadersWidth = 5
  44. Me.清單_dgv.RowTemplate.Height = 24
  45. Me.清單_dgv.Size = New System.Drawing.Size(202, 381)
  46. Me.清單_dgv.TabIndex = 1505
  47. '
  48. '確認_bt
  49. '
  50. Me.確認_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  51. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  52. Me.確認_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.check
  53. Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  54. Me.確認_bt.Location = New System.Drawing.Point(1, 414)
  55. Me.確認_bt.Name = "確認_bt"
  56. Me.確認_bt.Size = New System.Drawing.Size(202, 38)
  57. Me.確認_bt.TabIndex = 1506
  58. Me.確認_bt.UseVisualStyleBackColor = True
  59. '
  60. '全部選擇_bt
  61. '
  62. Me.全部選擇_bt.Location = New System.Drawing.Point(1, 386)
  63. Me.全部選擇_bt.Name = "全部選擇_bt"
  64. Me.全部選擇_bt.Size = New System.Drawing.Size(98, 26)
  65. Me.全部選擇_bt.TabIndex = 1507
  66. Me.全部選擇_bt.Text = "全部選擇"
  67. Me.全部選擇_bt.UseVisualStyleBackColor = True
  68. '
  69. '全部取消_bt
  70. '
  71. Me.全部取消_bt.Location = New System.Drawing.Point(105, 386)
  72. Me.全部取消_bt.Name = "全部取消_bt"
  73. Me.全部取消_bt.Size = New System.Drawing.Size(98, 26)
  74. Me.全部取消_bt.TabIndex = 1508
  75. Me.全部取消_bt.Text = "全部取消"
  76. Me.全部取消_bt.UseVisualStyleBackColor = True
  77. '
  78. '財務_選擇帳本
  79. '
  80. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  81. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  82. Me.ClientSize = New System.Drawing.Size(205, 455)
  83. Me.Controls.Add(Me.全部取消_bt)
  84. Me.Controls.Add(Me.全部選擇_bt)
  85. Me.Controls.Add(Me.確認_bt)
  86. Me.Controls.Add(Me.清單_dgv)
  87. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  88. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  89. Me.Name = "財務_選擇帳本"
  90. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  91. Me.Text = "財務_選擇帳本"
  92. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  93. Me.ResumeLayout(False)
  94. End Sub
  95. Friend WithEvents 清單_dgv As DataGridView
  96. Friend WithEvents 確認_bt As Button
  97. Friend WithEvents 全部選擇_bt As Button
  98. Friend WithEvents 全部取消_bt As Button
  99. End Class