_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Форма переопределяет dispose для очистки списка компонентов. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Является обязательной для конструктора форм Windows Forms Private components As System.ComponentModel.IContainer 'Примечание: следующая процедура является обязательной для конструктора форм Windows Forms 'Для ее изменения используйте конструктор форм Windows Form. 'Не изменяйте ее в редакторе исходного кода. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip Me.ФайлToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ВідкритиToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ЗакритиToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ПочатокToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ДопомогаToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.Panel1 = New System.Windows.Forms.Panel Me.TextBox2 = New System.Windows.Forms.TextBox Me.RadioButton3 = New System.Windows.Forms.RadioButton Me.RadioButton2 = New System.Windows.Forms.RadioButton Me.RadioButton1 = New System.Windows.Forms.RadioButton Me.Panel2 = New System.Windows.Forms.Panel Me.CheckBox3 = New System.Windows.Forms.CheckBox Me.CheckBox2 = New System.Windows.Forms.CheckBox Me.CheckBox1 = New System.Windows.Forms.CheckBox Me.Panel3 = New System.Windows.Forms.Panel Me.ComboBox3 = New System.Windows.Forms.ComboBox Me.ComboBox2 = New System.Windows.Forms.ComboBox Me.ComboBox1 = New System.Windows.Forms.ComboBox Me.PictureBox3 = New System.Windows.Forms.PictureBox Me.PictureBox2 = New System.Windows.Forms.PictureBox Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.TextBox1 = New System.Windows.Forms.TextBox Me.RichTextBox1 = New System.Windows.Forms.RichTextBox Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog Me.Button1 = New System.Windows.Forms.Button Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.MenuStrip1.SuspendLayout() Me.Panel1.SuspendLayout() Me.Panel2.SuspendLayout() Me.Panel3.SuspendLayout() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'MenuStrip1 ' Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ФайлToolStripMenuItem, Me.ПочатокToolStripMenuItem, Me.ДопомогаToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Padding = New System.Windows.Forms.Padding(4, 1, 0, 1) Me.MenuStrip1.Size = New System.Drawing.Size(468, 24) Me.MenuStrip1.TabIndex = 0 Me.MenuStrip1.Text = "MenuStrip1" ' 'ФайлToolStripMenuItem ' Me.ФайлToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ВідкритиToolStripMenuItem, Me.ЗакритиToolStripMenuItem}) Me.ФайлToolStripMenuItem.Name = "ФайлToolStripMenuItem" Me.ФайлToolStripMenuItem.Size = New System.Drawing.Size(48, 22) Me.ФайлToolStripMenuItem.Text = "Файл" ' 'ВідкритиToolStripMenuItem ' Me.ВідкритиToolStripMenuItem.Name = "ВідкритиToolStripMenuItem" Me.ВідкритиToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.ВідкритиToolStripMenuItem.Text = "Відкрити" ' 'ЗакритиToolStripMenuItem ' Me.ЗакритиToolStripMenuItem.Name = "ЗакритиToolStripMenuItem" Me.ЗакритиToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.ЗакритиToolStripMenuItem.Text = "Закрити" ' 'ПочатокToolStripMenuItem ' Me.ПочатокToolStripMenuItem.Name = "ПочатокToolStripMenuItem" Me.ПочатокToolStripMenuItem.Size = New System.Drawing.Size(66, 22) Me.ПочатокToolStripMenuItem.Text = "Початок" ' 'ДопомогаToolStripMenuItem ' Me.ДопомогаToolStripMenuItem.Name = "ДопомогаToolStripMenuItem" Me.ДопомогаToolStripMenuItem.Size = New System.Drawing.Size(75, 22) Me.ДопомогаToolStripMenuItem.Text = "Допомога" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.TextBox2) Me.Panel1.Controls.Add(Me.RadioButton3) Me.Panel1.Controls.Add(Me.RadioButton2) Me.Panel1.Controls.Add(Me.RadioButton1) Me.Panel1.Location = New System.Drawing.Point(161, 219) Me.Panel1.Margin = New System.Windows.Forms.Padding(2) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(259, 78) Me.Panel1.TabIndex = 4 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(122, 7) Me.TextBox2.Margin = New System.Windows.Forms.Padding(2) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(122, 20) Me.TextBox2.TabIndex = 10 ' 'RadioButton3 ' Me.RadioButton3.AutoSize = True Me.RadioButton3.Location = New System.Drawing.Point(9, 48) Me.RadioButton3.Margin = New System.Windows.Forms.Padding(2) Me.RadioButton3.Name = "RadioButton3" Me.RadioButton3.Size = New System.Drawing.Size(90, 17) Me.RadioButton3.TabIndex = 6 Me.RadioButton3.TabStop = True Me.RadioButton3.Text = "RadioButton3" Me.RadioButton3.UseVisualStyleBackColor = True ' 'RadioButton2 ' Me.RadioButton2.AutoSize = True Me.RadioButton2.Location = New System.Drawing.Point(9, 29) Me.RadioButton2.Margin = New System.Windows.Forms.Padding(2) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(90, 17) Me.RadioButton2.TabIndex = 5 Me.RadioButton2.TabStop = True Me.RadioButton2.Text = "RadioButton2" Me.RadioButton2.UseVisualStyleBackColor = True ' 'RadioButton1 ' Me.RadioButton1.AutoSize = True Me.RadioButton1.Location = New System.Drawing.Point(9, 8) Me.RadioButton1.Margin = New System.Windows.Forms.Padding(2) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(90, 17) Me.RadioButton1.TabIndex = 4 Me.RadioButton1.TabStop = True Me.RadioButton1.Text = "RadioButton1" Me.RadioButton1.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.Controls.Add(Me.CheckBox3) Me.Panel2.Controls.Add(Me.CheckBox2) Me.Panel2.Controls.Add(Me.CheckBox1) Me.Panel2.Location = New System.Drawing.Point(16, 219) Me.Panel2.Margin = New System.Windows.Forms.Padding(2) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(404, 80) Me.Panel2.TabIndex = 5 ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.Location = New System.Drawing.Point(5, 54) Me.CheckBox3.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(81, 17) Me.CheckBox3.TabIndex = 2 Me.CheckBox3.Text = "CheckBox3" Me.CheckBox3.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Location = New System.Drawing.Point(5, 29) Me.CheckBox2.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(81, 17) Me.CheckBox2.TabIndex = 1 Me.CheckBox2.Text = "CheckBox2" Me.CheckBox2.UseVisualStyleBackColor = True ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(5, 9) Me.CheckBox1.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(81, 17) Me.CheckBox1.TabIndex = 0 Me.CheckBox1.Text = "CheckBox1" Me.CheckBox1.UseVisualStyleBackColor = True ' 'Panel3 ' Me.Panel3.Controls.Add(Me.ComboBox3) Me.Panel3.Controls.Add(Me.ComboBox2) Me.Panel3.Controls.Add(Me.ComboBox1) Me.Panel3.Controls.Add(Me.PictureBox3) Me.Panel3.Controls.Add(Me.PictureBox2) Me.Panel3.Controls.Add(Me.PictureBox1) Me.Panel3.Location = New System.Drawing.Point(13, 61) Me.Panel3.Margin = New System.Windows.Forms.Padding(2) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(397, 150) Me.Panel3.TabIndex = 6 ' 'ComboBox3 ' Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"1", "3", "4"}) Me.ComboBox3.Location = New System.Drawing.Point(260, 129) Me.ComboBox3.Margin = New System.Windows.Forms.Padding(2) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(105, 21) Me.ComboBox3.TabIndex = 5 ' 'ComboBox2 ' Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"1", "2", "3"}) Me.ComboBox2.Location = New System.Drawing.Point(142, 130) Me.ComboBox2.Margin = New System.Windows.Forms.Padding(2) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(105, 21) Me.ComboBox2.TabIndex = 4 ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"1", "2", "3"}) Me.ComboBox1.Location = New System.Drawing.Point(19, 129) Me.ComboBox1.Margin = New System.Windows.Forms.Padding(2) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(105, 21) Me.ComboBox1.TabIndex = 3 ' 'PictureBox3 ' Me.PictureBox3.Location = New System.Drawing.Point(260, 14) Me.PictureBox3.Margin = New System.Windows.Forms.Padding(2) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(103, 110) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox3.TabIndex = 2 Me.PictureBox3.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Location = New System.Drawing.Point(142, 14) Me.PictureBox2.Margin = New System.Windows.Forms.Padding(2) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(103, 110) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 1 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.Location = New System.Drawing.Point(19, 14) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(2) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(103, 110) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(16, 23) Me.TextBox1.Margin = New System.Windows.Forms.Padding(2) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(395, 35) Me.TextBox1.TabIndex = 7 ' 'RichTextBox1 ' Me.RichTextBox1.Location = New System.Drawing.Point(16, 321) Me.RichTextBox1.Margin = New System.Windows.Forms.Padding(2) Me.RichTextBox1.Name = "RichTextBox1" Me.RichTextBox1.Size = New System.Drawing.Size(220, 21) Me.RichTextBox1.TabIndex = 8 Me.RichTextBox1.Text = "" ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(354, 326) Me.Button1.Margin = New System.Windows.Forms.Padding(2) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(73, 23) Me.Button1.TabIndex = 9 Me.Button1.Text = "Наступне" Me.Button1.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(422, 23) Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(39, 13) Me.Label1.TabIndex = 10 Me.Label1.Text = "Label1" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(422, 53) Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(39, 13) Me.Label2.TabIndex = 11 Me.Label2.Text = "Label2" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(422, 83) Me.Label3.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(39, 13) Me.Label3.TabIndex = 12 Me.Label3.Text = "Label3" ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.ActiveCaption Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(468, 348) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.RichTextBox1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Panel3) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.MenuStrip1) Me.ForeColor = System.Drawing.Color.DarkBlue Me.MainMenuStrip = Me.MenuStrip1 Me.Margin = New System.Windows.Forms.Padding(2) Me.Name = "Form1" Me.Text = "Тест" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel3.ResumeLayout(False) CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents ФайлToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ВідкритиToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ЗакритиToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ПочатокToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ДопомогаToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents RadioButton3 As System.Windows.Forms.RadioButton Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label End Class