namespace CSFrameworkV5.Library.CommonForms { partial class frmOperateReport { /// /// 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(frmOperateReport)); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.panel3 = new System.Windows.Forms.Panel(); this.lbTime = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lbSuccess = new System.Windows.Forms.Label(); this.picInfo = new System.Windows.Forms.PictureBox(); this.lbFailed = new System.Windows.Forms.Label(); this.picErr = new System.Windows.Forms.PictureBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lblTitle = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel2 = new System.Windows.Forms.Panel(); this.gcSummary = new DevExpress.XtraGrid.GridControl(); this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colIcon = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); this.colStepText = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRefID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colContent = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.panel1.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picInfo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picErr)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.btnClose); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.lblTitle); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(771, 63); this.panel1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.Color.Green; this.label1.Location = new System.Drawing.Point(81, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(129, 17); this.label1.TabIndex = 64; this.label1.Text = "Operation Report"; // // btnClose // this.btnClose.Appearance.ForeColor = System.Drawing.Color.Black; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand; this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image"))); this.btnClose.Location = new System.Drawing.Point(670, 13); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(84, 38); this.btnClose.TabIndex = 63; this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // panel3 // this.panel3.Controls.Add(this.lbTime); this.panel3.Controls.Add(this.label4); this.panel3.Controls.Add(this.lbSuccess); this.panel3.Controls.Add(this.picInfo); this.panel3.Controls.Add(this.lbFailed); this.panel3.Controls.Add(this.picErr); this.panel3.Controls.Add(this.label3); this.panel3.Controls.Add(this.label2); this.panel3.Location = new System.Drawing.Point(267, 11); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(385, 44); this.panel3.TabIndex = 7; this.panel3.Visible = false; // // lbTime // this.lbTime.AutoSize = true; this.lbTime.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.lbTime.Location = new System.Drawing.Point(50, 14); this.lbTime.Name = "lbTime"; this.lbTime.Size = new System.Drawing.Size(17, 17); this.lbTime.TabIndex = 9; this.lbTime.Text = "0"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(3, 14); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 17); this.label4.TabIndex = 8; this.label4.Text = "用时:"; // // lbSuccess // this.lbSuccess.AutoSize = true; this.lbSuccess.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbSuccess.ForeColor = System.Drawing.Color.Green; this.lbSuccess.Location = new System.Drawing.Point(212, 14); this.lbSuccess.Name = "lbSuccess"; this.lbSuccess.Size = new System.Drawing.Size(17, 17); this.lbSuccess.TabIndex = 7; this.lbSuccess.Text = "0"; // // picInfo // this.picInfo.Image = global::CSFrameworkV5.Library.Properties.Resources.accept; this.picInfo.Location = new System.Drawing.Point(147, 12); this.picInfo.Name = "picInfo"; this.picInfo.Size = new System.Drawing.Size(24, 24); this.picInfo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.picInfo.TabIndex = 3; this.picInfo.TabStop = false; // // lbFailed // this.lbFailed.AutoSize = true; this.lbFailed.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbFailed.ForeColor = System.Drawing.Color.Red; this.lbFailed.Location = new System.Drawing.Point(333, 14); this.lbFailed.Name = "lbFailed"; this.lbFailed.Size = new System.Drawing.Size(17, 17); this.lbFailed.TabIndex = 6; this.lbFailed.Text = "0"; // // picErr // this.picErr.Image = global::CSFrameworkV5.Library.Properties.Resources.remove; this.picErr.Location = new System.Drawing.Point(267, 11); this.picErr.Name = "picErr"; this.picErr.Size = new System.Drawing.Size(24, 24); this.picErr.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.picErr.TabIndex = 2; this.picErr.TabStop = false; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(291, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 17); this.label3.TabIndex = 5; this.label3.Text = "失败:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(171, 14); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 17); this.label2.TabIndex = 4; this.label2.Text = "成功:"; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.lblTitle.Location = new System.Drawing.Point(82, 13); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(98, 17); this.lblTitle.TabIndex = 1; this.lblTitle.Text = "数据操作报告"; // // pictureBox1 // this.pictureBox1.Image = global::CSFrameworkV5.Library.Properties.Resources.process_accept; this.pictureBox1.Location = new System.Drawing.Point(13, 6); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(67, 52); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // panel2 // this.panel2.Controls.Add(this.gcSummary); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 63); this.panel2.Name = "panel2"; this.panel2.Padding = new System.Windows.Forms.Padding(3); this.panel2.Size = new System.Drawing.Size(771, 387); this.panel2.TabIndex = 1; // // gcSummary // this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.gcSummary.Location = new System.Drawing.Point(3, 3); this.gcSummary.MainView = this.gvSummary; this.gcSummary.Name = "gcSummary"; this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemLookUpEdit1, this.repositoryItemPictureEdit1, this.repositoryItemMemoEdit1}); this.gcSummary.Size = new System.Drawing.Size(765, 381); this.gcSummary.TabIndex = 1; this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSummary, this.gridView2}); // // gvSummary // this.gvSummary.ColumnPanelRowHeight = 25; this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colIcon, this.colStepText, this.colRefID, this.colContent}); this.gvSummary.GridControl = this.gcSummary; this.gvSummary.Name = "gvSummary"; this.gvSummary.OptionsBehavior.ReadOnly = true; this.gvSummary.OptionsView.ColumnAutoWidth = false; this.gvSummary.OptionsView.RowAutoHeight = true; this.gvSummary.OptionsView.ShowFooter = true; this.gvSummary.OptionsView.ShowGroupPanel = false; this.gvSummary.RowHeight = 25; // // colIcon // this.colIcon.Caption = " "; this.colIcon.ColumnEdit = this.repositoryItemPictureEdit1; this.colIcon.FieldName = "Icon"; this.colIcon.Name = "colIcon"; this.colIcon.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)}); this.colIcon.Visible = true; this.colIcon.VisibleIndex = 0; this.colIcon.Width = 37; // // repositoryItemPictureEdit1 // this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1"; // // colStepText // this.colStepText.Caption = "步骤"; this.colStepText.FieldName = "StepText"; this.colStepText.Name = "colStepText"; this.colStepText.Visible = true; this.colStepText.VisibleIndex = 1; this.colStepText.Width = 114; // // colRefID // this.colRefID.Caption = "参考编号"; this.colRefID.FieldName = "RefID"; this.colRefID.Name = "colRefID"; this.colRefID.Visible = true; this.colRefID.VisibleIndex = 2; this.colRefID.Width = 119; // // colContent // this.colContent.Caption = "内容报告"; this.colContent.ColumnEdit = this.repositoryItemMemoEdit1; this.colContent.FieldName = "Content"; this.colContent.Name = "colContent"; this.colContent.Visible = true; this.colContent.VisibleIndex = 3; this.colContent.Width = 457; // // repositoryItemMemoEdit1 // this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1"; // // repositoryItemLookUpEdit1 // this.repositoryItemLookUpEdit1.AutoHeight = false; this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ShiftName", "Name7")}); this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1"; this.repositoryItemLookUpEdit1.NullText = ""; // // gridView2 // this.gridView2.GridControl = this.gcSummary; this.gridView2.Name = "gridView2"; // // frmOperateReport // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(771, 450); this.ControlBox = false; this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.MaximizeBox = false; this.Name = "frmOperateReport"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据操作报告"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmAttendGeneratorReport_FormClosed); this.Load += new System.EventHandler(this.frmAttendGeneratorReport_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picInfo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picErr)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private DevExpress.XtraGrid.GridControl gcSummary; private DevExpress.XtraGrid.Views.Grid.GridView gvSummary; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private System.Windows.Forms.PictureBox pictureBox1; private DevExpress.XtraGrid.Columns.GridColumn colStepText; private DevExpress.XtraGrid.Columns.GridColumn colRefID; private DevExpress.XtraGrid.Columns.GridColumn colContent; private System.Windows.Forms.Label lblTitle; private DevExpress.XtraGrid.Columns.GridColumn colIcon; private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit1; private System.Windows.Forms.PictureBox picErr; private System.Windows.Forms.PictureBox picInfo; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label lbSuccess; private System.Windows.Forms.Label lbFailed; private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1; private DevExpress.XtraEditors.SimpleButton btnClose; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label lbTime; private System.Windows.Forms.Label label1; } }