PageRenderTime 26ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBWinFormDataGridView/DataGridViewPaging/MainForm.Designer.vb

#
Visual Basic | 133 lines | 98 code | 6 blank | 29 comment | 0 complexity | 6f922ee246d0836b1d0be4848af4203a MD5 | raw file
  1. Namespace VBWinFormDataGridView.DataGridViewPaging
  2. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  3. Partial Class MainForm
  4. Inherits System.Windows.Forms.Form
  5. 'Form overrides dispose to clean up the component list.
  6. <System.Diagnostics.DebuggerNonUserCode()> _
  7. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8. Try
  9. If disposing AndAlso components IsNot Nothing Then
  10. components.Dispose()
  11. End If
  12. Finally
  13. MyBase.Dispose(disposing)
  14. End Try
  15. End Sub
  16. 'Required by the Windows Form Designer
  17. Private components As System.ComponentModel.IContainer
  18. 'NOTE: The following procedure is required by the Windows Form Designer
  19. 'It can be modified using the Windows Form Designer.
  20. 'Do not modify it using the code editor.
  21. <System.Diagnostics.DebuggerStepThrough()> _
  22. Private Sub InitializeComponent()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainForm))
  24. Me.dataGridView1 = New System.Windows.Forms.DataGridView
  25. Me.toolStripButtonNext = New System.Windows.Forms.ToolStripButton
  26. Me.toolStripButtonPrev = New System.Windows.Forms.ToolStripButton
  27. Me.toolStripButtonFirst = New System.Windows.Forms.ToolStripButton
  28. Me.toolStrip1 = New System.Windows.Forms.ToolStrip
  29. Me.toolStripButtonLast = New System.Windows.Forms.ToolStripButton
  30. Me.groupBox1 = New System.Windows.Forms.GroupBox
  31. CType(Me.dataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  32. Me.toolStrip1.SuspendLayout()
  33. Me.groupBox1.SuspendLayout()
  34. Me.SuspendLayout()
  35. '
  36. 'dataGridView1
  37. '
  38. Me.dataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  39. Or System.Windows.Forms.AnchorStyles.Left) _
  40. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  41. Me.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  42. Me.dataGridView1.Location = New System.Drawing.Point(3, 44)
  43. Me.dataGridView1.Name = "dataGridView1"
  44. Me.dataGridView1.Size = New System.Drawing.Size(632, 425)
  45. Me.dataGridView1.TabIndex = 0
  46. '
  47. 'toolStripButtonNext
  48. '
  49. Me.toolStripButtonNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
  50. Me.toolStripButtonNext.Image = CType(resources.GetObject("toolStripButtonNext.Image"), System.Drawing.Image)
  51. Me.toolStripButtonNext.ImageTransparentColor = System.Drawing.Color.Magenta
  52. Me.toolStripButtonNext.Name = "toolStripButtonNext"
  53. Me.toolStripButtonNext.Size = New System.Drawing.Size(64, 22)
  54. Me.toolStripButtonNext.Text = "Next Page"
  55. '
  56. 'toolStripButtonPrev
  57. '
  58. Me.toolStripButtonPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
  59. Me.toolStripButtonPrev.Image = CType(resources.GetObject("toolStripButtonPrev.Image"), System.Drawing.Image)
  60. Me.toolStripButtonPrev.ImageTransparentColor = System.Drawing.Color.Magenta
  61. Me.toolStripButtonPrev.Name = "toolStripButtonPrev"
  62. Me.toolStripButtonPrev.Size = New System.Drawing.Size(85, 22)
  63. Me.toolStripButtonPrev.Text = "Previous Page"
  64. '
  65. 'toolStripButtonFirst
  66. '
  67. Me.toolStripButtonFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
  68. Me.toolStripButtonFirst.Image = CType(resources.GetObject("toolStripButtonFirst.Image"), System.Drawing.Image)
  69. Me.toolStripButtonFirst.ImageTransparentColor = System.Drawing.Color.Magenta
  70. Me.toolStripButtonFirst.Name = "toolStripButtonFirst"
  71. Me.toolStripButtonFirst.Size = New System.Drawing.Size(62, 22)
  72. Me.toolStripButtonFirst.Text = "First Page"
  73. '
  74. 'toolStrip1
  75. '
  76. Me.toolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolStripButtonFirst, Me.toolStripButtonPrev, Me.toolStripButtonNext, Me.toolStripButtonLast})
  77. Me.toolStrip1.Location = New System.Drawing.Point(3, 16)
  78. Me.toolStrip1.Name = "toolStrip1"
  79. Me.toolStrip1.Size = New System.Drawing.Size(632, 25)
  80. Me.toolStrip1.TabIndex = 1
  81. Me.toolStrip1.Text = "toolStrip1"
  82. '
  83. 'toolStripButtonLast
  84. '
  85. Me.toolStripButtonLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
  86. Me.toolStripButtonLast.Image = CType(resources.GetObject("toolStripButtonLast.Image"), System.Drawing.Image)
  87. Me.toolStripButtonLast.ImageTransparentColor = System.Drawing.Color.Magenta
  88. Me.toolStripButtonLast.Name = "toolStripButtonLast"
  89. Me.toolStripButtonLast.Size = New System.Drawing.Size(61, 22)
  90. Me.toolStripButtonLast.Text = "Last Page"
  91. '
  92. 'groupBox1
  93. '
  94. Me.groupBox1.Controls.Add(Me.toolStrip1)
  95. Me.groupBox1.Controls.Add(Me.dataGridView1)
  96. Me.groupBox1.Location = New System.Drawing.Point(12, 17)
  97. Me.groupBox1.Name = "groupBox1"
  98. Me.groupBox1.Size = New System.Drawing.Size(638, 472)
  99. Me.groupBox1.TabIndex = 2
  100. Me.groupBox1.TabStop = False
  101. Me.groupBox1.Text = "groupBox1"
  102. Me.groupBox1.UseCompatibleTextRendering = True
  103. '
  104. 'MainForm
  105. '
  106. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  107. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  108. Me.ClientSize = New System.Drawing.Size(662, 507)
  109. Me.Controls.Add(Me.groupBox1)
  110. Me.Name = "MainForm"
  111. Me.Text = "MainForm"
  112. CType(Me.dataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  113. Me.toolStrip1.ResumeLayout(False)
  114. Me.toolStrip1.PerformLayout()
  115. Me.groupBox1.ResumeLayout(False)
  116. Me.groupBox1.PerformLayout()
  117. Me.ResumeLayout(False)
  118. End Sub
  119. Private WithEvents dataGridView1 As System.Windows.Forms.DataGridView
  120. Private WithEvents toolStripButtonNext As System.Windows.Forms.ToolStripButton
  121. Private WithEvents toolStripButtonPrev As System.Windows.Forms.ToolStripButton
  122. Private WithEvents toolStripButtonFirst As System.Windows.Forms.ToolStripButton
  123. Private WithEvents toolStrip1 As System.Windows.Forms.ToolStrip
  124. Private WithEvents toolStripButtonLast As System.Windows.Forms.ToolStripButton
  125. Private WithEvents groupBox1 As System.Windows.Forms.GroupBox
  126. End Class
  127. End Namespace