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.
110 lines
4.8 KiB
C#
110 lines
4.8 KiB
C#
namespace GeoSigma.PcgDrawSection
|
|
{
|
|
partial class FormSegYParse
|
|
{
|
|
/// <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()
|
|
{
|
|
Unplugged.Segy.SegyOptions segyOptions1 = new Unplugged.Segy.SegyOptions();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tpgbMain = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.ucSectionViewer1 = new GeoSigma.PcgDrawSection.UCSectionViewer();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel1,
|
|
this.tpgbMain});
|
|
this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 428);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(791, 22);
|
|
this.statusStrip1.TabIndex = 2;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
|
|
this.toolStripStatusLabel1.Text = "状态:";
|
|
//
|
|
// tpgbMain
|
|
//
|
|
this.tpgbMain.Name = "tpgbMain";
|
|
this.tpgbMain.Size = new System.Drawing.Size(200, 16);
|
|
this.tpgbMain.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
//
|
|
// ucSectionViewer1
|
|
//
|
|
this.ucSectionViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ucSectionViewer1.Location = new System.Drawing.Point(0, 0);
|
|
this.ucSectionViewer1.Name = "ucSectionViewer1";
|
|
this.ucSectionViewer1.SectionNum = 0;
|
|
this.ucSectionViewer1.SectionType = 0;
|
|
this.ucSectionViewer1.Segy = null;
|
|
segyOptions1.IsEbcdic = true;
|
|
segyOptions1.IsLittleEndian = null;
|
|
segyOptions1.TextHeaderColumnCount = 80;
|
|
segyOptions1.TextHeaderInsertNewLines = true;
|
|
segyOptions1.TextHeaderRowCount = 40;
|
|
segyOptions1.TraceHeaderLocationForCrosslineNumber = 4;
|
|
segyOptions1.TraceHeaderLocationForDelay = 108;
|
|
segyOptions1.TraceHeaderLocationForInlineNumber = 8;
|
|
segyOptions1.TraceHeaderLocationForSourceXLocation = 72;
|
|
segyOptions1.TraceHeaderLocationForSourceYLocation = 76;
|
|
segyOptions1.TraceHeaderLocationForTraceNumber = 0;
|
|
this.ucSectionViewer1.SegyOptions = segyOptions1;
|
|
this.ucSectionViewer1.ShowToolButtonOpen = true;
|
|
this.ucSectionViewer1.Size = new System.Drawing.Size(791, 428);
|
|
this.ucSectionViewer1.TabIndex = 3;
|
|
//
|
|
// FormSegYParse
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(791, 450);
|
|
this.Controls.Add(this.ucSectionViewer1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Name = "FormSegYParse";
|
|
this.Text = "地震剖面";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormSegYParse_FormClosing);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.ToolStripProgressBar tpgbMain;
|
|
private UCSectionViewer ucSectionViewer1;
|
|
}
|
|
} |