/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVersHelp60Controls/VB/Form1.Designer.vb
352 строки
13 KB
Andy De George
Move snippets from samples repo to this repo (#17296)
03 мар 2020, 19:23
Не верифицирован
03 мар 2020, 19:23
dbbeda1
Код
Авторство
О чём код?
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Public Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.Label1 = New System.Windows.Forms.Label Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.CheckBox1 = New System.Windows.Forms.CheckBox Me.cmdTest = New System.Windows.Forms.Button Me.TextBox1 = New System.Windows.Forms.TextBox Me.ComboBox1 = New System.Windows.Forms.ComboBox Me.Button1 = New System.Windows.Forms.Button Me.Button2 = New System.Windows.Forms.Button Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog Me.PrintDialog1 = New System.Windows.Forms.PrintDialog Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument Me.Button3 = New System.Windows.Forms.Button Me.Button4 = New System.Windows.Forms.Button Me.ListBox1 = New System.Windows.Forms.ListBox Me.CheckedListBox1 = New System.Windows.Forms.CheckedListBox Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.CopyContextMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.PasteContextMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.CutContextMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStrip1 = New System.Windows.Forms.ToolStrip Me.CutToolStripMenuItem = New System.Windows.Forms.ToolStripButton Me.CopyToolStripMenuItem = New System.Windows.Forms.ToolStripButton Me.PasteToolStripMenuItem = New System.Windows.Forms.ToolStripButton Me.RadioButton1 = New System.Windows.Forms.RadioButton Me.RadioButton2 = New System.Windows.Forms.RadioButton Me.TextBox2 = New System.Windows.Forms.TextBox Me.Button5 = New System.Windows.Forms.Button Me.Command2 = New System.Windows.Forms.Button Me.TextBox3 = New System.Windows.Forms.TextBox Me.HelpProvider1 = New System.Windows.Forms.HelpProvider Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.DataGridView1 = New System.Windows.Forms.DataGridView Me.Timer1 = New System.Windows.Forms.Timer(Me.components) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(214, 43) Me.Label1.TabIndex = 0 Me.Label1.Text = "Label1" ' 'PictureBox1 ' Me.PictureBox1.Location = New System.Drawing.Point(45, 25) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(110, 91) Me.PictureBox1.TabIndex = 1 Me.PictureBox1.TabStop = False ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(15, 122) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(81, 17) Me.CheckBox1.TabIndex = 2 Me.CheckBox1.Text = "CheckBox1" ' 'cmdTest ' Me.cmdTest.Location = New System.Drawing.Point(151, 238) Me.cmdTest.Name = "cmdTest" Me.cmdTest.Size = New System.Drawing.Size(75, 23) Me.cmdTest.TabIndex = 3 Me.cmdTest.Text = "Button1" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(196, 32) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(100, 20) Me.TextBox1.TabIndex = 4 ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(196, 136) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 21) Me.ComboBox1.TabIndex = 5 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(15, 146) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(130, 65) Me.Button1.TabIndex = 6 Me.Button1.Text = "Button1" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(15, 238) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 7 Me.Button2.Text = "Button2" ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(151, 209) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 23) Me.Button3.TabIndex = 8 Me.Button3.Text = "Button3" ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(268, 209) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(75, 23) Me.Button4.TabIndex = 9 Me.Button4.Text = "Button4" ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(360, 12) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(120, 95) Me.ListBox1.TabIndex = 10 ' 'CheckedListBox1 ' Me.CheckedListBox1.FormattingEnabled = True Me.CheckedListBox1.Items.AddRange(New Object() {"apple", "orange", "banana"}) Me.CheckedListBox1.Location = New System.Drawing.Point(408, 146) Me.CheckedListBox1.Name = "CheckedListBox1" Me.CheckedListBox1.Size = New System.Drawing.Size(120, 94) Me.CheckedListBox1.TabIndex = 11 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1, Me.CopyContextMenuItem, Me.PasteContextMenuItem, Me.CutContextMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.RightToLeft = System.Windows.Forms.RightToLeft.No Me.ContextMenuStrip1.Size = New System.Drawing.Size(164, 92) ' 'ToolStripMenuItem1 ' Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" Me.ToolStripMenuItem1.Text = "ToolStripMenuItem1" ' 'CopyContextMenuItem ' Me.CopyContextMenuItem.Name = "CopyContextMenuItem" Me.CopyContextMenuItem.Text = "ToolStripMenuItem1" ' 'PasteContextMenuItem ' Me.PasteContextMenuItem.Name = "PasteContextMenuItem" Me.PasteContextMenuItem.Text = "ToolStripMenuItem1" ' 'CutContextMenuItem ' Me.CutContextMenuItem.Name = "CutContextMenuItem" Me.CutContextMenuItem.Text = "ToolStripMenuItem2" ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CutToolStripMenuItem, Me.CopyToolStripMenuItem, Me.PasteToolStripMenuItem}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(589, 25) Me.ToolStrip1.TabIndex = 12 Me.ToolStrip1.Text = "ToolStrip1" ' 'CutToolStripMenuItem ' Me.CutToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.CutToolStripMenuItem.Image = CType(resources.GetObject("CutToolStripMenuItem.Image"), System.Drawing.Image) Me.CutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta Me.CutToolStripMenuItem.Name = "CutToolStripMenuItem" Me.CutToolStripMenuItem.Text = "ToolStripButton1" ' 'CopyToolStripMenuItem ' Me.CopyToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.CopyToolStripMenuItem.Image = CType(resources.GetObject("CopyToolStripMenuItem.Image"), System.Drawing.Image) Me.CopyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta Me.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem" Me.CopyToolStripMenuItem.Text = "ToolStripButton1" ' 'PasteToolStripMenuItem ' Me.PasteToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.PasteToolStripMenuItem.Image = CType(resources.GetObject("PasteToolStripMenuItem.Image"), System.Drawing.Image) Me.PasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta Me.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem" Me.PasteToolStripMenuItem.Text = "ToolStripButton1" ' 'RadioButton1 ' Me.RadioButton1.AutoSize = True Me.RadioButton1.Location = New System.Drawing.Point(196, 163) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(90, 17) Me.RadioButton1.TabIndex = 13 Me.RadioButton1.Text = "RadioButton1" ' 'RadioButton2 ' Me.RadioButton2.AutoSize = True Me.RadioButton2.Location = New System.Drawing.Point(196, 186) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(90, 17) Me.RadioButton2.TabIndex = 14 Me.RadioButton2.Text = "RadioButton2" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(196, 58) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(100, 20) Me.TextBox2.TabIndex = 15 ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(268, 238) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(75, 23) Me.Button5.TabIndex = 16 Me.Button5.Text = "Button5" ' 'Command2 ' Me.Command2.Location = New System.Drawing.Point(360, 114) Me.Command2.Name = "Command2" Me.Command2.Size = New System.Drawing.Size(75, 23) Me.Command2.TabIndex = 17 Me.Command2.Text = "Button6" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(196, 95) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(100, 20) Me.TextBox3.TabIndex = 18 ' 'DataGridView1 ' Me.DataGridView1.Location = New System.Drawing.Point(382, 269) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.Size = New System.Drawing.Size(240, 150) Me.DataGridView1.TabIndex = 19 ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(589, 326) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Command2) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.RadioButton2) Me.Controls.Add(Me.RadioButton1) Me.Controls.Add(Me.CheckedListBox1) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.cmdTest) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ToolStrip1) Me.Name = "Form1" Me.Text = "Form1" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ToolStrip1.ResumeLayout(False) CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents cmdTest As System.Windows.Forms.Button Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog Friend WithEvents PrintDialog1 As System.Windows.Forms.PrintDialog Friend WithEvents PrintDocument1 As System.Drawing.Printing.PrintDocument Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents CheckedListBox1 As System.Windows.Forms.CheckedListBox Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents CopyContextMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents PasteContextMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CutContextMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents CutToolStripMenuItem As System.Windows.Forms.ToolStripButton Friend WithEvents CopyToolStripMenuItem As System.Windows.Forms.ToolStripButton Friend WithEvents PasteToolStripMenuItem As System.Windows.Forms.ToolStripButton Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Command2 As System.Windows.Forms.Button Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents HelpProvider1 As System.Windows.Forms.HelpProvider Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView Friend WithEvents Timer1 As System.Windows.Forms.Timer End Class