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/PcgDrawSection/FormParseHeader.Designer.cs

388 lines
22 KiB
C#

1 month ago
namespace GeoSigma.PcgDrawSection
{
partial class FormParseHeader
{
/// <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(FormParseHeader));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tbtnOK = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tbtnShowFileHeader = new System.Windows.Forms.ToolStripButton();
this.tsbtnShowTraceHeader = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tbtnSetInline = new System.Windows.Forms.ToolStripButton();
this.tbtnSetCrossLine = new System.Windows.Forms.ToolStripButton();
this.tsbtnShowComment = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tlblInline = new System.Windows.Forms.ToolStripLabel();
this.tlblCrossline = new System.Windows.Forms.ToolStripLabel();
this.dgvData = new System.Windows.Forms.DataGridView();
this.ctmPositionSet = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmiSetInline = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSetCrossline = new System.Windows.Forms.ToolStripMenuItem();
this.bdNavTrace = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tlblInlineLocation = new System.Windows.Forms.ToolStripLabel();
this.tlblCrosslinePosition = new System.Windows.Forms.ToolStripLabel();
this.bdSourceTraceHeader = new System.Windows.Forms.BindingSource(this.components);
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.ctmPositionSet.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bdNavTrace)).BeginInit();
this.bdNavTrace.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bdSourceTraceHeader)).BeginInit();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tbtnOK,
this.toolStripSeparator3,
this.tbtnShowFileHeader,
this.tsbtnShowTraceHeader,
this.toolStripSeparator2,
this.tbtnSetInline,
this.tbtnSetCrossLine,
this.tsbtnShowComment,
this.toolStripSeparator1,
this.tlblInline,
this.tlblCrossline});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(695, 25);
this.toolStrip1.TabIndex = 5;
this.toolStrip1.Text = "toolStrip1";
//
// tbtnOK
//
this.tbtnOK.Image = global::GeoSigma.PcgDrawSection.Properties.Resources.Apply_16x16;
this.tbtnOK.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbtnOK.Name = "tbtnOK";
this.tbtnOK.Size = new System.Drawing.Size(88, 22);
this.tbtnOK.Text = "保存并退出";
this.tbtnOK.Click += new System.EventHandler(this.tbtnOK_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// tbtnShowFileHeader
//
this.tbtnShowFileHeader.Checked = true;
this.tbtnShowFileHeader.CheckState = System.Windows.Forms.CheckState.Checked;
this.tbtnShowFileHeader.Image = global::GeoSigma.PcgDrawSection.Properties.Resources.SnapHeader_16x16;
this.tbtnShowFileHeader.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbtnShowFileHeader.Name = "tbtnShowFileHeader";
this.tbtnShowFileHeader.Size = new System.Drawing.Size(64, 22);
this.tbtnShowFileHeader.Text = "文件头";
this.tbtnShowFileHeader.Click += new System.EventHandler(this.tbtnShowFileHeader_Click);
//
// tsbtnShowTraceHeader
//
this.tsbtnShowTraceHeader.Image = global::GeoSigma.PcgDrawSection.Properties.Resources.SectionBreaksList_NextPage_16x16;
this.tsbtnShowTraceHeader.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnShowTraceHeader.Name = "tsbtnShowTraceHeader";
this.tsbtnShowTraceHeader.Size = new System.Drawing.Size(52, 22);
this.tsbtnShowTraceHeader.Text = "道头";
this.tsbtnShowTraceHeader.Click += new System.EventHandler(this.tsbtnShowTraceHeader_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// tbtnSetInline
//
this.tbtnSetInline.Image = global::GeoSigma.PcgDrawSection.Properties.Resources.GridCerticalLines_16x16;
this.tbtnSetInline.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbtnSetInline.Name = "tbtnSetInline";
this.tbtnSetInline.Size = new System.Drawing.Size(83, 22);
this.tbtnSetInline.Text = "设为Inline";
//
// tbtnSetCrossLine
//
this.tbtnSetCrossLine.Image = global::GeoSigma.PcgDrawSection.Properties.Resources.GridHorizontalLines_16x16;
this.tbtnSetCrossLine.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbtnSetCrossLine.Name = "tbtnSetCrossLine";
this.tbtnSetCrossLine.Size = new System.Drawing.Size(105, 22);
this.tbtnSetCrossLine.Text = "设为Crossline";
this.tbtnSetCrossLine.Click += new System.EventHandler(this.tbtnSetCrossLine_Click);
//
// tsbtnShowComment
//
this.tsbtnShowComment.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbtnShowComment.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnShowComment.Image")));
this.tsbtnShowComment.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnShowComment.Name = "tsbtnShowComment";
this.tsbtnShowComment.Size = new System.Drawing.Size(60, 22);
this.tsbtnShowComment.Text = "文件说明";
this.tsbtnShowComment.Click += new System.EventHandler(this.tsbtnShowComment_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tlblInline
//
this.tlblInline.Name = "tlblInline";
this.tlblInline.Size = new System.Drawing.Size(42, 22);
this.tlblInline.Text = "Inline:";
//
// tlblCrossline
//
this.tlblCrossline.Name = "tlblCrossline";
this.tlblCrossline.Size = new System.Drawing.Size(67, 22);
this.tlblCrossline.Text = "CrossLine:";
//
// dgvData
//
this.dgvData.AllowUserToAddRows = false;
this.dgvData.AllowUserToDeleteRows = false;
this.dgvData.AllowUserToResizeRows = false;
this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvData.Location = new System.Drawing.Point(0, 50);
this.dgvData.MultiSelect = false;
this.dgvData.Name = "dgvData";
this.dgvData.ReadOnly = true;
this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
this.dgvData.RowHeadersVisible = false;
this.dgvData.RowTemplate.Height = 23;
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvData.Size = new System.Drawing.Size(695, 371);
this.dgvData.TabIndex = 6;
this.dgvData.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvData_CellMouseDown);
//
// ctmPositionSet
//
this.ctmPositionSet.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
this.ctmPositionSet.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiSetInline,
this.tsmiSetCrossline});
this.ctmPositionSet.Name = "ctmPositionSet";
this.ctmPositionSet.Size = new System.Drawing.Size(154, 48);
//
// tsmiSetInline
//
this.tsmiSetInline.Name = "tsmiSetInline";
this.tsmiSetInline.Size = new System.Drawing.Size(180, 22);
this.tsmiSetInline.Text = "设为Inline";
this.tsmiSetInline.Click += new System.EventHandler(this.tsmiSetInline_Click);
//
// tsmiSetCrossline
//
this.tsmiSetCrossline.Name = "tsmiSetCrossline";
this.tsmiSetCrossline.Size = new System.Drawing.Size(180, 22);
this.tsmiSetCrossline.Text = "设为Crossline";
this.tsmiSetCrossline.Click += new System.EventHandler(this.tsmiSetCrossline_Click);
//
// bdNavTrace
//
this.bdNavTrace.AddNewItem = null;
this.bdNavTrace.CountItem = this.bindingNavigatorCountItem;
this.bdNavTrace.DeleteItem = null;
this.bdNavTrace.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
this.bdNavTrace.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.tlblInlineLocation,
this.tlblCrosslinePosition});
this.bdNavTrace.Location = new System.Drawing.Point(0, 25);
this.bdNavTrace.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bdNavTrace.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bdNavTrace.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.bdNavTrace.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bdNavTrace.Name = "bdNavTrace";
this.bdNavTrace.PositionItem = this.bindingNavigatorPositionItem;
this.bdNavTrace.Size = new System.Drawing.Size(695, 25);
this.bdNavTrace.TabIndex = 7;
this.bdNavTrace.Text = "道头";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22);
this.bindingNavigatorCountItem.Text = "/ {0}";
this.bindingNavigatorCountItem.ToolTipText = "总项数";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "位置";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// tlblInlineLocation
//
this.tlblInlineLocation.Name = "tlblInlineLocation";
this.tlblInlineLocation.Size = new System.Drawing.Size(42, 22);
this.tlblInlineLocation.Text = "Inline:";
//
// tlblCrosslinePosition
//
this.tlblCrosslinePosition.Name = "tlblCrosslinePosition";
this.tlblCrosslinePosition.Size = new System.Drawing.Size(64, 22);
this.tlblCrosslinePosition.Text = "Crossline:";
//
// bdSourceTraceHeader
//
this.bdSourceTraceHeader.CurrentChanged += new System.EventHandler(this.bdSourceTraceHeader_CurrentChanged);
//
// FormParseHeader
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(695, 421);
this.Controls.Add(this.dgvData);
this.Controls.Add(this.bdNavTrace);
this.Controls.Add(this.toolStrip1);
this.Name = "FormParseHeader";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Segy文件分析";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormParseHeader_FormClosing);
this.Load += new System.EventHandler(this.FormParseHeader_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.ctmPositionSet.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bdNavTrace)).EndInit();
this.bdNavTrace.ResumeLayout(false);
this.bdNavTrace.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bdSourceTraceHeader)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tbtnSetCrossLine;
private System.Windows.Forms.ToolStripButton tsbtnShowComment;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripLabel tlblInline;
private System.Windows.Forms.ToolStripLabel tlblCrossline;
private System.Windows.Forms.DataGridView dgvData;
private System.Windows.Forms.BindingNavigator bdNavTrace;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ContextMenuStrip ctmPositionSet;
private System.Windows.Forms.ToolStripMenuItem tsmiSetInline;
private System.Windows.Forms.ToolStripMenuItem tsmiSetCrossline;
private System.Windows.Forms.ToolStripButton tbtnOK;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tbtnShowFileHeader;
private System.Windows.Forms.BindingSource bdSourceTraceHeader;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnShowTraceHeader;
private System.Windows.Forms.ToolStripButton tbtnSetInline;
private System.Windows.Forms.ToolStripLabel tlblInlineLocation;
private System.Windows.Forms.ToolStripLabel tlblCrosslinePosition;
}
}