64 lines
1.8 KiB
C#
64 lines
1.8 KiB
C#
namespace TestPSI
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonX1
|
|
//
|
|
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.buttonX1.Location = new System.Drawing.Point(64, 40);
|
|
this.buttonX1.Name = "buttonX1";
|
|
this.buttonX1.Size = new System.Drawing.Size(106, 41);
|
|
this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.buttonX1.TabIndex = 0;
|
|
this.buttonX1.Text = "Convert PSI to XML";
|
|
this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(282, 257);
|
|
this.Controls.Add(this.buttonX1);
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevComponents.DotNetBar.ButtonX buttonX1;
|
|
}
|
|
}
|
|
|