| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- namespace WWPipeLine.MapTools.Conditions.AnalystToolBar
- {
- partial class HuanChong
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.uitbBanjing = new Sunny.UI.UITextBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.uiButton1 = new Sunny.UI.UIButton();
- this.SuspendLayout();
- //
- // uitbBanjing
- //
- this.uitbBanjing.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uitbBanjing.DoubleValue = 2D;
- this.uitbBanjing.FillColor = System.Drawing.Color.White;
- this.uitbBanjing.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uitbBanjing.IntValue = 2;
- this.uitbBanjing.Location = new System.Drawing.Point(125, 25);
- this.uitbBanjing.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uitbBanjing.Maximum = 2147483647D;
- this.uitbBanjing.Minimum = -2147483648D;
- this.uitbBanjing.MinimumSize = new System.Drawing.Size(1, 1);
- this.uitbBanjing.Name = "uitbBanjing";
- this.uitbBanjing.Size = new System.Drawing.Size(124, 29);
- this.uitbBanjing.TabIndex = 3;
- this.uitbBanjing.Text = "2";
- this.uitbBanjing.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uitbBanjing.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uitbBanjing_KeyPress);
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiLabel1.Location = new System.Drawing.Point(18, 25);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(100, 23);
- this.uiLabel1.TabIndex = 2;
- this.uiLabel1.Text = "分析半径(M):";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiButton1
- //
- this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiButton1.Location = new System.Drawing.Point(279, 19);
- this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton1.Name = "uiButton1";
- this.uiButton1.Size = new System.Drawing.Size(122, 35);
- this.uiButton1.TabIndex = 5;
- this.uiButton1.Text = "生成分析范围";
- this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
- //
- // HuanChong
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.uiButton1);
- this.Controls.Add(this.uitbBanjing);
- this.Controls.Add(this.uiLabel1);
- this.Name = "HuanChong";
- this.Size = new System.Drawing.Size(431, 278);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITextBox uitbBanjing;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UIButton uiButton1;
- }
- }
|