From e19ea4337fa65725e6e22073a7b600dcc9887d4b Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 07 四月 2025 08:27:54 +0800 Subject: [PATCH] 鸟嘴提示 --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs | 76 +++++++++++++++++--------------------- 1 files changed, 34 insertions(+), 42 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs index b3e492b..63bc2d1 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs @@ -29,6 +29,7 @@ /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); @@ -95,6 +96,7 @@ this.gvMx1lastupdateDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); + this.tips = new DevExpress.Utils.ToolTipController(this.components); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -198,7 +200,6 @@ // gcMain1 // 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"; @@ -211,7 +212,6 @@ // this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.ColumnPanelRowHeight = 60; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { @@ -250,7 +250,6 @@ // // gv_depotCode // - this.gv_depotCode.AppearanceCell.Options.UseFont = true; this.gv_depotCode.Caption = "浠撳簱缂栫爜"; this.gv_depotCode.FieldName = "depotCode"; @@ -264,7 +263,6 @@ // // gv_depotName // - this.gv_depotName.AppearanceCell.Options.UseFont = true; this.gv_depotName.Caption = "浠撳簱鍚嶇О"; this.gv_depotName.FieldName = "depotName"; @@ -291,7 +289,6 @@ // // gv_createBy // - this.gv_createBy.AppearanceCell.Options.UseFont = true; this.gv_createBy.Caption = "浠撳簱璐熻矗浜�"; this.gv_createBy.FieldName = "createBy"; @@ -483,20 +480,20 @@ // // txt_isFkc // - this.txt_isFkc.Location = new System.Drawing.Point(1036, 12); + this.txt_isFkc.Location = new System.Drawing.Point(1052, 12); this.txt_isFkc.Name = "txt_isFkc"; this.txt_isFkc.Properties.Appearance.Options.UseFont = true; - this.txt_isFkc.Size = new System.Drawing.Size(195, 28); + this.txt_isFkc.Size = new System.Drawing.Size(200, 24); this.txt_isFkc.StyleController = this.layoutMx1; this.txt_isFkc.TabIndex = 291; this.txt_isFkc.Tag = "readonly"; // // txt_isNg // - this.txt_isNg.Location = new System.Drawing.Point(1036, 44); + this.txt_isNg.Location = new System.Drawing.Point(1052, 43); this.txt_isNg.Name = "txt_isNg"; this.txt_isNg.Properties.Appearance.Options.UseFont = true; - this.txt_isNg.Size = new System.Drawing.Size(195, 28); + this.txt_isNg.Size = new System.Drawing.Size(200, 24); this.txt_isNg.StyleController = this.layoutMx1; this.txt_isNg.TabIndex = 267; this.txt_isNg.Tag = "readonly"; @@ -505,61 +502,58 @@ // this.txt_depotCode.Location = new System.Drawing.Point(119, 12); this.txt_depotCode.Name = "txt_depotCode"; - this.txt_depotCode.Properties.Appearance.Options.UseFont = true; - this.txt_depotCode.Size = new System.Drawing.Size(194, 28); + this.txt_depotCode.Size = new System.Drawing.Size(200, 24); this.txt_depotCode.StyleController = this.layoutMx1; this.txt_depotCode.TabIndex = 213; this.txt_depotCode.Tag = "readonly"; // // txt_zuid // - this.txt_zuid.Location = new System.Drawing.Point(730, 44); + this.txt_zuid.Location = new System.Drawing.Point(741, 43); this.txt_zuid.Name = "txt_zuid"; this.txt_zuid.Properties.Appearance.Options.UseFont = true; - this.txt_zuid.Size = new System.Drawing.Size(195, 28); + this.txt_zuid.Size = new System.Drawing.Size(200, 24); this.txt_zuid.StyleController = this.layoutMx1; this.txt_zuid.TabIndex = 285; this.txt_zuid.Tag = "readonly"; // // txt_depotName // - this.txt_depotName.Location = new System.Drawing.Point(424, 12); + this.txt_depotName.Location = new System.Drawing.Point(430, 12); this.txt_depotName.Name = "txt_depotName"; - this.txt_depotName.Properties.Appearance.Options.UseFont = true; - this.txt_depotName.Size = new System.Drawing.Size(195, 28); + this.txt_depotName.Size = new System.Drawing.Size(200, 24); this.txt_depotName.StyleController = this.layoutMx1; this.txt_depotName.TabIndex = 216; this.txt_depotName.Tag = "readonly"; // // txt_createBy // - this.txt_createBy.Location = new System.Drawing.Point(730, 12); + this.txt_createBy.Location = new System.Drawing.Point(741, 12); this.txt_createBy.Name = "txt_createBy"; - this.txt_createBy.Properties.Appearance.Options.UseFont = true; - this.txt_createBy.Size = new System.Drawing.Size(195, 28); + this.txt_createBy.Size = new System.Drawing.Size(200, 24); this.txt_createBy.StyleController = this.layoutMx1; this.txt_createBy.TabIndex = 219; this.txt_createBy.Tag = "readonly"; // // txt_description // - this.txt_description.Location = new System.Drawing.Point(119, 44); + this.txt_description.Location = new System.Drawing.Point(119, 43); this.txt_description.Name = "txt_description"; this.txt_description.Properties.Appearance.Options.UseFont = true; - this.txt_description.Size = new System.Drawing.Size(194, 28); + this.txt_description.Size = new System.Drawing.Size(200, 24); this.txt_description.StyleController = this.layoutMx1; this.txt_description.TabIndex = 217; this.txt_description.Tag = "readonly"; // // txt_depottype // - this.txt_depottype.Location = new System.Drawing.Point(424, 44); + this.txt_depottype.Location = new System.Drawing.Point(430, 43); this.txt_depottype.Name = "txt_depottype"; this.txt_depottype.Properties.Appearance.Options.UseFont = true; - this.txt_depottype.Size = new System.Drawing.Size(195, 28); + this.txt_depottype.Size = new System.Drawing.Size(200, 24); this.txt_depottype.StyleController = this.layoutMx1; this.txt_depottype.TabIndex = 231; this.txt_depottype.Tag = "readonly"; @@ -611,7 +605,7 @@ this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2}); - this.Root.Size = new System.Drawing.Size(1243, 84); + this.Root.Size = new System.Drawing.Size(1264, 82); this.Root.TextVisible = false; // // layoutControlItem1 @@ -619,80 +613,80 @@ this.layoutControlItem1.Control = this.txt_depotCode; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Size = new System.Drawing.Size(305, 32); + this.layoutControlItem1.Size = new System.Drawing.Size(311, 31); this.layoutControlItem1.Text = "浠撳簱缂栫爜"; this.layoutControlItem1.TextSize = new System.Drawing.Size(95, 18); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txt_depotName; - this.layoutControlItem2.Location = new System.Drawing.Point(305, 0); + this.layoutControlItem2.Location = new System.Drawing.Point(311, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem2.Size = new System.Drawing.Size(306, 32); + this.layoutControlItem2.Size = new System.Drawing.Size(311, 31); this.layoutControlItem2.Text = "浠撳簱鍚嶇О"; this.layoutControlItem2.TextSize = new System.Drawing.Size(95, 18); // // layoutControlItem3 // this.layoutControlItem3.Control = this.txt_createBy; - this.layoutControlItem3.Location = new System.Drawing.Point(611, 0); + this.layoutControlItem3.Location = new System.Drawing.Point(622, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem3.Size = new System.Drawing.Size(306, 32); + this.layoutControlItem3.Size = new System.Drawing.Size(311, 31); this.layoutControlItem3.Text = "浠撳簱璐熻矗浜�"; this.layoutControlItem3.TextSize = new System.Drawing.Size(95, 18); // // layoutControlItem4 // this.layoutControlItem4.Control = this.txt_description; - this.layoutControlItem4.Location = new System.Drawing.Point(0, 32); + this.layoutControlItem4.Location = new System.Drawing.Point(0, 31); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem4.Size = new System.Drawing.Size(305, 32); + this.layoutControlItem4.Size = new System.Drawing.Size(311, 31); this.layoutControlItem4.Text = "澶囨敞"; this.layoutControlItem4.TextSize = new System.Drawing.Size(95, 18); // // layoutControlItem5 // this.layoutControlItem5.Control = this.txt_depottype; - this.layoutControlItem5.Location = new System.Drawing.Point(305, 32); + this.layoutControlItem5.Location = new System.Drawing.Point(311, 31); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem5.Size = new System.Drawing.Size(306, 32); + this.layoutControlItem5.Size = new System.Drawing.Size(311, 31); this.layoutControlItem5.Text = "浠撳簱绫诲瀷"; this.layoutControlItem5.TextSize = new System.Drawing.Size(95, 18); // // layoutControlItem6 // this.layoutControlItem6.Control = this.txt_zuid; - this.layoutControlItem6.Location = new System.Drawing.Point(611, 32); + this.layoutControlItem6.Location = new System.Drawing.Point(622, 31); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem6.Size = new System.Drawing.Size(306, 32); + this.layoutControlItem6.Size = new System.Drawing.Size(311, 31); this.layoutControlItem6.Text = "鍒嗙粍"; this.layoutControlItem6.TextSize = new System.Drawing.Size(95, 18); // // layoutControlItem7 // this.layoutControlItem7.Control = this.txt_isFkc; - this.layoutControlItem7.Location = new System.Drawing.Point(917, 0); + this.layoutControlItem7.Location = new System.Drawing.Point(933, 0); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem7.Size = new System.Drawing.Size(306, 32); + this.layoutControlItem7.Size = new System.Drawing.Size(311, 31); this.layoutControlItem7.Text = "鍏佽璐熷簱瀛�"; this.layoutControlItem7.TextSize = new System.Drawing.Size(95, 18); // // layoutControlItem8 // this.layoutControlItem8.Control = this.txt_isNg; - this.layoutControlItem8.Location = new System.Drawing.Point(917, 32); + this.layoutControlItem8.Location = new System.Drawing.Point(933, 31); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem8.Size = new System.Drawing.Size(306, 32); + this.layoutControlItem8.Size = new System.Drawing.Size(311, 31); this.layoutControlItem8.Text = "鏄惁涓嶈壇鍝佷粨 "; this.layoutControlItem8.TextSize = new System.Drawing.Size(95, 18); // @@ -729,7 +723,6 @@ // // gvMx1 // - this.gvMx1.Appearance.Row.Options.UseFont = true; this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gvMx1guid, @@ -748,7 +741,6 @@ // // gvMx1guid // - this.gvMx1guid.AppearanceCell.Options.UseFont = true; this.gvMx1guid.Caption = "涓婚敭涓嶈兘鍒犻櫎"; this.gvMx1guid.FieldName = "guid"; @@ -796,7 +788,6 @@ // // gvMx1lastupdateBy // - this.gvMx1lastupdateBy.AppearanceCell.Options.UseFont = true; this.gvMx1lastupdateBy.Caption = "鏈�鍚庢洿鏂颁汉"; this.gvMx1lastupdateBy.FieldName = "lastupdateBy"; @@ -953,5 +944,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gvMx1lastupdateDate; private DevExpress.XtraGrid.Columns.GridColumn gvMxDel; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; + private DevExpress.Utils.ToolTipController tips; } } \ No newline at end of file -- Gitblit v1.9.3