설명 없음
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 3.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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 DataGridViewCellStyle1 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. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  26. Me.SuspendLayout()
  27. '
  28. '人員_dgv
  29. '
  30. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  31. Me.人員_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  32. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  33. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  34. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  35. Me.人員_dgv.BackgroundColor = System.Drawing.Color.White
  36. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  37. Me.人員_dgv.Location = New System.Drawing.Point(4, 3)
  38. Me.人員_dgv.Name = "人員_dgv"
  39. Me.人員_dgv.RowHeadersWidth = 5
  40. Me.人員_dgv.RowTemplate.Height = 24
  41. Me.人員_dgv.Size = New System.Drawing.Size(681, 548)
  42. Me.人員_dgv.TabIndex = 228
  43. '
  44. '適應症_修改_bt
  45. '
  46. Me.適應症_修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  47. Me.適應症_修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  48. Me.適應症_修改_bt.Location = New System.Drawing.Point(4, 553)
  49. Me.適應症_修改_bt.Name = "適應症_修改_bt"
  50. Me.適應症_修改_bt.Size = New System.Drawing.Size(682, 25)
  51. Me.適應症_修改_bt.TabIndex = 229
  52. Me.適應症_修改_bt.Text = "修改"
  53. Me.適應症_修改_bt.UseVisualStyleBackColor = True
  54. '
  55. '薪資資料設定
  56. '
  57. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  58. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  59. Me.ClientSize = New System.Drawing.Size(687, 579)
  60. Me.Controls.Add(Me.適應症_修改_bt)
  61. Me.Controls.Add(Me.人員_dgv)
  62. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  63. Me.Margin = New System.Windows.Forms.Padding(4)
  64. Me.Name = "薪資資料設定"
  65. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  66. Me.Text = "薪資資料設定"
  67. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  68. Me.ResumeLayout(False)
  69. End Sub
  70. Friend WithEvents 人員_dgv As DataGridView
  71. Friend WithEvents 適應症_修改_bt As Button
  72. End Class