From 0c249ab28b9eddccb2a7c0e413086931cb2346f1 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期四, 11 九月 2025 10:02:17 +0800
Subject: [PATCH] print
---
DevApp/Gs.DevApp/DevFrm/JJGZ/KQCX.Designer.cs | 38 +++++++++++++++++++++++++++++++-------
1 files changed, 31 insertions(+), 7 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/JJGZ/KQCX.Designer.cs b/DevApp/Gs.DevApp/DevFrm/JJGZ/KQCX.Designer.cs
index ed6e4b2..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);
@@ -115,7 +137,7 @@
this.MinimizeBox = false;
this.Name = "KQCX";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "娆犳枡琛ㄦ煡璇�";
+ this.Text = "鏌ヨ";
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
@@ -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