From f5570a2f60dc9b9c201dcc8b227510a89bf69042 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 01 七月 2025 11:29:32 +0800 Subject: [PATCH] 工序增加是否追溯码 --- DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs | 131 +++++++++++++++++++++++++++++++++++-------- 1 files changed, 106 insertions(+), 25 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs index 80942ee..dbea880 100644 --- a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs @@ -28,48 +28,129 @@ /// </summary> private void InitializeComponent() { - this.btnReport = new DevExpress.XtraEditors.SimpleButton(); - this.btnDesign = new DevExpress.XtraEditors.SimpleButton(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); + this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl(); + this.btnPrint = new DevExpress.XtraEditors.SimpleButton(); + this.btnAll = new DevExpress.XtraEditors.SimpleButton(); + this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); + this.lay1 = new DevExpress.XtraLayout.LayoutControlItem(); + this.lay3 = new DevExpress.XtraLayout.LayoutControlItem(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit(); + this.layoutControl2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.lay1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.lay3)).BeginInit(); this.SuspendLayout(); // - // btnReport + // layoutControl2 // - this.btnReport.Dock = System.Windows.Forms.DockStyle.Right; - this.btnReport.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printernetwork_16x16; - this.btnReport.Location = new System.Drawing.Point(138, 0); - this.btnReport.Margin = new System.Windows.Forms.Padding(0); - this.btnReport.Name = "btnReport"; - this.btnReport.Size = new System.Drawing.Size(94, 36); - this.btnReport.TabIndex = 3; - this.btnReport.Text = "纭畾鎵撳嵃"; + this.layoutControl2.Controls.Add(this.btnPrint); + this.layoutControl2.Controls.Add(this.btnAll); + this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill; + this.layoutControl2.Location = new System.Drawing.Point(0, 0); + this.layoutControl2.Margin = new System.Windows.Forms.Padding(0); + this.layoutControl2.Name = "layoutControl2"; + this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(803, 337, 812, 500); + this.layoutControl2.Padding = new System.Windows.Forms.Padding(0, 1, 0, 0); + this.layoutControl2.Root = this.layoutControlGroup1; + this.layoutControl2.Size = new System.Drawing.Size(261, 34); + this.layoutControl2.TabIndex = 6; + this.layoutControl2.Text = "layoutControl2"; // - // btnDesign + // btnPrint // - this.btnDesign.Dock = System.Windows.Forms.DockStyle.Left; - this.btnDesign.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.richeditcleartablestyle_16x16; - this.btnDesign.Location = new System.Drawing.Point(0, 0); - this.btnDesign.Margin = new System.Windows.Forms.Padding(0); - this.btnDesign.Name = "btnDesign"; - this.btnDesign.Size = new System.Drawing.Size(94, 36); - this.btnDesign.TabIndex = 2; - this.btnDesign.Text = "鎵撳嵃璁捐"; + this.btnPrint.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printernetwork_16x16; + this.btnPrint.Location = new System.Drawing.Point(0, 2); + this.btnPrint.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0); + this.btnPrint.Name = "btnPrint"; + this.btnPrint.Size = new System.Drawing.Size(130, 27); + this.btnPrint.StyleController = this.layoutControl2; + this.btnPrint.TabIndex = 3; + this.btnPrint.Text = "纭畾鎵撳嵃"; + // + // btnAll + // + this.btnAll.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.refreshpivottable_16x16; + this.btnAll.Location = new System.Drawing.Point(130, 2); + this.btnAll.Name = "btnAll"; + this.btnAll.Size = new System.Drawing.Size(131, 27); + this.btnAll.StyleController = this.layoutControl2; + this.btnAll.TabIndex = 4; + this.btnAll.Text = "鎵归噺鎿嶄綔"; + // + // layoutControlGroup1 + // + this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; + this.layoutControlGroup1.GroupBordersVisible = false; + this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { + this.lay1, + this.lay3}); + this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; + this.layoutControlGroup1.Name = "Root"; + columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition1.Width = 100D; + columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition2.Width = 100D; + this.layoutControlGroup1.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { + columnDefinition1, + columnDefinition2}); + rowDefinition1.Height = 100D; + rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; + this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { + rowDefinition1}); + this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 2, 0); + this.layoutControlGroup1.Size = new System.Drawing.Size(261, 34); + this.layoutControlGroup1.TextVisible = false; + // + // lay1 + // + this.lay1.Control = this.btnPrint; + this.lay1.Location = new System.Drawing.Point(0, 0); + this.lay1.Name = "lay1"; + this.lay1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); + this.lay1.Size = new System.Drawing.Size(130, 32); + this.lay1.Text = "纭畾鎵撳嵃"; + this.lay1.TextSize = new System.Drawing.Size(0, 0); + this.lay1.TextVisible = false; + // + // lay3 + // + this.lay3.Control = this.btnAll; + this.lay3.Location = new System.Drawing.Point(130, 0); + this.lay3.Name = "lay3"; + this.lay3.OptionsTableLayoutItem.ColumnIndex = 1; + this.lay3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); + this.lay3.Size = new System.Drawing.Size(131, 32); + this.lay3.Text = "鎵归噺鎿嶄綔"; + this.lay3.TextSize = new System.Drawing.Size(0, 0); + this.lay3.TextVisible = false; // // UcBtnPrint // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.btnReport); - this.Controls.Add(this.btnDesign); + this.Controls.Add(this.layoutControl2); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "UcBtnPrint"; - this.Size = new System.Drawing.Size(232, 36); + this.Size = new System.Drawing.Size(261, 34); + ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit(); + this.layoutControl2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.lay1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.lay3)).EndInit(); this.ResumeLayout(false); } #endregion - private DevExpress.XtraEditors.SimpleButton btnReport; - private DevExpress.XtraEditors.SimpleButton btnDesign; + private DevExpress.XtraEditors.SimpleButton btnPrint; + private DevExpress.XtraLayout.LayoutControl layoutControl2; + private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; + private DevExpress.XtraEditors.SimpleButton btnAll; + private DevExpress.XtraLayout.LayoutControlItem lay1; + private DevExpress.XtraLayout.LayoutControlItem lay3; } } -- Gitblit v1.9.3