namespace GeoSigma.UCDraw.WellAndSection { partial class FrmNewWellPole { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { groupBox1 = new System.Windows.Forms.GroupBox(); groupBoxSetDepth = new System.Windows.Forms.GroupBox(); comboBoxBottomLayer = new System.Windows.Forms.ComboBox(); comboBoxTopLayer = new System.Windows.Forms.ComboBox(); label8 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); comboBoxLayers = new System.Windows.Forms.ComboBox(); radioButtonDepth = new System.Windows.Forms.RadioButton(); radioButtonLayers = new System.Windows.Forms.RadioButton(); textBoxWellBottom = new System.Windows.Forms.TextBox(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); textBoxWellTop = new System.Windows.Forms.TextBox(); fileNameTextBox = new System.Windows.Forms.TextBox(); label6 = new System.Windows.Forms.Label(); wellNameCbx = new System.Windows.Forms.ComboBox(); comBoxRatio = new System.Windows.Forms.ComboBox(); comboxTemplate = new System.Windows.Forms.ComboBox(); label5 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); btnOK = new System.Windows.Forms.Button(); btnCancel = new System.Windows.Forms.Button(); groupBox1.SuspendLayout(); groupBoxSetDepth.SuspendLayout(); SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(groupBoxSetDepth); groupBox1.Controls.Add(fileNameTextBox); groupBox1.Controls.Add(label6); groupBox1.Controls.Add(wellNameCbx); groupBox1.Controls.Add(comBoxRatio); groupBox1.Controls.Add(comboxTemplate); groupBox1.Controls.Add(label5); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(label1); groupBox1.Location = new System.Drawing.Point(-4, 1); groupBox1.Margin = new System.Windows.Forms.Padding(4); groupBox1.Name = "groupBox1"; groupBox1.Padding = new System.Windows.Forms.Padding(4); groupBox1.Size = new System.Drawing.Size(669, 322); groupBox1.TabIndex = 0; groupBox1.TabStop = false; // // groupBoxSetDepth // groupBoxSetDepth.Controls.Add(comboBoxBottomLayer); groupBoxSetDepth.Controls.Add(comboBoxTopLayer); groupBoxSetDepth.Controls.Add(label8); groupBoxSetDepth.Controls.Add(label7); groupBoxSetDepth.Controls.Add(comboBoxLayers); groupBoxSetDepth.Controls.Add(radioButtonDepth); groupBoxSetDepth.Controls.Add(radioButtonLayers); groupBoxSetDepth.Controls.Add(textBoxWellBottom); groupBoxSetDepth.Controls.Add(label3); groupBoxSetDepth.Controls.Add(label4); groupBoxSetDepth.Controls.Add(textBoxWellTop); groupBoxSetDepth.Location = new System.Drawing.Point(20, 155); groupBoxSetDepth.Name = "groupBoxSetDepth"; groupBoxSetDepth.Size = new System.Drawing.Size(628, 102); groupBoxSetDepth.TabIndex = 15; groupBoxSetDepth.TabStop = false; groupBoxSetDepth.Text = "设置井段"; // // comboBoxBottomLayer // comboBoxBottomLayer.FormattingEnabled = true; comboBoxBottomLayer.Location = new System.Drawing.Point(475, 63); comboBoxBottomLayer.Name = "comboBoxBottomLayer"; comboBoxBottomLayer.Size = new System.Drawing.Size(116, 25); comboBoxBottomLayer.TabIndex = 19; // // comboBoxTopLayer // comboBoxTopLayer.FormattingEnabled = true; comboBoxTopLayer.Location = new System.Drawing.Point(279, 62); comboBoxTopLayer.Name = "comboBoxTopLayer"; comboBoxTopLayer.Size = new System.Drawing.Size(107, 25); comboBoxTopLayer.TabIndex = 18; // // label8 // label8.AutoSize = true; label8.Location = new System.Drawing.Point(425, 66); label8.Name = "label8"; label8.Size = new System.Drawing.Size(32, 17); label8.TabIndex = 17; label8.Text = "底层"; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(222, 66); label7.Name = "label7"; label7.Size = new System.Drawing.Size(32, 17); label7.TabIndex = 16; label7.Text = "顶层"; // // comboBoxLayers // comboBoxLayers.FormattingEnabled = true; comboBoxLayers.Location = new System.Drawing.Point(90, 60); comboBoxLayers.Name = "comboBoxLayers"; comboBoxLayers.Size = new System.Drawing.Size(82, 25); comboBoxLayers.TabIndex = 15; comboBoxLayers.SelectedValueChanged += comboBoxLayers_SelectedValueChanged; // // radioButtonDepth // radioButtonDepth.AutoSize = true; radioButtonDepth.Location = new System.Drawing.Point(32, 26); radioButtonDepth.Name = "radioButtonDepth"; radioButtonDepth.Size = new System.Drawing.Size(50, 21); radioButtonDepth.TabIndex = 13; radioButtonDepth.TabStop = true; radioButtonDepth.Text = "深度"; radioButtonDepth.UseVisualStyleBackColor = true; radioButtonDepth.CheckedChanged += radioButtonDepth_CheckedChanged; // // radioButtonLayers // radioButtonLayers.AutoSize = true; radioButtonLayers.Location = new System.Drawing.Point(32, 62); radioButtonLayers.Name = "radioButtonLayers"; radioButtonLayers.Size = new System.Drawing.Size(50, 21); radioButtonLayers.TabIndex = 14; radioButtonLayers.TabStop = true; radioButtonLayers.Text = "分层"; radioButtonLayers.UseVisualStyleBackColor = true; radioButtonLayers.CheckedChanged += radioButtonLayers_CheckedChanged; // // textBoxWellBottom // textBoxWellBottom.Location = new System.Drawing.Point(475, 26); textBoxWellBottom.Margin = new System.Windows.Forms.Padding(4); textBoxWellBottom.Name = "textBoxWellBottom"; textBoxWellBottom.Size = new System.Drawing.Size(116, 23); textBoxWellBottom.TabIndex = 9; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(221, 29); label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label3.Name = "label3"; label3.Size = new System.Drawing.Size(32, 17); label3.TabIndex = 2; label3.Text = "顶深"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(423, 30); label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label4.Name = "label4"; label4.Size = new System.Drawing.Size(32, 17); label4.TabIndex = 3; label4.Text = "底深"; // // textBoxWellTop // textBoxWellTop.Location = new System.Drawing.Point(279, 26); textBoxWellTop.Margin = new System.Windows.Forms.Padding(4); textBoxWellTop.Name = "textBoxWellTop"; textBoxWellTop.Size = new System.Drawing.Size(107, 23); textBoxWellTop.TabIndex = 8; // // fileNameTextBox // fileNameTextBox.Location = new System.Drawing.Point(99, 276); fileNameTextBox.Name = "fileNameTextBox"; fileNameTextBox.Size = new System.Drawing.Size(361, 23); fileNameTextBox.TabIndex = 12; // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(20, 279); label6.Name = "label6"; label6.Size = new System.Drawing.Size(56, 17); label6.TabIndex = 11; label6.Text = "文件名称"; // // wellNameCbx // wellNameCbx.FormattingEnabled = true; wellNameCbx.Location = new System.Drawing.Point(95, 61); wellNameCbx.Margin = new System.Windows.Forms.Padding(4); wellNameCbx.Name = "wellNameCbx"; wellNameCbx.Size = new System.Drawing.Size(418, 25); wellNameCbx.Sorted = true; wellNameCbx.TabIndex = 10; wellNameCbx.SelectedIndexChanged += wellNameCbx_SelectedIndexChanged; wellNameCbx.TextChanged += wellNameCbx_TextChanged; // // comBoxRatio // comBoxRatio.FormattingEnabled = true; comBoxRatio.Location = new System.Drawing.Point(94, 106); comBoxRatio.Margin = new System.Windows.Forms.Padding(4); comBoxRatio.Name = "comBoxRatio"; comBoxRatio.Size = new System.Drawing.Size(179, 25); comBoxRatio.TabIndex = 6; // // comboxTemplate // comboxTemplate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; comboxTemplate.FormattingEnabled = true; comboxTemplate.Location = new System.Drawing.Point(95, 13); comboxTemplate.Margin = new System.Windows.Forms.Padding(4); comboxTemplate.Name = "comboxTemplate"; comboxTemplate.Size = new System.Drawing.Size(472, 25); comboxTemplate.Sorted = true; comboxTemplate.TabIndex = 5; comboxTemplate.SelectedIndexChanged += comboxTemplate_SelectedIndexChanged; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(17, 111); label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label5.Name = "label5"; label5.Size = new System.Drawing.Size(44, 17); label5.TabIndex = 4; label5.Text = "比例尺"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(17, 62); label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label2.Name = "label2"; label2.Size = new System.Drawing.Size(44, 17); label2.TabIndex = 1; label2.Text = "井名称"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(18, 17); label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(44, 17); label1.TabIndex = 0; label1.Text = "井模板"; // // btnOK // btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; btnOK.Location = new System.Drawing.Point(468, 331); btnOK.Margin = new System.Windows.Forms.Padding(4); btnOK.Name = "btnOK"; btnOK.Size = new System.Drawing.Size(88, 32); 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(564, 331); btnCancel.Margin = new System.Windows.Forms.Padding(4); btnCancel.Name = "btnCancel"; btnCancel.Size = new System.Drawing.Size(88, 32); btnCancel.TabIndex = 2; btnCancel.Text = "取消"; btnCancel.UseVisualStyleBackColor = true; // // FrmNewWellPole // AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(677, 377); Controls.Add(btnCancel); Controls.Add(btnOK); Controls.Add(groupBox1); Margin = new System.Windows.Forms.Padding(4); Name = "FrmNewWellPole"; Text = "新建井"; Shown += FrmNewWellPole_Shown; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); groupBoxSetDepth.ResumeLayout(false); groupBoxSetDepth.PerformLayout(); ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBoxWellBottom; private System.Windows.Forms.TextBox textBoxWellTop; private System.Windows.Forms.ComboBox comBoxRatio; private System.Windows.Forms.ComboBox comboxTemplate; private System.Windows.Forms.ComboBox wellNameCbx; private System.Windows.Forms.TextBox fileNameTextBox; private System.Windows.Forms.Label label6; private System.Windows.Forms.RadioButton radioButtonLayers; private System.Windows.Forms.RadioButton radioButtonDepth; private System.Windows.Forms.GroupBox groupBoxSetDepth; private System.Windows.Forms.ComboBox comboBoxLayers; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox comboBoxBottomLayer; private System.Windows.Forms.ComboBox comboBoxTopLayer; } }