年度变更建库软件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.

199 lines
9.2 KiB

4 months ago
using DevExpress.XtraEditors;
using DevExpress.XtraEditors.Controls;
using System.ComponentModel;
using System.Drawing;
namespace KGIS.Plugin.LayerProperty.View
{
partial class FormLabelExpression
{
/// <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.groupControl1 = new GroupControl();
this.btnAppend = new SimpleButton();
this.lstField = new ListBoxControl();
this.groupControl2 = new GroupControl();
this.btnReset = new SimpleButton();
this.memoSQLInfo = new MemoEdit();
this.btnVerify = new SimpleButton();
this.btnOk = new SimpleButton();
this.btnCancel = new SimpleButton();
this.chkAdvanced = new CheckEdit();
this.labelControl1 = new LabelControl();
this.cmbParser = new ComboBoxEdit();
((ISupportInitialize)this.groupControl1).BeginInit();
this.groupControl1.SuspendLayout();
((ISupportInitialize)this.lstField).BeginInit();
((ISupportInitialize)this.groupControl2).BeginInit();
this.groupControl2.SuspendLayout();
((ISupportInitialize)this.memoSQLInfo.Properties).BeginInit();
((ISupportInitialize)this.chkAdvanced.Properties).BeginInit();
((ISupportInitialize)this.cmbParser.Properties).BeginInit();
base.SuspendLayout();
this.groupControl1.Controls.Add(this.btnAppend);
this.groupControl1.Controls.Add(this.lstField);
this.groupControl1.Location = new Point(12, 12);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new Size(422, 193);
this.groupControl1.TabIndex = 0;
this.groupControl1.Text = "标注字段";
this.btnAppend.Location = new Point(14, 159);
this.btnAppend.Name = "btnAppend";
this.btnAppend.Size = new Size(75, 23);
this.btnAppend.TabIndex = 56;
this.btnAppend.Text = "追加";
this.btnAppend.Click += new System.EventHandler(this.btnAppend_Click);
this.lstField.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
this.lstField.Appearance.Options.UseFont = true;
this.lstField.ItemHeight = 16;
this.lstField.Items.AddRange(new object[]
{
"文件",
"视图",
"编辑",
"项目",
"生成",
"调试",
"数据"
});
this.lstField.Location = new Point(14, 39);
this.lstField.Name = "lstField";
this.lstField.Size = new Size(392, 114);
this.lstField.TabIndex = 55;
this.lstField.DoubleClick += new System.EventHandler(this.lstField_DoubleClick);
this.groupControl2.Controls.Add(this.cmbParser);
this.groupControl2.Controls.Add(this.labelControl1);
this.groupControl2.Controls.Add(this.chkAdvanced);
this.groupControl2.Controls.Add(this.btnReset);
this.groupControl2.Controls.Add(this.memoSQLInfo);
this.groupControl2.Controls.Add(this.btnVerify);
this.groupControl2.Location = new Point(12, 211);
this.groupControl2.Name = "groupControl2";
this.groupControl2.Size = new Size(422, 270);
this.groupControl2.TabIndex = 1;
this.groupControl2.Text = "表达式";
this.btnReset.Location = new Point(95, 214);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new Size(75, 23);
this.btnReset.TabIndex = 2;
this.btnReset.Text = "重设";
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
this.memoSQLInfo.EditValue = "";
this.memoSQLInfo.Location = new Point(14, 48);
this.memoSQLInfo.Name = "memoSQLInfo";
this.memoSQLInfo.Size = new Size(392, 160);
this.memoSQLInfo.TabIndex = 15;
this.memoSQLInfo.TextChanged += new System.EventHandler(this.memoSQLInfo_TextChanged);
this.btnVerify.Location = new Point(14, 214);
this.btnVerify.Name = "btnVerify";
this.btnVerify.Size = new Size(75, 23);
this.btnVerify.TabIndex = 2;
this.btnVerify.Text = "验证";
this.btnVerify.Click += new System.EventHandler(this.btnVerify_Click);
this.btnOk.Location = new Point(278, 489);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new Size(75, 23);
this.btnOk.TabIndex = 2;
this.btnOk.Text = "确定";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new Point(359, 489);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new Size(75, 23);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "取消";
this.chkAdvanced.Location = new Point(342, 24);
this.chkAdvanced.Name = "chkAdvanced";
this.chkAdvanced.Properties.Caption = "高级方式";
this.chkAdvanced.Size = new Size(75, 19);
this.chkAdvanced.TabIndex = 16;
this.chkAdvanced.CheckedChanged += new System.EventHandler(this.chkAdvanced_CheckedChanged);
this.labelControl1.Location = new Point(14, 243);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new Size(48, 14);
this.labelControl1.TabIndex = 17;
this.labelControl1.Text = "解析器:";
this.cmbParser.EditValue = "VBScript";
this.cmbParser.Location = new Point(68, 240);
this.cmbParser.Name = "cmbParser";
this.cmbParser.Properties.Buttons.AddRange(new EditorButton[]
{
new EditorButton(ButtonPredefines.Combo)
});
this.cmbParser.Properties.Items.AddRange(new object[]
{
"JScript",
"VBScript"
});
this.cmbParser.Properties.TextEditStyle = TextEditStyles.DisableTextEditor;
this.cmbParser.Size = new Size(100, 21);
this.cmbParser.TabIndex = 18;
this.cmbParser.SelectedIndexChanged += new System.EventHandler(this.cmbParser_SelectedIndexChanged);
base.AcceptButton = this.btnOk;
base.AutoScaleDimensions = new SizeF(6f, 12f);
base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
base.CancelButton = this.btnCancel;
base.ClientSize = new Size(446, 525);
base.Controls.Add(this.btnCancel);
base.Controls.Add(this.btnOk);
base.Controls.Add(this.groupControl2);
base.Controls.Add(this.groupControl1);
base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
base.MaximizeBox = false;
base.MinimizeBox = false;
base.Name = "FormLabelExpression";
base.ShowInTaskbar = false;
base.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "标注表达式";
((ISupportInitialize)this.groupControl1).EndInit();
this.groupControl1.ResumeLayout(false);
((ISupportInitialize)this.lstField).EndInit();
((ISupportInitialize)this.groupControl2).EndInit();
this.groupControl2.ResumeLayout(false);
this.groupControl2.PerformLayout();
((ISupportInitialize)this.memoSQLInfo.Properties).EndInit();
((ISupportInitialize)this.chkAdvanced.Properties).EndInit();
((ISupportInitialize)this.cmbParser.Properties).EndInit();
base.ResumeLayout(false);
}
#endregion
private GroupControl groupControl1;
private ListBoxControl lstField;
private SimpleButton btnAppend;
private GroupControl groupControl2;
private MemoEdit memoSQLInfo;
private SimpleButton btnVerify;
private SimpleButton btnReset;
private SimpleButton btnOk;
private SimpleButton btnCancel;
private ComboBoxEdit cmbParser;
private LabelControl labelControl1;
private CheckEdit chkAdvanced;
}
}