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.
kev/Drawer/UCDraw/PcgDrawR_wellPole/WellAndSection/FrmNewWellSection.Designer.cs

400 lines
19 KiB
C#

1 month ago
namespace GeoSigma.UCDraw.WellAndSection
{
partial class FrmNewWellSection
{
/// <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()
{
winExplorerView1 = new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerView();
gridControl1 = new DevExpress.XtraGrid.GridControl();
btnCancel = new System.Windows.Forms.Button();
btnOK = new System.Windows.Forms.Button();
groupBoxWellList = new System.Windows.Forms.GroupBox();
wellListBox = new System.Windows.Forms.ListBox();
groupBoxSelectWell = new System.Windows.Forms.GroupBox();
btnDelSelectWells = new System.Windows.Forms.Button();
groupBoxLayerClass = new System.Windows.Forms.GroupBox();
LayercheckedListBox = new System.Windows.Forms.CheckedListBox();
groupBoxWellTemplate = new System.Windows.Forms.GroupBox();
wellTempComboBox = new System.Windows.Forms.ComboBox();
label1 = new System.Windows.Forms.Label();
textBoxFilter = new System.Windows.Forms.TextBox();
label2 = new System.Windows.Forms.Label();
textBoxFileName = new System.Windows.Forms.TextBox();
groupBoxWellSegment = new System.Windows.Forms.GroupBox();
comboBoxBottomLayer = new System.Windows.Forms.ComboBox();
comboBoxTopLayer = new System.Windows.Forms.ComboBox();
label5 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
comboBoxLayers = new System.Windows.Forms.ComboBox();
label3 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
textBoxTopExtent = new System.Windows.Forms.TextBox();
textBoxbottomExtent = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)winExplorerView1).BeginInit();
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
groupBoxWellList.SuspendLayout();
groupBoxSelectWell.SuspendLayout();
groupBoxLayerClass.SuspendLayout();
groupBoxWellTemplate.SuspendLayout();
groupBoxWellSegment.SuspendLayout();
SuspendLayout();
//
// winExplorerView1
//
winExplorerView1.GridControl = gridControl1;
winExplorerView1.Name = "winExplorerView1";
winExplorerView1.OptionsViewStyles.Content.ItemWidth = 100;
winExplorerView1.OptionsViewStyles.Content.SelectionDrawMode = DevExpress.XtraGrid.Views.WinExplorer.SelectionDrawMode.AroundItem;
//
// gridControl1
//
gridControl1.Location = new System.Drawing.Point(15, 23);
gridControl1.MainView = winExplorerView1;
gridControl1.Margin = new System.Windows.Forms.Padding(4);
gridControl1.Name = "gridControl1";
gridControl1.Size = new System.Drawing.Size(906, 564);
gridControl1.TabIndex = 0;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { winExplorerView1 });
//
// btnCancel
//
btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
btnCancel.Location = new System.Drawing.Point(1023, 654);
btnCancel.Margin = new System.Windows.Forms.Padding(4);
btnCancel.Name = "btnCancel";
btnCancel.Size = new System.Drawing.Size(88, 31);
btnCancel.TabIndex = 1;
btnCancel.Text = "取消";
btnCancel.UseVisualStyleBackColor = true;
//
// btnOK
//
btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
btnOK.Location = new System.Drawing.Point(927, 654);
btnOK.Margin = new System.Windows.Forms.Padding(4);
btnOK.Name = "btnOK";
btnOK.Size = new System.Drawing.Size(88, 32);
btnOK.TabIndex = 2;
btnOK.Text = "确定";
btnOK.UseVisualStyleBackColor = true;
btnOK.Click += btnOK_Click;
//
// groupBoxWellList
//
groupBoxWellList.Controls.Add(gridControl1);
groupBoxWellList.Location = new System.Drawing.Point(-5, 52);
groupBoxWellList.Margin = new System.Windows.Forms.Padding(4);
groupBoxWellList.Name = "groupBoxWellList";
groupBoxWellList.Padding = new System.Windows.Forms.Padding(4);
groupBoxWellList.Size = new System.Drawing.Size(931, 595);
groupBoxWellList.TabIndex = 3;
groupBoxWellList.TabStop = false;
groupBoxWellList.Text = "井列表";
//
// wellListBox
//
wellListBox.FormattingEnabled = true;
wellListBox.ItemHeight = 17;
wellListBox.Location = new System.Drawing.Point(15, 19);
wellListBox.Margin = new System.Windows.Forms.Padding(4);
wellListBox.Name = "wellListBox";
wellListBox.Size = new System.Drawing.Size(162, 259);
wellListBox.TabIndex = 4;
//
// groupBoxSelectWell
//
groupBoxSelectWell.Controls.Add(btnDelSelectWells);
groupBoxSelectWell.Controls.Add(wellListBox);
groupBoxSelectWell.Location = new System.Drawing.Point(934, 327);
groupBoxSelectWell.Margin = new System.Windows.Forms.Padding(4);
groupBoxSelectWell.Name = "groupBoxSelectWell";
groupBoxSelectWell.Padding = new System.Windows.Forms.Padding(4);
groupBoxSelectWell.Size = new System.Drawing.Size(187, 319);
groupBoxSelectWell.TabIndex = 5;
groupBoxSelectWell.TabStop = false;
groupBoxSelectWell.Text = "已选井";
//
// btnDelSelectWells
//
btnDelSelectWells.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
btnDelSelectWells.Location = new System.Drawing.Point(46, 283);
btnDelSelectWells.Margin = new System.Windows.Forms.Padding(4);
btnDelSelectWells.Name = "btnDelSelectWells";
btnDelSelectWells.Size = new System.Drawing.Size(102, 29);
btnDelSelectWells.TabIndex = 0;
btnDelSelectWells.Text = "取消所有";
btnDelSelectWells.UseVisualStyleBackColor = true;
btnDelSelectWells.Click += btnDelSelectWells_Click;
//
// groupBoxLayerClass
//
groupBoxLayerClass.Controls.Add(LayercheckedListBox);
groupBoxLayerClass.Location = new System.Drawing.Point(934, 7);
groupBoxLayerClass.Margin = new System.Windows.Forms.Padding(4);
groupBoxLayerClass.Name = "groupBoxLayerClass";
groupBoxLayerClass.Padding = new System.Windows.Forms.Padding(4);
groupBoxLayerClass.Size = new System.Drawing.Size(187, 125);
groupBoxLayerClass.TabIndex = 6;
groupBoxLayerClass.TabStop = false;
groupBoxLayerClass.Text = "设置连层道";
//
// LayercheckedListBox
//
LayercheckedListBox.FormattingEnabled = true;
LayercheckedListBox.Location = new System.Drawing.Point(15, 22);
LayercheckedListBox.Margin = new System.Windows.Forms.Padding(4);
LayercheckedListBox.Name = "LayercheckedListBox";
LayercheckedListBox.Size = new System.Drawing.Size(159, 94);
LayercheckedListBox.TabIndex = 0;
//
// groupBoxWellTemplate
//
groupBoxWellTemplate.Controls.Add(wellTempComboBox);
groupBoxWellTemplate.Location = new System.Drawing.Point(3, 0);
groupBoxWellTemplate.Margin = new System.Windows.Forms.Padding(4);
groupBoxWellTemplate.Name = "groupBoxWellTemplate";
groupBoxWellTemplate.Padding = new System.Windows.Forms.Padding(4);
groupBoxWellTemplate.Size = new System.Drawing.Size(659, 52);
groupBoxWellTemplate.TabIndex = 7;
groupBoxWellTemplate.TabStop = false;
groupBoxWellTemplate.Text = "井模板";
//
// wellTempComboBox
//
wellTempComboBox.FormattingEnabled = true;
wellTempComboBox.Location = new System.Drawing.Point(9, 19);
wellTempComboBox.Margin = new System.Windows.Forms.Padding(4);
wellTempComboBox.Name = "wellTempComboBox";
wellTempComboBox.Size = new System.Drawing.Size(642, 25);
wellTempComboBox.TabIndex = 0;
wellTempComboBox.SelectedIndexChanged += wellTempComboBox_SelectedIndexChanged;
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(670, 23);
label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(92, 17);
label1.TabIndex = 8;
label1.Text = "井名称查询过滤";
//
// textBoxFilter
//
textBoxFilter.Location = new System.Drawing.Point(776, 19);
textBoxFilter.Margin = new System.Windows.Forms.Padding(4);
textBoxFilter.Name = "textBoxFilter";
textBoxFilter.Size = new System.Drawing.Size(135, 23);
textBoxFilter.TabIndex = 9;
textBoxFilter.TextChanged += textBoxFilter_TextChanged;
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(18, 657);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(56, 17);
label2.TabIndex = 10;
label2.Text = "文件名称";
//
// textBoxFileName
//
textBoxFileName.Location = new System.Drawing.Point(93, 654);
textBoxFileName.Name = "textBoxFileName";
textBoxFileName.Size = new System.Drawing.Size(614, 23);
textBoxFileName.TabIndex = 11;
//
// groupBoxWellSegment
//
groupBoxWellSegment.Controls.Add(textBoxbottomExtent);
groupBoxWellSegment.Controls.Add(textBoxTopExtent);
groupBoxWellSegment.Controls.Add(label7);
groupBoxWellSegment.Controls.Add(label6);
groupBoxWellSegment.Controls.Add(comboBoxBottomLayer);
groupBoxWellSegment.Controls.Add(comboBoxTopLayer);
groupBoxWellSegment.Controls.Add(label5);
groupBoxWellSegment.Controls.Add(label4);
groupBoxWellSegment.Controls.Add(comboBoxLayers);
groupBoxWellSegment.Controls.Add(label3);
groupBoxWellSegment.Location = new System.Drawing.Point(934, 136);
groupBoxWellSegment.Name = "groupBoxWellSegment";
groupBoxWellSegment.Size = new System.Drawing.Size(186, 184);
groupBoxWellSegment.TabIndex = 12;
groupBoxWellSegment.TabStop = false;
groupBoxWellSegment.Text = "设置连层井段";
//
// comboBoxBottomLayer
//
comboBoxBottomLayer.FormattingEnabled = true;
comboBoxBottomLayer.Location = new System.Drawing.Point(44, 86);
comboBoxBottomLayer.Name = "comboBoxBottomLayer";
comboBoxBottomLayer.Size = new System.Drawing.Size(121, 25);
comboBoxBottomLayer.TabIndex = 5;
//
// comboBoxTopLayer
//
comboBoxTopLayer.FormattingEnabled = true;
comboBoxTopLayer.Location = new System.Drawing.Point(44, 52);
comboBoxTopLayer.Name = "comboBoxTopLayer";
comboBoxTopLayer.Size = new System.Drawing.Size(121, 25);
comboBoxTopLayer.TabIndex = 4;
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(7, 90);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(32, 17);
label5.TabIndex = 3;
label5.Text = "底层";
//
// label4
//
label4.AutoSize = true;
label4.Location = new System.Drawing.Point(5, 57);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(32, 17);
label4.TabIndex = 2;
label4.Text = "顶层";
//
// comboBoxLayers
//
comboBoxLayers.FormattingEnabled = true;
comboBoxLayers.Location = new System.Drawing.Point(43, 19);
comboBoxLayers.Name = "comboBoxLayers";
comboBoxLayers.Size = new System.Drawing.Size(122, 25);
comboBoxLayers.TabIndex = 1;
comboBoxLayers.SelectedValueChanged += comboBoxLayers_SelectedValueChanged;
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(5, 24);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(32, 17);
label3.TabIndex = 0;
label3.Text = "层级";
//
// label6
//
label6.AutoSize = true;
label6.Location = new System.Drawing.Point(6, 124);
label6.Name = "label6";
label6.Size = new System.Drawing.Size(76, 17);
label6.TabIndex = 6;
label6.Text = "上延长度(米)";
//
// label7
//
label7.AutoSize = true;
label7.Location = new System.Drawing.Point(6, 155);
label7.Name = "label7";
label7.Size = new System.Drawing.Size(84, 17);
label7.TabIndex = 7;
label7.Text = "下延长度(米)";
//
// textBoxTopExtent
//
textBoxTopExtent.Location = new System.Drawing.Point(88, 121);
textBoxTopExtent.Name = "textBoxTopExtent";
textBoxTopExtent.Size = new System.Drawing.Size(76, 23);
textBoxTopExtent.TabIndex = 8;
//
// textBoxbottomExtent
//
textBoxbottomExtent.Location = new System.Drawing.Point(89, 152);
textBoxbottomExtent.Name = "textBoxbottomExtent";
textBoxbottomExtent.Size = new System.Drawing.Size(76, 23);
textBoxbottomExtent.TabIndex = 9;
//
// FrmNewWellSection
//
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(1124, 687);
Controls.Add(groupBoxWellSegment);
Controls.Add(textBoxFileName);
Controls.Add(label2);
Controls.Add(textBoxFilter);
Controls.Add(label1);
Controls.Add(groupBoxWellTemplate);
Controls.Add(groupBoxLayerClass);
Controls.Add(btnOK);
Controls.Add(btnCancel);
Controls.Add(groupBoxWellList);
Controls.Add(groupBoxSelectWell);
Margin = new System.Windows.Forms.Padding(4);
Name = "FrmNewWellSection";
Text = "新建多井剖面";
Shown += FrmNewWellSection_Shown;
Resize += FrmNewWellSection_Resize;
((System.ComponentModel.ISupportInitialize)winExplorerView1).EndInit();
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
groupBoxWellList.ResumeLayout(false);
groupBoxSelectWell.ResumeLayout(false);
groupBoxLayerClass.ResumeLayout(false);
groupBoxWellTemplate.ResumeLayout(false);
groupBoxWellSegment.ResumeLayout(false);
groupBoxWellSegment.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.GroupBox groupBoxWellList;
private System.Windows.Forms.ListBox wellListBox;
private System.Windows.Forms.GroupBox groupBoxSelectWell;
private System.Windows.Forms.GroupBox groupBoxLayerClass;
private System.Windows.Forms.GroupBox groupBoxWellTemplate;
private System.Windows.Forms.ComboBox wellTempComboBox;
private System.Windows.Forms.CheckedListBox LayercheckedListBox;
private System.Windows.Forms.Button btnDelSelectWells;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxFilter;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxFileName;
private DevExpress.XtraGrid.Views.WinExplorer.WinExplorerView winExplorerView1;
private DevExpress.XtraGrid.GridControl gridControl1;
private System.Windows.Forms.GroupBox groupBoxWellSegment;
private System.Windows.Forms.ComboBox comboBoxLayers;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox comboBoxTopLayer;
private System.Windows.Forms.ComboBox comboBoxBottomLayer;
private System.Windows.Forms.TextBox textBoxbottomExtent;
private System.Windows.Forms.TextBox textBoxTopExtent;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
}
}