85 lines
3.3 KiB
C#
85 lines
3.3 KiB
C#
|
|
namespace WinformGeneralDeveloperFrame
|
|
{
|
|
partial class Test
|
|
{
|
|
/// <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.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// memoEdit1
|
|
//
|
|
this.memoEdit1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.memoEdit1.Location = new System.Drawing.Point(0, 0);
|
|
this.memoEdit1.Name = "memoEdit1";
|
|
this.memoEdit1.Size = new System.Drawing.Size(865, 298);
|
|
this.memoEdit1.TabIndex = 0;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Location = new System.Drawing.Point(203, 304);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(139, 48);
|
|
this.simpleButton1.TabIndex = 1;
|
|
this.simpleButton1.Text = "转化";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// simpleButton2
|
|
//
|
|
this.simpleButton2.Location = new System.Drawing.Point(383, 304);
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
this.simpleButton2.Size = new System.Drawing.Size(127, 48);
|
|
this.simpleButton2.TabIndex = 2;
|
|
this.simpleButton2.Text = "采集数据";
|
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
|
//
|
|
// Test
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(865, 489);
|
|
this.Controls.Add(this.simpleButton2);
|
|
this.Controls.Add(this.simpleButton1);
|
|
this.Controls.Add(this.memoEdit1);
|
|
this.Name = "Test";
|
|
this.Text = "Test";
|
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
|
}
|
|
} |