using DevExpress.XtraCharts; namespace ZJ_BYD { partial class PassRateRpt { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PassRateRpt)); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.picminimize = new DevExpress.XtraEditors.PictureEdit(); this.loginpic = new DevExpress.XtraEditors.PictureEdit(); this.lblClose = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ZJ_BYD.WaitForm1), true, true); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.beginDate = new DevExpress.XtraEditors.DateEdit(); this.endDate = new DevExpress.XtraEditors.DateEdit(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.tablePanel2 = new DevExpress.Utils.Layout.TablePanel(); this.lblOkCount = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.lblTotalCount = new DevExpress.XtraEditors.LabelControl(); this.lblNgCount = new DevExpress.XtraEditors.LabelControl(); this.lblRate = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picminimize.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.loginpic.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.beginDate.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.beginDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit(); this.tablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).BeginInit(); this.tablePanel2.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.picminimize); this.panelControl1.Controls.Add(this.loginpic); this.panelControl1.Controls.Add(this.lblClose); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1173, 44); this.panelControl1.TabIndex = 4; // // picminimize // this.picminimize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.picminimize.EditValue = ((object)(resources.GetObject("picminimize.EditValue"))); this.picminimize.Location = new System.Drawing.Point(1088, 19); this.picminimize.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.picminimize.Name = "picminimize"; this.picminimize.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.picminimize.Size = new System.Drawing.Size(26, 4); this.picminimize.TabIndex = 4; this.picminimize.Visible = false; // // loginpic // this.loginpic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.loginpic.Dock = System.Windows.Forms.DockStyle.Left; this.loginpic.Location = new System.Drawing.Point(0, 0); this.loginpic.Name = "loginpic"; this.loginpic.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.loginpic.Properties.Appearance.Options.UseBackColor = true; this.loginpic.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.loginpic.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.loginpic.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch; this.loginpic.Size = new System.Drawing.Size(83, 44); this.loginpic.TabIndex = 3; // // lblClose // this.lblClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblClose.Appearance.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblClose.Appearance.ForeColor = System.Drawing.Color.White; this.lblClose.Appearance.Options.UseFont = true; this.lblClose.Appearance.Options.UseForeColor = true; this.lblClose.Location = new System.Drawing.Point(1137, 1); this.lblClose.Name = "lblClose"; this.lblClose.Size = new System.Drawing.Size(23, 39); this.lblClose.TabIndex = 2; this.lblClose.Text = "×"; this.lblClose.Click += new System.EventHandler(this.lblClose_Click); // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl4.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Appearance.Options.UseForeColor = true; this.labelControl4.Location = new System.Drawing.Point(96, 15); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(48, 21); this.labelControl4.TabIndex = 1; this.labelControl4.Text = "合格率"; // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.Appearance.Options.UseTextOptions = true; this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel1.SetColumn(this.labelControl2, 2); this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl2.Location = new System.Drawing.Point(338, 2); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.labelControl2.Name = "labelControl2"; this.tablePanel1.SetRow(this.labelControl2, 0); this.labelControl2.Size = new System.Drawing.Size(99, 33); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "结束日期:"; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Appearance.Options.UseTextOptions = true; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel1.SetColumn(this.labelControl1, 0); this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl1.Location = new System.Drawing.Point(3, 2); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.labelControl1.Name = "labelControl1"; this.tablePanel1.SetRow(this.labelControl1, 0); this.labelControl1.Size = new System.Drawing.Size(99, 33); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "开始日期:"; // // beginDate // this.tablePanel1.SetColumn(this.beginDate, 1); this.beginDate.Dock = System.Windows.Forms.DockStyle.Fill; this.beginDate.EditValue = null; this.beginDate.Location = new System.Drawing.Point(108, 2); this.beginDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.beginDate.Name = "beginDate"; this.beginDate.Properties.Appearance.BackColor = System.Drawing.Color.White; this.beginDate.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.beginDate.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.beginDate.Properties.Appearance.Options.UseBackColor = true; this.beginDate.Properties.Appearance.Options.UseFont = true; this.beginDate.Properties.Appearance.Options.UseForeColor = true; this.beginDate.Properties.Appearance.Options.UseTextOptions = true; this.beginDate.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.beginDate.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 9F); this.beginDate.Properties.AppearanceDropDown.Options.UseFont = true; this.beginDate.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 9F); this.beginDate.Properties.AppearanceFocused.Options.UseFont = true; this.beginDate.Properties.AutoHeight = false; serializableAppearanceObject1.BackColor = System.Drawing.Color.White; serializableAppearanceObject1.Options.UseBackColor = true; serializableAppearanceObject3.BackColor = System.Drawing.Color.White; serializableAppearanceObject3.Options.UseBackColor = true; this.beginDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.beginDate.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True; this.beginDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.beginDate.Properties.DisplayFormat.FormatString = "yyyy/MM/dd HH:mm:ss"; this.beginDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.beginDate.Properties.EditFormat.FormatString = "yyyy/MM/dd HH:mm:ss"; this.beginDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.beginDate.Properties.MaskSettings.Set("mask", "G"); this.tablePanel1.SetRow(this.beginDate, 0); this.beginDate.Size = new System.Drawing.Size(224, 33); this.beginDate.TabIndex = 29; // // endDate // this.tablePanel1.SetColumn(this.endDate, 3); this.endDate.Dock = System.Windows.Forms.DockStyle.Fill; this.endDate.EditValue = null; this.endDate.Location = new System.Drawing.Point(443, 2); this.endDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.endDate.Name = "endDate"; this.endDate.Properties.Appearance.BackColor = System.Drawing.Color.White; this.endDate.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.endDate.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.endDate.Properties.Appearance.Options.UseBackColor = true; this.endDate.Properties.Appearance.Options.UseFont = true; this.endDate.Properties.Appearance.Options.UseForeColor = true; this.endDate.Properties.Appearance.Options.UseTextOptions = true; this.endDate.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.endDate.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 9F); this.endDate.Properties.AppearanceDropDown.Options.UseFont = true; this.endDate.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 9F); this.endDate.Properties.AppearanceFocused.Options.UseFont = true; this.endDate.Properties.AutoHeight = false; this.endDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.endDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.endDate.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True; this.endDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.endDate.Properties.DisplayFormat.FormatString = "yyyy/MM/dd HH:mm:ss"; this.endDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.endDate.Properties.MaskSettings.Set("mask", "G"); this.tablePanel1.SetRow(this.endDate, 0); this.endDate.Size = new System.Drawing.Size(224, 33); this.endDate.TabIndex = 28; // // simpleButton1 // this.simpleButton1.Appearance.BackColor = System.Drawing.Color.Transparent; this.simpleButton1.Appearance.BorderColor = System.Drawing.Color.Black; this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White; this.simpleButton1.Appearance.Options.UseBackColor = true; this.simpleButton1.Appearance.Options.UseBorderColor = true; this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.Appearance.Options.UseForeColor = true; this.simpleButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("simpleButton1.BackgroundImage"))); this.simpleButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.tablePanel1.SetColumn(this.simpleButton1, 4); this.simpleButton1.Dock = System.Windows.Forms.DockStyle.Fill; this.simpleButton1.Location = new System.Drawing.Point(674, 3); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light; this.tablePanel1.SetRow(this.simpleButton1, 0); this.simpleButton1.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.simpleButton1.Size = new System.Drawing.Size(82, 31); this.simpleButton1.TabIndex = 24; this.simpleButton1.Text = "查询"; this.simpleButton1.Click += new System.EventHandler(this.btnsearch_Click); // // tablePanel1 // this.tablePanel1.Appearance.BackColor = System.Drawing.Color.Transparent; this.tablePanel1.Appearance.Options.UseBackColor = true; this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 120F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 120F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 100F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 90F)}); this.tablePanel1.Controls.Add(this.simpleButton1); this.tablePanel1.Controls.Add(this.endDate); this.tablePanel1.Controls.Add(this.beginDate); this.tablePanel1.Controls.Add(this.labelControl1); this.tablePanel1.Controls.Add(this.labelControl2); this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Top; this.tablePanel1.Location = new System.Drawing.Point(0, 44); this.tablePanel1.Margin = new System.Windows.Forms.Padding(0); this.tablePanel1.Name = "tablePanel1"; this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 50F)}); this.tablePanel1.Size = new System.Drawing.Size(1173, 37); this.tablePanel1.TabIndex = 15; // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.chartControl1); this.panelControl2.Controls.Add(this.tablePanel2); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 81); this.panelControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1173, 453); this.panelControl2.TabIndex = 16; // // chartControl1 // this.chartControl1.BackColor = System.Drawing.Color.Transparent; xyDiagram1.AxisX.AutoScaleBreaks.MaxCount = 30; xyDiagram1.AxisX.Label.Angle = -35; xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisX.Label.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisY.Label.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); xyDiagram1.AxisY.MinorCount = 5; xyDiagram1.AxisY.NumericScaleOptions.AutoGrid = false; xyDiagram1.AxisY.NumericScaleOptions.GridSpacing = 10D; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); xyDiagram1.DefaultPane.StackedBarTotalLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.DefaultPane.StackedBarTotalLabel.Visible = true; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; this.chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker; this.chartControl1.Location = new System.Drawing.Point(0, 38); this.chartControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.chartControl1.Name = "chartControl1"; this.chartControl1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.chartControl1.SeriesDataMember = "Status"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControl1.SeriesTemplate.ArgumentDataMember = "Date"; stackedBarSeriesLabel1.TextPattern = "{V}个"; this.chartControl1.SeriesTemplate.Label = stackedBarSeriesLabel1; this.chartControl1.SeriesTemplate.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl1.SeriesTemplate.SeriesDataMember = "Status"; this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Count"; stackedBarSeriesView1.BarWidth = 0.1D; this.chartControl1.SeriesTemplate.View = stackedBarSeriesView1; this.chartControl1.Size = new System.Drawing.Size(1173, 415); this.chartControl1.TabIndex = 0; // // tablePanel2 // this.tablePanel2.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 120F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 120F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 120F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 120F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F)}); this.tablePanel2.Controls.Add(this.lblOkCount); this.tablePanel2.Controls.Add(this.labelControl3); this.tablePanel2.Controls.Add(this.labelControl5); this.tablePanel2.Controls.Add(this.labelControl6); this.tablePanel2.Controls.Add(this.labelControl7); this.tablePanel2.Controls.Add(this.lblTotalCount); this.tablePanel2.Controls.Add(this.lblNgCount); this.tablePanel2.Controls.Add(this.lblRate); this.tablePanel2.Dock = System.Windows.Forms.DockStyle.Top; this.tablePanel2.Location = new System.Drawing.Point(0, 0); this.tablePanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tablePanel2.Name = "tablePanel2"; this.tablePanel2.Padding = new System.Windows.Forms.Padding(0, 8, 0, 8); this.tablePanel2.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)}); this.tablePanel2.Size = new System.Drawing.Size(1173, 38); this.tablePanel2.TabIndex = 1; // // lblOkCount // this.lblOkCount.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblOkCount.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.lblOkCount.Appearance.Options.UseFont = true; this.lblOkCount.Appearance.Options.UseForeColor = true; this.tablePanel2.SetColumn(this.lblOkCount, 3); this.lblOkCount.Dock = System.Windows.Forms.DockStyle.Fill; this.lblOkCount.Location = new System.Drawing.Point(401, 10); this.lblOkCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lblOkCount.Name = "lblOkCount"; this.tablePanel2.SetRow(this.lblOkCount, 0); this.lblOkCount.Size = new System.Drawing.Size(182, 18); this.lblOkCount.TabIndex = 1; this.lblOkCount.Text = "labelControl8"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl3.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.Appearance.Options.UseTextOptions = true; this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel2.SetColumn(this.labelControl3, 0); this.labelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl3.Location = new System.Drawing.Point(3, 10); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.labelControl3.Name = "labelControl3"; this.tablePanel2.SetRow(this.labelControl3, 0); this.labelControl3.Size = new System.Drawing.Size(99, 18); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "总数:"; // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl5.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.labelControl5.Appearance.Options.UseFont = true; this.labelControl5.Appearance.Options.UseForeColor = true; this.labelControl5.Appearance.Options.UseTextOptions = true; this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel2.SetColumn(this.labelControl5, 2); this.labelControl5.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl5.Location = new System.Drawing.Point(296, 10); this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.labelControl5.Name = "labelControl5"; this.tablePanel2.SetRow(this.labelControl5, 0); this.labelControl5.Size = new System.Drawing.Size(99, 18); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "OK数:"; // // labelControl6 // this.labelControl6.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl6.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.labelControl6.Appearance.Options.UseFont = true; this.labelControl6.Appearance.Options.UseForeColor = true; this.labelControl6.Appearance.Options.UseTextOptions = true; this.labelControl6.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel2.SetColumn(this.labelControl6, 4); this.labelControl6.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl6.Location = new System.Drawing.Point(590, 10); this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.labelControl6.Name = "labelControl6"; this.tablePanel2.SetRow(this.labelControl6, 0); this.labelControl6.Size = new System.Drawing.Size(99, 18); this.labelControl6.TabIndex = 0; this.labelControl6.Text = "NG数:"; // // labelControl7 // this.labelControl7.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl7.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.labelControl7.Appearance.Options.UseFont = true; this.labelControl7.Appearance.Options.UseForeColor = true; this.labelControl7.Appearance.Options.UseTextOptions = true; this.labelControl7.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel2.SetColumn(this.labelControl7, 6); this.labelControl7.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl7.Location = new System.Drawing.Point(883, 10); this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.labelControl7.Name = "labelControl7"; this.tablePanel2.SetRow(this.labelControl7, 0); this.labelControl7.Size = new System.Drawing.Size(99, 18); this.labelControl7.TabIndex = 0; this.labelControl7.Text = "合格率:"; // // lblTotalCount // this.lblTotalCount.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTotalCount.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.lblTotalCount.Appearance.Options.UseFont = true; this.lblTotalCount.Appearance.Options.UseForeColor = true; this.tablePanel2.SetColumn(this.lblTotalCount, 1); this.lblTotalCount.Dock = System.Windows.Forms.DockStyle.Fill; this.lblTotalCount.Location = new System.Drawing.Point(108, 10); this.lblTotalCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lblTotalCount.Name = "lblTotalCount"; this.tablePanel2.SetRow(this.lblTotalCount, 0); this.lblTotalCount.Size = new System.Drawing.Size(182, 18); this.lblTotalCount.TabIndex = 1; this.lblTotalCount.Text = "labelControl8"; // // lblNgCount // this.lblNgCount.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNgCount.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.lblNgCount.Appearance.Options.UseFont = true; this.lblNgCount.Appearance.Options.UseForeColor = true; this.tablePanel2.SetColumn(this.lblNgCount, 5); this.lblNgCount.Dock = System.Windows.Forms.DockStyle.Fill; this.lblNgCount.Location = new System.Drawing.Point(695, 10); this.lblNgCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lblNgCount.Name = "lblNgCount"; this.tablePanel2.SetRow(this.lblNgCount, 0); this.lblNgCount.Size = new System.Drawing.Size(182, 18); this.lblNgCount.TabIndex = 1; this.lblNgCount.Text = "labelControl8"; // // lblRate // this.lblRate.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRate.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.lblRate.Appearance.Options.UseFont = true; this.lblRate.Appearance.Options.UseForeColor = true; this.tablePanel2.SetColumn(this.lblRate, 7); this.lblRate.Dock = System.Windows.Forms.DockStyle.Fill; this.lblRate.Location = new System.Drawing.Point(988, 10); this.lblRate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lblRate.Name = "lblRate"; this.tablePanel2.SetRow(this.lblRate, 0); this.lblRate.Size = new System.Drawing.Size(182, 18); this.lblRate.TabIndex = 1; this.lblRate.Text = "labelControl8"; // // PassRateRpt // this.Appearance.BackColor = System.Drawing.Color.White; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile; this.BackgroundImageStore = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImageStore"))); this.ClientSize = new System.Drawing.Size(1173, 534); this.Controls.Add(this.panelControl2); this.Controls.Add(this.tablePanel1); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "PassRateRpt"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PassRateRpt"; this.TopMost = true; this.Load += new System.EventHandler(this.PassRateRpt_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picminimize.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.loginpic.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.beginDate.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.beginDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit(); this.tablePanel1.ResumeLayout(false); this.tablePanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).EndInit(); this.tablePanel2.ResumeLayout(false); this.tablePanel2.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PictureEdit picminimize; private DevExpress.XtraEditors.PictureEdit loginpic; private DevExpress.XtraEditors.LabelControl lblClose; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.Utils.Layout.TablePanel tablePanel1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.DateEdit endDate; private DevExpress.XtraEditors.DateEdit beginDate; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraCharts.ChartControl chartControl1; private DevExpress.Utils.Layout.TablePanel tablePanel2; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.LabelControl lblOkCount; private DevExpress.XtraEditors.LabelControl lblTotalCount; private DevExpress.XtraEditors.LabelControl lblNgCount; private DevExpress.XtraEditors.LabelControl lblRate; } }