SVN-Revision: r805
This commit is contained in:
wyf
2025-06-27 09:20:56 +00:00
parent 595529dbdf
commit 15ae23c2e5
2 changed files with 33 additions and 32 deletions
+31 -31
View File
@@ -68,6 +68,8 @@
this.pl_main_top_center = new DevExpress.XtraEditors.PanelControl(); this.pl_main_top_center = new DevExpress.XtraEditors.PanelControl();
this.lbTitle = new System.Windows.Forms.Label(); this.lbTitle = new System.Windows.Forms.Label();
this.pl_main_top_right = new DevExpress.XtraEditors.PanelControl(); this.pl_main_top_right = new DevExpress.XtraEditors.PanelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.lblOrderNo = new DevExpress.XtraEditors.LabelControl();
this.pl_main_top_left = new DevExpress.XtraEditors.PanelControl(); this.pl_main_top_left = new DevExpress.XtraEditors.PanelControl();
this.pl_red = new DevExpress.XtraEditors.PanelControl(); this.pl_red = new DevExpress.XtraEditors.PanelControl();
this.rdRed = new System.Windows.Forms.RadioButton(); this.rdRed = new System.Windows.Forms.RadioButton();
@@ -80,8 +82,6 @@
this.pMenu = new DevExpress.XtraBars.PopupMenu(this.components); this.pMenu = new DevExpress.XtraBars.PopupMenu(this.components);
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker(); this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
this.lblOrderNo = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.ssc_main)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ssc_main)).BeginInit();
this.ssc_main.SuspendLayout(); this.ssc_main.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ssc_main_top)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ssc_main_top)).BeginInit();
@@ -250,7 +250,7 @@
this.pl_main_center_master.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_main_center_master.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_main_center_master.Location = new System.Drawing.Point(0, 0); this.pl_main_center_master.Location = new System.Drawing.Point(0, 0);
this.pl_main_center_master.Name = "pl_main_center_master"; this.pl_main_center_master.Name = "pl_main_center_master";
this.pl_main_center_master.Size = new System.Drawing.Size(636, 179); this.pl_main_center_master.Size = new System.Drawing.Size(636, 169);
this.pl_main_center_master.TabIndex = 7; this.pl_main_center_master.TabIndex = 7;
// //
// pl_treeview_detault_search // pl_treeview_detault_search
@@ -372,9 +372,9 @@
// //
this.pl_buttom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_buttom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_buttom.Location = new System.Drawing.Point(0, 179); this.pl_buttom.Location = new System.Drawing.Point(0, 169);
this.pl_buttom.Name = "pl_buttom"; this.pl_buttom.Name = "pl_buttom";
this.pl_buttom.Size = new System.Drawing.Size(636, 36); this.pl_buttom.Size = new System.Drawing.Size(636, 46);
this.pl_buttom.TabIndex = 23; this.pl_buttom.TabIndex = 23;
// //
// pl_main_bottom // pl_main_bottom
@@ -602,6 +602,32 @@
this.pl_main_top_right.Size = new System.Drawing.Size(291, 34); this.pl_main_top_right.Size = new System.Drawing.Size(291, 34);
this.pl_main_top_right.TabIndex = 2; this.pl_main_top_right.TabIndex = 2;
// //
// labelControl1
//
this.labelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Blue;
this.labelControl1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Right;
this.labelControl1.Location = new System.Drawing.Point(89, 10);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(72, 16);
this.labelControl1.TabIndex = 8;
this.labelControl1.Text = "单据编号:";
//
// lblOrderNo
//
this.lblOrderNo.Appearance.BackColor = System.Drawing.Color.Transparent;
this.lblOrderNo.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Underline);
this.lblOrderNo.Appearance.ForeColor = System.Drawing.Color.Blue;
this.lblOrderNo.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
this.lblOrderNo.Dock = System.Windows.Forms.DockStyle.Right;
this.lblOrderNo.Location = new System.Drawing.Point(161, 10);
this.lblOrderNo.Name = "lblOrderNo";
this.lblOrderNo.Size = new System.Drawing.Size(120, 16);
this.lblOrderNo.TabIndex = 2;
this.lblOrderNo.Text = "XTC170112010001";
//
// pl_main_top_left // pl_main_top_left
// //
this.pl_main_top_left.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_main_top_left.Appearance.BackColor = System.Drawing.Color.Transparent;
@@ -692,32 +718,6 @@
this.pMenu.Manager = this.barManager1; this.pMenu.Manager = this.barManager1;
this.pMenu.Name = "pMenu"; this.pMenu.Name = "pMenu";
// //
// lblOrderNo
//
this.lblOrderNo.Appearance.BackColor = System.Drawing.Color.Transparent;
this.lblOrderNo.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Underline);
this.lblOrderNo.Appearance.ForeColor = System.Drawing.Color.Blue;
this.lblOrderNo.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
this.lblOrderNo.Dock = System.Windows.Forms.DockStyle.Right;
this.lblOrderNo.Location = new System.Drawing.Point(161, 10);
this.lblOrderNo.Name = "lblOrderNo";
this.lblOrderNo.Size = new System.Drawing.Size(120, 16);
this.lblOrderNo.TabIndex = 2;
this.lblOrderNo.Text = "XTC170112010001";
//
// labelControl1
//
this.labelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Blue;
this.labelControl1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Right;
this.labelControl1.Location = new System.Drawing.Point(89, 10);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(72, 16);
this.labelControl1.TabIndex = 8;
this.labelControl1.Text = "单据编号:";
//
// BillModule // BillModule
// //
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
+2 -1
View File
@@ -675,6 +675,7 @@ namespace Lskj.PubBillSpecial
this.splitMainControl.Panel2.Controls.Add(gridEx); this.splitMainControl.Panel2.Controls.Add(gridEx);
gridEx.SearchObj.SearchGrid(); gridEx.SearchObj.SearchGrid();
gridEx.ObjPanel.Height = 46;
List<System.Windows.Forms.Control> deleteControls = new List<System.Windows.Forms.Control>(); List<System.Windows.Forms.Control> deleteControls = new List<System.Windows.Forms.Control>();
foreach (System.Windows.Forms.Control item in gridEx.ObjPanel.Controls) foreach (System.Windows.Forms.Control item in gridEx.ObjPanel.Controls)
{ {
@@ -690,7 +691,7 @@ namespace Lskj.PubBillSpecial
int j = 0, x = 72; int j = 0, x = 72;
foreach (System.Windows.Forms.Control item in gridEx.ObjPanel.Controls) foreach (System.Windows.Forms.Control item in gridEx.ObjPanel.Controls)
{ {
item.Location = new Point(gridEx.ObjPanel.Width - x - 10, item.Location.Y); item.Location = new Point(gridEx.ObjPanel.Width - x - 10, (gridEx.ObjPanel.Height - item.Height) / 2);
item.Anchor = AnchorStyles.Top | AnchorStyles.Right; item.Anchor = AnchorStyles.Top | AnchorStyles.Right;
x += 79; x += 79;
j++; j++;