From af065dd4a06281251a36de69052570c1c8be692d Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期三, 27 八月 2025 14:24:52 +0800 Subject: [PATCH] 增加组织机构的字段和查询条件 --- DevApp/Gs.DevApp/DevFrm/JJGZ/KQCX.Designer.cs | 36 ++++++++++++++++++++++++++++++------ 1 files changed, 30 insertions(+), 6 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/JJGZ/KQCX.Designer.cs b/DevApp/Gs.DevApp/DevFrm/JJGZ/KQCX.Designer.cs index 8f64045..1dfc3b6 100644 --- a/DevApp/Gs.DevApp/DevFrm/JJGZ/KQCX.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/JJGZ/KQCX.Designer.cs @@ -34,6 +34,8 @@ this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.textEdit1 = new DevExpress.XtraEditors.SearchLookUpEdit(); this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); + this.txtOrgId = new Gs.DevApp.UserControl.UcLookOrg(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); @@ -43,7 +45,7 @@ // dateEdit1 // this.dateEdit1.EditValue = null; - this.dateEdit1.Location = new System.Drawing.Point(209, 99); + this.dateEdit1.Location = new System.Drawing.Point(210, 142); this.dateEdit1.Margin = new System.Windows.Forms.Padding(2); this.dateEdit1.Name = "dateEdit1"; this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { @@ -56,7 +58,7 @@ // simpleButton1 // this.simpleButton1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x161; - this.simpleButton1.Location = new System.Drawing.Point(247, 172); + this.simpleButton1.Location = new System.Drawing.Point(248, 215); this.simpleButton1.Margin = new System.Windows.Forms.Padding(2); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(138, 44); @@ -66,7 +68,7 @@ // // labelControl1 // - this.labelControl1.Location = new System.Drawing.Point(65, 45); + this.labelControl1.Location = new System.Drawing.Point(66, 88); this.labelControl1.Margin = new System.Windows.Forms.Padding(2); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(78, 22); @@ -75,7 +77,7 @@ // // labelControl2 // - this.labelControl2.Location = new System.Drawing.Point(65, 105); + this.labelControl2.Location = new System.Drawing.Point(66, 148); this.labelControl2.Margin = new System.Windows.Forms.Padding(2); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(54, 22); @@ -84,7 +86,7 @@ // // textEdit1 // - this.textEdit1.Location = new System.Drawing.Point(209, 45); + this.textEdit1.Location = new System.Drawing.Point(210, 88); this.textEdit1.Name = "textEdit1"; this.textEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -100,11 +102,31 @@ this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // + // labelControl3 + // + this.labelControl3.Location = new System.Drawing.Point(66, 28); + this.labelControl3.Margin = new System.Windows.Forms.Padding(2); + this.labelControl3.Name = "labelControl3"; + this.labelControl3.Size = new System.Drawing.Size(78, 22); + this.labelControl3.TabIndex = 7; + this.labelControl3.Text = "閫夋嫨缁勭粐:"; + // + // txtOrgId + // + this.txtOrgId.IsReadly = false; + this.txtOrgId.Location = new System.Drawing.Point(210, 28); + this.txtOrgId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtOrgId.Name = "txtOrgId"; + this.txtOrgId.Size = new System.Drawing.Size(386, 37); + this.txtOrgId.TabIndex = 8; + // // KQCX // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(646, 248); + this.ClientSize = new System.Drawing.Size(646, 314); + this.Controls.Add(this.txtOrgId); + this.Controls.Add(this.labelControl3); this.Controls.Add(this.labelControl2); this.Controls.Add(this.labelControl1); this.Controls.Add(this.simpleButton1); @@ -132,5 +154,7 @@ private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SearchLookUpEdit textEdit1; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; + private DevExpress.XtraEditors.LabelControl labelControl3; + private UserControl.UcLookOrg txtOrgId; } } \ No newline at end of file -- Gitblit v1.9.3