| | |
| | | // btnReport |
| | | // |
| | | this.btnReport.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printernetwork_16x16; |
| | | this.btnReport.Location = new System.Drawing.Point(102, 2); |
| | | this.btnReport.Location = new System.Drawing.Point(2, 2); |
| | | this.btnReport.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0); |
| | | this.btnReport.Name = "btnReport"; |
| | | this.btnReport.Size = new System.Drawing.Size(96, 27); |
| | | this.btnReport.Size = new System.Drawing.Size(86, 27); |
| | | this.btnReport.StyleController = this.layoutControl2; |
| | | this.btnReport.TabIndex = 3; |
| | | this.btnReport.Text = "确定打印"; |
| | |
| | | this.layoutControl2.Controls.Add(this.btnReport); |
| | | this.layoutControl2.Controls.Add(this.btnDesign); |
| | | this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.layoutControl2.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
| | | this.layoutControlItem1}); |
| | | this.layoutControl2.Location = new System.Drawing.Point(0, 0); |
| | | this.layoutControl2.Margin = new System.Windows.Forms.Padding(0); |
| | | this.layoutControl2.Name = "layoutControl2"; |
| | |
| | | this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | this.layoutControlGroup1.GroupBordersVisible = false; |
| | | this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
| | | this.layoutControlItem1, |
| | | this.layoutControlItem2}); |
| | | this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; |
| | | this.layoutControlGroup1.Name = "Root"; |
| | | columnDefinition1.SizeType = System.Windows.Forms.SizeType.AutoSize; |
| | | columnDefinition1.Width = 100D; |
| | | columnDefinition1.Width = 90D; |
| | | columnDefinition2.SizeType = System.Windows.Forms.SizeType.AutoSize; |
| | | columnDefinition2.Width = 132D; |
| | | columnDefinition2.Width = 142D; |
| | | this.layoutControlGroup1.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { |
| | | columnDefinition1, |
| | | columnDefinition2}); |
| | |
| | | this.layoutControlItem1.Name = "layoutControlItem1"; |
| | | this.layoutControlItem1.Size = new System.Drawing.Size(100, 32); |
| | | this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
| | | this.layoutControlItem1.Text = "打印设计"; |
| | | this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem1.TextVisible = false; |
| | | this.layoutControlItem1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | | this.layoutControlItem2.Control = this.btnReport; |
| | | this.layoutControlItem2.Location = new System.Drawing.Point(100, 0); |
| | | this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); |
| | | this.layoutControlItem2.MaxSize = new System.Drawing.Size(100, 31); |
| | | this.layoutControlItem2.MinSize = new System.Drawing.Size(90, 31); |
| | | this.layoutControlItem2.Name = "layoutControlItem2"; |
| | | this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem2.Size = new System.Drawing.Size(132, 32); |
| | | this.layoutControlItem2.Size = new System.Drawing.Size(90, 32); |
| | | this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
| | | this.layoutControlItem2.Text = "确定打印"; |
| | | this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem2.TextVisible = false; |
| | | // |