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.
236 lines
12 KiB
C#
236 lines
12 KiB
C#
|
|
namespace WellWorkDataUI.CustomControls
|
|
{
|
|
partial class FrmTiQuDiZhiFenCeng
|
|
{
|
|
/// <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();
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.bar1 = new DevExpress.XtraBars.Bar();
|
|
this.btnQueryChuceng = new DevExpress.XtraBars.BarButtonItem();
|
|
this.btnQueryFenceng = new DevExpress.XtraBars.BarButtonItem();
|
|
this.btnGenerate = new DevExpress.XtraBars.BarButtonItem();
|
|
this.btnGenerateOne = new DevExpress.XtraBars.BarButtonItem();
|
|
this.btnSave = 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.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.btnQueryChuceng,
|
|
this.btnQueryFenceng,
|
|
this.btnGenerate,
|
|
this.btnSave,
|
|
this.btnGenerateOne});
|
|
this.barManager1.MaxItemId = 5;
|
|
//
|
|
// bar1
|
|
//
|
|
this.bar1.BarName = "Tools";
|
|
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(this.btnQueryChuceng),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.btnQueryFenceng),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.btnGenerate, true),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.btnGenerateOne),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.btnSave, true)});
|
|
this.bar1.OptionsBar.AllowQuickCustomization = false;
|
|
this.bar1.OptionsBar.DrawDragBorder = false;
|
|
this.bar1.OptionsBar.UseWholeRow = true;
|
|
this.bar1.Text = "Tools";
|
|
//
|
|
// btnQueryChuceng
|
|
//
|
|
this.btnQueryChuceng.Caption = "提取储层层位";
|
|
this.btnQueryChuceng.Id = 0;
|
|
this.btnQueryChuceng.Name = "btnQueryChuceng";
|
|
this.btnQueryChuceng.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnQueryChuceng_ItemClick);
|
|
//
|
|
// btnQueryFenceng
|
|
//
|
|
this.btnQueryFenceng.Caption = "提取分层层位";
|
|
this.btnQueryFenceng.Id = 1;
|
|
this.btnQueryFenceng.Name = "btnQueryFenceng";
|
|
this.btnQueryFenceng.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnQueryFenceng_ItemClick);
|
|
//
|
|
// btnGenerate
|
|
//
|
|
this.btnGenerate.Caption = "生成分层";
|
|
this.btnGenerate.Id = 2;
|
|
this.btnGenerate.Name = "btnGenerate";
|
|
this.btnGenerate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnGenerate_ItemClick);
|
|
//
|
|
// btnGenerateOne
|
|
//
|
|
this.btnGenerateOne.Caption = "生成单层";
|
|
this.btnGenerateOne.Id = 4;
|
|
this.btnGenerateOne.Name = "btnGenerateOne";
|
|
this.btnGenerateOne.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnGenerateOne_ItemClick);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Caption = "提到地质分层体系";
|
|
this.btnSave.Id = 3;
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSave_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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.barDockControlTop.Size = new System.Drawing.Size(807, 25);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 370);
|
|
this.barDockControlBottom.Manager = this.barManager1;
|
|
this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(807, 0);
|
|
//
|
|
// barDockControlLeft
|
|
//
|
|
this.barDockControlLeft.CausesValidation = false;
|
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 25);
|
|
this.barDockControlLeft.Manager = this.barManager1;
|
|
this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 345);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = false;
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControlRight.Location = new System.Drawing.Point(807, 25);
|
|
this.barDockControlRight.Manager = this.barManager1;
|
|
this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 345);
|
|
//
|
|
// listBoxControl1
|
|
//
|
|
this.listBoxControl1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.listBoxControl1.Location = new System.Drawing.Point(0, 25);
|
|
this.listBoxControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.listBoxControl1.Name = "listBoxControl1";
|
|
this.listBoxControl1.Size = new System.Drawing.Size(230, 345);
|
|
this.listBoxControl1.TabIndex = 4;
|
|
//
|
|
// gridControl1
|
|
//
|
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.gridControl1.Location = new System.Drawing.Point(230, 25);
|
|
this.gridControl1.MainView = this.gridViewMain;
|
|
this.gridControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.gridControl1.MenuManager = this.barManager1;
|
|
this.gridControl1.Name = "gridControl1";
|
|
this.gridControl1.Size = new System.Drawing.Size(577, 345);
|
|
this.gridControl1.TabIndex = 9;
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridViewMain});
|
|
//
|
|
// gridViewMain
|
|
//
|
|
this.gridViewMain.DetailHeight = 288;
|
|
this.gridViewMain.GridControl = this.gridControl1;
|
|
this.gridViewMain.Name = "gridViewMain";
|
|
this.gridViewMain.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
|
|
this.gridViewMain.OptionsCustomization.AllowFilter = false;
|
|
this.gridViewMain.OptionsCustomization.AllowSort = false;
|
|
this.gridViewMain.OptionsLayout.Columns.AddNewColumns = false;
|
|
this.gridViewMain.OptionsMenu.ShowAddNewSummaryItem = DevExpress.Utils.DefaultBoolean.False;
|
|
this.gridViewMain.OptionsNavigation.AutoFocusNewRow = true;
|
|
this.gridViewMain.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// FrmTiQuDiZhiFenCeng
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(807, 370);
|
|
this.Controls.Add(this.gridControl1);
|
|
this.Controls.Add(this.listBoxControl1);
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.IconOptions.ShowIcon = false;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "FrmTiQuDiZhiFenCeng";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "提取地质分层";
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
private DevExpress.XtraBars.Bar bar1;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
private DevExpress.XtraBars.BarButtonItem btnQueryChuceng;
|
|
private DevExpress.XtraBars.BarButtonItem btnQueryFenceng;
|
|
private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
|
|
private DevExpress.XtraBars.BarButtonItem btnGenerate;
|
|
private DevExpress.XtraBars.BarButtonItem btnSave;
|
|
private DevExpress.XtraBars.BarButtonItem btnGenerateOne;
|
|
}
|
|
} |