using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace WorldGIS.HTForms { partial class FrmPipelineModelDB { /// <summary> /// Required designer variable. /// </summary> private 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.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtModelLayer = new System.Windows.Forms.TextBox(); this.chkDeep = new System.Windows.Forms.CheckBox(); this.label13 = new System.Windows.Forms.Label(); this.cmbFrom = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.cmbTo = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.cmbReference = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.cmbRadius = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.btnCreateModel = new DevComponents.DotNetBar.ButtonX(); this.btnClose = new DevComponents.DotNetBar.ButtonX(); this.comboBoxExLayer = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.pipelineTypeCbo = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label14 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.btnPipelineColor = new System.Windows.Forms.Button(); this.cmbID = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.txtSlice = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.textBoxCornerSliceAngle = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.ComboboxRansparency = new System.Windows.Forms.NumericUpDown(); this.checkBoxDeep = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxH = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.label7 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.startH = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.endH = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.checkBoxAdd = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxReset = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.comboBoxExWidth = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboBoxExHeight = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.comboBoxDataSourceList = new DevComponents.DotNetBar.Controls.ComboBoxEx(); ((System.ComponentModel.ISupportInitialize)(this.ComboboxRansparency)).BeginInit(); this.SuspendLayout(); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(36, 313); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 63; this.label5.Text = "管径字段:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(32, 228); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 60; this.label4.Text = "终点埋深:"; // // groupBox1 // this.groupBox1.Location = new System.Drawing.Point(17, 456); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(380, 2); this.groupBox1.TabIndex = 58; this.groupBox1.TabStop = false; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(32, 201); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 55; this.label3.Text = "起点埋深:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 111); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 12); this.label2.TabIndex = 56; this.label2.Text = "管线图层名称:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 49); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(95, 12); this.label1.TabIndex = 57; this.label1.Text = "Shapefile图层:"; // // txtModelLayer // this.txtModelLayer.Location = new System.Drawing.Point(110, 109); this.txtModelLayer.Name = "txtModelLayer"; this.txtModelLayer.Size = new System.Drawing.Size(144, 21); this.txtModelLayer.TabIndex = 51; // // chkDeep // this.chkDeep.AutoSize = true; this.chkDeep.Checked = true; this.chkDeep.CheckState = System.Windows.Forms.CheckState.Checked; this.chkDeep.Location = new System.Drawing.Point(298, 112); this.chkDeep.Name = "chkDeep"; this.chkDeep.Size = new System.Drawing.Size(144, 16); this.chkDeep.TabIndex = 75; this.chkDeep.Text = "埋深是否转换为相反数"; this.chkDeep.UseVisualStyleBackColor = true; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(265, 144); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(77, 12); this.label13.TabIndex = 63; this.label13.Text = "埋深参考点:"; // // cmbFrom // this.cmbFrom.DisplayMember = "Text"; this.cmbFrom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cmbFrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbFrom.FormattingEnabled = true; this.cmbFrom.ItemHeight = 15; this.cmbFrom.Location = new System.Drawing.Point(111, 200); this.cmbFrom.Name = "cmbFrom"; this.cmbFrom.Size = new System.Drawing.Size(144, 21); this.cmbFrom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cmbFrom.TabIndex = 78; // // cmbTo // this.cmbTo.DisplayMember = "Text"; this.cmbTo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cmbTo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTo.FormattingEnabled = true; this.cmbTo.ItemHeight = 15; this.cmbTo.Location = new System.Drawing.Point(111, 228); this.cmbTo.Name = "cmbTo"; this.cmbTo.Size = new System.Drawing.Size(144, 21); this.cmbTo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cmbTo.TabIndex = 79; // // cmbReference // this.cmbReference.DisplayMember = "Text"; this.cmbReference.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cmbReference.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbReference.FormattingEnabled = true; this.cmbReference.ItemHeight = 15; this.cmbReference.Location = new System.Drawing.Point(348, 140); this.cmbReference.Name = "cmbReference"; this.cmbReference.Size = new System.Drawing.Size(144, 21); this.cmbReference.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cmbReference.TabIndex = 80; this.cmbReference.SelectedIndexChanged += new System.EventHandler(this.cmbReference_SelectedIndexChanged); // // cmbRadius // this.cmbRadius.DisplayMember = "Text"; this.cmbRadius.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cmbRadius.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRadius.FormattingEnabled = true; this.cmbRadius.ItemHeight = 15; this.cmbRadius.Location = new System.Drawing.Point(111, 309); this.cmbRadius.Name = "cmbRadius"; this.cmbRadius.Size = new System.Drawing.Size(144, 21); this.cmbRadius.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cmbRadius.TabIndex = 81; // // btnCreateModel // this.btnCreateModel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCreateModel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCreateModel.Location = new System.Drawing.Point(298, 345); this.btnCreateModel.Name = "btnCreateModel"; this.btnCreateModel.Size = new System.Drawing.Size(75, 23); this.btnCreateModel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCreateModel.TabIndex = 83; this.btnCreateModel.Text = "确定"; this.btnCreateModel.Click += new System.EventHandler(this.btnCreateModel_Click); // // btnClose // this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnClose.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnClose.Location = new System.Drawing.Point(412, 345); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnClose.TabIndex = 84; this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // comboBoxExLayer // this.comboBoxExLayer.DisplayMember = "Text"; this.comboBoxExLayer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxExLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxExLayer.FormattingEnabled = true; this.comboBoxExLayer.ItemHeight = 15; this.comboBoxExLayer.Location = new System.Drawing.Point(110, 46); this.comboBoxExLayer.Name = "comboBoxExLayer"; this.comboBoxExLayer.Size = new System.Drawing.Size(356, 21); this.comboBoxExLayer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxExLayer.TabIndex = 87; this.comboBoxExLayer.SelectedIndexChanged += new System.EventHandler(this.comboBoxExLayer_SelectedIndexChanged); // // pipelineTypeCbo // this.pipelineTypeCbo.DisplayMember = "Text"; this.pipelineTypeCbo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.pipelineTypeCbo.FormattingEnabled = true; this.pipelineTypeCbo.ItemHeight = 15; this.pipelineTypeCbo.Location = new System.Drawing.Point(110, 138); this.pipelineTypeCbo.Name = "pipelineTypeCbo"; this.pipelineTypeCbo.Size = new System.Drawing.Size(144, 21); this.pipelineTypeCbo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.pipelineTypeCbo.TabIndex = 124; this.pipelineTypeCbo.SelectedIndexChanged += new System.EventHandler(this.pipelineTypeCbo_SelectedIndexChanged); // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(12, 147); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(89, 12); this.label14.TabIndex = 123; this.label14.Text = "管线图层类型:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(272, 206); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 12); this.label6.TabIndex = 62; this.label6.Text = "管道颜色:"; // // btnPipelineColor // this.btnPipelineColor.BackColor = System.Drawing.Color.Gainsboro; this.btnPipelineColor.Location = new System.Drawing.Point(347, 199); this.btnPipelineColor.Name = "btnPipelineColor"; this.btnPipelineColor.Size = new System.Drawing.Size(145, 23); this.btnPipelineColor.TabIndex = 48; this.btnPipelineColor.UseVisualStyleBackColor = false; this.btnPipelineColor.Click += new System.EventHandler(this.btnPipelineColor_Click); // // cmbID // this.cmbID.DisplayMember = "Text"; this.cmbID.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cmbID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbID.FormattingEnabled = true; this.cmbID.ItemHeight = 15; this.cmbID.Location = new System.Drawing.Point(110, 167); this.cmbID.Name = "cmbID"; this.cmbID.Size = new System.Drawing.Size(145, 21); this.cmbID.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cmbID.TabIndex = 82; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Location = new System.Drawing.Point(264, 259); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(77, 12); this.label9.TabIndex = 70; this.label9.Text = "拐弯平滑度:"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Location = new System.Drawing.Point(264, 234); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(77, 12); this.label8.TabIndex = 65; this.label8.Text = "截面分段数:"; // // txtSlice // this.txtSlice.Location = new System.Drawing.Point(348, 228); this.txtSlice.Name = "txtSlice"; this.txtSlice.Size = new System.Drawing.Size(143, 21); this.txtSlice.TabIndex = 67; this.txtSlice.Text = "24"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(54, 174); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(41, 12); this.label11.TabIndex = 73; this.label11.Text = "编号:"; // // textBoxCornerSliceAngle // this.textBoxCornerSliceAngle.Location = new System.Drawing.Point(348, 255); this.textBoxCornerSliceAngle.Name = "textBoxCornerSliceAngle"; this.textBoxCornerSliceAngle.Size = new System.Drawing.Size(143, 21); this.textBoxCornerSliceAngle.TabIndex = 69; this.textBoxCornerSliceAngle.Text = "10"; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Location = new System.Drawing.Point(277, 177); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 12); this.label10.TabIndex = 66; this.label10.Text = "透明度:"; // // ComboboxRansparency // this.ComboboxRansparency.Location = new System.Drawing.Point(348, 173); this.ComboboxRansparency.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.ComboboxRansparency.Name = "ComboboxRansparency"; this.ComboboxRansparency.Size = new System.Drawing.Size(144, 21); this.ComboboxRansparency.TabIndex = 68; this.ComboboxRansparency.Value = new decimal(new int[] { 255, 0, 0, 0}); // // checkBoxDeep // // // // this.checkBoxDeep.BackgroundStyle.Class = ""; this.checkBoxDeep.Checked = true; this.checkBoxDeep.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxDeep.CheckValue = "Y"; this.checkBoxDeep.Location = new System.Drawing.Point(347, 73); this.checkBoxDeep.Name = "checkBoxDeep"; this.checkBoxDeep.Size = new System.Drawing.Size(60, 23); this.checkBoxDeep.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxDeep.TabIndex = 125; this.checkBoxDeep.Text = "埋深"; this.checkBoxDeep.CheckedChanged += new System.EventHandler(this.checkBoxDeep_CheckedChanged); // // checkBoxH // // // // this.checkBoxH.BackgroundStyle.Class = ""; this.checkBoxH.Location = new System.Drawing.Point(433, 73); this.checkBoxH.Name = "checkBoxH"; this.checkBoxH.Size = new System.Drawing.Size(58, 23); this.checkBoxH.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxH.TabIndex = 126; this.checkBoxH.Text = "高程"; this.checkBoxH.CheckedChanged += new System.EventHandler(this.checkBoxH_CheckedChanged); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(24, 257); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 127; this.label7.Text = "起始点高程:"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(24, 286); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(77, 12); this.label12.TabIndex = 128; this.label12.Text = "终止点高程:"; // // startH // this.startH.DisplayMember = "Text"; this.startH.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.startH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.startH.FormattingEnabled = true; this.startH.ItemHeight = 15; this.startH.Location = new System.Drawing.Point(111, 255); this.startH.Name = "startH"; this.startH.Size = new System.Drawing.Size(144, 21); this.startH.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.startH.TabIndex = 129; // // endH // this.endH.DisplayMember = "Text"; this.endH.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.endH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.endH.FormattingEnabled = true; this.endH.ItemHeight = 15; this.endH.Location = new System.Drawing.Point(111, 282); this.endH.Name = "endH"; this.endH.Size = new System.Drawing.Size(144, 21); this.endH.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.endH.TabIndex = 130; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(267, 78); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(65, 12); this.label16.TabIndex = 132; this.label16.Text = "入库方式:"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(18, 78); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(89, 12); this.label15.TabIndex = 133; this.label15.Text = "相同管段处理:"; // // checkBoxAdd // // // // this.checkBoxAdd.BackgroundStyle.Class = ""; this.checkBoxAdd.Checked = true; this.checkBoxAdd.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxAdd.CheckValue = "Y"; this.checkBoxAdd.Location = new System.Drawing.Point(107, 73); this.checkBoxAdd.Name = "checkBoxAdd"; this.checkBoxAdd.Size = new System.Drawing.Size(60, 23); this.checkBoxAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxAdd.TabIndex = 134; this.checkBoxAdd.Text = "追加"; this.checkBoxAdd.CheckedChanged += new System.EventHandler(this.checkBoxAdd_CheckedChanged); // // checkBoxReset // // // // this.checkBoxReset.BackgroundStyle.Class = ""; this.checkBoxReset.Location = new System.Drawing.Point(190, 73); this.checkBoxReset.Name = "checkBoxReset"; this.checkBoxReset.Size = new System.Drawing.Size(60, 23); this.checkBoxReset.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxReset.TabIndex = 135; this.checkBoxReset.Text = "替换"; this.checkBoxReset.CheckedChanged += new System.EventHandler(this.checkBoxReset_CheckedChanged); // // comboBoxExWidth // this.comboBoxExWidth.DisplayMember = "Text"; this.comboBoxExWidth.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxExWidth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxExWidth.Enabled = false; this.comboBoxExWidth.FormattingEnabled = true; this.comboBoxExWidth.ItemHeight = 15; this.comboBoxExWidth.Location = new System.Drawing.Point(348, 282); this.comboBoxExWidth.Name = "comboBoxExWidth"; this.comboBoxExWidth.Size = new System.Drawing.Size(144, 21); this.comboBoxExWidth.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxExWidth.TabIndex = 136; // // comboBoxExHeight // this.comboBoxExHeight.DisplayMember = "Text"; this.comboBoxExHeight.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxExHeight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxExHeight.Enabled = false; this.comboBoxExHeight.FormattingEnabled = true; this.comboBoxExHeight.ItemHeight = 15; this.comboBoxExHeight.Location = new System.Drawing.Point(348, 309); this.comboBoxExHeight.Name = "comboBoxExHeight"; this.comboBoxExHeight.Size = new System.Drawing.Size(144, 21); this.comboBoxExHeight.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxExHeight.TabIndex = 137; // // label17 // this.label17.AutoSize = true; this.label17.BackColor = System.Drawing.Color.Transparent; this.label17.Location = new System.Drawing.Point(277, 286); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(53, 12); this.label17.TabIndex = 138; this.label17.Text = "沟道宽:"; // // label18 // this.label18.AutoSize = true; this.label18.BackColor = System.Drawing.Color.Transparent; this.label18.Location = new System.Drawing.Point(277, 313); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(53, 12); this.label18.TabIndex = 139; this.label18.Text = "沟道高:"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(7, 15); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(77, 12); this.label19.TabIndex = 140; this.label19.Text = "目标数据库:"; // // comboBoxDataSourceList // this.comboBoxDataSourceList.DisplayMember = "Text"; this.comboBoxDataSourceList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxDataSourceList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxDataSourceList.FormattingEnabled = true; this.comboBoxDataSourceList.ItemHeight = 15; this.comboBoxDataSourceList.Location = new System.Drawing.Point(109, 12); this.comboBoxDataSourceList.Name = "comboBoxDataSourceList"; this.comboBoxDataSourceList.Size = new System.Drawing.Size(356, 21); this.comboBoxDataSourceList.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxDataSourceList.TabIndex = 141; // // FrmPipelineModelDB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(506, 372); this.Controls.Add(this.label19); this.Controls.Add(this.comboBoxDataSourceList); this.Controls.Add(this.label18); this.Controls.Add(this.label17); this.Controls.Add(this.comboBoxExHeight); this.Controls.Add(this.comboBoxExWidth); this.Controls.Add(this.checkBoxReset); this.Controls.Add(this.checkBoxAdd); this.Controls.Add(this.label15); this.Controls.Add(this.label16); this.Controls.Add(this.endH); this.Controls.Add(this.startH); this.Controls.Add(this.label12); this.Controls.Add(this.label7); this.Controls.Add(this.checkBoxH); this.Controls.Add(this.checkBoxDeep); this.Controls.Add(this.pipelineTypeCbo); this.Controls.Add(this.label14); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnCreateModel); this.Controls.Add(this.cmbID); this.Controls.Add(this.cmbRadius); this.Controls.Add(this.cmbReference); this.Controls.Add(this.cmbTo); this.Controls.Add(this.cmbFrom); this.Controls.Add(this.chkDeep); this.Controls.Add(this.label11); this.Controls.Add(this.label9); this.Controls.Add(this.textBoxCornerSliceAngle); this.Controls.Add(this.ComboboxRansparency); this.Controls.Add(this.txtSlice); this.Controls.Add(this.label8); this.Controls.Add(this.label10); this.Controls.Add(this.label13); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txtModelLayer); this.Controls.Add(this.btnPipelineColor); this.Controls.Add(this.comboBoxExLayer); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmPipelineModelDB"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "线图层入库"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPipelineModelDB_FormClosing); this.Load += new System.EventHandler(this.FrmPipelineModel_Load); ((System.ComponentModel.ISupportInitialize)(this.ComboboxRansparency)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label5; private Label label4; private GroupBox groupBox1; private Label label3; private Label label2; private Label label1; private TextBox txtModelLayer; private CheckBox chkDeep; private Label label13; private ComboBoxEx cmbFrom; private ComboBoxEx cmbTo; private ComboBoxEx cmbReference; private ComboBoxEx cmbRadius; private ButtonX btnCreateModel; private ButtonX btnClose; private ComboBoxEx comboBoxExLayer; private ComboBoxEx pipelineTypeCbo; private Label label14; private Label label6; private Button btnPipelineColor; private ComboBoxEx cmbID; private Label label9; private Label label8; private TextBox txtSlice; private Label label11; private TextBox textBoxCornerSliceAngle; private Label label10; private NumericUpDown ComboboxRansparency; private CheckBoxX checkBoxDeep; private CheckBoxX checkBoxH; private Label label7; private Label label12; private ComboBoxEx startH; private ComboBoxEx endH; private Label label16; private Label label15; private CheckBoxX checkBoxAdd; private CheckBoxX checkBoxReset; private ColorDialog colorDialog1; private SaveFileDialog saveFileDialog1; private ComboBoxEx comboBoxExWidth; private ComboBoxEx comboBoxExHeight; private Label label17; private Label label18; private Label label19; private ComboBoxEx comboBoxDataSourceList; } }