ab56a9bcf7
SVN-Revision: r240
159 lines
7.8 KiB
C#
159 lines
7.8 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class FrmSetExport
|
|
{
|
|
/// <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 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()
|
|
{
|
|
this.leftGroup = new DevExpress.XtraEditors.GroupControl();
|
|
this.bottomPanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.saveBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.mainPanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.rightGroup = new DevExpress.XtraEditors.GroupControl();
|
|
this.rightGrid = new Lskj.Control.GridControlEx();
|
|
this.leftGrid = new Lskj.Control.GridControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.leftGroup)).BeginInit();
|
|
this.leftGroup.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).BeginInit();
|
|
this.bottomPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.mainPanel)).BeginInit();
|
|
this.mainPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rightGroup)).BeginInit();
|
|
this.rightGroup.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// leftGroup
|
|
//
|
|
this.leftGroup.AppearanceCaption.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.leftGroup.AppearanceCaption.Options.UseFont = true;
|
|
this.leftGroup.Controls.Add(this.leftGrid);
|
|
this.leftGroup.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.leftGroup.Location = new System.Drawing.Point(2, 2);
|
|
this.leftGroup.Name = "leftGroup";
|
|
this.leftGroup.Size = new System.Drawing.Size(505, 572);
|
|
this.leftGroup.TabIndex = 0;
|
|
this.leftGroup.Text = "双击或拖拽选择导出列(未选择):";
|
|
//
|
|
// bottomPanel
|
|
//
|
|
this.bottomPanel.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.bottomPanel.Appearance.Options.UseBackColor = true;
|
|
this.bottomPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.bottomPanel.Controls.Add(this.saveBtn);
|
|
this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bottomPanel.Location = new System.Drawing.Point(0, 576);
|
|
this.bottomPanel.Name = "bottomPanel";
|
|
this.bottomPanel.Size = new System.Drawing.Size(1021, 45);
|
|
this.bottomPanel.TabIndex = 2;
|
|
//
|
|
// saveBtn
|
|
//
|
|
this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.saveBtn.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.saveBtn.Appearance.Options.UseFont = true;
|
|
this.saveBtn.Location = new System.Drawing.Point(945, 6);
|
|
this.saveBtn.Name = "saveBtn";
|
|
this.saveBtn.Size = new System.Drawing.Size(64, 33);
|
|
this.saveBtn.TabIndex = 2;
|
|
this.saveBtn.Text = "保存";
|
|
//
|
|
// mainPanel
|
|
//
|
|
this.mainPanel.Controls.Add(this.rightGroup);
|
|
this.mainPanel.Controls.Add(this.leftGroup);
|
|
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.mainPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.mainPanel.Name = "mainPanel";
|
|
this.mainPanel.Size = new System.Drawing.Size(1021, 576);
|
|
this.mainPanel.TabIndex = 3;
|
|
//
|
|
// rightGroup
|
|
//
|
|
this.rightGroup.AppearanceCaption.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rightGroup.AppearanceCaption.Options.UseFont = true;
|
|
this.rightGroup.Controls.Add(this.rightGrid);
|
|
this.rightGroup.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rightGroup.Location = new System.Drawing.Point(507, 2);
|
|
this.rightGroup.Name = "rightGroup";
|
|
this.rightGroup.Size = new System.Drawing.Size(512, 572);
|
|
this.rightGroup.TabIndex = 2;
|
|
this.rightGroup.Text = "双击或拖拽取消导出列(已选择):";
|
|
//
|
|
// rightGrid
|
|
//
|
|
this.rightGrid.AdapterObj = null;
|
|
this.rightGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rightGrid.Location = new System.Drawing.Point(2, 33);
|
|
this.rightGrid.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
this.rightGrid.Name = "rightGrid";
|
|
this.rightGrid.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.rightGrid.Size = new System.Drawing.Size(508, 537);
|
|
this.rightGrid.TabIndex = 1;
|
|
//
|
|
// leftGrid
|
|
//
|
|
this.leftGrid.AdapterObj = null;
|
|
this.leftGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.leftGrid.Location = new System.Drawing.Point(2, 33);
|
|
this.leftGrid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.leftGrid.Name = "leftGrid";
|
|
this.leftGrid.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.leftGrid.Size = new System.Drawing.Size(501, 537);
|
|
this.leftGrid.TabIndex = 0;
|
|
//
|
|
// FrmSetExport
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1021, 621);
|
|
this.Controls.Add(this.mainPanel);
|
|
this.Controls.Add(this.bottomPanel);
|
|
this.Name = "FrmSetExport";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "导出列设置";
|
|
((System.ComponentModel.ISupportInitialize)(this.leftGroup)).EndInit();
|
|
this.leftGroup.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).EndInit();
|
|
this.bottomPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.mainPanel)).EndInit();
|
|
this.mainPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.rightGroup)).EndInit();
|
|
this.rightGroup.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.GroupControl leftGroup;
|
|
private GridControlEx leftGrid;
|
|
private DevExpress.XtraEditors.PanelControl bottomPanel;
|
|
private DevExpress.XtraEditors.PanelControl mainPanel;
|
|
private DevExpress.XtraEditors.GroupControl rightGroup;
|
|
private GridControlEx rightGrid;
|
|
private DevExpress.XtraEditors.SimpleButton saveBtn;
|
|
}
|
|
} |