You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

287 lines
15 KiB
C#

namespace WellWorkDataUI.CustomControls
{
partial class FrmExportPicker
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmExportPicker));
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.bar2 = new DevExpress.XtraBars.Bar();
this.barEditSearch = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemSearchControl1 = new WellWorkDataUI.CustomControls.CustomRepositoryItemSearchControl();
this.btnCheck = new DevExpress.XtraBars.BarButtonItem();
this.btnReverseCheck = new DevExpress.XtraBars.BarButtonItem();
this.btnOK = new DevExpress.XtraBars.BarButtonItem();
this.btnCancel = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.winExplorerView1 = new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerView();
this.gcName = new DevExpress.XtraGrid.Columns.GridColumn();
this.gcDescription = new DevExpress.XtraGrid.Columns.GridColumn();
this.gcCheck = new DevExpress.XtraGrid.Columns.GridColumn();
this.gcGroup = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.winExplorerView1)).BeginInit();
this.SuspendLayout();
//
// barManager1
//
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar2});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btnCheck,
this.btnReverseCheck,
this.btnOK,
this.btnCancel,
this.barEditSearch});
this.barManager1.MainMenu = this.bar2;
this.barManager1.MaxItemId = 5;
this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemSearchControl1});
//
// bar2
//
this.bar2.BarName = "Main menu";
this.bar2.DockCol = 0;
this.bar2.DockRow = 0;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.barEditSearch),
new DevExpress.XtraBars.LinkPersistInfo(this.btnCheck, true),
new DevExpress.XtraBars.LinkPersistInfo(this.btnReverseCheck),
new DevExpress.XtraBars.LinkPersistInfo(this.btnOK, true),
new DevExpress.XtraBars.LinkPersistInfo(this.btnCancel)});
this.bar2.OptionsBar.DrawDragBorder = false;
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
//
// barEditSearch
//
this.barEditSearch.Caption = "barEditItem1";
this.barEditSearch.Edit = this.repositoryItemSearchControl1;
this.barEditSearch.Id = 4;
this.barEditSearch.Name = "barEditSearch";
this.barEditSearch.Size = new System.Drawing.Size(200, 0);
//
// repositoryItemSearchControl1
//
this.repositoryItemSearchControl1.Appearance.Options.UseFont = true;
this.repositoryItemSearchControl1.AutoHeight = false;
this.repositoryItemSearchControl1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Repository.ClearButton(),
new DevExpress.XtraEditors.Repository.SearchButton()});
this.repositoryItemSearchControl1.Name = "repositoryItemSearchControl1";
this.repositoryItemSearchControl1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.RepositoryItemSearchControl1_EditValueChanging);
//
// btnCheck
//
this.btnCheck.Caption = "全选";
this.btnCheck.Id = 0;
//this.btnCheck.ImageOptions.SvgImage = global::DQ.Construction.Properties.Resources.quanxuan;
this.btnCheck.Name = "btnCheck";
this.btnCheck.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtnCheck_ItemClick);
//
// btnReverseCheck
//
this.btnReverseCheck.Caption = "反选";
this.btnReverseCheck.Id = 1;
//this.btnReverseCheck.ImageOptions.SvgImage = global::DQ.Construction.Properties.Resources.fanxuanxuan;
this.btnReverseCheck.Name = "btnReverseCheck";
this.btnReverseCheck.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtnReverseCheck_ItemClick);
//
// btnOK
//
this.btnOK.Caption = "确定";
this.btnOK.Id = 2;
// this.btnOK.ImageOptions.SvgImage = global::DQ.Construction.Properties.Resources.queding1;
this.btnOK.Name = "btnOK";
this.btnOK.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtnOK_ItemClick);
//
// btnCancel
//
this.btnCancel.Caption = "取消";
this.btnCancel.Id = 3;
//this.btnCancel.ImageOptions.SvgImage = global::DQ.Construction.Properties.Resources.quxiao;
this.btnCancel.Name = "btnCancel";
this.btnCancel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtnCancel_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager1;
this.barDockControlTop.Size = new System.Drawing.Size(520, 26);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 344);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Size = new System.Drawing.Size(520, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 26);
this.barDockControlLeft.Manager = this.barManager1;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 318);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(520, 26);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Size = new System.Drawing.Size(0, 318);
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Font = new System.Drawing.Font("宋体", 9F);
this.gridControl1.Location = new System.Drawing.Point(0, 26);
this.gridControl1.MainView = this.winExplorerView1;
this.gridControl1.MenuManager = this.barManager1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(520, 318);
this.gridControl1.TabIndex = 4;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.winExplorerView1});
//
// winExplorerView1
//
this.winExplorerView1.Appearance.ItemDisabled.Options.UseFont = true;
this.winExplorerView1.Appearance.ItemHovered.Options.UseFont = true;
this.winExplorerView1.Appearance.ItemNormal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.winExplorerView1.Appearance.ItemNormal.Options.UseFont = true;
this.winExplorerView1.Appearance.ItemPressed.Options.UseFont = true;
this.winExplorerView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gcName,
this.gcDescription,
this.gcCheck,
this.gcGroup});
this.winExplorerView1.ColumnSet.CheckBoxColumn = this.gcCheck;
this.winExplorerView1.ColumnSet.DescriptionColumn = this.gcDescription;
this.winExplorerView1.ColumnSet.TextColumn = this.gcName;
this.winExplorerView1.GridControl = this.gridControl1;
this.winExplorerView1.Name = "winExplorerView1";
this.winExplorerView1.OptionsView.ShowCheckBoxes = true;
this.winExplorerView1.OptionsView.Style = DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewStyle.Small;
this.winExplorerView1.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.Grid_CustomUnboundColumnData);
//
// gcName
//
this.gcName.FieldName = "gcName";
this.gcName.Name = "gcName";
this.gcName.UnboundType = DevExpress.Data.UnboundColumnType.String;
this.gcName.Visible = true;
this.gcName.VisibleIndex = 0;
//
// gcDescription
//
this.gcDescription.FieldName = "gcDescription";
this.gcDescription.Name = "gcDescription";
this.gcDescription.UnboundType = DevExpress.Data.UnboundColumnType.String;
this.gcDescription.Visible = true;
this.gcDescription.VisibleIndex = 0;
//
// gcCheck
//
this.gcCheck.FieldName = "gcCheck";
this.gcCheck.Name = "gcCheck";
this.gcCheck.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
this.gcCheck.Visible = true;
this.gcCheck.VisibleIndex = 0;
//
// gcGroup
//
this.gcGroup.FieldName = "gcGroup";
this.gcGroup.Name = "gcGroup";
this.gcGroup.UnboundType = DevExpress.Data.UnboundColumnType.String;
this.gcGroup.Visible = true;
this.gcGroup.VisibleIndex = 1;
//
// FrmExportPicker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(520, 344);
this.Controls.Add(this.gridControl1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmExportPicker";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "导出表选择";
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.winExplorerView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarButtonItem btnCheck;
private DevExpress.XtraBars.BarButtonItem btnReverseCheck;
private DevExpress.XtraBars.BarButtonItem btnOK;
private DevExpress.XtraBars.BarButtonItem btnCancel;
private DevExpress.XtraBars.BarEditItem barEditSearch;
private WellWorkDataUI.CustomControls.CustomRepositoryItemSearchControl repositoryItemSearchControl1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.WinExplorer.WinExplorerView winExplorerView1;
private DevExpress.XtraGrid.Columns.GridColumn gcName;
private DevExpress.XtraGrid.Columns.GridColumn gcDescription;
private DevExpress.XtraGrid.Columns.GridColumn gcCheck;
private DevExpress.XtraGrid.Columns.GridColumn gcGroup;
}
}