SelectByAttrFrm.Designer.cs
上传用户:songlsx
上传日期:2022-06-19
资源大小:2227k
文件大小:24k
源码类别:

GIS编程

开发平台:

Visual C++

  1. namespace LinGIS
  2. {
  3.     partial class SelectByAttrFrm
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.buttonGetValue = new System.Windows.Forms.Button();
  29.             this.label1 = new System.Windows.Forms.Label();
  30.             this.checkBoxZoomtoSelected = new System.Windows.Forms.CheckBox();
  31.             this.buttonChar = new System.Windows.Forms.Button();
  32.             this.buttonApply = new System.Windows.Forms.Button();
  33.             this.checkBoxShowVectorOnly = new System.Windows.Forms.CheckBox();
  34.             this.buttonClear = new System.Windows.Forms.Button();
  35.             this.buttonCancel = new System.Windows.Forms.Button();
  36.             this.buttonOk = new System.Windows.Forms.Button();
  37.             this.textBoxWhereClause = new System.Windows.Forms.TextBox();
  38.             this.labelDescription2 = new System.Windows.Forms.Label();
  39.             this.labelDescription3 = new System.Windows.Forms.Label();
  40.             this.labelDescription1 = new System.Windows.Forms.Label();
  41.             this.buttonChars = new System.Windows.Forms.Button();
  42.             this.buttonIs = new System.Windows.Forms.Button();
  43.             this.buttonNot = new System.Windows.Forms.Button();
  44.             this.buttonBrace = new System.Windows.Forms.Button();
  45.             this.buttonOr = new System.Windows.Forms.Button();
  46.             this.buttonBig = new System.Windows.Forms.Button();
  47.             this.buttonBigEqual = new System.Windows.Forms.Button();
  48.             this.buttonSmallEqual = new System.Windows.Forms.Button();
  49.             this.buttonAnd = new System.Windows.Forms.Button();
  50.             this.buttonSmall = new System.Windows.Forms.Button();
  51.             this.buttonNotEqual = new System.Windows.Forms.Button();
  52.             this.buttonLike = new System.Windows.Forms.Button();
  53.             this.buttonEqual = new System.Windows.Forms.Button();
  54.             this.listBoxValues = new System.Windows.Forms.ListBox();
  55.             this.listBoxFields = new System.Windows.Forms.ListBox();
  56.             this.comboBoxMethod = new System.Windows.Forms.ComboBox();
  57.             this.Method = new System.Windows.Forms.Label();
  58.             this.comboBoxLayers = new System.Windows.Forms.ComboBox();
  59.             this.LabelLayers = new System.Windows.Forms.Label();
  60.             this.labelLayer = new System.Windows.Forms.Label();
  61.             this.SuspendLayout();
  62.             // 
  63.             // buttonGetValue
  64.             // 
  65.             this.buttonGetValue.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  66.             this.buttonGetValue.Location = new System.Drawing.Point(66, 297);
  67.             this.buttonGetValue.Name = "buttonGetValue";
  68.             this.buttonGetValue.Size = new System.Drawing.Size(90, 23);
  69.             this.buttonGetValue.TabIndex = 70;
  70.             this.buttonGetValue.Text = "获得属性值";
  71.             this.buttonGetValue.UseVisualStyleBackColor = true;
  72.             this.buttonGetValue.Click += new System.EventHandler(this.buttonGetValue_Click);
  73.             // 
  74.             // label1
  75.             // 
  76.             this.label1.AutoSize = true;
  77.             this.label1.Location = new System.Drawing.Point(325, 188);
  78.             this.label1.Name = "label1";
  79.             this.label1.Size = new System.Drawing.Size(0, 12);
  80.             this.label1.TabIndex = 69;
  81.             // 
  82.             // checkBoxZoomtoSelected
  83.             // 
  84.             this.checkBoxZoomtoSelected.AutoSize = true;
  85.             this.checkBoxZoomtoSelected.Checked = true;
  86.             this.checkBoxZoomtoSelected.CheckState = System.Windows.Forms.CheckState.Checked;
  87.             this.checkBoxZoomtoSelected.Location = new System.Drawing.Point(287, 355);
  88.             this.checkBoxZoomtoSelected.Name = "checkBoxZoomtoSelected";
  89.             this.checkBoxZoomtoSelected.Size = new System.Drawing.Size(108, 16);
  90.             this.checkBoxZoomtoSelected.TabIndex = 68;
  91.             this.checkBoxZoomtoSelected.Text = "定位到查询结果";
  92.             this.checkBoxZoomtoSelected.UseVisualStyleBackColor = true;
  93.             this.checkBoxZoomtoSelected.Visible = false;
  94.             // 
  95.             // buttonChar
  96.             // 
  97.             this.buttonChar.Location = new System.Drawing.Point(39, 268);
  98.             this.buttonChar.Name = "buttonChar";
  99.             this.buttonChar.Size = new System.Drawing.Size(21, 23);
  100.             this.buttonChar.TabIndex = 67;
  101.             this.buttonChar.Text = "_";
  102.             this.buttonChar.UseVisualStyleBackColor = true;
  103.             this.buttonChar.Click += new System.EventHandler(this.buttonChar_Click);
  104.             // 
  105.             // buttonApply
  106.             // 
  107.             this.buttonApply.Location = new System.Drawing.Point(147, 495);
  108.             this.buttonApply.Name = "buttonApply";
  109.             this.buttonApply.Size = new System.Drawing.Size(75, 23);
  110.             this.buttonApply.TabIndex = 65;
  111.             this.buttonApply.Text = "应用";
  112.             this.buttonApply.UseVisualStyleBackColor = true;
  113.             this.buttonApply.Click += new System.EventHandler(this.buttonApply_Click);
  114.             // 
  115.             // checkBoxShowVectorOnly
  116.             // 
  117.             this.checkBoxShowVectorOnly.AutoSize = true;
  118.             this.checkBoxShowVectorOnly.Enabled = false;
  119.             this.checkBoxShowVectorOnly.Location = new System.Drawing.Point(77, 34);
  120.             this.checkBoxShowVectorOnly.Name = "checkBoxShowVectorOnly";
  121.             this.checkBoxShowVectorOnly.Size = new System.Drawing.Size(108, 16);
  122.             this.checkBoxShowVectorOnly.TabIndex = 64;
  123.             this.checkBoxShowVectorOnly.Text = "只显示矢量图层";
  124.             this.checkBoxShowVectorOnly.UseVisualStyleBackColor = true;
  125.             this.checkBoxShowVectorOnly.Visible = false;
  126.             // 
  127.             // buttonClear
  128.             // 
  129.             this.buttonClear.Location = new System.Drawing.Point(10, 495);
  130.             this.buttonClear.Name = "buttonClear";
  131.             this.buttonClear.Size = new System.Drawing.Size(75, 23);
  132.             this.buttonClear.TabIndex = 63;
  133.             this.buttonClear.Text = "清空";
  134.             this.buttonClear.UseVisualStyleBackColor = true;
  135.             this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
  136.             // 
  137.             // buttonCancel
  138.             // 
  139.             this.buttonCancel.Location = new System.Drawing.Point(313, 495);
  140.             this.buttonCancel.Name = "buttonCancel";
  141.             this.buttonCancel.Size = new System.Drawing.Size(75, 23);
  142.             this.buttonCancel.TabIndex = 62;
  143.             this.buttonCancel.Text = "取消";
  144.             this.buttonCancel.UseVisualStyleBackColor = true;
  145.             this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  146.             // 
  147.             // buttonOk
  148.             // 
  149.             this.buttonOk.Location = new System.Drawing.Point(230, 495);
  150.             this.buttonOk.Name = "buttonOk";
  151.             this.buttonOk.Size = new System.Drawing.Size(75, 23);
  152.             this.buttonOk.TabIndex = 61;
  153.             this.buttonOk.Text = "确定";
  154.             this.buttonOk.UseVisualStyleBackColor = true;
  155.             this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
  156.             // 
  157.             // textBoxWhereClause
  158.             // 
  159.             this.textBoxWhereClause.Location = new System.Drawing.Point(10, 377);
  160.             this.textBoxWhereClause.Multiline = true;
  161.             this.textBoxWhereClause.Name = "textBoxWhereClause";
  162.             this.textBoxWhereClause.Size = new System.Drawing.Size(381, 112);
  163.             this.textBoxWhereClause.TabIndex = 60;
  164.             // 
  165.             // labelDescription2
  166.             // 
  167.             this.labelDescription2.AutoSize = true;
  168.             this.labelDescription2.Location = new System.Drawing.Point(101, 385);
  169.             this.labelDescription2.Name = "labelDescription2";
  170.             this.labelDescription2.Size = new System.Drawing.Size(0, 12);
  171.             this.labelDescription2.TabIndex = 59;
  172.             // 
  173.             // labelDescription3
  174.             // 
  175.             this.labelDescription3.AutoSize = true;
  176.             this.labelDescription3.Location = new System.Drawing.Point(211, 359);
  177.             this.labelDescription3.Name = "labelDescription3";
  178.             this.labelDescription3.Size = new System.Drawing.Size(35, 12);
  179.             this.labelDescription3.TabIndex = 58;
  180.             this.labelDescription3.Text = "Where";
  181.             // 
  182.             // labelDescription1
  183.             // 
  184.             this.labelDescription1.AutoSize = true;
  185.             this.labelDescription1.Location = new System.Drawing.Point(15, 359);
  186.             this.labelDescription1.Name = "labelDescription1";
  187.             this.labelDescription1.Size = new System.Drawing.Size(89, 12);
  188.             this.labelDescription1.TabIndex = 57;
  189.             this.labelDescription1.Text = "Select * From ";
  190.             // 
  191.             // buttonChars
  192.             // 
  193.             this.buttonChars.Location = new System.Drawing.Point(17, 268);
  194.             this.buttonChars.Name = "buttonChars";
  195.             this.buttonChars.Size = new System.Drawing.Size(21, 23);
  196.             this.buttonChars.TabIndex = 56;
  197.             this.buttonChars.Text = "%";
  198.             this.buttonChars.UseVisualStyleBackColor = true;
  199.             this.buttonChars.Click += new System.EventHandler(this.buttonChars_Click);
  200.             // 
  201.             // buttonIs
  202.             // 
  203.             this.buttonIs.Location = new System.Drawing.Point(17, 297);
  204.             this.buttonIs.Name = "buttonIs";
  205.             this.buttonIs.Size = new System.Drawing.Size(43, 23);
  206.             this.buttonIs.TabIndex = 55;
  207.             this.buttonIs.Text = "Is";
  208.             this.buttonIs.UseVisualStyleBackColor = true;
  209.             this.buttonIs.Click += new System.EventHandler(this.buttonIs_Click);
  210.             // 
  211.             // buttonNot
  212.             // 
  213.             this.buttonNot.Location = new System.Drawing.Point(115, 268);
  214.             this.buttonNot.Name = "buttonNot";
  215.             this.buttonNot.Size = new System.Drawing.Size(43, 23);
  216.             this.buttonNot.TabIndex = 54;
  217.             this.buttonNot.Text = "Not";
  218.             this.buttonNot.UseVisualStyleBackColor = true;
  219.             this.buttonNot.Click += new System.EventHandler(this.buttonNot_Click);
  220.             // 
  221.             // buttonBrace
  222.             // 
  223.             this.buttonBrace.Location = new System.Drawing.Point(66, 268);
  224.             this.buttonBrace.Name = "buttonBrace";
  225.             this.buttonBrace.Size = new System.Drawing.Size(43, 23);
  226.             this.buttonBrace.TabIndex = 53;
  227.             this.buttonBrace.Text = "( )";
  228.             this.buttonBrace.UseVisualStyleBackColor = true;
  229.             this.buttonBrace.Click += new System.EventHandler(this.buttonBrace_Click);
  230.             // 
  231.             // buttonOr
  232.             // 
  233.             this.buttonOr.Location = new System.Drawing.Point(115, 239);
  234.             this.buttonOr.Name = "buttonOr";
  235.             this.buttonOr.Size = new System.Drawing.Size(43, 23);
  236.             this.buttonOr.TabIndex = 52;
  237.             this.buttonOr.Text = "Or";
  238.             this.buttonOr.UseVisualStyleBackColor = true;
  239.             this.buttonOr.Click += new System.EventHandler(this.buttonOr_Click);
  240.             // 
  241.             // buttonBig
  242.             // 
  243.             this.buttonBig.Location = new System.Drawing.Point(17, 210);
  244.             this.buttonBig.Name = "buttonBig";
  245.             this.buttonBig.Size = new System.Drawing.Size(43, 23);
  246.             this.buttonBig.TabIndex = 51;
  247.             this.buttonBig.Text = ">";
  248.             this.buttonBig.UseVisualStyleBackColor = true;
  249.             this.buttonBig.Click += new System.EventHandler(this.buttonBig_Click);
  250.             // 
  251.             // buttonBigEqual
  252.             // 
  253.             this.buttonBigEqual.Location = new System.Drawing.Point(66, 210);
  254.             this.buttonBigEqual.Name = "buttonBigEqual";
  255.             this.buttonBigEqual.Size = new System.Drawing.Size(43, 23);
  256.             this.buttonBigEqual.TabIndex = 50;
  257.             this.buttonBigEqual.Text = "> =";
  258.             this.buttonBigEqual.UseVisualStyleBackColor = true;
  259.             this.buttonBigEqual.Click += new System.EventHandler(this.buttonBigEqual_Click);
  260.             // 
  261.             // buttonSmallEqual
  262.             // 
  263.             this.buttonSmallEqual.Location = new System.Drawing.Point(66, 239);
  264.             this.buttonSmallEqual.Name = "buttonSmallEqual";
  265.             this.buttonSmallEqual.Size = new System.Drawing.Size(43, 23);
  266.             this.buttonSmallEqual.TabIndex = 49;
  267.             this.buttonSmallEqual.Text = "< =";
  268.             this.buttonSmallEqual.UseVisualStyleBackColor = true;
  269.             this.buttonSmallEqual.Click += new System.EventHandler(this.buttonSmallEqual_Click);
  270.             // 
  271.             // buttonAnd
  272.             // 
  273.             this.buttonAnd.Location = new System.Drawing.Point(115, 210);
  274.             this.buttonAnd.Name = "buttonAnd";
  275.             this.buttonAnd.Size = new System.Drawing.Size(43, 23);
  276.             this.buttonAnd.TabIndex = 48;
  277.             this.buttonAnd.Text = "And";
  278.             this.buttonAnd.UseVisualStyleBackColor = true;
  279.             this.buttonAnd.Click += new System.EventHandler(this.buttonAnd_Click);
  280.             // 
  281.             // buttonSmall
  282.             // 
  283.             this.buttonSmall.Location = new System.Drawing.Point(17, 239);
  284.             this.buttonSmall.Name = "buttonSmall";
  285.             this.buttonSmall.Size = new System.Drawing.Size(43, 23);
  286.             this.buttonSmall.TabIndex = 47;
  287.             this.buttonSmall.Text = "<";
  288.             this.buttonSmall.UseVisualStyleBackColor = true;
  289.             this.buttonSmall.Click += new System.EventHandler(this.buttonSmall_Click);
  290.             // 
  291.             // buttonNotEqual
  292.             // 
  293.             this.buttonNotEqual.Location = new System.Drawing.Point(66, 181);
  294.             this.buttonNotEqual.Name = "buttonNotEqual";
  295.             this.buttonNotEqual.Size = new System.Drawing.Size(43, 23);
  296.             this.buttonNotEqual.TabIndex = 46;
  297.             this.buttonNotEqual.Text = "< >";
  298.             this.buttonNotEqual.UseVisualStyleBackColor = true;
  299.             this.buttonNotEqual.Click += new System.EventHandler(this.buttonNotEqual_Click);
  300.             // 
  301.             // buttonLike
  302.             // 
  303.             this.buttonLike.Location = new System.Drawing.Point(115, 181);
  304.             this.buttonLike.Name = "buttonLike";
  305.             this.buttonLike.Size = new System.Drawing.Size(43, 23);
  306.             this.buttonLike.TabIndex = 45;
  307.             this.buttonLike.Text = "Like";
  308.             this.buttonLike.UseVisualStyleBackColor = true;
  309.             this.buttonLike.Click += new System.EventHandler(this.buttonLike_Click);
  310.             // 
  311.             // buttonEqual
  312.             // 
  313.             this.buttonEqual.Location = new System.Drawing.Point(17, 181);
  314.             this.buttonEqual.Name = "buttonEqual";
  315.             this.buttonEqual.Size = new System.Drawing.Size(43, 23);
  316.             this.buttonEqual.TabIndex = 44;
  317.             this.buttonEqual.Text = "=";
  318.             this.buttonEqual.UseVisualStyleBackColor = true;
  319.             this.buttonEqual.Click += new System.EventHandler(this.buttonEqual_Click);
  320.             // 
  321.             // listBoxValues
  322.             // 
  323.             this.listBoxValues.FormattingEnabled = true;
  324.             this.listBoxValues.HorizontalScrollbar = true;
  325.             this.listBoxValues.ItemHeight = 12;
  326.             this.listBoxValues.Location = new System.Drawing.Point(164, 177);
  327.             this.listBoxValues.Name = "listBoxValues";
  328.             this.listBoxValues.ScrollAlwaysVisible = true;
  329.             this.listBoxValues.Size = new System.Drawing.Size(231, 172);
  330.             this.listBoxValues.TabIndex = 43;
  331.             this.listBoxValues.DoubleClick += new System.EventHandler(this.listBoxValues_DoubleClick);
  332.             // 
  333.             // listBoxFields
  334.             // 
  335.             this.listBoxFields.FormattingEnabled = true;
  336.             this.listBoxFields.HorizontalScrollbar = true;
  337.             this.listBoxFields.ItemHeight = 12;
  338.             this.listBoxFields.Location = new System.Drawing.Point(14, 83);
  339.             this.listBoxFields.Name = "listBoxFields";
  340.             this.listBoxFields.ScrollAlwaysVisible = true;
  341.             this.listBoxFields.Size = new System.Drawing.Size(381, 88);
  342.             this.listBoxFields.TabIndex = 41;
  343.             this.listBoxFields.SelectedIndexChanged += new System.EventHandler(this.listBoxFields_SelectedIndexChanged);
  344.             this.listBoxFields.DoubleClick += new System.EventHandler(this.listBoxFields_DoubleClick);
  345.             // 
  346.             // comboBoxMethod
  347.             // 
  348.             this.comboBoxMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  349.             this.comboBoxMethod.FormattingEnabled = true;
  350.             this.comboBoxMethod.Items.AddRange(new object[] {
  351.             "生成新的选择集 (Creates a new selection)",
  352.             "添加到当前的选择集 (Adds to the current selection)",
  353.             "从当前的选择集中去除 (Subtracts from the current selection)",
  354.             "在当前的选择集中选择 (Selects from the current selection)"});
  355.             this.comboBoxMethod.Location = new System.Drawing.Point(77, 56);
  356.             this.comboBoxMethod.Name = "comboBoxMethod";
  357.             this.comboBoxMethod.Size = new System.Drawing.Size(318, 20);
  358.             this.comboBoxMethod.TabIndex = 39;
  359.             // 
  360.             // Method
  361.             // 
  362.             this.Method.AutoSize = true;
  363.             this.Method.Location = new System.Drawing.Point(12, 59);
  364.             this.Method.Name = "Method";
  365.             this.Method.Size = new System.Drawing.Size(59, 12);
  366.             this.Method.TabIndex = 38;
  367.             this.Method.Text = "查询方法:";
  368.             // 
  369.             // comboBoxLayers
  370.             // 
  371.             this.comboBoxLayers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  372.             this.comboBoxLayers.FormattingEnabled = true;
  373.             this.comboBoxLayers.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  374.             this.comboBoxLayers.Location = new System.Drawing.Point(77, 6);
  375.             this.comboBoxLayers.Name = "comboBoxLayers";
  376.             this.comboBoxLayers.Size = new System.Drawing.Size(318, 20);
  377.             this.comboBoxLayers.TabIndex = 37;
  378.             this.comboBoxLayers.SelectedIndexChanged += new System.EventHandler(this.comboBoxLayers_SelectedIndexChanged);
  379.             // 
  380.             // LabelLayers
  381.             // 
  382.             this.LabelLayers.AutoSize = true;
  383.             this.LabelLayers.Location = new System.Drawing.Point(12, 9);
  384.             this.LabelLayers.Name = "LabelLayers";
  385.             this.LabelLayers.Size = new System.Drawing.Size(59, 12);
  386.             this.LabelLayers.TabIndex = 36;
  387.             this.LabelLayers.Text = "图层名称:";
  388.             // 
  389.             // labelLayer
  390.             // 
  391.             this.labelLayer.AutoSize = true;
  392.             this.labelLayer.Location = new System.Drawing.Point(103, 359);
  393.             this.labelLayer.Name = "labelLayer";
  394.             this.labelLayer.Size = new System.Drawing.Size(0, 12);
  395.             this.labelLayer.TabIndex = 71;
  396.             // 
  397.             // SelectByAttrFrm
  398.             // 
  399.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  400.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  401.             this.ClientSize = new System.Drawing.Size(406, 527);
  402.             this.Controls.Add(this.labelLayer);
  403.             this.Controls.Add(this.buttonGetValue);
  404.             this.Controls.Add(this.label1);
  405.             this.Controls.Add(this.checkBoxZoomtoSelected);
  406.             this.Controls.Add(this.buttonChar);
  407.             this.Controls.Add(this.buttonApply);
  408.             this.Controls.Add(this.checkBoxShowVectorOnly);
  409.             this.Controls.Add(this.buttonClear);
  410.             this.Controls.Add(this.buttonCancel);
  411.             this.Controls.Add(this.buttonOk);
  412.             this.Controls.Add(this.textBoxWhereClause);
  413.             this.Controls.Add(this.labelDescription2);
  414.             this.Controls.Add(this.labelDescription3);
  415.             this.Controls.Add(this.labelDescription1);
  416.             this.Controls.Add(this.buttonChars);
  417.             this.Controls.Add(this.buttonIs);
  418.             this.Controls.Add(this.buttonNot);
  419.             this.Controls.Add(this.buttonBrace);
  420.             this.Controls.Add(this.buttonOr);
  421.             this.Controls.Add(this.buttonBig);
  422.             this.Controls.Add(this.buttonBigEqual);
  423.             this.Controls.Add(this.buttonSmallEqual);
  424.             this.Controls.Add(this.buttonAnd);
  425.             this.Controls.Add(this.buttonSmall);
  426.             this.Controls.Add(this.buttonNotEqual);
  427.             this.Controls.Add(this.buttonLike);
  428.             this.Controls.Add(this.buttonEqual);
  429.             this.Controls.Add(this.listBoxValues);
  430.             this.Controls.Add(this.listBoxFields);
  431.             this.Controls.Add(this.comboBoxMethod);
  432.             this.Controls.Add(this.Method);
  433.             this.Controls.Add(this.comboBoxLayers);
  434.             this.Controls.Add(this.LabelLayers);
  435.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  436.             this.MaximizeBox = false;
  437.             this.MinimizeBox = false;
  438.             this.Name = "SelectByAttrFrm";
  439.             this.ShowInTaskbar = false;
  440.             this.Text = "SelectByAttrFrm";
  441.             this.Load += new System.EventHandler(this.SelectByAttrFrm_Load);
  442.             this.ResumeLayout(false);
  443.             this.PerformLayout();
  444.         }
  445.         #endregion
  446.         private System.Windows.Forms.Button buttonGetValue;
  447.         private System.Windows.Forms.Label label1;
  448.         private System.Windows.Forms.CheckBox checkBoxZoomtoSelected;
  449.         private System.Windows.Forms.Button buttonChar;
  450.         private System.Windows.Forms.Button buttonApply;
  451.         private System.Windows.Forms.CheckBox checkBoxShowVectorOnly;
  452.         private System.Windows.Forms.Button buttonClear;
  453.         private System.Windows.Forms.Button buttonCancel;
  454.         private System.Windows.Forms.Button buttonOk;
  455.         private System.Windows.Forms.TextBox textBoxWhereClause;
  456.         private System.Windows.Forms.Label labelDescription2;
  457.         private System.Windows.Forms.Label labelDescription3;
  458.         private System.Windows.Forms.Label labelDescription1;
  459.         private System.Windows.Forms.Button buttonChars;
  460.         private System.Windows.Forms.Button buttonIs;
  461.         private System.Windows.Forms.Button buttonNot;
  462.         private System.Windows.Forms.Button buttonBrace;
  463.         private System.Windows.Forms.Button buttonOr;
  464.         private System.Windows.Forms.Button buttonBig;
  465.         private System.Windows.Forms.Button buttonBigEqual;
  466.         private System.Windows.Forms.Button buttonSmallEqual;
  467.         private System.Windows.Forms.Button buttonAnd;
  468.         private System.Windows.Forms.Button buttonSmall;
  469.         private System.Windows.Forms.Button buttonNotEqual;
  470.         private System.Windows.Forms.Button buttonLike;
  471.         private System.Windows.Forms.Button buttonEqual;
  472.         private System.Windows.Forms.ListBox listBoxValues;
  473.         private System.Windows.Forms.ListBox listBoxFields;
  474.         private System.Windows.Forms.ComboBox comboBoxMethod;
  475.         private System.Windows.Forms.Label Method;
  476.         private System.Windows.Forms.ComboBox comboBoxLayers;
  477.         private System.Windows.Forms.Label LabelLayers;
  478.         private System.Windows.Forms.Label labelLayer;
  479.     }
  480. }