From ec02022018c44e794fa53e40daa96321daaae4fc Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 02 六月 2025 15:21:30 +0800
Subject: [PATCH] 清理
---
DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs | 117 +++++++++++++++++++++++++++++-----------------------------
1 files changed, 59 insertions(+), 58 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
index f178005..ce761ca 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
@@ -29,6 +29,7 @@
/// </summary>
private void InitializeComponent()
{
+ this.components = new System.ComponentModel.Container();
DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
DevExpress.XtraEditors.FormatConditionRuleExpression formatConditionRuleExpression1 = new DevExpress.XtraEditors.FormatConditionRuleExpression();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
@@ -65,7 +66,7 @@
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.split1 = new DevExpress.XtraEditors.SplitContainerControl();
- this.gcMain = new DevExpress.XtraGrid.GridControl();
+ this.gcMain1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.account = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -83,6 +84,7 @@
this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
+ this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -97,17 +99,18 @@
this.txt_email = new DevExpress.XtraEditors.TextEdit();
this.txt_tel = new DevExpress.XtraEditors.TextEdit();
this.txt_isStatus = new DevExpress.XtraEditors.CheckEdit();
+ this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.tips = new DevExpress.Utils.ToolTipController(this.components);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -116,7 +119,7 @@
this.split1.Panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit();
this.split1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
@@ -138,12 +141,12 @@
((System.ComponentModel.ISupportInitialize)(this.txt_email.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_tel.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
@@ -153,7 +156,6 @@
//
// isLocked
//
- this.isLocked.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.isLocked.AppearanceCell.Options.UseFont = true;
this.isLocked.Caption = "浣跨敤鐘舵��";
this.isLocked.FieldName = "isStatus";
@@ -205,45 +207,45 @@
// split1
//
this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
this.split1.Horizontal = false;
this.split1.Location = new System.Drawing.Point(0, 0);
this.split1.Name = "split1";
//
// split1.Panel1
//
- this.split1.Panel1.Controls.Add(this.gcMain);
+ this.split1.Panel1.Controls.Add(this.gcMain1);
this.split1.Panel1.Controls.Add(this.pageBar1);
this.split1.Panel1.Text = "Panel1";
//
// split1.Panel2
//
this.split1.Panel2.Text = "Panel2";
+ this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.split1.Size = new System.Drawing.Size(1002, 570);
- this.split1.SplitterPosition = 556;
+ this.split1.SplitterPosition = 0;
this.split1.TabIndex = 0;
//
- // gcMain
+ // gcMain1
//
- this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gcMain.Location = new System.Drawing.Point(0, 0);
- this.gcMain.MainView = this.gridView1;
- this.gcMain.Name = "gcMain";
- this.gcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
+ this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.gcMain1.Location = new System.Drawing.Point(0, 0);
+ this.gcMain1.MainView = this.gridView1;
+ this.gcMain1.Name = "gcMain1";
+ this.gcMain1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemButtonEdit1,
this.repositoryItemButtonEdit2,
this.repositoryItemButtonEdit3,
this.repositoryItemButtonEdit4});
- this.gcMain.Size = new System.Drawing.Size(1002, 517);
- this.gcMain.TabIndex = 2;
- this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+ this.gcMain1.Size = new System.Drawing.Size(1002, 519);
+ this.gcMain1.TabIndex = 2;
+ this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
- this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.ColumnPanelRowHeight = 50;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -259,7 +261,8 @@
this.colRole,
this.gridColumn4,
this.gridColumn5,
- this.gridColumn1});
+ this.gridColumn1,
+ this.gridColumn6});
gridFormatRule1.Column = this.isLocked;
gridFormatRule1.Name = "Format0";
formatConditionRuleExpression1.Appearance.ForeColor = System.Drawing.Color.Red;
@@ -268,7 +271,7 @@
formatConditionRuleExpression1.PredefinedName = "Red Text";
gridFormatRule1.Rule = formatConditionRuleExpression1;
this.gridView1.FormatRules.Add(gridFormatRule1);
- this.gridView1.GridControl = this.gcMain;
+ this.gridView1.GridControl = this.gcMain1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
this.gridView1.OptionsView.ShowAutoFilterRow = true;
@@ -289,7 +292,6 @@
//
// account
//
- this.account.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.account.AppearanceCell.Options.UseFont = true;
this.account.Caption = "鐧诲綍璐﹀彿";
this.account.FieldName = "account";
@@ -303,7 +305,6 @@
//
// userName
//
- this.userName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.userName.AppearanceCell.Options.UseFont = true;
this.userName.Caption = "鐧诲綍鍚嶇О";
this.userName.FieldName = "userName";
@@ -329,7 +330,6 @@
//
// createTime
//
- this.createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.createTime.AppearanceCell.Options.UseFont = true;
this.createTime.Caption = "寤虹珛鏃堕棿";
this.createTime.FieldName = "createTime";
@@ -343,7 +343,6 @@
//
// lastLoginTime
//
- this.lastLoginTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.lastLoginTime.AppearanceCell.Options.UseFont = true;
this.lastLoginTime.Caption = "鏈�杩戠櫥褰曟椂闂�";
this.lastLoginTime.FieldName = "lastloginTime";
@@ -357,7 +356,6 @@
//
// loginCounter
//
- this.loginCounter.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.loginCounter.AppearanceCell.Options.UseFont = true;
this.loginCounter.Caption = "鐧诲綍娆℃暟";
this.loginCounter.FieldName = "loginCounter";
@@ -398,10 +396,9 @@
this.repositoryItemButtonEdit1.AutoHeight = false;
editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.user_16x16;
editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
- serializableAppearanceObject1.Font = new System.Drawing.Font("Tahoma", 10F);
serializableAppearanceObject1.Options.UseFont = true;
this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "瑙掕壊鏉冮檺", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "鍒嗛厤瑙掕壊", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
@@ -472,11 +469,19 @@
this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_ButtonClick);
//
+ // gridColumn6
+ //
+ this.gridColumn6.Caption = "涓婚敭GUID";
+ this.gridColumn6.FieldName = "guid";
+ this.gridColumn6.MinWidth = 25;
+ this.gridColumn6.Name = "gridColumn6";
+ this.gridColumn6.Width = 94;
+ //
// pageBar1
//
this.pageBar1.CurrentPage = 1;
this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pageBar1.Location = new System.Drawing.Point(0, 517);
+ this.pageBar1.Location = new System.Drawing.Point(0, 519);
this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.pageBar1.Name = "pageBar1";
this.pageBar1.RecordCount = 0;
@@ -506,6 +511,7 @@
// splitMx1.Panel2
//
this.splitMx1.Panel2.Text = "Panel2";
+ this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.splitMx1.Size = new System.Drawing.Size(1002, 570);
this.splitMx1.SplitterPosition = 180;
this.splitMx1.TabIndex = 0;
@@ -538,7 +544,7 @@
this.txt_staffId.IsReadly = false;
this.txt_staffId.Location = new System.Drawing.Point(329, 52);
this.txt_staffId.Name = "txt_staffId";
- this.txt_staffId.Size = new System.Drawing.Size(169, 28);
+ this.txt_staffId.Size = new System.Drawing.Size(169, 24);
this.txt_staffId.TabIndex = 135;
//
// lbGuid
@@ -555,9 +561,8 @@
this.txt_account.Location = new System.Drawing.Point(84, 12);
this.txt_account.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_account.Name = "txt_account";
- this.txt_account.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_account.Properties.Appearance.Options.UseFont = true;
- this.txt_account.Size = new System.Drawing.Size(169, 28);
+ this.txt_account.Size = new System.Drawing.Size(169, 24);
this.txt_account.StyleController = this.layoutMx1;
this.txt_account.TabIndex = 128;
//
@@ -566,7 +571,6 @@
this.txt_remark.Location = new System.Drawing.Point(84, 92);
this.txt_remark.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_remark.Name = "txt_remark";
- this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_remark.Properties.Appearance.Options.UseFont = true;
this.txt_remark.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txt_remark.Size = new System.Drawing.Size(169, 36);
@@ -578,9 +582,8 @@
this.txt_password.Location = new System.Drawing.Point(329, 12);
this.txt_password.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_password.Name = "txt_password";
- this.txt_password.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_password.Properties.Appearance.Options.UseFont = true;
- this.txt_password.Size = new System.Drawing.Size(169, 28);
+ this.txt_password.Size = new System.Drawing.Size(169, 24);
this.txt_password.StyleController = this.layoutMx1;
this.txt_password.TabIndex = 99;
//
@@ -589,9 +592,8 @@
this.txt_userName.Location = new System.Drawing.Point(84, 52);
this.txt_userName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_userName.Name = "txt_userName";
- this.txt_userName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_userName.Properties.Appearance.Options.UseFont = true;
- this.txt_userName.Size = new System.Drawing.Size(169, 28);
+ this.txt_userName.Size = new System.Drawing.Size(169, 24);
this.txt_userName.StyleController = this.layoutMx1;
this.txt_userName.TabIndex = 95;
//
@@ -600,9 +602,8 @@
this.txt_address.Location = new System.Drawing.Point(329, 92);
this.txt_address.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_address.Name = "txt_address";
- this.txt_address.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_address.Properties.Appearance.Options.UseFont = true;
- this.txt_address.Size = new System.Drawing.Size(169, 28);
+ this.txt_address.Size = new System.Drawing.Size(169, 24);
this.txt_address.StyleController = this.layoutMx1;
this.txt_address.TabIndex = 124;
//
@@ -611,9 +612,8 @@
this.txt_email.Location = new System.Drawing.Point(574, 12);
this.txt_email.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_email.Name = "txt_email";
- this.txt_email.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_email.Properties.Appearance.Options.UseFont = true;
- this.txt_email.Size = new System.Drawing.Size(169, 28);
+ this.txt_email.Size = new System.Drawing.Size(169, 24);
this.txt_email.StyleController = this.layoutMx1;
this.txt_email.TabIndex = 120;
//
@@ -622,9 +622,8 @@
this.txt_tel.Location = new System.Drawing.Point(574, 52);
this.txt_tel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_tel.Name = "txt_tel";
- this.txt_tel.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_tel.Properties.Appearance.Options.UseFont = true;
- this.txt_tel.Size = new System.Drawing.Size(169, 28);
+ this.txt_tel.Size = new System.Drawing.Size(169, 24);
this.txt_tel.StyleController = this.layoutMx1;
this.txt_tel.TabIndex = 122;
//
@@ -636,6 +635,18 @@
this.txt_isStatus.Size = new System.Drawing.Size(241, 24);
this.txt_isStatus.StyleController = this.layoutMx1;
this.txt_isStatus.TabIndex = 136;
+ //
+ // layoutControlItem10
+ //
+ this.layoutControlItem10.Control = this.lbGuid;
+ this.layoutControlItem10.Location = new System.Drawing.Point(735, 40);
+ this.layoutControlItem10.Name = "layoutControlItem10";
+ this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
+ this.layoutControlItem10.Size = new System.Drawing.Size(247, 40);
+ this.layoutControlItem10.Text = "lbGuid";
+ this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem10.TextVisible = false;
//
// Root
//
@@ -722,18 +733,6 @@
this.layoutControlItem7.Text = "澶囨敞";
this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 18);
//
- // layoutControlItem10
- //
- this.layoutControlItem10.Control = this.lbGuid;
- this.layoutControlItem10.Location = new System.Drawing.Point(735, 40);
- this.layoutControlItem10.Name = "layoutControlItem10";
- this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3;
- this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem10.Size = new System.Drawing.Size(247, 40);
- this.layoutControlItem10.Text = "lbGuid";
- this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem10.TextVisible = false;
- //
// layoutControlItem9
//
this.layoutControlItem9.Control = this.txt_isStatus;
@@ -752,7 +751,7 @@
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem2.Size = new System.Drawing.Size(245, 40);
- this.layoutControlItem2.Text = "鍒濆瀵嗙爜";
+ this.layoutControlItem2.Text = "鐢ㄦ埛瀵嗙爜";
this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18);
//
// layoutControlItem3
@@ -804,7 +803,7 @@
((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit();
this.split1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
@@ -826,12 +825,12 @@
((System.ComponentModel.ISupportInitialize)(this.txt_email.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_tel.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
@@ -847,7 +846,7 @@
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraEditors.SplitContainerControl split1;
- private DevExpress.XtraGrid.GridControl gcMain;
+ private DevExpress.XtraGrid.GridControl gcMain1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn isLocked;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
@@ -891,5 +890,7 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
+ private DevExpress.Utils.ToolTipController tips;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
}
}
\ No newline at end of file
--
Gitblit v1.9.3