namespace CSFrameworkV5.Library
|
{
|
partial class frmAdvancedFilterDlg
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAdvancedFilterDlg));
|
this.txtName = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.label1 = new System.Windows.Forms.Label();
|
((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// txtName
|
//
|
this.txtName.Location = new System.Drawing.Point(94, 39);
|
this.txtName.Name = "txtName";
|
this.txtName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtName.Properties.Appearance.Options.UseFont = true;
|
this.txtName.Size = new System.Drawing.Size(216, 22);
|
this.txtName.TabIndex = 0;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl1.Appearance.Options.UseFont = true;
|
this.labelControl1.Location = new System.Drawing.Point(18, 41);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(70, 17);
|
this.labelControl1.TabIndex = 1;
|
this.labelControl1.Text = "方案名称:";
|
//
|
// btnOK
|
//
|
this.btnOK.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnOK.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.ImageOptions.Image")));
|
this.btnOK.Location = new System.Drawing.Point(96, 115);
|
this.btnOK.Name = "btnOK";
|
this.btnOK.Size = new System.Drawing.Size(92, 36);
|
this.btnOK.TabIndex = 2;
|
this.btnOK.Text = "确定";
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
//
|
// btnCancel
|
//
|
this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
|
this.btnCancel.Location = new System.Drawing.Point(201, 115);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(92, 36);
|
this.btnCancel.TabIndex = 3;
|
this.btnCancel.Text = "取消";
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// label1
|
//
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
this.label1.Location = new System.Drawing.Point(19, 99);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(331, 2);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "label1";
|
//
|
// frmAdvancedFilterDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(364, 168);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnOK);
|
this.Controls.Add(this.labelControl1);
|
this.Controls.Add(this.txtName);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "frmAdvancedFilterDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "保存方案名称";
|
((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.TextEdit txtName;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private System.Windows.Forms.Label label1;
|
}
|
}
|