namespace PBS.WinFrmUI.Hydro
|
{
|
partial class TemplateEdit
|
{
|
/// <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.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.combobox_type = new System.Windows.Forms.ComboBox();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(124, 54);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(90, 22);
|
this.labelControl1.TabIndex = 0;
|
this.labelControl1.Text = "模型名称:";
|
//
|
// textEdit1
|
//
|
this.textEdit1.Location = new System.Drawing.Point(252, 51);
|
this.textEdit1.Name = "textEdit1";
|
this.textEdit1.Size = new System.Drawing.Size(253, 28);
|
this.textEdit1.TabIndex = 1;
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Location = new System.Drawing.Point(167, 183);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(112, 34);
|
this.simpleButton1.TabIndex = 2;
|
this.simpleButton1.Text = "确定";
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// simpleButton2
|
//
|
this.simpleButton2.Location = new System.Drawing.Point(340, 183);
|
this.simpleButton2.Name = "simpleButton2";
|
this.simpleButton2.Size = new System.Drawing.Size(112, 34);
|
this.simpleButton2.TabIndex = 3;
|
this.simpleButton2.Text = "取消";
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(124, 117);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(90, 22);
|
this.labelControl2.TabIndex = 4;
|
this.labelControl2.Text = "模型类型:";
|
//
|
// combobox_type
|
//
|
this.combobox_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.combobox_type.FormattingEnabled = true;
|
this.combobox_type.Location = new System.Drawing.Point(252, 112);
|
this.combobox_type.Name = "combobox_type";
|
this.combobox_type.Size = new System.Drawing.Size(253, 30);
|
this.combobox_type.TabIndex = 5;
|
//
|
// TemplateEdit
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(653, 244);
|
this.Controls.Add(this.combobox_type);
|
this.Controls.Add(this.labelControl2);
|
this.Controls.Add(this.simpleButton2);
|
this.Controls.Add(this.simpleButton1);
|
this.Controls.Add(this.textEdit1);
|
this.Controls.Add(this.labelControl1);
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "TemplateEdit";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "模型编辑";
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private System.Windows.Forms.ComboBox combobox_type;
|
}
|
}
|