namespace ReportTool.Views
{
partial class LisReportFileForm
{
///
/// 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(LisReportFileForm));
this.panel1 = new System.Windows.Forms.Panel();
this.DownloadBtn = new DevExpress.XtraEditors.SimpleButton();
this.UploadBtn = new DevExpress.XtraEditors.SimpleButton();
this.DelBtn = new DevExpress.XtraEditors.SimpleButton();
this.SaveBtn = new DevExpress.XtraEditors.SimpleButton();
this.ReportFileControl = new DevExpress.XtraGrid.GridControl();
this.ReportFileGrid = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ReportFileControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ReportFileGrid)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.DownloadBtn);
this.panel1.Controls.Add(this.UploadBtn);
this.panel1.Controls.Add(this.DelBtn);
this.panel1.Controls.Add(this.SaveBtn);
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(848, 48);
this.panel1.TabIndex = 0;
//
// DownloadBtn
//
this.DownloadBtn.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.DownloadBtn.Appearance.BackColor = System.Drawing.Color.MediumSeaGreen;
this.DownloadBtn.Appearance.ForeColor = System.Drawing.Color.White;
this.DownloadBtn.Appearance.Options.UseBackColor = true;
this.DownloadBtn.Appearance.Options.UseForeColor = true;
this.DownloadBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.DownloadBtn.Location = new System.Drawing.Point(84, 12);
this.DownloadBtn.Name = "DownloadBtn";
this.DownloadBtn.Size = new System.Drawing.Size(75, 29);
this.DownloadBtn.TabIndex = 3;
this.DownloadBtn.Text = "下 载";
//
// UploadBtn
//
this.UploadBtn.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.UploadBtn.Appearance.BackColor = System.Drawing.Color.RoyalBlue;
this.UploadBtn.Appearance.ForeColor = System.Drawing.Color.White;
this.UploadBtn.Appearance.Options.UseBackColor = true;
this.UploadBtn.Appearance.Options.UseForeColor = true;
this.UploadBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.UploadBtn.Location = new System.Drawing.Point(3, 12);
this.UploadBtn.Name = "UploadBtn";
this.UploadBtn.Size = new System.Drawing.Size(75, 29);
this.UploadBtn.TabIndex = 2;
this.UploadBtn.Text = "上 传";
//
// DelBtn
//
this.DelBtn.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.DelBtn.Appearance.BackColor = System.Drawing.Color.Red;
this.DelBtn.Appearance.ForeColor = System.Drawing.Color.White;
this.DelBtn.Appearance.Options.UseBackColor = true;
this.DelBtn.Appearance.Options.UseForeColor = true;
this.DelBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.DelBtn.Location = new System.Drawing.Point(685, 13);
this.DelBtn.Name = "DelBtn";
this.DelBtn.Size = new System.Drawing.Size(75, 29);
this.DelBtn.TabIndex = 1;
this.DelBtn.Text = "删 除";
//
// SaveBtn
//
this.SaveBtn.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.SaveBtn.Appearance.BackColor = System.Drawing.Color.ForestGreen;
this.SaveBtn.Appearance.ForeColor = System.Drawing.Color.White;
this.SaveBtn.Appearance.Options.UseBackColor = true;
this.SaveBtn.Appearance.Options.UseForeColor = true;
this.SaveBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.SaveBtn.Location = new System.Drawing.Point(765, 14);
this.SaveBtn.Name = "SaveBtn";
this.SaveBtn.Size = new System.Drawing.Size(75, 28);
this.SaveBtn.TabIndex = 0;
this.SaveBtn.Text = "保 存";
//
// ReportFileControl
//
this.ReportFileControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.ReportFileControl.Location = new System.Drawing.Point(0, 48);
this.ReportFileControl.MainView = this.ReportFileGrid;
this.ReportFileControl.Name = "ReportFileControl";
this.ReportFileControl.Size = new System.Drawing.Size(848, 515);
this.ReportFileControl.TabIndex = 1;
this.ReportFileControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.ReportFileGrid});
//
// ReportFileGrid
//
this.ReportFileGrid.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn4,
this.gridColumn5});
this.ReportFileGrid.GridControl = this.ReportFileControl;
this.ReportFileGrid.Name = "ReportFileGrid";
this.ReportFileGrid.OptionsSelection.CheckBoxSelectorColumnWidth = 35;
this.ReportFileGrid.OptionsSelection.MultiSelect = true;
this.ReportFileGrid.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
this.ReportFileGrid.OptionsView.ShowGroupPanel = false;
this.ReportFileGrid.RowHeight = 35;
//
// gridColumn1
//
this.gridColumn1.Caption = "ID";
this.gridColumn1.FieldName = "ID";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.OptionsColumn.AllowEdit = false;
this.gridColumn1.OptionsEditForm.UseEditorColRowSpan = false;
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 1;
this.gridColumn1.Width = 34;
//
// gridColumn2
//
this.gridColumn2.Caption = "代码";
this.gridColumn2.FieldName = "Code";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.OptionsColumn.AllowEdit = false;
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 2;
this.gridColumn2.Width = 107;
//
// gridColumn3
//
this.gridColumn3.Caption = "文件名称";
this.gridColumn3.FieldName = "FileName";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 3;
this.gridColumn3.Width = 250;
//
// gridColumn4
//
this.gridColumn4.Caption = "更新时间";
this.gridColumn4.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn4.FieldName = "UpdateTime";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.OptionsColumn.AllowEdit = false;
this.gridColumn4.OptionsEditForm.UseEditorColRowSpan = false;
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 4;
this.gridColumn4.Width = 150;
//
// gridColumn5
//
this.gridColumn5.Caption = "SampleCodes";
this.gridColumn5.FieldName = "SampleCodes";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 5;
this.gridColumn5.Width = 254;
//
// LisReportFileForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(848, 563);
this.Controls.Add(this.ReportFileControl);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "LisReportFileForm";
this.Text = "LisReportFileForm";
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ReportFileControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ReportFileGrid)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraGrid.GridControl ReportFileControl;
private DevExpress.XtraGrid.Views.Grid.GridView ReportFileGrid;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraEditors.SimpleButton SaveBtn;
private DevExpress.XtraEditors.SimpleButton DelBtn;
private DevExpress.XtraEditors.SimpleButton DownloadBtn;
private DevExpress.XtraEditors.SimpleButton UploadBtn;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
}
}