|
/*===================================================================
|
* 程序说明: Reports的数据管理窗体
|
* 作者资料: 孙中吕
|
* 创建日期: 2020-10-13 02:36:58
|
* 最后修改: 2020-10-13 02:36:58
|
*
|
* 注: 本文件由代码生成器(Code Generator)自动生成。
|
* 版权所有 Copyright 2006~2020, C/S框架网(www.cscode.net)
|
*===================================================================*/
|
|
namespace CSFrameworkV5.SystemModule
|
{
|
///<summary>
|
/// Reports的资料管理窗体
|
/// </summary>
|
public partial class frmReports
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 生成本窗体所有组件成员清单
|
|
private DevExpress.XtraGrid.GridControl gcSummary;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
|
private DevExpress.XtraEditors.PanelControl pcDetailEditor;
|
private DevExpress.XtraGrid.Columns.GridColumn colReportID;
|
private DevExpress.XtraEditors.LabelControl lblReportID;
|
private DevExpress.XtraEditors.TextEdit txtReportID;
|
private DevExpress.XtraGrid.Columns.GridColumn colReportTitle;
|
private DevExpress.XtraEditors.LabelControl lblReportTitle;
|
private DevExpress.XtraEditors.TextEdit txtReportTitle;
|
private DevExpress.XtraGrid.Columns.GridColumn colVersion;
|
private DevExpress.XtraEditors.LabelControl lblVersion;
|
private DevExpress.XtraEditors.TextEdit txtVersion;
|
private DevExpress.XtraGrid.Columns.GridColumn colLastUpdateDate;
|
private DevExpress.XtraEditors.LabelControl lblLastUpdateDate;
|
private DevExpress.XtraEditors.DateEdit txtLastUpdateDate;
|
private DevExpress.XtraGrid.Columns.GridColumn colLastUpdatedBy;
|
private DevExpress.XtraEditors.LabelControl lblLastUpdatedBy;
|
private DevExpress.XtraEditors.TextEdit txtLastUpdatedBy;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private DevExpress.XtraEditors.PanelControl pnlSearch;
|
private DevExpress.XtraEditors.LabelControl lbl_ReportID;
|
private DevExpress.XtraEditors.TextEdit txt_ReportID;
|
private DevExpress.XtraEditors.LabelControl lbl_ReportTitle;
|
private DevExpress.XtraEditors.TextEdit txt_ReportTitle;
|
private DevExpress.XtraEditors.SimpleButton btnEmpty;
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
|
#endregion
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReports));
|
this.gcSummary = new DevExpress.XtraGrid.GridControl();
|
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colReportID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colReportTitle = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colFlagData = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
this.colVersion = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colLastUpdateDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colLastUpdatedBy = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.pcDetailEditor = new DevExpress.XtraEditors.PanelControl();
|
this.btnSaveAs = new DevExpress.XtraEditors.SimpleButton();
|
this.btnUpload = new DevExpress.XtraEditors.SimpleButton();
|
this.btnDesign = new DevExpress.XtraEditors.SimpleButton();
|
this.lblReportID = new DevExpress.XtraEditors.LabelControl();
|
this.txtReportID = new DevExpress.XtraEditors.TextEdit();
|
this.lblReportTitle = new DevExpress.XtraEditors.LabelControl();
|
this.txtReportTitle = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.lblVersion = new DevExpress.XtraEditors.LabelControl();
|
this.txxtFlag = new DevExpress.XtraEditors.TextEdit();
|
this.txtVersion = new DevExpress.XtraEditors.TextEdit();
|
this.lblLastUpdateDate = new DevExpress.XtraEditors.LabelControl();
|
this.txtLastUpdateDate = new DevExpress.XtraEditors.DateEdit();
|
this.lblLastUpdatedBy = new DevExpress.XtraEditors.LabelControl();
|
this.txtLastUpdatedBy = new DevExpress.XtraEditors.TextEdit();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.pnlSearch = new DevExpress.XtraEditors.PanelControl();
|
this.btnEmpty = new DevExpress.XtraEditors.SimpleButton();
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
this.lbl_ReportID = new DevExpress.XtraEditors.LabelControl();
|
this.txt_ReportID = new DevExpress.XtraEditors.TextEdit();
|
this.lbl_ReportTitle = new DevExpress.XtraEditors.LabelControl();
|
this.txt_ReportTitle = new DevExpress.XtraEditors.TextEdit();
|
this.tpSummary.SuspendLayout();
|
this.pnlSummary.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
|
this.tcBusiness.SuspendLayout();
|
this.tpDetail.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
|
this.gcNavigator.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit();
|
this.pcDetailEditor.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtReportID.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtReportTitle.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txxtFlag.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdateDate.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdateDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdatedBy.Properties)).BeginInit();
|
this.tableLayoutPanel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit();
|
this.pnlSearch.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_ReportID.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_ReportTitle.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// tpSummary
|
//
|
this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpSummary.Controls.Add(this.tableLayoutPanel1);
|
this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image")));
|
this.tpSummary.Size = new System.Drawing.Size(888, 500);
|
//
|
// pnlSummary
|
//
|
this.pnlSummary.Location = new System.Drawing.Point(2, 2);
|
this.pnlSummary.Size = new System.Drawing.Size(894, 531);
|
//
|
// tcBusiness
|
//
|
this.tcBusiness.Size = new System.Drawing.Size(894, 531);
|
//
|
// tpDetail
|
//
|
this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpDetail.Controls.Add(this.pcDetailEditor);
|
this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image")));
|
this.tpDetail.Size = new System.Drawing.Size(888, 500);
|
//
|
// gcNavigator
|
//
|
this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.gcNavigator.Appearance.Options.UseBackColor = true;
|
this.gcNavigator.Size = new System.Drawing.Size(833, 26);
|
//
|
// controlNavigatorSummary
|
//
|
this.controlNavigatorSummary.Buttons.Append.Visible = false;
|
this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.Edit.Visible = false;
|
this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.Remove.Visible = false;
|
this.controlNavigatorSummary.Location = new System.Drawing.Point(655, 2);
|
//
|
// lblAboutInfo
|
//
|
this.lblAboutInfo.Location = new System.Drawing.Point(458, 2);
|
//
|
// gcSummary
|
//
|
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
|
this.gcSummary.Location = new System.Drawing.Point(3, 63);
|
this.gcSummary.MainView = this.gvSummary;
|
this.gcSummary.Name = "gcSummary";
|
this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemCheckEdit1});
|
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.gcSummary.Size = new System.Drawing.Size(882, 436);
|
this.gcSummary.TabIndex = 10;
|
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvSummary});
|
//
|
// gvSummary
|
//
|
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colReportID,
|
this.colReportTitle,
|
this.colFlagData,
|
this.colVersion,
|
this.colLastUpdateDate,
|
this.colLastUpdatedBy});
|
this.gvSummary.GridControl = this.gcSummary;
|
this.gvSummary.Name = "gvSummary";
|
this.gvSummary.OptionsView.ColumnAutoWidth = false;
|
this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
|
this.gvSummary.OptionsView.ShowFooter = true;
|
this.gvSummary.OptionsView.ShowGroupPanel = false;
|
//
|
// colReportID
|
//
|
this.colReportID.Caption = "报表编号";
|
this.colReportID.FieldName = "ReportID";
|
this.colReportID.Name = "colReportID";
|
this.colReportID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "ReportID", "条数:{0}")});
|
this.colReportID.Visible = true;
|
this.colReportID.VisibleIndex = 0;
|
this.colReportID.Width = 156;
|
//
|
// colReportTitle
|
//
|
this.colReportTitle.Caption = "报表标题";
|
this.colReportTitle.FieldName = "ReportTitle";
|
this.colReportTitle.Name = "colReportTitle";
|
this.colReportTitle.Visible = true;
|
this.colReportTitle.VisibleIndex = 1;
|
this.colReportTitle.Width = 254;
|
//
|
// colFlagData
|
//
|
this.colFlagData.AppearanceHeader.Options.UseTextOptions = true;
|
this.colFlagData.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colFlagData.Caption = "上传报表";
|
this.colFlagData.ColumnEdit = this.repositoryItemCheckEdit1;
|
this.colFlagData.FieldName = "FlagData";
|
this.colFlagData.Name = "colFlagData";
|
this.colFlagData.OptionsColumn.ReadOnly = true;
|
this.colFlagData.Visible = true;
|
this.colFlagData.VisibleIndex = 2;
|
this.colFlagData.Width = 67;
|
//
|
// repositoryItemCheckEdit1
|
//
|
this.repositoryItemCheckEdit1.AutoHeight = false;
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
//
|
// colVersion
|
//
|
this.colVersion.Caption = "版本";
|
this.colVersion.FieldName = "Version";
|
this.colVersion.Name = "colVersion";
|
this.colVersion.Visible = true;
|
this.colVersion.VisibleIndex = 3;
|
this.colVersion.Width = 67;
|
//
|
// colLastUpdateDate
|
//
|
this.colLastUpdateDate.Caption = "修改时间";
|
this.colLastUpdateDate.FieldName = "LastUpdateDate";
|
this.colLastUpdateDate.Name = "colLastUpdateDate";
|
this.colLastUpdateDate.Visible = true;
|
this.colLastUpdateDate.VisibleIndex = 4;
|
this.colLastUpdateDate.Width = 197;
|
//
|
// colLastUpdatedBy
|
//
|
this.colLastUpdatedBy.Caption = "修改人";
|
this.colLastUpdatedBy.FieldName = "LastUpdatedBy";
|
this.colLastUpdatedBy.Name = "colLastUpdatedBy";
|
this.colLastUpdatedBy.Visible = true;
|
this.colLastUpdatedBy.VisibleIndex = 5;
|
this.colLastUpdatedBy.Width = 100;
|
//
|
// pcDetailEditor
|
//
|
this.pcDetailEditor.Controls.Add(this.btnSaveAs);
|
this.pcDetailEditor.Controls.Add(this.btnUpload);
|
this.pcDetailEditor.Controls.Add(this.btnDesign);
|
this.pcDetailEditor.Controls.Add(this.lblReportID);
|
this.pcDetailEditor.Controls.Add(this.txtReportID);
|
this.pcDetailEditor.Controls.Add(this.lblReportTitle);
|
this.pcDetailEditor.Controls.Add(this.txtReportTitle);
|
this.pcDetailEditor.Controls.Add(this.labelControl1);
|
this.pcDetailEditor.Controls.Add(this.lblVersion);
|
this.pcDetailEditor.Controls.Add(this.txxtFlag);
|
this.pcDetailEditor.Controls.Add(this.txtVersion);
|
this.pcDetailEditor.Controls.Add(this.lblLastUpdateDate);
|
this.pcDetailEditor.Controls.Add(this.txtLastUpdateDate);
|
this.pcDetailEditor.Controls.Add(this.lblLastUpdatedBy);
|
this.pcDetailEditor.Controls.Add(this.txtLastUpdatedBy);
|
this.pcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pcDetailEditor.Location = new System.Drawing.Point(0, 0);
|
this.pcDetailEditor.Name = "pcDetailEditor";
|
this.pcDetailEditor.Size = new System.Drawing.Size(888, 500);
|
this.pcDetailEditor.TabIndex = 0;
|
//
|
// btnSaveAs
|
//
|
this.btnSaveAs.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnSaveAs.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnSaveAs.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveAs.ImageOptions.Image")));
|
this.btnSaveAs.Location = new System.Drawing.Point(500, 100);
|
this.btnSaveAs.Name = "btnSaveAs";
|
this.btnSaveAs.Size = new System.Drawing.Size(126, 42);
|
this.btnSaveAs.TabIndex = 3;
|
this.btnSaveAs.Text = "报表另存为";
|
this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click);
|
//
|
// btnUpload
|
//
|
this.btnUpload.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnUpload.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnUpload.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnUpload.ImageOptions.Image")));
|
this.btnUpload.Location = new System.Drawing.Point(500, 42);
|
this.btnUpload.Name = "btnUpload";
|
this.btnUpload.Size = new System.Drawing.Size(126, 42);
|
this.btnUpload.TabIndex = 3;
|
this.btnUpload.Text = "选择报表";
|
this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
|
//
|
// btnDesign
|
//
|
this.btnDesign.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnDesign.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnDesign.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDesign.ImageOptions.Image")));
|
this.btnDesign.Location = new System.Drawing.Point(500, 156);
|
this.btnDesign.Name = "btnDesign";
|
this.btnDesign.Size = new System.Drawing.Size(126, 41);
|
this.btnDesign.TabIndex = 3;
|
this.btnDesign.Text = "设计报表";
|
this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click);
|
//
|
// lblReportID
|
//
|
this.lblReportID.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblReportID.Appearance.Options.UseFont = true;
|
this.lblReportID.Location = new System.Drawing.Point(42, 42);
|
this.lblReportID.Name = "lblReportID";
|
this.lblReportID.Size = new System.Drawing.Size(70, 17);
|
this.lblReportID.TabIndex = 0;
|
this.lblReportID.Text = "报表编号:";
|
//
|
// txtReportID
|
//
|
this.txtReportID.Location = new System.Drawing.Point(121, 39);
|
this.txtReportID.Name = "txtReportID";
|
this.txtReportID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtReportID.Properties.Appearance.Options.UseFont = true;
|
this.txtReportID.Size = new System.Drawing.Size(362, 22);
|
this.txtReportID.TabIndex = 0;
|
//
|
// lblReportTitle
|
//
|
this.lblReportTitle.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblReportTitle.Appearance.Options.UseFont = true;
|
this.lblReportTitle.Location = new System.Drawing.Point(42, 74);
|
this.lblReportTitle.Name = "lblReportTitle";
|
this.lblReportTitle.Size = new System.Drawing.Size(70, 17);
|
this.lblReportTitle.TabIndex = 0;
|
this.lblReportTitle.Text = "报表标题:";
|
//
|
// txtReportTitle
|
//
|
this.txtReportTitle.Location = new System.Drawing.Point(121, 71);
|
this.txtReportTitle.Name = "txtReportTitle";
|
this.txtReportTitle.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtReportTitle.Properties.Appearance.Options.UseFont = true;
|
this.txtReportTitle.Size = new System.Drawing.Size(362, 22);
|
this.txtReportTitle.TabIndex = 0;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl1.Appearance.Options.UseFont = true;
|
this.labelControl1.Location = new System.Drawing.Point(42, 139);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(70, 17);
|
this.labelControl1.TabIndex = 0;
|
this.labelControl1.Text = "报表内容:";
|
//
|
// lblVersion
|
//
|
this.lblVersion.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblVersion.Appearance.Options.UseFont = true;
|
this.lblVersion.Location = new System.Drawing.Point(70, 106);
|
this.lblVersion.Name = "lblVersion";
|
this.lblVersion.Size = new System.Drawing.Size(42, 17);
|
this.lblVersion.TabIndex = 0;
|
this.lblVersion.Text = "版本:";
|
//
|
// txxtFlag
|
//
|
this.txxtFlag.Location = new System.Drawing.Point(121, 136);
|
this.txxtFlag.Name = "txxtFlag";
|
this.txxtFlag.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txxtFlag.Properties.Appearance.Options.UseFont = true;
|
this.txxtFlag.Size = new System.Drawing.Size(362, 22);
|
this.txxtFlag.TabIndex = 0;
|
//
|
// txtVersion
|
//
|
this.txtVersion.Location = new System.Drawing.Point(121, 103);
|
this.txtVersion.Name = "txtVersion";
|
this.txtVersion.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtVersion.Properties.Appearance.Options.UseFont = true;
|
this.txtVersion.Size = new System.Drawing.Size(362, 22);
|
this.txtVersion.TabIndex = 0;
|
//
|
// lblLastUpdateDate
|
//
|
this.lblLastUpdateDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblLastUpdateDate.Appearance.Options.UseFont = true;
|
this.lblLastUpdateDate.Location = new System.Drawing.Point(232, 177);
|
this.lblLastUpdateDate.Name = "lblLastUpdateDate";
|
this.lblLastUpdateDate.Size = new System.Drawing.Size(70, 17);
|
this.lblLastUpdateDate.TabIndex = 0;
|
this.lblLastUpdateDate.Text = "修改时间:";
|
//
|
// txtLastUpdateDate
|
//
|
this.txtLastUpdateDate.EditValue = null;
|
this.txtLastUpdateDate.Location = new System.Drawing.Point(308, 176);
|
this.txtLastUpdateDate.Name = "txtLastUpdateDate";
|
this.txtLastUpdateDate.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.txtLastUpdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtLastUpdateDate.Properties.Appearance.Options.UseBackColor = true;
|
this.txtLastUpdateDate.Properties.Appearance.Options.UseFont = true;
|
this.txtLastUpdateDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtLastUpdateDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.txtLastUpdateDate.Size = new System.Drawing.Size(175, 22);
|
this.txtLastUpdateDate.TabIndex = 2;
|
//
|
// lblLastUpdatedBy
|
//
|
this.lblLastUpdatedBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblLastUpdatedBy.Appearance.Options.UseFont = true;
|
this.lblLastUpdatedBy.Location = new System.Drawing.Point(56, 179);
|
this.lblLastUpdatedBy.Name = "lblLastUpdatedBy";
|
this.lblLastUpdatedBy.Size = new System.Drawing.Size(56, 17);
|
this.lblLastUpdatedBy.TabIndex = 0;
|
this.lblLastUpdatedBy.Text = "修改人:";
|
//
|
// txtLastUpdatedBy
|
//
|
this.txtLastUpdatedBy.Location = new System.Drawing.Point(121, 176);
|
this.txtLastUpdatedBy.Name = "txtLastUpdatedBy";
|
this.txtLastUpdatedBy.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.txtLastUpdatedBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtLastUpdatedBy.Properties.Appearance.Options.UseBackColor = true;
|
this.txtLastUpdatedBy.Properties.Appearance.Options.UseFont = true;
|
this.txtLastUpdatedBy.Size = new System.Drawing.Size(103, 22);
|
this.txtLastUpdatedBy.TabIndex = 0;
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 1;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.Controls.Add(this.pnlSearch, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.gcSummary, 0, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 2;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(888, 500);
|
this.tableLayoutPanel1.TabIndex = 11;
|
//
|
// pnlSearch
|
//
|
this.pnlSearch.Controls.Add(this.btnEmpty);
|
this.pnlSearch.Controls.Add(this.btnQuery);
|
this.pnlSearch.Controls.Add(this.lbl_ReportID);
|
this.pnlSearch.Controls.Add(this.txt_ReportID);
|
this.pnlSearch.Controls.Add(this.lbl_ReportTitle);
|
this.pnlSearch.Controls.Add(this.txt_ReportTitle);
|
this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pnlSearch.Location = new System.Drawing.Point(3, 3);
|
this.pnlSearch.Name = "pnlSearch";
|
this.pnlSearch.Size = new System.Drawing.Size(882, 54);
|
this.pnlSearch.TabIndex = 11;
|
//
|
// btnEmpty
|
//
|
this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image")));
|
this.btnEmpty.Location = new System.Drawing.Point(734, 6);
|
this.btnEmpty.Name = "btnEmpty";
|
this.btnEmpty.Size = new System.Drawing.Size(89, 42);
|
this.btnEmpty.TabIndex = 21;
|
this.btnEmpty.Text = "清空(&E)";
|
this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click);
|
//
|
// btnQuery
|
//
|
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image")));
|
this.btnQuery.Location = new System.Drawing.Point(641, 6);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(89, 42);
|
this.btnQuery.TabIndex = 20;
|
this.btnQuery.Text = "查询(&S)";
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
//
|
// lbl_ReportID
|
//
|
this.lbl_ReportID.Location = new System.Drawing.Point(19, 20);
|
this.lbl_ReportID.Name = "lbl_ReportID";
|
this.lbl_ReportID.Size = new System.Drawing.Size(60, 14);
|
this.lbl_ReportID.TabIndex = 0;
|
this.lbl_ReportID.Text = "报表编号:";
|
//
|
// txt_ReportID
|
//
|
this.txt_ReportID.Location = new System.Drawing.Point(85, 17);
|
this.txt_ReportID.Name = "txt_ReportID";
|
this.txt_ReportID.Size = new System.Drawing.Size(101, 20);
|
this.txt_ReportID.TabIndex = 0;
|
//
|
// lbl_ReportTitle
|
//
|
this.lbl_ReportTitle.Location = new System.Drawing.Point(209, 20);
|
this.lbl_ReportTitle.Name = "lbl_ReportTitle";
|
this.lbl_ReportTitle.Size = new System.Drawing.Size(60, 14);
|
this.lbl_ReportTitle.TabIndex = 0;
|
this.lbl_ReportTitle.Text = "报表标题:";
|
//
|
// txt_ReportTitle
|
//
|
this.txt_ReportTitle.Location = new System.Drawing.Point(275, 17);
|
this.txt_ReportTitle.Name = "txt_ReportTitle";
|
this.txt_ReportTitle.Size = new System.Drawing.Size(102, 20);
|
this.txt_ReportTitle.TabIndex = 0;
|
//
|
// frmReports
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.ClientSize = new System.Drawing.Size(898, 535);
|
this.Name = "frmReports";
|
this.Text = "报表管理";
|
this.Load += new System.EventHandler(this.frmReports_Load);
|
this.tpSummary.ResumeLayout(false);
|
this.pnlSummary.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
|
this.tcBusiness.ResumeLayout(false);
|
this.tpDetail.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
|
this.gcNavigator.ResumeLayout(false);
|
this.gcNavigator.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit();
|
this.pcDetailEditor.ResumeLayout(false);
|
this.pcDetailEditor.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtReportID.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtReportTitle.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txxtFlag.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdateDate.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdateDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLastUpdatedBy.Properties)).EndInit();
|
this.tableLayoutPanel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit();
|
this.pnlSearch.ResumeLayout(false);
|
this.pnlSearch.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_ReportID.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_ReportTitle.Properties)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.SimpleButton btnUpload;
|
private DevExpress.XtraEditors.SimpleButton btnDesign;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.TextEdit txxtFlag;
|
private DevExpress.XtraEditors.SimpleButton btnSaveAs;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlagData;
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
}//public partial class
|
}//namespace
|