| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- namespace WWPipeLine.MapTools.Conditions.AnalystToolBar
- {
- partial class DuanMianAnalystResult
- {
- /// <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(DuanMianAnalystResult));
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.uibtnPingyi = new Sunny.UI.UIImageButton();
- this.uibtnQuantu = new Sunny.UI.UIImageButton();
- this.uitxtTitle = new Sunny.UI.UITextBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.uibtnSuoxiao = new Sunny.UI.UIImageButton();
- this.uiIbtnFangda = new Sunny.UI.UIImageButton();
- this.uibtnSave = new Sunny.UI.UIImageButton();
- this.pictureBox = new System.Windows.Forms.PictureBox();
- this.uiPanel2 = new Sunny.UI.UIPanel();
- this.uiPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uibtnPingyi)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uibtnQuantu)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uibtnSuoxiao)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiIbtnFangda)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uibtnSave)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
- this.uiPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.uibtnPingyi);
- this.uiPanel1.Controls.Add(this.uibtnQuantu);
- this.uiPanel1.Controls.Add(this.uitxtTitle);
- this.uiPanel1.Controls.Add(this.uiLabel1);
- this.uiPanel1.Controls.Add(this.uibtnSuoxiao);
- this.uiPanel1.Controls.Add(this.uiIbtnFangda);
- this.uiPanel1.Controls.Add(this.uibtnSave);
- this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiPanel1.Location = new System.Drawing.Point(0, 35);
- this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel1.Name = "uiPanel1";
- this.uiPanel1.Size = new System.Drawing.Size(850, 50);
- this.uiPanel1.TabIndex = 0;
- this.uiPanel1.Text = null;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // uibtnPingyi
- //
- this.uibtnPingyi.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uibtnPingyi.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uibtnPingyi.Image = ((System.Drawing.Image)(resources.GetObject("uibtnPingyi.Image")));
- this.uibtnPingyi.Location = new System.Drawing.Point(167, 5);
- this.uibtnPingyi.Name = "uibtnPingyi";
- this.uibtnPingyi.Size = new System.Drawing.Size(32, 32);
- this.uibtnPingyi.TabIndex = 6;
- this.uibtnPingyi.TabStop = false;
- this.uibtnPingyi.Text = null;
- this.uibtnPingyi.Visible = false;
- this.uibtnPingyi.Click += new System.EventHandler(this.uibtnPingyi_Click);
- //
- // uibtnQuantu
- //
- this.uibtnQuantu.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uibtnQuantu.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uibtnQuantu.Image = ((System.Drawing.Image)(resources.GetObject("uibtnQuantu.Image")));
- this.uibtnQuantu.Location = new System.Drawing.Point(44, 3);
- this.uibtnQuantu.Name = "uibtnQuantu";
- this.uibtnQuantu.Size = new System.Drawing.Size(32, 32);
- this.uibtnQuantu.TabIndex = 5;
- this.uibtnQuantu.TabStop = false;
- this.uibtnQuantu.Text = null;
- this.uibtnQuantu.Click += new System.EventHandler(this.uibtnQuantu_Click);
- //
- // uitxtTitle
- //
- this.uitxtTitle.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uitxtTitle.FillColor = System.Drawing.Color.White;
- this.uitxtTitle.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uitxtTitle.Location = new System.Drawing.Point(397, 5);
- this.uitxtTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uitxtTitle.Maximum = 2147483647D;
- this.uitxtTitle.Minimum = -2147483648D;
- this.uitxtTitle.MinimumSize = new System.Drawing.Size(1, 1);
- this.uitxtTitle.Name = "uitxtTitle";
- this.uitxtTitle.Size = new System.Drawing.Size(320, 29);
- this.uitxtTitle.TabIndex = 4;
- this.uitxtTitle.Text = "城市地下管网横断面图";
- this.uitxtTitle.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiLabel1.Location = new System.Drawing.Point(350, 12);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(67, 23);
- this.uiLabel1.TabIndex = 3;
- this.uiLabel1.Text = "标题";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uibtnSuoxiao
- //
- this.uibtnSuoxiao.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uibtnSuoxiao.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uibtnSuoxiao.Image = ((System.Drawing.Image)(resources.GetObject("uibtnSuoxiao.Image")));
- this.uibtnSuoxiao.Location = new System.Drawing.Point(126, 3);
- this.uibtnSuoxiao.Name = "uibtnSuoxiao";
- this.uibtnSuoxiao.Size = new System.Drawing.Size(32, 32);
- this.uibtnSuoxiao.TabIndex = 2;
- this.uibtnSuoxiao.TabStop = false;
- this.uibtnSuoxiao.Text = null;
- this.uibtnSuoxiao.Click += new System.EventHandler(this.uibtnSuoxiao_Click);
- //
- // uiIbtnFangda
- //
- this.uiIbtnFangda.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiIbtnFangda.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiIbtnFangda.Image = ((System.Drawing.Image)(resources.GetObject("uiIbtnFangda.Image")));
- this.uiIbtnFangda.Location = new System.Drawing.Point(85, 3);
- this.uiIbtnFangda.Name = "uiIbtnFangda";
- this.uiIbtnFangda.Size = new System.Drawing.Size(32, 32);
- this.uiIbtnFangda.TabIndex = 1;
- this.uiIbtnFangda.TabStop = false;
- this.uiIbtnFangda.Text = null;
- this.uiIbtnFangda.Click += new System.EventHandler(this.uiIbtnFangda_Click);
- //
- // uibtnSave
- //
- this.uibtnSave.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uibtnSave.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uibtnSave.Image = ((System.Drawing.Image)(resources.GetObject("uibtnSave.Image")));
- this.uibtnSave.Location = new System.Drawing.Point(3, 3);
- this.uibtnSave.Name = "uibtnSave";
- this.uibtnSave.Size = new System.Drawing.Size(32, 32);
- this.uibtnSave.TabIndex = 0;
- this.uibtnSave.TabStop = false;
- this.uibtnSave.Text = null;
- this.uibtnSave.Click += new System.EventHandler(this.uibtnSave_Click);
- //
- // pictureBox
- //
- this.pictureBox.Location = new System.Drawing.Point(10, 10);
- this.pictureBox.Margin = new System.Windows.Forms.Padding(5);
- this.pictureBox.Name = "pictureBox";
- this.pictureBox.Size = new System.Drawing.Size(820, 600);
- this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
- this.pictureBox.TabIndex = 1;
- this.pictureBox.TabStop = false;
- //
- // uiPanel2
- //
- this.uiPanel2.AutoScroll = true;
- this.uiPanel2.Controls.Add(this.pictureBox);
- this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiPanel2.Location = new System.Drawing.Point(0, 85);
- this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel2.Name = "uiPanel2";
- this.uiPanel2.Size = new System.Drawing.Size(850, 625);
- this.uiPanel2.TabIndex = 2;
- this.uiPanel2.Text = "uiPanel2";
- this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // DuanMianAnalystResult
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(850, 710);
- this.Controls.Add(this.uiPanel2);
- this.Controls.Add(this.uiPanel1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "DuanMianAnalystResult";
- this.Text = "断面分析结果";
- this.TopMost = true;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AnalystResultForm_FormClosing);
- this.Load += new System.EventHandler(this.AnalystResultForm_Load);
- this.uiPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uibtnPingyi)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uibtnQuantu)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uibtnSuoxiao)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiIbtnFangda)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uibtnSave)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
- this.uiPanel2.ResumeLayout(false);
- this.uiPanel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UIImageButton uibtnSave;
- private Sunny.UI.UIImageButton uiIbtnFangda;
- private Sunny.UI.UIImageButton uibtnSuoxiao;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UITextBox uitxtTitle;
- private System.Windows.Forms.PictureBox pictureBox;
- private Sunny.UI.UIPanel uiPanel2;
- private Sunny.UI.UIImageButton uibtnPingyi;
- private Sunny.UI.UIImageButton uibtnQuantu;
- }
- }
|