|
|
|
|
|
namespace GeoSigma.UCDraw.WellAndSection
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class FrmInterpretResultSymbol
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
|
|
|
|
|
dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
|
btnOk = new System.Windows.Forms.Button();
|
|
|
|
|
|
btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
|
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// dataGridView1
|
|
|
|
|
|
//
|
|
|
|
|
|
dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
|
dataGridView1.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
|
dataGridView1.Name = "dataGridView1";
|
|
|
|
|
|
dataGridView1.Size = new System.Drawing.Size(537, 402);
|
|
|
|
|
|
dataGridView1.TabIndex = 0;
|
|
|
|
|
|
//
|
|
|
|
|
|
// btnOk
|
|
|
|
|
|
//
|
|
|
|
|
|
btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
|
|
|
|
btnOk.Location = new System.Drawing.Point(386, 464);
|
|
|
|
|
|
btnOk.Name = "btnOk";
|
|
|
|
|
|
btnOk.Size = new System.Drawing.Size(75, 33);
|
|
|
|
|
|
btnOk.TabIndex = 1;
|
|
|
|
|
|
btnOk.Text = "确定";
|
|
|
|
|
|
btnOk.UseVisualStyleBackColor = true;
|
|
|
|
|
|
btnOk.Click += btnOk_Click;
|
|
|
|
|
|
//
|
|
|
|
|
|
// btnCancel
|
|
|
|
|
|
//
|
|
|
|
|
|
btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
|
btnCancel.Location = new System.Drawing.Point(481, 464);
|
|
|
|
|
|
btnCancel.Name = "btnCancel";
|
|
|
|
|
|
btnCancel.Size = new System.Drawing.Size(75, 33);
|
|
|
|
|
|
btnCancel.TabIndex = 2;
|
|
|
|
|
|
btnCancel.Text = "取消";
|
|
|
|
|
|
btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// FrmInterpretResultSymbol
|
|
|
|
|
|
//
|
|
|
|
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
|
|
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
|
ClientSize = new System.Drawing.Size(564, 500);
|
|
|
|
|
|
Controls.Add(btnCancel);
|
|
|
|
|
|
Controls.Add(btnOk);
|
|
|
|
|
|
Controls.Add(dataGridView1);
|
|
|
|
|
|
Name = "FrmInterpretResultSymbol";
|
|
|
|
|
|
Text = "解释结果设置";
|
|
|
|
|
|
Shown += FrmInterpretResultSymbol_Shown;
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
|
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
|
|
|
private System.Windows.Forms.Button btnOk;
|
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|