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/PcgDrawR_wellPole/WellAndSection/FrmRockSampleDataEdit.Desig...

249 lines
12 KiB
C#

namespace GeoSigma.UCDraw.WellAndSection
{
partial class FrmRockSampleDataEdit
{
/// <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();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnDelRockSample = new System.Windows.Forms.Button();
this.btnAddRockSample = new System.Windows.Forms.Button();
this.dataGridRockSample = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnDelSample = new System.Windows.Forms.Button();
this.btnAddSample = new System.Windows.Forms.Button();
this.dataGridSamples = new System.Windows.Forms.DataGridView();
this.ctmRockSampleDlg = new System.Windows.Forms.ContextMenuStrip(this.components);
this.CopyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.PasteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.DelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ClearMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridRockSample)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridSamples)).BeginInit();
this.ctmRockSampleDlg.SuspendLayout();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Location = new System.Drawing.Point(504, 542);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 26);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(600, 542);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 26);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnDelRockSample);
this.groupBox1.Controls.Add(this.btnAddRockSample);
this.groupBox1.Controls.Add(this.dataGridRockSample);
this.groupBox1.Location = new System.Drawing.Point(14, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(671, 258);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "岩样";
//
// btnDelRockSample
//
this.btnDelRockSample.Location = new System.Drawing.Point(584, 118);
this.btnDelRockSample.Name = "btnDelRockSample";
this.btnDelRockSample.Size = new System.Drawing.Size(75, 26);
this.btnDelRockSample.TabIndex = 2;
this.btnDelRockSample.Text = "删除";
this.btnDelRockSample.UseVisualStyleBackColor = true;
this.btnDelRockSample.Click += new System.EventHandler(this.btnDelRockSample_Click);
//
// btnAddRockSample
//
this.btnAddRockSample.Location = new System.Drawing.Point(584, 69);
this.btnAddRockSample.Name = "btnAddRockSample";
this.btnAddRockSample.Size = new System.Drawing.Size(75, 26);
this.btnAddRockSample.TabIndex = 1;
this.btnAddRockSample.Text = "增加";
this.btnAddRockSample.UseVisualStyleBackColor = true;
this.btnAddRockSample.Click += new System.EventHandler(this.btnAddRockSample_Click);
//
// dataGridRockSample
//
this.dataGridRockSample.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridRockSample.Location = new System.Drawing.Point(7, 21);
this.dataGridRockSample.Name = "dataGridRockSample";
this.dataGridRockSample.RowTemplate.Height = 23;
this.dataGridRockSample.Size = new System.Drawing.Size(562, 221);
this.dataGridRockSample.TabIndex = 0;
this.dataGridRockSample.SelectionChanged += new System.EventHandler(this.dataGridRockSample_SelectionChanged);
this.dataGridRockSample.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridRockSample_MouseDown);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnDelSample);
this.groupBox2.Controls.Add(this.btnAddSample);
this.groupBox2.Controls.Add(this.dataGridSamples);
this.groupBox2.Location = new System.Drawing.Point(14, 290);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(671, 246);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "样品";
//
// btnDelSample
//
this.btnDelSample.Location = new System.Drawing.Point(584, 113);
this.btnDelSample.Name = "btnDelSample";
this.btnDelSample.Size = new System.Drawing.Size(75, 26);
this.btnDelSample.TabIndex = 2;
this.btnDelSample.Text = "删除";
this.btnDelSample.UseVisualStyleBackColor = true;
this.btnDelSample.Click += new System.EventHandler(this.btnDelSample_Click);
//
// btnAddSample
//
this.btnAddSample.Location = new System.Drawing.Point(584, 59);
this.btnAddSample.Name = "btnAddSample";
this.btnAddSample.Size = new System.Drawing.Size(75, 26);
this.btnAddSample.TabIndex = 1;
this.btnAddSample.Text = "增加";
this.btnAddSample.UseVisualStyleBackColor = true;
this.btnAddSample.Click += new System.EventHandler(this.btnAddSample_Click);
//
// dataGridSamples
//
this.dataGridSamples.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridSamples.Location = new System.Drawing.Point(7, 21);
this.dataGridSamples.Name = "dataGridSamples";
this.dataGridSamples.RowTemplate.Height = 23;
this.dataGridSamples.Size = new System.Drawing.Size(562, 210);
this.dataGridSamples.TabIndex = 0;
this.dataGridSamples.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridSamples_MouseDown);
//
// ctmRockSampleDlg
//
this.ctmRockSampleDlg.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
this.ctmRockSampleDlg.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.CopyMenuItem,
this.PasteMenuItem,
this.toolStripSeparator1,
this.DelMenuItem,
this.ClearMenuItem});
this.ctmRockSampleDlg.Name = "ctmRockSampleDlg";
this.ctmRockSampleDlg.Size = new System.Drawing.Size(101, 98);
//
// CopyMenuItem
//
this.CopyMenuItem.Name = "CopyMenuItem";
this.CopyMenuItem.Size = new System.Drawing.Size(100, 22);
this.CopyMenuItem.Text = "复制";
this.CopyMenuItem.Click += new System.EventHandler(this.CopyMenuItem_Click);
//
// PasteMenuItem
//
this.PasteMenuItem.Name = "PasteMenuItem";
this.PasteMenuItem.Size = new System.Drawing.Size(100, 22);
this.PasteMenuItem.Text = "粘贴";
this.PasteMenuItem.Click += new System.EventHandler(this.PasteMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
//
// DelMenuItem
//
this.DelMenuItem.Name = "DelMenuItem";
this.DelMenuItem.Size = new System.Drawing.Size(100, 22);
this.DelMenuItem.Text = "删除";
this.DelMenuItem.Click += new System.EventHandler(this.DelMenuItem_Click);
//
// ClearMenuItem
//
this.ClearMenuItem.Name = "ClearMenuItem";
this.ClearMenuItem.Size = new System.Drawing.Size(100, 22);
this.ClearMenuItem.Text = "清空";
this.ClearMenuItem.Click += new System.EventHandler(this.ClearMenuItem_Click);
//
// FrmRockSampleDataEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(687, 580);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmRockSampleDataEdit";
this.Text = "岩样数据";
this.Shown += new System.EventHandler(this.FrmRockSampleDataEdit_Shown);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridRockSample)).EndInit();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridSamples)).EndInit();
this.ctmRockSampleDlg.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dataGridRockSample;
private System.Windows.Forms.DataGridView dataGridSamples;
private System.Windows.Forms.Button btnDelRockSample;
private System.Windows.Forms.Button btnAddRockSample;
private System.Windows.Forms.Button btnDelSample;
private System.Windows.Forms.Button btnAddSample;
private System.Windows.Forms.ContextMenuStrip ctmRockSampleDlg;
private System.Windows.Forms.ToolStripMenuItem CopyMenuItem;
private System.Windows.Forms.ToolStripMenuItem PasteMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem DelMenuItem;
private System.Windows.Forms.ToolStripMenuItem ClearMenuItem;
}
}