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/SigmaDrawerWellElement/FrmTrackCommonDataSetData.D...

150 lines
5.4 KiB
C#

namespace GeoSigma.SigmaDrawerElement
{
partial class FrmTrackCommonDataSetData
{
/// <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()
{
btnOK = new Button();
btnCancel = new Button();
comboBoxTable = new ComboBox();
label1 = new Label();
label2 = new Label();
comboBoxDepthMode = new ComboBox();
groupBox1 = new GroupBox();
dataGridView1 = new DataGridView();
groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
SuspendLayout();
//
// btnOK
//
btnOK.DialogResult = DialogResult.OK;
btnOK.Location = new Point(799, 494);
btnOK.Name = "btnOK";
btnOK.Size = new Size(75, 34);
btnOK.TabIndex = 0;
btnOK.Text = "确定";
btnOK.UseVisualStyleBackColor = true;
btnOK.Click += btnOK_Click;
//
// btnCancel
//
btnCancel.DialogResult = DialogResult.Cancel;
btnCancel.Location = new Point(880, 494);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(75, 34);
btnCancel.TabIndex = 1;
btnCancel.Text = "取消";
btnCancel.UseVisualStyleBackColor = true;
//
// comboBoxTable
//
comboBoxTable.FormattingEnabled = true;
comboBoxTable.Location = new Point(73, 25);
comboBoxTable.Name = "comboBoxTable";
comboBoxTable.Size = new Size(153, 25);
comboBoxTable.TabIndex = 2;
comboBoxTable.SelectedIndexChanged += comboBoxTable_SelectedIndexChanged;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(13, 30);
label1.Name = "label1";
label1.Size = new Size(44, 17);
label1.TabIndex = 3;
label1.Text = "数据源";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(284, 29);
label2.Name = "label2";
label2.Size = new Size(56, 17);
label2.TabIndex = 4;
label2.Text = "深度模式";
//
// comboBoxDepthMode
//
comboBoxDepthMode.FormattingEnabled = true;
comboBoxDepthMode.Location = new Point(356, 25);
comboBoxDepthMode.Name = "comboBoxDepthMode";
comboBoxDepthMode.Size = new Size(134, 25);
comboBoxDepthMode.TabIndex = 5;
//
// groupBox1
//
groupBox1.Controls.Add(dataGridView1);
groupBox1.Location = new Point(12, 60);
groupBox1.Name = "groupBox1";
groupBox1.Size = new Size(954, 428);
groupBox1.TabIndex = 7;
groupBox1.TabStop = false;
groupBox1.Text = "选择数据条目";
//
// dataGridView1
//
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Location = new Point(12, 20);
dataGridView1.Name = "dataGridView1";
dataGridView1.Size = new Size(932, 396);
dataGridView1.TabIndex = 0;
dataGridView1.CellContentClick += dataGridView1_CellContentClick;
dataGridView1.CellValueChanged += dataGridView1_CellValueChanged;
//
// FrmTrackCommonDataSetData
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(972, 535);
Controls.Add(groupBox1);
Controls.Add(comboBoxDepthMode);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(comboBoxTable);
Controls.Add(btnCancel);
Controls.Add(btnOK);
Name = "FrmTrackCommonDataSetData";
Text = "设置数据道数据";
groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button btnOK;
private Button btnCancel;
private ComboBox comboBoxTable;
private Label label1;
private Label label2;
private ComboBox comboBoxDepthMode;
private GroupBox groupBox1;
private DataGridView dataGridView1;
}
}