年度变更建库软件5.0版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

160 lines
7.2 KiB

using DevExpress.XtraEditors;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
namespace KGIS.Plugin.LayerProperty.View
{
partial class FormPointPlacementAngles
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.labelControl1 = new LabelControl();
this.txtNewAngle = new TextEdit();
this.btnAdd = new SimpleButton();
this.listBoxControl1 = new ListBoxControl();
this.btnUp = new SimpleButton();
this.btnDown = new SimpleButton();
this.btnRemove = new SimpleButton();
this.btnCancel = new SimpleButton();
this.btnOK = new SimpleButton();
this.groupControl1 = new GroupControl();
this.labelControl2 = new LabelControl();
((ISupportInitialize)this.txtNewAngle.Properties).BeginInit();
((ISupportInitialize)this.listBoxControl1).BeginInit();
((ISupportInitialize)this.groupControl1).BeginInit();
this.groupControl1.SuspendLayout();
base.SuspendLayout();
this.labelControl1.Location = new Point(12, 12);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new Size(48, 14);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "新角度:";
this.txtNewAngle.Location = new Point(66, 9);
this.txtNewAngle.Name = "txtNewAngle";
this.txtNewAngle.Size = new Size(100, 21);
this.txtNewAngle.TabIndex = 1;
this.btnAdd.Location = new Point(179, 7);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new Size(75, 23);
this.btnAdd.TabIndex = 2;
this.btnAdd.Text = "添加";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
this.listBoxControl1.Location = new Point(5, 24);
this.listBoxControl1.Name = "listBoxControl1";
this.listBoxControl1.Size = new Size(202, 154);
this.listBoxControl1.TabIndex = 3;
this.listBoxControl1.SelectedIndexChanged += new System.EventHandler(this.listBoxControl1_SelectedIndexChanged);
this.btnUp.Location = new Point(213, 38);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new Size(27, 23);
this.btnUp.TabIndex = 4;
this.btnUp.Text = "↑";
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
this.btnDown.Location = new Point(213, 67);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new Size(27, 23);
this.btnDown.TabIndex = 4;
this.btnDown.Text = "↓";
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
this.btnRemove.Location = new Point(213, 96);
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new Size(27, 23);
this.btnRemove.TabIndex = 4;
this.btnRemove.Text = "X";
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
this.btnCancel.DialogResult = DialogResult.Cancel;
this.btnCancel.Location = new Point(179, 251);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new Size(75, 23);
this.btnCancel.TabIndex = 6;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
this.btnOK.Location = new Point(98, 251);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new Size(75, 23);
this.btnOK.TabIndex = 5;
this.btnOK.Text = "确定";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
this.groupControl1.Controls.Add(this.labelControl2);
this.groupControl1.Controls.Add(this.listBoxControl1);
this.groupControl1.Controls.Add(this.btnUp);
this.groupControl1.Controls.Add(this.btnDown);
this.groupControl1.Controls.Add(this.btnRemove);
this.groupControl1.Location = new Point(11, 36);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new Size(243, 209);
this.groupControl1.TabIndex = 7;
this.groupControl1.Text = "角度";
this.labelControl2.Location = new Point(5, 184);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new Size(168, 14);
this.labelControl2.TabIndex = 5;
this.labelControl2.Text = "位于列表顶部的角度优先级较高";
base.AcceptButton = this.btnOK;
base.AutoScaleDimensions = new SizeF(6f, 12f);
base.AutoScaleMode = AutoScaleMode.Font;
base.CancelButton = this.btnCancel;
base.ClientSize = new Size(266, 281);
base.Controls.Add(this.groupControl1);
base.Controls.Add(this.btnCancel);
base.Controls.Add(this.btnOK);
base.Controls.Add(this.btnAdd);
base.Controls.Add(this.txtNewAngle);
base.Controls.Add(this.labelControl1);
base.FormBorderStyle = FormBorderStyle.FixedDialog;
base.MaximizeBox = false;
base.MinimizeBox = false;
base.Name = "FormPointPlacementAngles";
base.ShowIcon = false;
base.ShowInTaskbar = false;
base.StartPosition = FormStartPosition.CenterScreen;
this.Text = "旋转角度";
((ISupportInitialize)this.txtNewAngle.Properties).EndInit();
((ISupportInitialize)this.listBoxControl1).EndInit();
((ISupportInitialize)this.groupControl1).EndInit();
this.groupControl1.ResumeLayout(false);
this.groupControl1.PerformLayout();
base.ResumeLayout(false);
base.PerformLayout();
}
#endregion
private LabelControl labelControl1;
private TextEdit txtNewAngle;
private SimpleButton btnAdd;
private ListBoxControl listBoxControl1;
private SimpleButton btnUp;
private SimpleButton btnDown;
private SimpleButton btnRemove;
private SimpleButton btnCancel;
private SimpleButton btnOK;
private GroupControl groupControl1;
private LabelControl labelControl2;
}
}