基线 SVN r240
SVN-Revision: r240
This commit is contained in:
@@ -0,0 +1,127 @@
|
||||
|
||||
namespace Lskj.Control.SiftColControl
|
||||
{
|
||||
partial class FrmGridSiftProjectAdd
|
||||
{
|
||||
/// <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.projectEdit = new DevExpress.XtraEditors.TextEdit();
|
||||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.okBtn = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.cancelBtn = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.isPubCheck = new DevExpress.XtraEditors.CheckEdit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.projectEdit.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.isPubCheck.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// projectEdit
|
||||
//
|
||||
this.projectEdit.Location = new System.Drawing.Point(12, 49);
|
||||
this.projectEdit.Name = "projectEdit";
|
||||
this.projectEdit.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.projectEdit.Properties.Appearance.Options.UseFont = true;
|
||||
this.projectEdit.Properties.AutoHeight = false;
|
||||
this.projectEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
||||
this.projectEdit.Size = new System.Drawing.Size(255, 35);
|
||||
this.projectEdit.TabIndex = 0;
|
||||
//
|
||||
// labelControl1
|
||||
//
|
||||
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelControl1.Location = new System.Drawing.Point(12, 12);
|
||||
this.labelControl1.Name = "labelControl1";
|
||||
this.labelControl1.Size = new System.Drawing.Size(133, 25);
|
||||
this.labelControl1.TabIndex = 1;
|
||||
this.labelControl1.Text = "请输入方案名:";
|
||||
//
|
||||
// okBtn
|
||||
//
|
||||
this.okBtn.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.okBtn.Appearance.Options.UseFont = true;
|
||||
this.okBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
||||
this.okBtn.Location = new System.Drawing.Point(44, 148);
|
||||
this.okBtn.Name = "okBtn";
|
||||
this.okBtn.Size = new System.Drawing.Size(65, 33);
|
||||
this.okBtn.TabIndex = 2;
|
||||
this.okBtn.Text = "确定";
|
||||
this.okBtn.Click += new System.EventHandler(this.okBtn_Click);
|
||||
//
|
||||
// cancelBtn
|
||||
//
|
||||
this.cancelBtn.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cancelBtn.Appearance.Options.UseFont = true;
|
||||
this.cancelBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
||||
this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.cancelBtn.Location = new System.Drawing.Point(166, 148);
|
||||
this.cancelBtn.Name = "cancelBtn";
|
||||
this.cancelBtn.Size = new System.Drawing.Size(65, 32);
|
||||
this.cancelBtn.TabIndex = 3;
|
||||
this.cancelBtn.Text = "取消";
|
||||
//
|
||||
// isPubCheck
|
||||
//
|
||||
this.isPubCheck.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
||||
this.isPubCheck.Location = new System.Drawing.Point(202, 101);
|
||||
this.isPubCheck.Name = "isPubCheck";
|
||||
this.isPubCheck.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.isPubCheck.Properties.Appearance.Options.UseFont = true;
|
||||
this.isPubCheck.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
|
||||
this.isPubCheck.Properties.Caption = "私有";
|
||||
this.isPubCheck.Size = new System.Drawing.Size(65, 29);
|
||||
this.isPubCheck.TabIndex = 5;
|
||||
//
|
||||
// FrmGridSiftProjectAdd
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.Color.White;
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(279, 193);
|
||||
this.Controls.Add(this.isPubCheck);
|
||||
this.Controls.Add(this.cancelBtn);
|
||||
this.Controls.Add(this.okBtn);
|
||||
this.Controls.Add(this.labelControl1);
|
||||
this.Controls.Add(this.projectEdit);
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "FrmGridSiftProjectAdd";
|
||||
this.Text = "新建方案:";
|
||||
((System.ComponentModel.ISupportInitialize)(this.projectEdit.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.isPubCheck.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.TextEdit projectEdit;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
private DevExpress.XtraEditors.SimpleButton okBtn;
|
||||
private DevExpress.XtraEditors.SimpleButton cancelBtn;
|
||||
private DevExpress.XtraEditors.CheckEdit isPubCheck;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user