From ab354260b4b9ca8cf1aa12573310ec2a9598e084 Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期五, 20 九月 2024 22:04:35 +0800
Subject: [PATCH] 库位设置
---
DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs | 39 +++++++++++++++++++--------------------
1 files changed, 19 insertions(+), 20 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs
index a9e09d1..8448785 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs
@@ -29,7 +29,6 @@
/// </summary>
private void InitializeComponent()
{
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Role));
this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -51,7 +50,7 @@
this.lbGuid = new System.Windows.Forms.Label();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
- this.txt_status = new DevExpress.XtraEditors.ComboBoxEdit();
+ this.txt_isStatus = new DevExpress.XtraEditors.ComboBoxEdit();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.trv = new System.Windows.Forms.TreeView();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
@@ -63,13 +62,12 @@
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_roleName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_rolRemark.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// toolBarMenu1
//
- this.toolBarMenu1.actions = ((System.Collections.Generic.List<string>)(resources.GetObject("toolBarMenu1.actions")));
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
this.toolBarMenu1.isSetBtn = false;
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
@@ -148,7 +146,7 @@
// status
//
this.status.Caption = "鐘舵��";
- this.status.FieldName = "statusTxt";
+ this.status.FieldName = "isStatusTxt";
this.status.MinWidth = 25;
this.status.Name = "status";
this.status.OptionsColumn.AllowEdit = false;
@@ -159,7 +157,7 @@
// createDate
//
this.createDate.Caption = "寤虹珛鏃堕棿";
- this.createDate.FieldName = "createDate";
+ this.createDate.FieldName = "edtTime";
this.createDate.MinWidth = 25;
this.createDate.Name = "createDate";
this.createDate.OptionsColumn.AllowEdit = false;
@@ -184,6 +182,7 @@
//
this.xtraTabPage2.Controls.Add(this.panel1);
this.xtraTabPage2.Name = "xtraTabPage2";
+ this.xtraTabPage2.PageEnabled = false;
this.xtraTabPage2.Size = new System.Drawing.Size(933, 629);
this.xtraTabPage2.Text = "鏁版嵁缂栬緫";
//
@@ -199,7 +198,7 @@
this.panel1.Controls.Add(this.lbGuid);
this.panel1.Controls.Add(this.labelControl9);
this.panel1.Controls.Add(this.labelControl5);
- this.panel1.Controls.Add(this.txt_status);
+ this.panel1.Controls.Add(this.txt_isStatus);
this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
this.panel1.Location = new System.Drawing.Point(62, 49);
this.panel1.Name = "panel1";
@@ -299,22 +298,22 @@
this.labelControl5.TabIndex = 101;
this.labelControl5.Text = "瑙掕壊鐘舵�侊細";
//
- // txt_status
+ // txt_isStatus
//
- this.txt_status.Location = new System.Drawing.Point(123, 152);
- this.txt_status.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.txt_status.Name = "txt_status";
- this.txt_status.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
- this.txt_status.Properties.Appearance.Options.UseFont = true;
- this.txt_status.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+ this.txt_isStatus.Location = new System.Drawing.Point(123, 152);
+ this.txt_isStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.txt_isStatus.Name = "txt_isStatus";
+ this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.txt_isStatus.Properties.Appearance.Options.UseFont = true;
+ this.txt_isStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txt_status.Properties.Items.AddRange(new object[] {
+ this.txt_isStatus.Properties.Items.AddRange(new object[] {
"-璇烽�夋嫨-",
"姝e父",
"绂佺敤"});
- this.txt_status.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- this.txt_status.Size = new System.Drawing.Size(297, 28);
- this.txt_status.TabIndex = 100;
+ this.txt_isStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+ this.txt_isStatus.Size = new System.Drawing.Size(297, 28);
+ this.txt_isStatus.TabIndex = 100;
//
// groupBox1
//
@@ -357,7 +356,7 @@
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_roleName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_rolRemark.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
@@ -385,7 +384,7 @@
private System.Windows.Forms.Label lbGuid;
private DevExpress.XtraEditors.LabelControl labelControl9;
private DevExpress.XtraEditors.LabelControl labelControl5;
- private DevExpress.XtraEditors.ComboBoxEdit txt_status;
+ private DevExpress.XtraEditors.ComboBoxEdit txt_isStatus;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraGrid.Columns.GridColumn createDate;
}
--
Gitblit v1.9.3