271 lines
13 KiB
C#
271 lines
13 KiB
C#
namespace Lskj.MyControl.TreeGridControl
|
|
{
|
|
partial class MouduleTreeGrid
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnCondSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txtKey = new System.Windows.Forms.TextBox();
|
|
this.cbField = new System.Windows.Forms.ComboBox();
|
|
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnAdd = new DevExpress.XtraEditors.DropDownButton();
|
|
this.pm_AddNode = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.treeGridControlEx = new Lskj.MyControl.TreeGridControl.TreeGridControlEx();
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
|
|
this.pl_bottom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_AddNode)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.treeGridControlEx);
|
|
this.panelControl1.Controls.Add(this.panel1);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(639, 377);
|
|
this.panelControl1.TabIndex = 0;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.btnCondSearch);
|
|
this.panel1.Controls.Add(this.txtKey);
|
|
this.panel1.Controls.Add(this.cbField);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(2, 2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(635, 33);
|
|
this.panel1.TabIndex = 1;
|
|
this.panel1.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(4, 12);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 41;
|
|
this.label1.Text = "查询";
|
|
//
|
|
// btnCondSearch
|
|
//
|
|
this.btnCondSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCondSearch.Appearance.Options.UseFont = true;
|
|
this.btnCondSearch.Location = new System.Drawing.Point(267, 5);
|
|
this.btnCondSearch.Name = "btnCondSearch";
|
|
this.btnCondSearch.Size = new System.Drawing.Size(63, 26);
|
|
this.btnCondSearch.TabIndex = 40;
|
|
this.btnCondSearch.Text = "查询";
|
|
this.btnCondSearch.Click += new System.EventHandler(this.OnCondSearchClick);
|
|
//
|
|
// txtKey
|
|
//
|
|
this.txtKey.Location = new System.Drawing.Point(134, 7);
|
|
this.txtKey.Name = "txtKey";
|
|
this.txtKey.Size = new System.Drawing.Size(126, 21);
|
|
this.txtKey.TabIndex = 39;
|
|
//
|
|
// cbField
|
|
//
|
|
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbField.FormattingEnabled = true;
|
|
this.cbField.Location = new System.Drawing.Point(38, 8);
|
|
this.cbField.Name = "cbField";
|
|
this.cbField.Size = new System.Drawing.Size(88, 20);
|
|
this.cbField.TabIndex = 38;
|
|
this.cbField.Tag = "";
|
|
//
|
|
// pl_bottom
|
|
//
|
|
this.pl_bottom.Controls.Add(this.btnSave);
|
|
this.pl_bottom.Controls.Add(this.btnUpdate);
|
|
this.pl_bottom.Controls.Add(this.btnDelete);
|
|
this.pl_bottom.Controls.Add(this.btnAdd);
|
|
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_bottom.Location = new System.Drawing.Point(0, 377);
|
|
this.pl_bottom.Name = "pl_bottom";
|
|
this.pl_bottom.Size = new System.Drawing.Size(639, 32);
|
|
this.pl_bottom.TabIndex = 1;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSave.Location = new System.Drawing.Point(555, 4);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(75, 23);
|
|
this.btnSave.TabIndex = 17;
|
|
this.btnSave.Text = "保存(&S)";
|
|
this.btnSave.Click += new System.EventHandler(this.OnSaveClick);
|
|
//
|
|
// btnUpdate
|
|
//
|
|
this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnUpdate.Location = new System.Drawing.Point(474, 4);
|
|
this.btnUpdate.Name = "btnUpdate";
|
|
this.btnUpdate.Size = new System.Drawing.Size(75, 23);
|
|
this.btnUpdate.TabIndex = 16;
|
|
this.btnUpdate.Text = "修改(&U)";
|
|
this.btnUpdate.Click += new System.EventHandler(this.OnTreeDoubleClick);
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnDelete.Location = new System.Drawing.Point(393, 4);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(75, 23);
|
|
this.btnDelete.TabIndex = 15;
|
|
this.btnDelete.Text = "删除(&D)";
|
|
this.btnDelete.Click += new System.EventHandler(this.OnDeleteClick);
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAdd.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAdd.Appearance.Options.UseFont = true;
|
|
this.btnAdd.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
|
this.btnAdd.DropDownControl = this.pm_AddNode;
|
|
this.btnAdd.Location = new System.Drawing.Point(312, 4);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(75, 23);
|
|
this.btnAdd.TabIndex = 14;
|
|
this.btnAdd.Text = "增加节点";
|
|
//
|
|
// pm_AddNode
|
|
//
|
|
this.pm_AddNode.Manager = this.barManager1;
|
|
this.pm_AddNode.Name = "pm_AddNode";
|
|
//
|
|
// treeGridControlEx
|
|
//
|
|
this.treeGridControlEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeGridControlEx.Location = new System.Drawing.Point(2, 35);
|
|
this.treeGridControlEx.Name = "treeGridControlEx";
|
|
this.treeGridControlEx.Size = new System.Drawing.Size(635, 340);
|
|
this.treeGridControlEx.TabIndex = 0;
|
|
//
|
|
// barManager1
|
|
//
|
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
this.barManager1.DockControls.Add(this.barDockControlRight);
|
|
this.barManager1.Form = this;
|
|
this.barManager1.MaxItemId = 0;
|
|
//
|
|
// barDockControlTop
|
|
//
|
|
this.barDockControlTop.CausesValidation = true;
|
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControlTop.Size = new System.Drawing.Size(639, 0);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = true;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 377);
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(639, 0);
|
|
//
|
|
// barDockControlLeft
|
|
//
|
|
this.barDockControlLeft.CausesValidation = true;
|
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 377);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = true;
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControlRight.Location = new System.Drawing.Point(639, 0);
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 377);
|
|
//
|
|
// MouduleTreeGrid
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.pl_bottom);
|
|
this.Name = "MouduleTreeGrid";
|
|
this.Size = new System.Drawing.Size(639, 409);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
|
|
this.pl_bottom.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_AddNode)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
|
private TreeGridControlEx treeGridControlEx1;
|
|
private DevExpress.XtraEditors.DropDownButton btnAdd;
|
|
private DevExpress.XtraEditors.SimpleButton btnUpdate;
|
|
private DevExpress.XtraEditors.SimpleButton btnDelete;
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
private DevExpress.XtraBars.PopupMenu pm_AddNode;
|
|
private TreeGridControlEx treeGridControlEx;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.SimpleButton btnCondSearch;
|
|
private System.Windows.Forms.TextBox txtKey;
|
|
private System.Windows.Forms.ComboBox cbField;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
}
|
|
}
|