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/Sys/Frm_PrintInfo.Designer.cs | 159 +++++++++++++++++++++++++--------------------------- 1 files changed, 76 insertions(+), 83 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs index 1a445d7..4f2fb2b 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.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(); @@ -48,18 +49,19 @@ this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); + this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl(); this.lbGuid = new System.Windows.Forms.Label(); this.txt_remark = new DevExpress.XtraEditors.TextEdit(); + this.txt_printNo = new DevExpress.XtraEditors.TextEdit(); this.txt_port = new DevExpress.XtraEditors.TextEdit(); this.txt_ip = new DevExpress.XtraEditors.TextEdit(); - this.txt_printNo = new DevExpress.XtraEditors.TextEdit(); - this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl(); + this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.Root = 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.tips = new DevExpress.Utils.ToolTipController(this.components); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -76,18 +78,18 @@ this.splitMx1.Panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).BeginInit(); this.splitMx1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_port.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_ip.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_printNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit(); this.layoutMx1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_printNo.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_port.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_ip.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).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(); this.SuspendLayout(); // // toolBarMenu1 @@ -148,7 +150,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"; @@ -159,7 +160,6 @@ // // gridView1 // - this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gv_printNo, @@ -175,7 +175,6 @@ // // gv_printNo // - this.gv_printNo.AppearanceCell.Options.UseFont = true; this.gv_printNo.Caption = "鎵撳嵃鏈虹紪鍙� "; this.gv_printNo.FieldName = "printNo"; @@ -189,7 +188,6 @@ // // gv_ip // - this.gv_ip.AppearanceCell.Options.UseFont = true; this.gv_ip.Caption = "鎵撳嵃鏈篒P "; this.gv_ip.FieldName = "ip"; @@ -203,7 +201,6 @@ // // gv_port // - this.gv_port.AppearanceCell.Options.UseFont = true; this.gv_port.Caption = "鎵撳嵃鏈虹鍙� "; this.gv_port.FieldName = "port"; @@ -217,7 +214,6 @@ // // gv_remark // - this.gv_remark.AppearanceCell.Options.UseFont = true; this.gv_remark.Caption = "澶囨敞 "; this.gv_remark.FieldName = "remark"; @@ -267,58 +263,6 @@ this.splitMx1.SplitterPosition = 96; this.splitMx1.TabIndex = 0; // - // lbGuid - // - this.lbGuid.Location = new System.Drawing.Point(564, 93); - this.lbGuid.Name = "lbGuid"; - this.lbGuid.Size = new System.Drawing.Size(272, 78); - this.lbGuid.TabIndex = 1; - this.lbGuid.Text = "lbGuid"; - this.lbGuid.Visible = false; - // - // txt_remark - // - this.txt_remark.Location = new System.Drawing.Point(375, 50); - this.txt_remark.Name = "txt_remark"; - - this.txt_remark.Properties.Appearance.Options.UseFont = true; - this.txt_remark.Size = new System.Drawing.Size(185, 28); - this.txt_remark.StyleController = this.layoutMx1; - this.txt_remark.TabIndex = 217; - // - // txt_port - // - this.txt_port.Location = new System.Drawing.Point(99, 50); - this.txt_port.Name = "txt_port"; - - this.txt_port.Properties.Appearance.Options.UseFont = true; - this.txt_port.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager)); - this.txt_port.Properties.MaskSettings.Set("mask", "\\d+"); - this.txt_port.Size = new System.Drawing.Size(185, 28); - this.txt_port.StyleController = this.layoutMx1; - this.txt_port.TabIndex = 216; - this.txt_port.Tag = "moren.9100"; - // - // txt_ip - // - this.txt_ip.Location = new System.Drawing.Point(375, 12); - this.txt_ip.Name = "txt_ip"; - - this.txt_ip.Properties.Appearance.Options.UseFont = true; - this.txt_ip.Size = new System.Drawing.Size(185, 28); - this.txt_ip.StyleController = this.layoutMx1; - this.txt_ip.TabIndex = 213; - // - // txt_printNo - // - this.txt_printNo.Location = new System.Drawing.Point(99, 12); - this.txt_printNo.Name = "txt_printNo"; - - this.txt_printNo.Properties.Appearance.Options.UseFont = true; - this.txt_printNo.Size = new System.Drawing.Size(185, 28); - this.txt_printNo.StyleController = this.layoutMx1; - this.txt_printNo.TabIndex = 211; - // // layoutMx1 // this.layoutMx1.Controls.Add(this.lbGuid); @@ -336,6 +280,66 @@ this.layoutMx1.Size = new System.Drawing.Size(1126, 96); this.layoutMx1.TabIndex = 0; this.layoutMx1.Text = "layoutControl1"; + // + // lbGuid + // + this.lbGuid.Location = new System.Drawing.Point(564, 93); + this.lbGuid.Name = "lbGuid"; + this.lbGuid.Size = new System.Drawing.Size(272, 78); + this.lbGuid.TabIndex = 1; + this.lbGuid.Text = "lbGuid"; + this.lbGuid.Visible = false; + // + // txt_remark + // + this.txt_remark.Location = new System.Drawing.Point(375, 50); + this.txt_remark.Name = "txt_remark"; + this.txt_remark.Properties.Appearance.Options.UseFont = true; + this.txt_remark.Size = new System.Drawing.Size(185, 24); + this.txt_remark.StyleController = this.layoutMx1; + this.txt_remark.TabIndex = 217; + // + // txt_printNo + // + this.txt_printNo.Location = new System.Drawing.Point(99, 12); + this.txt_printNo.Name = "txt_printNo"; + this.txt_printNo.Properties.Appearance.Options.UseFont = true; + this.txt_printNo.Size = new System.Drawing.Size(185, 24); + this.txt_printNo.StyleController = this.layoutMx1; + this.txt_printNo.TabIndex = 211; + // + // txt_port + // + this.txt_port.Location = new System.Drawing.Point(99, 50); + this.txt_port.Name = "txt_port"; + this.txt_port.Properties.Appearance.Options.UseFont = true; + this.txt_port.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager)); + this.txt_port.Properties.MaskSettings.Set("mask", "\\d+"); + this.txt_port.Size = new System.Drawing.Size(185, 24); + this.txt_port.StyleController = this.layoutMx1; + this.txt_port.TabIndex = 216; + this.txt_port.Tag = "moren.9100"; + // + // txt_ip + // + this.txt_ip.Location = new System.Drawing.Point(375, 12); + this.txt_ip.Name = "txt_ip"; + this.txt_ip.Properties.Appearance.Options.UseFont = true; + this.txt_ip.Size = new System.Drawing.Size(185, 24); + this.txt_ip.StyleController = this.layoutMx1; + this.txt_ip.TabIndex = 213; + // + // layoutControlItem5 + // + this.layoutControlItem5.Control = this.lbGuid; + this.layoutControlItem5.Location = new System.Drawing.Point(552, 81); + this.layoutControlItem5.Name = "layoutControlItem5"; + this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem5.Size = new System.Drawing.Size(276, 82); + this.layoutControlItem5.Text = "涓婚敭Guid"; + this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem5.TextVisible = false; // // Root // @@ -411,18 +415,6 @@ this.layoutControlItem4.Text = "澶囨敞"; this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18); // - // layoutControlItem5 - // - this.layoutControlItem5.Control = this.lbGuid; - this.layoutControlItem5.Location = new System.Drawing.Point(552, 81); - this.layoutControlItem5.Name = "layoutControlItem5"; - this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem5.Size = new System.Drawing.Size(276, 82); - this.layoutControlItem5.Text = "涓婚敭Guid"; - this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem5.TextVisible = false; - // // Frm_PrintInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -448,18 +440,18 @@ ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).EndInit(); this.splitMx1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_port.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_ip.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_printNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit(); this.layoutMx1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_printNo.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_port.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_ip.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).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(); this.ResumeLayout(false); } @@ -489,5 +481,6 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; + private DevExpress.Utils.ToolTipController tips; } } \ No newline at end of file -- Gitblit v1.9.3