1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- namespace Tofly.SearchUI.Win
- {
- partial class IdentifyPluginControl
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
-
-
-
-
- private void InitializeComponent()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.txtLayerName = new System.Windows.Forms.TextBox();
- this.chkCanEdit = new System.Windows.Forms.CheckBox();
- this.SuspendLayout();
-
-
-
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(22, 51);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(113, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "指定查询图层名称:";
-
-
-
- this.txtLayerName.Location = new System.Drawing.Point(141, 48);
- this.txtLayerName.Name = "txtLayerName";
- this.txtLayerName.Size = new System.Drawing.Size(235, 21);
- this.txtLayerName.TabIndex = 1;
-
-
-
- this.chkCanEdit.AutoSize = true;
- this.chkCanEdit.Location = new System.Drawing.Point(141, 16);
- this.chkCanEdit.Name = "chkCanEdit";
- this.chkCanEdit.Size = new System.Drawing.Size(144, 16);
- this.chkCanEdit.TabIndex = 2;
- this.chkCanEdit.Text = "是否可编辑(暂不可用)";
- this.chkCanEdit.UseVisualStyleBackColor = true;
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.chkCanEdit);
- this.Controls.Add(this.txtLayerName);
- this.Controls.Add(this.label1);
- this.Height = 87;
- this.LocationLeft = 15;
- this.LocationTop = 15;
- this.Name = "IdentifyPluginControl";
- this.Size = new System.Drawing.Size(409, 87);
- this.Width = 409;
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtLayerName;
- private System.Windows.Forms.CheckBox chkCanEdit;
- }
- }
|