namespace WellWorkDataUI.CustomControls { partial class frmExportWells { /// /// 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() { this.components = new System.ComponentModel.Container(); this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.flowWellsPanel = new System.Windows.Forms.FlowLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.exportButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.bar1 = new DevExpress.XtraBars.Bar(); this.selectAllButton = new DevExpress.XtraBars.BarButtonItem(); this.reverseAllButton = new DevExpress.XtraBars.BarButtonItem(); this.searchButton = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemSearchControl1 = new DevExpress.XtraEditors.Repository.RepositoryItemSearchControl(); 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.barEditItem1 = new DevExpress.XtraBars.BarEditItem(); this.bar2 = new DevExpress.XtraBars.Bar(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // repositoryItemTextEdit1 // this.repositoryItemTextEdit1.AutoHeight = false; this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1"; // // flowWellsPanel // this.flowWellsPanel.AutoScroll = true; this.flowWellsPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.flowWellsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.flowWellsPanel.Location = new System.Drawing.Point(0, 0); this.flowWellsPanel.Name = "flowWellsPanel"; this.flowWellsPanel.Size = new System.Drawing.Size(762, 248); this.flowWellsPanel.TabIndex = 0; // // panel1 // this.panel1.Controls.Add(this.exportButton); this.panel1.Controls.Add(this.cancelButton); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(762, 32); this.panel1.TabIndex = 11; // // exportButton // this.exportButton.Dock = System.Windows.Forms.DockStyle.Right; this.exportButton.Location = new System.Drawing.Point(592, 0); this.exportButton.Name = "exportButton"; this.exportButton.Size = new System.Drawing.Size(88, 32); this.exportButton.TabIndex = 6; this.exportButton.Text = "导出"; this.exportButton.UseVisualStyleBackColor = true; this.exportButton.Click += new System.EventHandler(this.exportButton_Click); // // cancelButton // this.cancelButton.Dock = System.Windows.Forms.DockStyle.Right; this.cancelButton.Location = new System.Drawing.Point(680, 0); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(82, 32); this.cancelButton.TabIndex = 5; this.cancelButton.Text = "取消"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1}); 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.selectAllButton, this.reverseAllButton, this.barEditItem1, this.searchButton}); this.barManager1.MaxItemId = 4; this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemSearchControl1}); // // bar1 // this.bar1.BarName = "Custom 2"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.selectAllButton, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.reverseAllButton, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.searchButton, "", false, true, true, 133)}); this.bar1.OptionsBar.DrawBorder = false; this.bar1.OptionsBar.UseWholeRow = true; this.bar1.Text = "Custom 2"; // // selectAllButton // this.selectAllButton.Caption = "全选"; this.selectAllButton.Id = 0; // this.selectAllButton.ImageOptions.SvgImage = global::DQ.Construction.Properties.Resources.quanxuan; this.selectAllButton.Name = "selectAllButton"; this.selectAllButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.selectAllButton_ItemClick); // // reverseAllButton // this.reverseAllButton.Caption = "反选"; this.reverseAllButton.Id = 1; //this.reverseAllButton.ImageOptions.SvgImage = global::DQ.Construction.Properties.Resources.fanxuanxuan; this.reverseAllButton.Name = "reverseAllButton"; this.reverseAllButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.reverseAllButton_ItemClick); // // searchButton // this.searchButton.Caption = "快速定位"; this.searchButton.Edit = this.repositoryItemSearchControl1; this.searchButton.Id = 3; this.searchButton.Name = "searchButton"; // // repositoryItemSearchControl1 // 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.NullValuePrompt = "输入搜索关键字"; this.repositoryItemSearchControl1.ShowDefaultButtonsMode = DevExpress.XtraEditors.Repository.ShowDefaultButtonsMode.AutoShowClear; this.repositoryItemSearchControl1.ValidateOnEnterKey = false; this.repositoryItemSearchControl1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemSearchControl1_ButtonClick); this.repositoryItemSearchControl1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.repositoryItemSearchControl1_KeyDown); // // 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(762, 28); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 309); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(762, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 28); this.barDockControlLeft.Manager = this.barManager1; this.barDockControlLeft.Size = new System.Drawing.Size(0, 281); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(762, 28); this.barDockControlRight.Manager = this.barManager1; this.barDockControlRight.Size = new System.Drawing.Size(0, 281); // // barEditItem1 // this.barEditItem1.Caption = "barEditItem1"; this.barEditItem1.Edit = this.repositoryItemTextEdit1; this.barEditItem1.Id = 2; this.barEditItem1.Name = "barEditItem1"; // // bar2 // this.bar2.BarName = "Custom 3"; this.bar2.DockCol = 0; this.bar2.DockRow = 1; this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar2.Text = "Custom 3"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.IsSplitterFixed = true; this.splitContainer1.Location = new System.Drawing.Point(0, 28); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.flowWellsPanel); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel1); this.splitContainer1.Size = new System.Drawing.Size(762, 281); this.splitContainer1.SplitterDistance = 248; this.splitContainer1.SplitterWidth = 1; this.splitContainer1.TabIndex = 16; // // frmSelectWells // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(762, 309); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); //this.IconOptions.SvgImage = global::DQ.Construction.Properties.Resources.daochu; this.Name = "frmSelectWells"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "数据导出"; ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchControl1)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.FlowLayoutPanel flowWellsPanel; private DevExpress.XtraBars.BarManager barManager1; private DevExpress.XtraBars.Bar bar1; private DevExpress.XtraBars.BarButtonItem selectAllButton; private DevExpress.XtraBars.BarButtonItem reverseAllButton; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private System.Windows.Forms.Button exportButton; private System.Windows.Forms.Button cancelButton; private DevExpress.XtraBars.BarEditItem barEditItem1; private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1; private DevExpress.XtraBars.BarEditItem searchButton; private DevExpress.XtraEditors.Repository.RepositoryItemSearchControl repositoryItemSearchControl1; private System.Windows.Forms.Panel panel1; private DevExpress.XtraBars.Bar bar2; private System.Windows.Forms.SplitContainer splitContainer1; } }