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.
182 lines
8.4 KiB
C#
182 lines
8.4 KiB
C#
namespace GeoSigma.UCDraw.WellAndSection
|
|
{
|
|
partial class FrmWellDataEdit
|
|
{
|
|
/// <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()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
BtnCancel = new System.Windows.Forms.Button();
|
|
BtnOk = new System.Windows.Forms.Button();
|
|
WellDataGridView = new System.Windows.Forms.DataGridView();
|
|
BtnAddRow = new System.Windows.Forms.Button();
|
|
BtnDelRow = new System.Windows.Forms.Button();
|
|
ctmMenuWellTrackData = new System.Windows.Forms.ContextMenuStrip(components);
|
|
PasteMenuItemWellDataDlg = new System.Windows.Forms.ToolStripMenuItem();
|
|
CopyMenuItemWellDataDlg = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
DelMenuItemWellDataDlg = new System.Windows.Forms.ToolStripMenuItem();
|
|
ClearMenuItemWellDataDlg = new System.Windows.Forms.ToolStripMenuItem();
|
|
((System.ComponentModel.ISupportInitialize)WellDataGridView).BeginInit();
|
|
ctmMenuWellTrackData.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// BtnCancel
|
|
//
|
|
BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
BtnCancel.Location = new System.Drawing.Point(849, 589);
|
|
BtnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
BtnCancel.Name = "BtnCancel";
|
|
BtnCancel.Size = new System.Drawing.Size(70, 33);
|
|
BtnCancel.TabIndex = 0;
|
|
BtnCancel.Text = "取消";
|
|
BtnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// BtnOk
|
|
//
|
|
BtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
BtnOk.Location = new System.Drawing.Point(740, 588);
|
|
BtnOk.Margin = new System.Windows.Forms.Padding(4);
|
|
BtnOk.Name = "BtnOk";
|
|
BtnOk.Size = new System.Drawing.Size(76, 33);
|
|
BtnOk.TabIndex = 1;
|
|
BtnOk.Text = "确定";
|
|
BtnOk.UseVisualStyleBackColor = true;
|
|
BtnOk.Click += BtnOk_Click;
|
|
//
|
|
// WellDataGridView
|
|
//
|
|
WellDataGridView.AllowUserToAddRows = false;
|
|
WellDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
WellDataGridView.Location = new System.Drawing.Point(-1, 50);
|
|
WellDataGridView.Margin = new System.Windows.Forms.Padding(4);
|
|
WellDataGridView.Name = "WellDataGridView";
|
|
WellDataGridView.RowTemplate.Height = 23;
|
|
WellDataGridView.Size = new System.Drawing.Size(936, 528);
|
|
WellDataGridView.TabIndex = 2;
|
|
WellDataGridView.MouseDown += WellDataGridView_MouseDown;
|
|
//
|
|
// BtnAddRow
|
|
//
|
|
BtnAddRow.Location = new System.Drawing.Point(29, 8);
|
|
BtnAddRow.Margin = new System.Windows.Forms.Padding(4);
|
|
BtnAddRow.Name = "BtnAddRow";
|
|
BtnAddRow.Size = new System.Drawing.Size(88, 33);
|
|
BtnAddRow.TabIndex = 3;
|
|
BtnAddRow.Text = "增加";
|
|
BtnAddRow.UseVisualStyleBackColor = true;
|
|
BtnAddRow.Click += BtnAddRow_Click;
|
|
//
|
|
// BtnDelRow
|
|
//
|
|
BtnDelRow.Location = new System.Drawing.Point(141, 8);
|
|
BtnDelRow.Margin = new System.Windows.Forms.Padding(4);
|
|
BtnDelRow.Name = "BtnDelRow";
|
|
BtnDelRow.Size = new System.Drawing.Size(88, 33);
|
|
BtnDelRow.TabIndex = 4;
|
|
BtnDelRow.Text = "删除";
|
|
BtnDelRow.UseVisualStyleBackColor = true;
|
|
BtnDelRow.Click += BtnDelRow_Click;
|
|
//
|
|
// ctmMenuWellTrackData
|
|
//
|
|
ctmMenuWellTrackData.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
|
|
ctmMenuWellTrackData.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { PasteMenuItemWellDataDlg, CopyMenuItemWellDataDlg, toolStripSeparator1, DelMenuItemWellDataDlg, ClearMenuItemWellDataDlg });
|
|
ctmMenuWellTrackData.Name = "ctmMenuWellTrackData";
|
|
ctmMenuWellTrackData.Size = new System.Drawing.Size(101, 98);
|
|
//
|
|
// PasteMenuItemWellDataDlg
|
|
//
|
|
PasteMenuItemWellDataDlg.Name = "PasteMenuItemWellDataDlg";
|
|
PasteMenuItemWellDataDlg.Size = new System.Drawing.Size(100, 22);
|
|
PasteMenuItemWellDataDlg.Text = "粘贴";
|
|
PasteMenuItemWellDataDlg.Click += PasteMenuItemWellDataDlg_Click;
|
|
//
|
|
// CopyMenuItemWellDataDlg
|
|
//
|
|
CopyMenuItemWellDataDlg.Name = "CopyMenuItemWellDataDlg";
|
|
CopyMenuItemWellDataDlg.Size = new System.Drawing.Size(100, 22);
|
|
CopyMenuItemWellDataDlg.Text = "复制";
|
|
CopyMenuItemWellDataDlg.Click += CopyMenuItemWellDataDlg_Click;
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
toolStripSeparator1.Name = "toolStripSeparator1";
|
|
toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
|
|
//
|
|
// DelMenuItemWellDataDlg
|
|
//
|
|
DelMenuItemWellDataDlg.Name = "DelMenuItemWellDataDlg";
|
|
DelMenuItemWellDataDlg.Size = new System.Drawing.Size(100, 22);
|
|
DelMenuItemWellDataDlg.Text = "删除";
|
|
DelMenuItemWellDataDlg.Click += DelMenuItemWellDataDlg_Click;
|
|
//
|
|
// ClearMenuItemWellDataDlg
|
|
//
|
|
ClearMenuItemWellDataDlg.Name = "ClearMenuItemWellDataDlg";
|
|
ClearMenuItemWellDataDlg.Size = new System.Drawing.Size(100, 22);
|
|
ClearMenuItemWellDataDlg.Text = "清空";
|
|
ClearMenuItemWellDataDlg.Click += ClearMenuItemWellDataDlg_Click;
|
|
//
|
|
// FrmWellDataEdit
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
ClientSize = new System.Drawing.Size(934, 638);
|
|
Controls.Add(BtnDelRow);
|
|
Controls.Add(BtnAddRow);
|
|
Controls.Add(WellDataGridView);
|
|
Controls.Add(BtnOk);
|
|
Controls.Add(BtnCancel);
|
|
Margin = new System.Windows.Forms.Padding(4);
|
|
Name = "FrmWellDataEdit";
|
|
Text = "数据编辑";
|
|
FormClosing += FrmWellDataEdit_FormClosing;
|
|
FormClosed += FrmWellDataEdit_FormClosed;
|
|
Load += FrmWellDataEdit_Load;
|
|
Shown += FrmWellDataEdit_Shown;
|
|
Resize += FrmWellDataEdit_Resize;
|
|
((System.ComponentModel.ISupportInitialize)WellDataGridView).EndInit();
|
|
ctmMenuWellTrackData.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button BtnCancel;
|
|
private System.Windows.Forms.Button BtnOk;
|
|
private System.Windows.Forms.DataGridView WellDataGridView;
|
|
private System.Windows.Forms.Button BtnAddRow;
|
|
private System.Windows.Forms.Button BtnDelRow;
|
|
private System.Windows.Forms.ContextMenuStrip ctmMenuWellTrackData;
|
|
private System.Windows.Forms.ToolStripMenuItem PasteMenuItemWellDataDlg;
|
|
private System.Windows.Forms.ToolStripMenuItem CopyMenuItemWellDataDlg;
|
|
private System.Windows.Forms.ToolStripMenuItem DelMenuItemWellDataDlg;
|
|
private System.Windows.Forms.ToolStripMenuItem ClearMenuItemWellDataDlg;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
}
|
|
} |