namespace CSFrameworkV5.Library
{
partial class frmExportGridData
{
///
/// 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(frmExportGridData));
this.label1 = new System.Windows.Forms.Label();
this.chkListColumns = new DevExpress.XtraEditors.CheckedListBoxControl();
this.label2 = new System.Windows.Forms.Label();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.cmbFileFormat = new DevExpress.XtraEditors.ComboBoxEdit();
this.btnCheckAll = new DevExpress.XtraEditors.SimpleButton();
this.btnUnCheckAll = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.pnlButtonAction.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chkListColumns)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbFileFormat.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.btnUnCheckAll);
this.panelControl1.Controls.Add(this.btnCheckAll);
this.panelControl1.Controls.Add(this.cmbFileFormat);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.label2);
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Controls.Add(this.chkListColumns);
this.panelControl1.Size = new System.Drawing.Size(389, 448);
//
// btnOk
//
this.btnOk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.ImageOptions.Image")));
this.btnOk.Location = new System.Drawing.Point(100, 8);
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(203, 8);
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// pnlButtonAction
//
this.pnlButtonAction.Location = new System.Drawing.Point(0, 454);
this.pnlButtonAction.Size = new System.Drawing.Size(389, 55);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
this.label1.Location = new System.Drawing.Point(15, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(103, 15);
this.label1.TabIndex = 3;
this.label1.Text = "请勾选导出栏位:";
//
// chkListColumns
//
this.chkListColumns.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.chkListColumns.Appearance.Options.UseFont = true;
this.chkListColumns.CheckOnClick = true;
this.chkListColumns.ItemHeight = 25;
this.chkListColumns.Location = new System.Drawing.Point(15, 39);
this.chkListColumns.Name = "chkListColumns";
this.chkListColumns.Size = new System.Drawing.Size(350, 352);
this.chkListColumns.TabIndex = 2;
//
// label2
//
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label2.Location = new System.Drawing.Point(0, 447);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(389, 1);
this.label2.TabIndex = 4;
this.label2.Text = "label2";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(15, 414);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(84, 14);
this.labelControl1.TabIndex = 5;
this.labelControl1.Text = "导出文件格式:";
//
// cmbFileFormat
//
this.cmbFileFormat.Location = new System.Drawing.Point(103, 410);
this.cmbFileFormat.Name = "cmbFileFormat";
this.cmbFileFormat.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.cmbFileFormat.Properties.Appearance.Options.UseFont = true;
this.cmbFileFormat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmbFileFormat.Properties.Items.AddRange(new object[] {
"Microsoft Excel 93~97文件 (*.xls)",
"Microsoft Excel 2007文件 (*.xlsx)",
"Adobe Acrobat PDF文件(*.pdf)",
"RTF文件",
"HTML文件"});
this.cmbFileFormat.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cmbFileFormat.Size = new System.Drawing.Size(260, 22);
this.cmbFileFormat.TabIndex = 6;
//
// btnCheckAll
//
this.btnCheckAll.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnCheckAll.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCheckAll.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCheckAll.ImageOptions.Image")));
this.btnCheckAll.Location = new System.Drawing.Point(134, 6);
this.btnCheckAll.Name = "btnCheckAll";
this.btnCheckAll.Size = new System.Drawing.Size(84, 28);
this.btnCheckAll.TabIndex = 7;
this.btnCheckAll.Text = "勾选全部";
this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
//
// btnUnCheckAll
//
this.btnUnCheckAll.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnUnCheckAll.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnUnCheckAll.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnUnCheckAll.ImageOptions.Image")));
this.btnUnCheckAll.Location = new System.Drawing.Point(224, 6);
this.btnUnCheckAll.Name = "btnUnCheckAll";
this.btnUnCheckAll.Size = new System.Drawing.Size(84, 28);
this.btnUnCheckAll.TabIndex = 8;
this.btnUnCheckAll.Text = "取消勾选";
this.btnUnCheckAll.Click += new System.EventHandler(this.btnUnCheckAll_Click);
//
// frmExportGridData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.ClientSize = new System.Drawing.Size(389, 509);
this.MinimizeBox = false;
this.Name = "frmExportGridData";
this.Text = "导出表格数据通用窗体";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmExportGridData_FormClosing);
this.Load += new System.EventHandler(this.frmExportGridData_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
this.pnlButtonAction.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chkListColumns)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbFileFormat.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.CheckedListBoxControl chkListColumns;
private DevExpress.XtraEditors.ComboBoxEdit cmbFileFormat;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.SimpleButton btnUnCheckAll;
private DevExpress.XtraEditors.SimpleButton btnCheckAll;
}
}