namespace VXML { partial class Form1 { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.listView1 = new System.Windows.Forms.ListView(); this.getButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // listView1 // this.listView1.Location = new System.Drawing.Point(13, 53); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(702, 230); this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; // // getButton // this.getButton.Location = new System.Drawing.Point(13, 13); this.getButton.Name = "getButton"; this.getButton.Size = new System.Drawing.Size(75, 23); this.getButton.TabIndex = 1; this.getButton.Text = "Get!"; this.getButton.UseVisualStyleBackColor = true; this.getButton.Click += new System.EventHandler(this.getButton_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(727, 295); this.Controls.Add(this.getButton); this.Controls.Add(this.listView1); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView listView1; private System.Windows.Forms.Button getButton; } }