using DevExpress.XtraEditors; using KGIS.Plugin.LayerProperty.View.UC_Controls; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace KGIS.Plugin.LayerProperty.View { partial class FormUniqueRendererFieldMatch { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.labelControl1 = new LabelControl(); this.groupControl1 = new GroupControl(); this.lblValueField1 = new LabelControl(); this.groupControl2 = new GroupControl(); this.lblValueField2 = new LabelControl(); this.groupControl3 = new GroupControl(); this.lblValueField3 = new LabelControl(); this.btnCancel = new SimpleButton(); this.btnOk = new SimpleButton(); this.cmbLayerFields1 = new UCFieldsCombox(); this.cmbLayerFields2 = new UCFieldsCombox(); this.cmbLayerFields3 = new UCFieldsCombox(); ((ISupportInitialize)this.groupControl1).BeginInit(); this.groupControl1.SuspendLayout(); ((ISupportInitialize)this.groupControl2).BeginInit(); this.groupControl2.SuspendLayout(); ((ISupportInitialize)this.groupControl3).BeginInit(); this.groupControl3.SuspendLayout(); base.SuspendLayout(); this.labelControl1.AutoSizeMode = LabelAutoSizeMode.None; this.labelControl1.Location = new Point(12, 12); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new Size(278, 38); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "从当前的图层中选择字段,用来与被导入的符号渲染\r\n定义中的字段相匹配"; this.groupControl1.Controls.Add(this.lblValueField1); this.groupControl1.Controls.Add(this.cmbLayerFields1); this.groupControl1.Location = new Point(12, 56); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new Size(268, 71); this.groupControl1.TabIndex = 1; this.groupControl1.Text = "字段1"; this.lblValueField1.AutoSizeMode = LabelAutoSizeMode.None; this.lblValueField1.Location = new Point(5, 24); this.lblValueField1.Name = "lblValueField1"; this.lblValueField1.Size = new Size(258, 19); this.lblValueField1.TabIndex = 0; this.groupControl2.Controls.Add(this.lblValueField2); this.groupControl2.Controls.Add(this.cmbLayerFields2); this.groupControl2.Location = new Point(12, 133); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new Size(268, 71); this.groupControl2.TabIndex = 1; this.groupControl2.Text = "字段2"; this.lblValueField2.AutoSizeMode = LabelAutoSizeMode.None; this.lblValueField2.Location = new Point(5, 24); this.lblValueField2.Name = "lblValueField2"; this.lblValueField2.Size = new Size(258, 19); this.lblValueField2.TabIndex = 0; this.groupControl3.Controls.Add(this.lblValueField3); this.groupControl3.Controls.Add(this.cmbLayerFields3); this.groupControl3.Location = new Point(12, 210); this.groupControl3.Name = "groupControl3"; this.groupControl3.Size = new Size(268, 71); this.groupControl3.TabIndex = 1; this.groupControl3.Text = "字段3"; this.lblValueField3.AutoSizeMode = LabelAutoSizeMode.None; this.lblValueField3.Location = new Point(5, 24); this.lblValueField3.Name = "lblValueField3"; this.lblValueField3.Size = new Size(258, 19); this.lblValueField3.TabIndex = 0; this.btnCancel.DialogResult = DialogResult.Cancel; this.btnCancel.Location = new Point(205, 294); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new Size(75, 23); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); this.btnOk.Location = new Point(124, 294); this.btnOk.Name = "btnOk"; this.btnOk.Size = new Size(75, 23); this.btnOk.TabIndex = 3; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); this.cmbLayerFields1.Location = new Point(5, 44); this.cmbLayerFields1.Name = "cmbLayerFields1"; this.cmbLayerFields1.SelectedField = null; this.cmbLayerFields1.Size = new Size(254, 22); this.cmbLayerFields1.TabIndex = 11; this.cmbLayerFields2.Location = new Point(5, 44); this.cmbLayerFields2.Name = "cmbLayerFields2"; this.cmbLayerFields2.SelectedField = null; this.cmbLayerFields2.Size = new Size(254, 22); this.cmbLayerFields2.TabIndex = 11; this.cmbLayerFields3.Location = new Point(5, 44); this.cmbLayerFields3.Name = "cmbLayerFields3"; this.cmbLayerFields3.SelectedField = null; this.cmbLayerFields3.Size = new Size(254, 22); this.cmbLayerFields3.TabIndex = 11; base.AcceptButton = this.btnOk; base.AutoScaleDimensions = new SizeF(6f, 12f); base.AutoScaleMode = AutoScaleMode.Font; base.CancelButton = this.btnCancel; base.ClientSize = new Size(292, 329); base.Controls.Add(this.btnOk); base.Controls.Add(this.btnCancel); base.Controls.Add(this.groupControl3); base.Controls.Add(this.groupControl2); base.Controls.Add(this.groupControl1); base.Controls.Add(this.labelControl1); base.FormBorderStyle = FormBorderStyle.FixedDialog; base.MaximizeBox = false; base.MinimizeBox = false; base.Name = "FormUniqueRendererFieldMatch"; base.ShowIcon = false; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.CenterParent; this.Text = "渲染字段匹配"; ((ISupportInitialize)this.groupControl1).EndInit(); this.groupControl1.ResumeLayout(false); ((ISupportInitialize)this.groupControl2).EndInit(); this.groupControl2.ResumeLayout(false); ((ISupportInitialize)this.groupControl3).EndInit(); this.groupControl3.ResumeLayout(false); base.ResumeLayout(false); } #endregion private LabelControl labelControl1; private GroupControl groupControl1; private LabelControl lblValueField1; private GroupControl groupControl2; private LabelControl lblValueField2; private GroupControl groupControl3; private LabelControl lblValueField3; private SimpleButton btnCancel; private SimpleButton btnOk; private UCFieldsCombox cmbLayerFields1; private UCFieldsCombox cmbLayerFields2; private UCFieldsCombox cmbLayerFields3; } }