using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; using DevComponents.Editors.DateTimeAdv; namespace Cyberpipe.Forms { partial class FrmPaiShuiAttribute { /// <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.btnCancel = new DevComponents.DotNetBar.ButtonX(); this.btnOK = new DevComponents.DotNetBar.ButtonX(); this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.txtBianMa = new System.Windows.Forms.TextBox(); this.label80 = new System.Windows.Forms.Label(); this.txtDesign_Com = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.combMaterial = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.combMaiShe = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label14 = new System.Windows.Forms.Label(); this.txtBianHao = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label69 = new System.Windows.Forms.Label(); this.txtRemark = new System.Windows.Forms.TextBox(); this.txtroad = new System.Windows.Forms.TextBox(); this.txtDEMDing2 = new System.Windows.Forms.TextBox(); this.txtDEM2 = new System.Windows.Forms.TextBox(); this.txtDEMDing1 = new System.Windows.Forms.TextBox(); this.txtDEM1 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.txtDeep2 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.txtDeep1 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label67 = new System.Windows.Forms.Label(); this.label56 = new System.Windows.Forms.Label(); this.label55 = new System.Windows.Forms.Label(); this.txtGuanJing = new System.Windows.Forms.TextBox(); this.label54 = new System.Windows.Forms.Label(); this.label45 = new System.Windows.Forms.Label(); this.groupPanel1.SuspendLayout(); this.SuspendLayout(); // // btnCancel // this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(400, 220); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(64, 25); this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCancel.TabIndex = 28; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnOK.Location = new System.Drawing.Point(321, 220); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(64, 25); this.btnOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnOK.TabIndex = 29; this.btnOK.Text = "确定"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // groupPanel1 // this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel1.Controls.Add(this.txtBianMa); this.groupPanel1.Controls.Add(this.label80); this.groupPanel1.Controls.Add(this.txtDesign_Com); this.groupPanel1.Controls.Add(this.label1); this.groupPanel1.Controls.Add(this.combMaterial); this.groupPanel1.Controls.Add(this.combMaiShe); this.groupPanel1.Controls.Add(this.label14); this.groupPanel1.Controls.Add(this.txtBianHao); this.groupPanel1.Controls.Add(this.label8); this.groupPanel1.Controls.Add(this.label3); this.groupPanel1.Controls.Add(this.label7); this.groupPanel1.Controls.Add(this.label2); this.groupPanel1.Controls.Add(this.label5); this.groupPanel1.Controls.Add(this.label69); this.groupPanel1.Controls.Add(this.txtRemark); this.groupPanel1.Controls.Add(this.txtroad); this.groupPanel1.Controls.Add(this.txtDEMDing2); this.groupPanel1.Controls.Add(this.txtDEM2); this.groupPanel1.Controls.Add(this.txtDEMDing1); this.groupPanel1.Controls.Add(this.txtDEM1); this.groupPanel1.Controls.Add(this.label13); this.groupPanel1.Controls.Add(this.txtDeep2); this.groupPanel1.Controls.Add(this.label12); this.groupPanel1.Controls.Add(this.txtDeep1); this.groupPanel1.Controls.Add(this.label4); this.groupPanel1.Controls.Add(this.label67); this.groupPanel1.Controls.Add(this.label56); this.groupPanel1.Controls.Add(this.label55); this.groupPanel1.Controls.Add(this.txtGuanJing); this.groupPanel1.Controls.Add(this.label54); this.groupPanel1.Controls.Add(this.label45); this.groupPanel1.Location = new System.Drawing.Point(12, 5); this.groupPanel1.Name = "groupPanel1"; this.groupPanel1.Size = new System.Drawing.Size(461, 209); // // // this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupPanel1.Style.BackColorGradientAngle = 90; this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderBottomWidth = 1; this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderLeftWidth = 1; this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderRightWidth = 1; this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderTopWidth = 1; this.groupPanel1.Style.Class = ""; this.groupPanel1.Style.CornerDiameter = 4; this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupPanel1.StyleMouseDown.Class = ""; this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupPanel1.StyleMouseOver.Class = ""; this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupPanel1.TabIndex = 27; // // txtBianMa // this.txtBianMa.Enabled = false; this.txtBianMa.Location = new System.Drawing.Point(97, 31); this.txtBianMa.Name = "txtBianMa"; this.txtBianMa.Size = new System.Drawing.Size(100, 21); this.txtBianMa.TabIndex = 174; this.txtBianMa.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress); // // label80 // this.label80.AutoSize = true; this.label80.BackColor = System.Drawing.Color.Transparent; this.label80.Location = new System.Drawing.Point(45, 35); this.label80.Name = "label80"; this.label80.Size = new System.Drawing.Size(41, 12); this.label80.TabIndex = 195; this.label80.Text = "编码:"; // // txtDesign_Com // this.txtDesign_Com.Location = new System.Drawing.Point(97, 153); this.txtDesign_Com.Name = "txtDesign_Com"; this.txtDesign_Com.Size = new System.Drawing.Size(100, 21); this.txtDesign_Com.TabIndex = 182; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(24, 132); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 181; this.label1.Text = "所属道路:"; // // combMaterial // this.combMaterial.DisplayMember = "Text"; this.combMaterial.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.combMaterial.FormattingEnabled = true; this.combMaterial.ItemHeight = 15; this.combMaterial.Location = new System.Drawing.Point(97, 79); this.combMaterial.Name = "combMaterial"; this.combMaterial.Size = new System.Drawing.Size(100, 21); this.combMaterial.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combMaterial.TabIndex = 180; // // combMaiShe // this.combMaiShe.DisplayMember = "Text"; this.combMaiShe.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.combMaiShe.FormattingEnabled = true; this.combMaiShe.ItemHeight = 15; this.combMaiShe.Location = new System.Drawing.Point(97, 104); this.combMaiShe.Name = "combMaiShe"; this.combMaiShe.Size = new System.Drawing.Size(100, 21); this.combMaiShe.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combMaiShe.TabIndex = 179; // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.Transparent; this.label14.Location = new System.Drawing.Point(45, 11); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(41, 12); this.label14.TabIndex = 162; this.label14.Text = "编号:"; // // txtBianHao // this.txtBianHao.Enabled = false; this.txtBianHao.Location = new System.Drawing.Point(97, 8); this.txtBianHao.Name = "txtBianHao"; this.txtBianHao.Size = new System.Drawing.Size(100, 21); this.txtBianHao.TabIndex = 172; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Location = new System.Drawing.Point(243, 133); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(77, 12); this.label8.TabIndex = 159; this.label8.Text = "终止管顶高:"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(242, 61); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 164; this.label3.Text = "起始管顶高:"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Location = new System.Drawing.Point(243, 85); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 165; this.label7.Text = "终止地面高:"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(242, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 163; this.label2.Text = "起始地面高:"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Location = new System.Drawing.Point(255, 109); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 151; this.label5.Text = "终止埋深:"; // // label69 // this.label69.AutoSize = true; this.label69.BackColor = System.Drawing.Color.Transparent; this.label69.Location = new System.Drawing.Point(255, 37); this.label69.Name = "label69"; this.label69.Size = new System.Drawing.Size(65, 12); this.label69.TabIndex = 152; this.label69.Text = "起始埋深:"; // // txtRemark // this.txtRemark.Location = new System.Drawing.Point(327, 156); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(100, 21); this.txtRemark.TabIndex = 173; // // txtroad // this.txtroad.Location = new System.Drawing.Point(98, 129); this.txtroad.Name = "txtroad"; this.txtroad.Size = new System.Drawing.Size(100, 21); this.txtroad.TabIndex = 169; // // txtDEMDing2 // this.txtDEMDing2.Location = new System.Drawing.Point(327, 129); this.txtDEMDing2.Name = "txtDEMDing2"; this.txtDEMDing2.Size = new System.Drawing.Size(100, 21); this.txtDEMDing2.TabIndex = 176; this.txtDEMDing2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress); // // txtDEM2 // this.txtDEM2.Location = new System.Drawing.Point(327, 81); this.txtDEM2.Name = "txtDEM2"; this.txtDEM2.Size = new System.Drawing.Size(100, 21); this.txtDEM2.TabIndex = 177; this.txtDEM2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress); // // txtDEMDing1 // this.txtDEMDing1.Location = new System.Drawing.Point(327, 57); this.txtDEMDing1.Name = "txtDEMDing1"; this.txtDEMDing1.Size = new System.Drawing.Size(100, 21); this.txtDEMDing1.TabIndex = 175; this.txtDEMDing1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress); // // txtDEM1 // this.txtDEM1.Location = new System.Drawing.Point(327, 9); this.txtDEM1.Name = "txtDEM1"; this.txtDEM1.Size = new System.Drawing.Size(100, 21); this.txtDEM1.TabIndex = 174; this.txtDEM1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress); // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Location = new System.Drawing.Point(279, 157); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(41, 12); this.label13.TabIndex = 154; this.label13.Text = "备注:"; // // txtDeep2 // this.txtDeep2.Location = new System.Drawing.Point(327, 105); this.txtDeep2.Name = "txtDeep2"; this.txtDeep2.Size = new System.Drawing.Size(100, 21); this.txtDeep2.TabIndex = 168; this.txtDeep2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress); // // label12 // this.label12.AutoSize = true; this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.Location = new System.Drawing.Point(21, 157); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(65, 12); this.label12.TabIndex = 155; this.label12.Text = "权属单位:"; // // txtDeep1 // this.txtDeep1.Location = new System.Drawing.Point(327, 33); this.txtDeep1.Name = "txtDeep1"; this.txtDeep1.Size = new System.Drawing.Size(100, 21); this.txtDeep1.TabIndex = 166; this.txtDeep1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress); // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Location = new System.Drawing.Point(429, 110); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(17, 12); this.label4.TabIndex = 149; this.label4.Text = "米"; // // label67 // this.label67.AutoSize = true; this.label67.BackColor = System.Drawing.Color.Transparent; this.label67.Location = new System.Drawing.Point(45, 58); this.label67.Name = "label67"; this.label67.Size = new System.Drawing.Size(41, 12); this.label67.TabIndex = 148; this.label67.Text = "管径:"; // // label56 // this.label56.AutoSize = true; this.label56.BackColor = System.Drawing.Color.Transparent; this.label56.Location = new System.Drawing.Point(429, 38); this.label56.Name = "label56"; this.label56.Size = new System.Drawing.Size(17, 12); this.label56.TabIndex = 150; this.label56.Text = "米"; // // label55 // this.label55.AutoSize = true; this.label55.BackColor = System.Drawing.Color.Transparent; this.label55.Location = new System.Drawing.Point(200, 61); this.label55.Name = "label55"; this.label55.Size = new System.Drawing.Size(29, 12); this.label55.TabIndex = 160; this.label55.Text = "毫米"; // // txtGuanJing // this.txtGuanJing.Location = new System.Drawing.Point(97, 55); this.txtGuanJing.Name = "txtGuanJing"; this.txtGuanJing.Size = new System.Drawing.Size(100, 21); this.txtGuanJing.TabIndex = 167; this.txtGuanJing.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBianMa_KeyPress); // // label54 // this.label54.AutoSize = true; this.label54.BackColor = System.Drawing.Color.Transparent; this.label54.Location = new System.Drawing.Point(48, 84); this.label54.Name = "label54"; this.label54.Size = new System.Drawing.Size(41, 12); this.label54.TabIndex = 161; this.label54.Text = "材质:"; // // label45 // this.label45.AutoSize = true; this.label45.BackColor = System.Drawing.Color.Transparent; this.label45.Location = new System.Drawing.Point(25, 106); this.label45.Name = "label45"; this.label45.Size = new System.Drawing.Size(65, 12); this.label45.TabIndex = 158; this.label45.Text = "埋设方式:"; // // FrmPaiShuiAttribute // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(479, 257); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.groupPanel1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmPaiShuiAttribute"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "管线属性"; this.Load += new System.EventHandler(this.FrmPaiShuiAttribute_Load); this.groupPanel1.ResumeLayout(false); this.groupPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private ButtonX btnCancel; private ButtonX btnOK; private GroupPanel groupPanel1; private Label label80; private TextBox txtDesign_Com; private Label label1; private ComboBoxEx combMaterial; private ComboBoxEx combMaiShe; private Label label14; private TextBox txtBianHao; private Label label8; private Label label3; private Label label7; private Label label2; private Label label5; private Label label69; private TextBox txtRemark; private TextBox txtroad; private TextBox txtDEMDing2; private TextBox txtDEM2; private TextBox txtDEMDing1; private TextBox txtDEM1; private Label label13; private TextBox txtDeep2; private Label label12; private TextBox txtDeep1; private Label label4; private Label label67; private Label label56; private Label label55; private TextBox txtGuanJing; private Label label54; private Label label45; private TextBox txtBianMa; } }