namespace CSFrameworkV5.Library.PermissionForms
|
{
|
partial class frmDetailItemEditor
|
{
|
/// <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(frmDetailItemEditor));
|
this.chkList = new DevExpress.XtraEditors.CheckedListBoxControl();
|
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
this.txtCodeName = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.btnApply = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.panel1 = new System.Windows.Forms.Panel();
|
((System.ComponentModel.ISupportInitialize)(this.chkList)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCodeName.Properties)).BeginInit();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// chkList
|
//
|
this.chkList.CheckOnClick = true;
|
this.chkList.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.chkList.ItemHeight = 22;
|
this.chkList.Location = new System.Drawing.Point(0, 41);
|
this.chkList.Name = "chkList";
|
this.chkList.Size = new System.Drawing.Size(313, 475);
|
this.chkList.TabIndex = 0;
|
//
|
// btnSearch
|
//
|
this.btnSearch.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnSearch.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnSearch.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.ImageOptions.Image")));
|
this.btnSearch.Location = new System.Drawing.Point(247, 8);
|
this.btnSearch.Name = "btnSearch";
|
this.btnSearch.Size = new System.Drawing.Size(60, 27);
|
this.btnSearch.TabIndex = 1;
|
this.btnSearch.Text = "查询";
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
//
|
// txtCodeName
|
//
|
this.txtCodeName.Location = new System.Drawing.Point(89, 10);
|
this.txtCodeName.Name = "txtCodeName";
|
this.txtCodeName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtCodeName.Properties.Appearance.Options.UseFont = true;
|
this.txtCodeName.Size = new System.Drawing.Size(156, 22);
|
this.txtCodeName.TabIndex = 2;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(12, 12);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(72, 14);
|
this.labelControl1.TabIndex = 3;
|
this.labelControl1.Text = "编号或名称:";
|
//
|
// btnApply
|
//
|
this.btnApply.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnApply.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnApply.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnApply.ImageOptions.Image")));
|
this.btnApply.Location = new System.Drawing.Point(64, 12);
|
this.btnApply.Name = "btnApply";
|
this.btnApply.Size = new System.Drawing.Size(85, 33);
|
this.btnApply.TabIndex = 4;
|
this.btnApply.Text = "应用";
|
this.btnApply.Click += new System.EventHandler(this.btnApply_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(173, 12);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(85, 33);
|
this.btnCancel.TabIndex = 5;
|
this.btnCancel.Text = "取消";
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.panel1.Controls.Add(this.btnCancel);
|
this.panel1.Controls.Add(this.btnApply);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panel1.Location = new System.Drawing.Point(0, 516);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(313, 55);
|
this.panel1.TabIndex = 6;
|
//
|
// frmDetailItemEditor
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(313, 571);
|
this.Controls.Add(this.chkList);
|
this.Controls.Add(this.panel1);
|
this.Controls.Add(this.labelControl1);
|
this.Controls.Add(this.txtCodeName);
|
this.Controls.Add(this.btnSearch);
|
this.Name = "frmDetailItemEditor";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "项目编辑器";
|
this.Load += new System.EventHandler(this.frmDetailItemEditor_Load);
|
((System.ComponentModel.ISupportInitialize)(this.chkList)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCodeName.Properties)).EndInit();
|
this.panel1.ResumeLayout(false);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.CheckedListBoxControl chkList;
|
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
private DevExpress.XtraEditors.TextEdit txtCodeName;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.SimpleButton btnApply;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private System.Windows.Forms.Panel panel1;
|
}
|
}
|