398 lines
20 KiB
C#
398 lines
20 KiB
C#
|
|
|
||
|
|
using DevExpress.XtraEditors;
|
||
|
|
using DevExpress.XtraLayout;
|
||
|
|
using DevExpress.XtraTab;
|
||
|
|
|
||
|
|
namespace MES.Form
|
||
|
|
{
|
||
|
|
partial class FrmsysToolButton
|
||
|
|
{
|
||
|
|
/// <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.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
|
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
|
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
||
|
|
this.tabDataList = new DevExpress.XtraTab.XtraTabPage();
|
||
|
|
this.grdList = new DevExpress.XtraGrid.GridControl();
|
||
|
|
this.grdListView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||
|
|
this.tabDataDetail = new DevExpress.XtraTab.XtraTabPage();
|
||
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
||
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
||
|
|
this.txtid = new DevExpress.XtraEditors.TextEdit();
|
||
|
|
this.txtbtnName = new DevExpress.XtraEditors.TextEdit();
|
||
|
|
this.txtbtnCode = new DevExpress.XtraEditors.TextEdit();
|
||
|
|
this.txtbtnIcon = new DevExpress.XtraEditors.TextEdit();
|
||
|
|
this.txtremark = new DevExpress.XtraEditors.TextEdit();
|
||
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
||
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
||
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
||
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
||
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
||
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
||
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
||
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
||
|
|
this.xtraTabControl1.SuspendLayout();
|
||
|
|
this.tabDataList.SuspendLayout();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.grdListView)).BeginInit();
|
||
|
|
this.tabDataDetail.SuspendLayout();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
||
|
|
this.panelControl2.SuspendLayout();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
||
|
|
this.layoutControl1.SuspendLayout();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtbtnName.Properties)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtbtnCode.Properties)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtbtnIcon.Properties)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtremark.Properties)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
||
|
|
this.SuspendLayout();
|
||
|
|
//
|
||
|
|
// gridColumn1
|
||
|
|
//
|
||
|
|
this.gridColumn1.Caption = "id";
|
||
|
|
this.gridColumn1.FieldName = "id";
|
||
|
|
this.gridColumn1.Name = "gridColumn1";
|
||
|
|
//
|
||
|
|
// gridColumn2
|
||
|
|
//
|
||
|
|
this.gridColumn2.Caption = "名称";
|
||
|
|
this.gridColumn2.FieldName = "btnName";
|
||
|
|
this.gridColumn2.Name = "gridColumn2";
|
||
|
|
this.gridColumn2.Visible = true;
|
||
|
|
this.gridColumn2.VisibleIndex = 0;
|
||
|
|
this.gridColumn2.Width = 201;
|
||
|
|
//
|
||
|
|
// gridColumn3
|
||
|
|
//
|
||
|
|
this.gridColumn3.Caption = "编码";
|
||
|
|
this.gridColumn3.FieldName = "btnCode";
|
||
|
|
this.gridColumn3.Name = "gridColumn3";
|
||
|
|
this.gridColumn3.Visible = true;
|
||
|
|
this.gridColumn3.VisibleIndex = 1;
|
||
|
|
this.gridColumn3.Width = 201;
|
||
|
|
//
|
||
|
|
// gridColumn4
|
||
|
|
//
|
||
|
|
this.gridColumn4.Caption = "图标";
|
||
|
|
this.gridColumn4.FieldName = "btnIcon";
|
||
|
|
this.gridColumn4.Name = "gridColumn4";
|
||
|
|
this.gridColumn4.Visible = true;
|
||
|
|
this.gridColumn4.VisibleIndex = 2;
|
||
|
|
this.gridColumn4.Width = 201;
|
||
|
|
//
|
||
|
|
// gridColumn5
|
||
|
|
//
|
||
|
|
this.gridColumn5.Caption = "备注";
|
||
|
|
this.gridColumn5.FieldName = "remark";
|
||
|
|
this.gridColumn5.Name = "gridColumn5";
|
||
|
|
this.gridColumn5.Visible = true;
|
||
|
|
this.gridColumn5.VisibleIndex = 3;
|
||
|
|
this.gridColumn5.Width = 201;
|
||
|
|
//
|
||
|
|
// xtraTabControl1
|
||
|
|
//
|
||
|
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 34);
|
||
|
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
||
|
|
this.xtraTabControl1.SelectedTabPage = this.tabDataList;
|
||
|
|
this.xtraTabControl1.Size = new System.Drawing.Size(1300, 766);
|
||
|
|
this.xtraTabControl1.TabIndex = 1;
|
||
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||
|
|
this.tabDataList,
|
||
|
|
this.tabDataDetail});
|
||
|
|
//
|
||
|
|
// tabDataList
|
||
|
|
//
|
||
|
|
this.tabDataList.Controls.Add(this.grdList);
|
||
|
|
this.tabDataList.Name = "tabDataList";
|
||
|
|
this.tabDataList.Size = new System.Drawing.Size(1294, 737);
|
||
|
|
this.tabDataList.Text = "数据列表";
|
||
|
|
//
|
||
|
|
// grdList
|
||
|
|
//
|
||
|
|
this.grdList.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.grdList.Location = new System.Drawing.Point(0, 0);
|
||
|
|
this.grdList.MainView = this.grdListView;
|
||
|
|
this.grdList.Name = "grdList";
|
||
|
|
this.grdList.Size = new System.Drawing.Size(1294, 737);
|
||
|
|
this.grdList.TabIndex = 0;
|
||
|
|
this.grdList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||
|
|
this.grdListView});
|
||
|
|
//
|
||
|
|
// grdListView
|
||
|
|
//
|
||
|
|
this.grdListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
||
|
|
this.gridColumn1,
|
||
|
|
this.gridColumn2,
|
||
|
|
this.gridColumn3,
|
||
|
|
this.gridColumn4,
|
||
|
|
this.gridColumn5});
|
||
|
|
this.grdListView.GridControl = this.grdList;
|
||
|
|
this.grdListView.Name = "grdListView";
|
||
|
|
this.grdListView.OptionsBehavior.Editable = false;
|
||
|
|
this.grdListView.OptionsView.ColumnAutoWidth = false;
|
||
|
|
//
|
||
|
|
// tabDataDetail
|
||
|
|
//
|
||
|
|
this.tabDataDetail.Controls.Add(this.panelControl2);
|
||
|
|
this.tabDataDetail.Name = "tabDataDetail";
|
||
|
|
this.tabDataDetail.Size = new System.Drawing.Size(1294, 737);
|
||
|
|
this.tabDataDetail.Text = "数据编辑";
|
||
|
|
//
|
||
|
|
// panelControl2
|
||
|
|
//
|
||
|
|
this.panelControl2.Controls.Add(this.layoutControl1);
|
||
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 0);
|
||
|
|
this.panelControl2.Name = "panelControl2";
|
||
|
|
this.panelControl2.Size = new System.Drawing.Size(1294, 737);
|
||
|
|
this.panelControl2.TabIndex = 0;
|
||
|
|
//
|
||
|
|
// layoutControl1
|
||
|
|
//
|
||
|
|
this.layoutControl1.Controls.Add(this.simpleButton1);
|
||
|
|
this.layoutControl1.Controls.Add(this.txtid);
|
||
|
|
this.layoutControl1.Controls.Add(this.txtbtnName);
|
||
|
|
this.layoutControl1.Controls.Add(this.txtbtnCode);
|
||
|
|
this.layoutControl1.Controls.Add(this.txtbtnIcon);
|
||
|
|
this.layoutControl1.Controls.Add(this.txtremark);
|
||
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.layoutControl1.Location = new System.Drawing.Point(2, 2);
|
||
|
|
this.layoutControl1.Name = "layoutControl1";
|
||
|
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
||
|
|
this.layoutControl1.Size = new System.Drawing.Size(1290, 733);
|
||
|
|
this.layoutControl1.TabIndex = 6;
|
||
|
|
this.layoutControl1.Text = "layoutControl1";
|
||
|
|
//
|
||
|
|
// txtid
|
||
|
|
//
|
||
|
|
this.txtid.Location = new System.Drawing.Point(39, 12);
|
||
|
|
this.txtid.Name = "txtid";
|
||
|
|
this.txtid.Size = new System.Drawing.Size(1239, 20);
|
||
|
|
this.txtid.StyleController = this.layoutControl1;
|
||
|
|
this.txtid.TabIndex = 1;
|
||
|
|
//
|
||
|
|
// txtbtnName
|
||
|
|
//
|
||
|
|
this.txtbtnName.Location = new System.Drawing.Point(39, 36);
|
||
|
|
this.txtbtnName.Name = "txtbtnName";
|
||
|
|
this.txtbtnName.Size = new System.Drawing.Size(1239, 20);
|
||
|
|
this.txtbtnName.StyleController = this.layoutControl1;
|
||
|
|
this.txtbtnName.TabIndex = 2;
|
||
|
|
//
|
||
|
|
// txtbtnCode
|
||
|
|
//
|
||
|
|
this.txtbtnCode.Location = new System.Drawing.Point(39, 60);
|
||
|
|
this.txtbtnCode.Name = "txtbtnCode";
|
||
|
|
this.txtbtnCode.Size = new System.Drawing.Size(1239, 20);
|
||
|
|
this.txtbtnCode.StyleController = this.layoutControl1;
|
||
|
|
this.txtbtnCode.TabIndex = 3;
|
||
|
|
//
|
||
|
|
// txtbtnIcon
|
||
|
|
//
|
||
|
|
this.txtbtnIcon.Location = new System.Drawing.Point(39, 84);
|
||
|
|
this.txtbtnIcon.Name = "txtbtnIcon";
|
||
|
|
this.txtbtnIcon.Properties.ReadOnly = true;
|
||
|
|
this.txtbtnIcon.Size = new System.Drawing.Size(1016, 20);
|
||
|
|
this.txtbtnIcon.StyleController = this.layoutControl1;
|
||
|
|
this.txtbtnIcon.TabIndex = 4;
|
||
|
|
//
|
||
|
|
// txtremark
|
||
|
|
//
|
||
|
|
this.txtremark.Location = new System.Drawing.Point(39, 110);
|
||
|
|
this.txtremark.Name = "txtremark";
|
||
|
|
this.txtremark.Size = new System.Drawing.Size(1239, 20);
|
||
|
|
this.txtremark.StyleController = this.layoutControl1;
|
||
|
|
this.txtremark.TabIndex = 5;
|
||
|
|
//
|
||
|
|
// layoutControlGroup1
|
||
|
|
//
|
||
|
|
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
|
||
|
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
||
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||
|
|
this.layoutControlItem1,
|
||
|
|
this.layoutControlItem2,
|
||
|
|
this.layoutControlItem3,
|
||
|
|
this.layoutControlItem4,
|
||
|
|
this.layoutControlItem5,
|
||
|
|
this.layoutControlItem6});
|
||
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
||
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1290, 733);
|
||
|
|
this.layoutControlGroup1.TextVisible = false;
|
||
|
|
//
|
||
|
|
// layoutControlItem1
|
||
|
|
//
|
||
|
|
this.layoutControlItem1.Control = this.txtid;
|
||
|
|
this.layoutControlItem1.CustomizationFormText = "id";
|
||
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
||
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
||
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(1270, 24);
|
||
|
|
this.layoutControlItem1.Text = "id";
|
||
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(24, 14);
|
||
|
|
//
|
||
|
|
// layoutControlItem2
|
||
|
|
//
|
||
|
|
this.layoutControlItem2.Control = this.txtbtnName;
|
||
|
|
this.layoutControlItem2.CustomizationFormText = "名称";
|
||
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
|
||
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
||
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(1270, 24);
|
||
|
|
this.layoutControlItem2.Text = "名称";
|
||
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(24, 14);
|
||
|
|
//
|
||
|
|
// layoutControlItem3
|
||
|
|
//
|
||
|
|
this.layoutControlItem3.Control = this.txtbtnCode;
|
||
|
|
this.layoutControlItem3.CustomizationFormText = "编码";
|
||
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 48);
|
||
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
||
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(1270, 24);
|
||
|
|
this.layoutControlItem3.Text = "编码";
|
||
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(24, 14);
|
||
|
|
//
|
||
|
|
// layoutControlItem4
|
||
|
|
//
|
||
|
|
this.layoutControlItem4.Control = this.txtbtnIcon;
|
||
|
|
this.layoutControlItem4.CustomizationFormText = "图标";
|
||
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 72);
|
||
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
||
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(1047, 26);
|
||
|
|
this.layoutControlItem4.Text = "图标";
|
||
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(24, 14);
|
||
|
|
//
|
||
|
|
// layoutControlItem5
|
||
|
|
//
|
||
|
|
this.layoutControlItem5.Control = this.txtremark;
|
||
|
|
this.layoutControlItem5.CustomizationFormText = "备注";
|
||
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 98);
|
||
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
||
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(1270, 615);
|
||
|
|
this.layoutControlItem5.Text = "备注";
|
||
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(24, 14);
|
||
|
|
//
|
||
|
|
// simpleButton1
|
||
|
|
//
|
||
|
|
this.simpleButton1.Location = new System.Drawing.Point(1059, 84);
|
||
|
|
this.simpleButton1.Name = "simpleButton1";
|
||
|
|
this.simpleButton1.Size = new System.Drawing.Size(219, 22);
|
||
|
|
this.simpleButton1.StyleController = this.layoutControl1;
|
||
|
|
this.simpleButton1.TabIndex = 6;
|
||
|
|
this.simpleButton1.Text = "选择图标";
|
||
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
||
|
|
//
|
||
|
|
// layoutControlItem6
|
||
|
|
//
|
||
|
|
this.layoutControlItem6.Control = this.simpleButton1;
|
||
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(1047, 72);
|
||
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
||
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(223, 26);
|
||
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
||
|
|
this.layoutControlItem6.TextVisible = false;
|
||
|
|
//
|
||
|
|
// FrmsysToolButton
|
||
|
|
//
|
||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
|
this.ClientSize = new System.Drawing.Size(1300, 800);
|
||
|
|
this.Controls.Add(this.xtraTabControl1);
|
||
|
|
this.Name = "FrmsysToolButton";
|
||
|
|
this.Text = "功能按钮维护";
|
||
|
|
this.Load += new System.EventHandler(this.FrmsysToolButton_Load);
|
||
|
|
this.Controls.SetChildIndex(this.xtraTabControl1, 0);
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
||
|
|
this.xtraTabControl1.ResumeLayout(false);
|
||
|
|
this.tabDataList.ResumeLayout(false);
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.grdListView)).EndInit();
|
||
|
|
this.tabDataDetail.ResumeLayout(false);
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
||
|
|
this.panelControl2.ResumeLayout(false);
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
||
|
|
this.layoutControl1.ResumeLayout(false);
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtbtnName.Properties)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtbtnCode.Properties)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtbtnIcon.Properties)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtremark.Properties)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
||
|
|
this.ResumeLayout(false);
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#endregion
|
||
|
|
|
||
|
|
private XtraTabControl xtraTabControl1;
|
||
|
|
private XtraTabPage tabDataList;
|
||
|
|
private XtraTabPage tabDataDetail;
|
||
|
|
private DevExpress.XtraGrid.GridControl grdList;
|
||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView grdListView;
|
||
|
|
private PanelControl panelControl2;
|
||
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
||
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
||
|
|
|
||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
||
|
|
///////////////////////////////
|
||
|
|
private DevExpress.XtraEditors.TextEdit txtid;
|
||
|
|
///////////////////////////////
|
||
|
|
private DevExpress.XtraEditors.TextEdit txtbtnName;
|
||
|
|
///////////////////////////////
|
||
|
|
private DevExpress.XtraEditors.TextEdit txtbtnCode;
|
||
|
|
///////////////////////////////
|
||
|
|
private DevExpress.XtraEditors.TextEdit txtbtnIcon;
|
||
|
|
///////////////////////////////
|
||
|
|
private DevExpress.XtraEditors.TextEdit txtremark;
|
||
|
|
|
||
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
||
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
||
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
||
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
||
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
||
|
|
private SimpleButton simpleButton1;
|
||
|
|
private LayoutControlItem layoutControlItem6;
|
||
|
|
}
|
||
|
|
}
|