namespace Cyberpipe { partial class FrmRoadHDM { /// <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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRoadHDM)); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.webBrowser1 = new System.Windows.Forms.WebBrowser(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.btnExportCAD = new DevComponents.DotNetBar.ButtonX(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.White; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox1.ErrorImage = null; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.ImageLocation = ""; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(913, 134); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // webBrowser1 // this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Bottom; this.webBrowser1.Location = new System.Drawing.Point(0, 532); this.webBrowser1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.webBrowser1.MinimumSize = new System.Drawing.Size(27, 25); this.webBrowser1.Name = "webBrowser1"; this.webBrowser1.ScrollBarsEnabled = false; this.webBrowser1.Size = new System.Drawing.Size(913, 168); this.webBrowser1.TabIndex = 3; // // chart1 // chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea1); this.chart1.Dock = System.Windows.Forms.DockStyle.Fill; this.chart1.Location = new System.Drawing.Point(0, 134); this.chart1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chart1.Name = "chart1"; this.chart1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; series1.ChartArea = "ChartArea1"; series1.Name = "管线"; this.chart1.Series.Add(series1); this.chart1.Size = new System.Drawing.Size(913, 398); this.chart1.TabIndex = 2; this.chart1.Text = "chart1"; this.chart1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseClick); this.chart1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseMove); // // btnExportCAD // this.btnExportCAD.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnExportCAD.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnExportCAD.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnExportCAD.Location = new System.Drawing.Point(408, 656); this.btnExportCAD.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnExportCAD.Name = "btnExportCAD"; this.btnExportCAD.Size = new System.Drawing.Size(100, 29); this.btnExportCAD.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnExportCAD.TabIndex = 4; this.btnExportCAD.Text = "导出CAD"; this.btnExportCAD.Click += new System.EventHandler(this.btnExportCAD_Click); // // FrmRoadHDM // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(913, 700); this.Controls.Add(this.btnExportCAD); this.Controls.Add(this.chart1); this.Controls.Add(this.webBrowser1); this.Controls.Add(this.pictureBox1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "FrmRoadHDM"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "道路与管线综合横断面"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmRoadHDM_FormClosing); this.Load += new System.EventHandler(this.FrmRoadHDM_Load); this.Shown += new System.EventHandler(this.FrmRoadHDM_Shown); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.WebBrowser webBrowser1; private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private DevComponents.DotNetBar.ButtonX btnExportCAD; } }