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.
72 lines
2.7 KiB
72 lines
2.7 KiB
namespace VXML |
|
{ |
|
partial class Form1 |
|
{ |
|
/// <summary> |
|
/// Обязательная переменная конструктора. |
|
/// </summary> |
|
private System.ComponentModel.IContainer components = null; |
|
|
|
/// <summary> |
|
/// Освободить все используемые ресурсы. |
|
/// </summary> |
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param> |
|
protected override void Dispose(bool disposing) |
|
{ |
|
if (disposing && (components != null)) |
|
{ |
|
components.Dispose(); |
|
} |
|
base.Dispose(disposing); |
|
} |
|
|
|
#region Код, автоматически созданный конструктором форм Windows |
|
|
|
/// <summary> |
|
/// Требуемый метод для поддержки конструктора — не изменяйте |
|
/// содержимое этого метода с помощью редактора кода. |
|
/// </summary> |
|
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; |
|
} |
|
} |
|
|
|
|