namespace GeoSigma.PcgDrawSection { partial class UCSectionViewer { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { System.Windows.Forms.Application.Idle -= Application_Idle; if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCSectionViewer)); this.mainContainer = new System.Windows.Forms.ToolStripContainer(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tspMain = new System.Windows.Forms.ToolStrip(); this.tbtnOpenFile = new System.Windows.Forms.ToolStripButton(); this.tsbtnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnSetSegy = new System.Windows.Forms.ToolStripButton(); this.tbtnParseHeader = new System.Windows.Forms.ToolStripButton(); this.btnTest = new System.Windows.Forms.ToolStripButton(); this.bdnavInline = new System.Windows.Forms.BindingNavigator(this.components); this.tsbtnInline = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.ttxtInlineNum = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.bdnavCrossline = new System.Windows.Forms.BindingNavigator(this.components); this.tsbtnCrossline = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.ttxtCrosslineNum = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.bdSourceInline = new System.Windows.Forms.BindingSource(this.components); this.bdSourceCrossline = new System.Windows.Forms.BindingSource(this.components); this.mainContainer.ContentPanel.SuspendLayout(); this.mainContainer.TopToolStripPanel.SuspendLayout(); this.mainContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.SuspendLayout(); this.tspMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bdnavInline)).BeginInit(); this.bdnavInline.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bdnavCrossline)).BeginInit(); this.bdnavCrossline.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bdSourceInline)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bdSourceCrossline)).BeginInit(); this.SuspendLayout(); // // mainContainer // // // mainContainer.ContentPanel // this.mainContainer.ContentPanel.Controls.Add(this.splitContainer1); this.mainContainer.ContentPanel.Size = new System.Drawing.Size(950, 378); this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.mainContainer.Location = new System.Drawing.Point(0, 0); this.mainContainer.Name = "mainContainer"; this.mainContainer.Size = new System.Drawing.Size(950, 453); this.mainContainer.TabIndex = 4; this.mainContainer.Text = "toolStripContainer1"; // // mainContainer.TopToolStripPanel // this.mainContainer.TopToolStripPanel.Controls.Add(this.tspMain); this.mainContainer.TopToolStripPanel.Controls.Add(this.bdnavInline); this.mainContainer.TopToolStripPanel.Controls.Add(this.bdnavCrossline); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Size = new System.Drawing.Size(950, 378); this.splitContainer1.SplitterDistance = 740; this.splitContainer1.TabIndex = 0; // // tspMain // this.tspMain.Dock = System.Windows.Forms.DockStyle.None; this.tspMain.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World); this.tspMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbtnOpenFile, this.tsbtnSave, this.toolStripSeparator1, this.tsbtnSetSegy, this.tbtnParseHeader, this.btnTest}); this.tspMain.Location = new System.Drawing.Point(3, 50); this.tspMain.Name = "tspMain"; this.tspMain.Size = new System.Drawing.Size(163, 25); this.tspMain.TabIndex = 0; this.tspMain.Text = "toolStrip1"; // // tbtnOpenFile // this.tbtnOpenFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tbtnOpenFile.Image = global::GeoSigma.PcgDrawSection.Properties.Resources.Open_16x16; this.tbtnOpenFile.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbtnOpenFile.Name = "tbtnOpenFile"; this.tbtnOpenFile.Size = new System.Drawing.Size(23, 22); this.tbtnOpenFile.Text = "toolStripButton1"; this.tbtnOpenFile.Click += new System.EventHandler(this.tbtnOpenFile_Click); // // tsbtnSave // this.tsbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbtnSave.Image = global::GeoSigma.PcgDrawSection.Properties.Resources.Save_16x16; this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSave.Name = "tsbtnSave"; this.tsbtnSave.Size = new System.Drawing.Size(23, 22); this.tsbtnSave.Text = "保存"; this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tsbtnSetSegy // this.tsbtnSetSegy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbtnSetSegy.Image = global::GeoSigma.PcgDrawSection.Properties.Resources.地震数据; this.tsbtnSetSegy.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSetSegy.Name = "tsbtnSetSegy"; this.tsbtnSetSegy.Size = new System.Drawing.Size(23, 22); this.tsbtnSetSegy.Text = "重新指定Segy"; this.tsbtnSetSegy.Click += new System.EventHandler(this.tsbtnSetSegy_Click); // // tbtnParseHeader // this.tbtnParseHeader.Image = global::GeoSigma.PcgDrawSection.Properties.Resources.Technology_16x16; this.tbtnParseHeader.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbtnParseHeader.Name = "tbtnParseHeader"; this.tbtnParseHeader.Size = new System.Drawing.Size(76, 22); this.tbtnParseHeader.Text = "格式分析"; this.tbtnParseHeader.Click += new System.EventHandler(this.tbtnParseHeader_Click); // // btnTest // this.btnTest.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnTest.Image = ((System.Drawing.Image)(resources.GetObject("btnTest.Image"))); this.btnTest.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(23, 22); this.btnTest.Text = "toolStripButton1"; this.btnTest.Visible = false; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // bdnavInline // this.bdnavInline.AddNewItem = null; this.bdnavInline.CountItem = null; this.bdnavInline.DeleteItem = null; this.bdnavInline.Dock = System.Windows.Forms.DockStyle.None; this.bdnavInline.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World); this.bdnavInline.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnInline, this.bindingNavigatorMoveFirstItem1, this.bindingNavigatorMovePreviousItem1, this.bindingNavigatorSeparator3, this.ttxtInlineNum, this.bindingNavigatorCountItem1, this.bindingNavigatorSeparator4, this.bindingNavigatorMoveNextItem1, this.bindingNavigatorMoveLastItem1, this.bindingNavigatorSeparator5}); this.bdnavInline.Location = new System.Drawing.Point(3, 25); this.bdnavInline.MoveFirstItem = this.bindingNavigatorMoveFirstItem1; this.bdnavInline.MoveLastItem = this.bindingNavigatorMoveLastItem1; this.bdnavInline.MoveNextItem = this.bindingNavigatorMoveNextItem1; this.bdnavInline.MovePreviousItem = this.bindingNavigatorMovePreviousItem1; this.bdnavInline.Name = "bdnavInline"; this.bdnavInline.PositionItem = null; this.bdnavInline.Size = new System.Drawing.Size(253, 25); this.bdnavInline.TabIndex = 2; // // tsbtnInline // this.tsbtnInline.Checked = true; this.tsbtnInline.CheckState = System.Windows.Forms.CheckState.Checked; this.tsbtnInline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbtnInline.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World); this.tsbtnInline.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnInline.Image"))); this.tsbtnInline.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnInline.Name = "tsbtnInline"; this.tsbtnInline.Size = new System.Drawing.Size(47, 22); this.tsbtnInline.Text = "Inline"; this.tsbtnInline.Click += new System.EventHandler(this.tsbtnInline_Click); // // bindingNavigatorMoveFirstItem1 // this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image"))); this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1"; this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem1.Text = "移到第一条记录"; // // bindingNavigatorMovePreviousItem1 // this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image"))); this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1"; this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem1.Text = "移到上一条记录"; // // bindingNavigatorSeparator3 // this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3"; this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25); // // ttxtInlineNum // this.ttxtInlineNum.AutoSize = false; this.ttxtInlineNum.Enabled = false; this.ttxtInlineNum.Name = "ttxtInlineNum"; this.ttxtInlineNum.Size = new System.Drawing.Size(50, 23); this.ttxtInlineNum.Text = "0"; // // bindingNavigatorCountItem1 // this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1"; this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(32, 22); this.bindingNavigatorCountItem1.Text = "/ {0}"; this.bindingNavigatorCountItem1.ToolTipText = "总项数"; // // bindingNavigatorSeparator4 // this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4"; this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorMoveNextItem1 // this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image"))); this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1"; this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveNextItem1.Text = "移到下一条记录"; // // bindingNavigatorMoveLastItem1 // this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image"))); this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1"; this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveLastItem1.Text = "移到最后一条记录"; // // bindingNavigatorSeparator5 // this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator5"; this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25); // // bdnavCrossline // this.bdnavCrossline.AddNewItem = null; this.bdnavCrossline.CountItem = null; this.bdnavCrossline.DeleteItem = null; this.bdnavCrossline.Dock = System.Windows.Forms.DockStyle.None; this.bdnavCrossline.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World); this.bdnavCrossline.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnCrossline, this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.ttxtCrosslineNum, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem}); this.bdnavCrossline.Location = new System.Drawing.Point(3, 0); this.bdnavCrossline.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.bdnavCrossline.MoveLastItem = this.bindingNavigatorMoveLastItem; this.bdnavCrossline.MoveNextItem = this.bindingNavigatorMoveNextItem; this.bdnavCrossline.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.bdnavCrossline.Name = "bdnavCrossline"; this.bdnavCrossline.PositionItem = null; this.bdnavCrossline.Size = new System.Drawing.Size(268, 25); this.bdnavCrossline.TabIndex = 1; // // tsbtnCrossline // this.tsbtnCrossline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbtnCrossline.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World); this.tsbtnCrossline.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCrossline.Image"))); this.tsbtnCrossline.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnCrossline.Name = "tsbtnCrossline"; this.tsbtnCrossline.Size = new System.Drawing.Size(68, 22); this.tsbtnCrossline.Text = "Crossline"; this.tsbtnCrossline.Click += new System.EventHandler(this.tsbtnCrossline_Click); // // 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); // // ttxtCrosslineNum // this.ttxtCrosslineNum.AutoSize = false; this.ttxtCrosslineNum.Enabled = false; this.ttxtCrosslineNum.Name = "ttxtCrosslineNum"; this.ttxtCrosslineNum.Size = new System.Drawing.Size(50, 23); this.ttxtCrosslineNum.Text = "0"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22); this.bindingNavigatorCountItem.Text = "/ {0}"; this.bindingNavigatorCountItem.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 = "移到最后一条记录"; // // bdSourceInline // this.bdSourceInline.PositionChanged += new System.EventHandler(this.bdSourceInline_PositionChanged); // // bdSourceCrossline // this.bdSourceCrossline.PositionChanged += new System.EventHandler(this.bdSourceCrossline_PositionChanged); // // UCSectionViewer // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.mainContainer); this.Name = "UCSectionViewer"; this.Size = new System.Drawing.Size(950, 453); this.Load += new System.EventHandler(this.UCSectionViewer_Load); this.mainContainer.ContentPanel.ResumeLayout(false); this.mainContainer.TopToolStripPanel.ResumeLayout(false); this.mainContainer.TopToolStripPanel.PerformLayout(); this.mainContainer.ResumeLayout(false); this.mainContainer.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.tspMain.ResumeLayout(false); this.tspMain.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bdnavInline)).EndInit(); this.bdnavInline.ResumeLayout(false); this.bdnavInline.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bdnavCrossline)).EndInit(); this.bdnavCrossline.ResumeLayout(false); this.bdnavCrossline.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bdSourceInline)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bdSourceCrossline)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStripContainer mainContainer; private System.Windows.Forms.BindingNavigator bdnavCrossline; private System.Windows.Forms.ToolStripButton tsbtnCrossline; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; private System.Windows.Forms.ToolStripTextBox ttxtCrosslineNum; private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem; private System.Windows.Forms.BindingNavigator bdnavInline; private System.Windows.Forms.ToolStripButton tsbtnInline; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem1; private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem1; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator3; private System.Windows.Forms.ToolStripTextBox ttxtInlineNum; private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem1; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator4; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem1; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem1; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator5; private System.Windows.Forms.ToolStrip tspMain; private System.Windows.Forms.ToolStripButton tbtnOpenFile; private System.Windows.Forms.ToolStripButton tbtnParseHeader; private System.Windows.Forms.BindingSource bdSourceInline; private System.Windows.Forms.BindingSource bdSourceCrossline; private System.Windows.Forms.ToolStripButton btnTest; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ToolStripButton tsbtnSave; private System.Windows.Forms.ToolStripButton tsbtnSetSegy; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; } }