Example #1
0
        /// <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 Container();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(SelectByAttributes));

            this.lblLayer         = new Label();
            this.cmbLayers        = new ComboBox();
            this.lblMethod        = new Label();
            this.cmbMethod        = new ComboBox();
            this.btnOk            = new Button();
            this.btnApply         = new Button();
            this.ttHelp           = new ToolTip(this.components);
            this.btnClose         = new Button();
            this.sqlQueryControl1 = new SQLQueryControl();
            this.SuspendLayout();
            //
            // lblLayer
            //
            this.lblLayer.AccessibleDescription = null;
            this.lblLayer.AccessibleName        = null;
            resources.ApplyResources(this.lblLayer, "lblLayer");
            this.lblLayer.Font = null;
            this.lblLayer.Name = "lblLayer";
            this.ttHelp.SetToolTip(this.lblLayer, resources.GetString("lblLayer.ToolTip"));
            //
            // cmbLayers
            //
            this.cmbLayers.AccessibleDescription = null;
            this.cmbLayers.AccessibleName        = null;
            resources.ApplyResources(this.cmbLayers, "cmbLayers");
            this.cmbLayers.BackgroundImage   = null;
            this.cmbLayers.Font              = null;
            this.cmbLayers.FormattingEnabled = true;
            this.cmbLayers.Name              = "cmbLayers";
            this.ttHelp.SetToolTip(this.cmbLayers, resources.GetString("cmbLayers.ToolTip"));
            this.cmbLayers.SelectedIndexChanged += new EventHandler(this.cmbLayers_SelectedIndexChanged);
            //
            // lblMethod
            //
            this.lblMethod.AccessibleDescription = null;
            this.lblMethod.AccessibleName        = null;
            resources.ApplyResources(this.lblMethod, "lblMethod");
            this.lblMethod.Font = null;
            this.lblMethod.Name = "lblMethod";
            this.ttHelp.SetToolTip(this.lblMethod, resources.GetString("lblMethod.ToolTip"));
            //
            // cmbMethod
            //
            this.cmbMethod.AccessibleDescription = null;
            this.cmbMethod.AccessibleName        = null;
            resources.ApplyResources(this.cmbMethod, "cmbMethod");
            this.cmbMethod.BackgroundImage   = null;
            this.cmbMethod.Font              = null;
            this.cmbMethod.FormattingEnabled = true;
            this.cmbMethod.Items.AddRange(new object[] {
                resources.GetString("cmbMethod.Items"),
                resources.GetString("cmbMethod.Items1"),
                resources.GetString("cmbMethod.Items2"),
                resources.GetString("cmbMethod.Items3")
            });
            this.cmbMethod.Name = "cmbMethod";
            this.ttHelp.SetToolTip(this.cmbMethod, resources.GetString("cmbMethod.ToolTip"));
            //
            // btnOk
            //
            this.btnOk.AccessibleDescription = null;
            this.btnOk.AccessibleName        = null;
            resources.ApplyResources(this.btnOk, "btnOk");
            this.btnOk.BackgroundImage = null;
            this.btnOk.Font            = null;
            this.btnOk.Name            = "btnOk";
            this.ttHelp.SetToolTip(this.btnOk, resources.GetString("btnOk.ToolTip"));
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new EventHandler(this.btnOk_Click);
            //
            // btnApply
            //
            this.btnApply.AccessibleDescription = null;
            this.btnApply.AccessibleName        = null;
            resources.ApplyResources(this.btnApply, "btnApply");
            this.btnApply.BackgroundImage = null;
            this.btnApply.Font            = null;
            this.btnApply.Name            = "btnApply";
            this.ttHelp.SetToolTip(this.btnApply, resources.GetString("btnApply.ToolTip"));
            this.btnApply.UseVisualStyleBackColor = true;
            this.btnApply.Click += new EventHandler(this.btnApply_Click);
            //
            // btnClose
            //
            this.btnClose.AccessibleDescription = null;
            this.btnClose.AccessibleName        = null;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.BackgroundImage = null;
            //            this.btnClose.DialogResult = DialogResult.Cancel;
            this.btnClose.Font = null;
            this.btnClose.Name = "btnClose";
            this.ttHelp.SetToolTip(this.btnClose, resources.GetString("btnClose.ToolTip"));
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new EventHandler(this.btnClose_Click);
            //
            // sqlQueryControl1
            //
            this.sqlQueryControl1.AccessibleDescription = null;
            this.sqlQueryControl1.AccessibleName        = null;
            resources.ApplyResources(this.sqlQueryControl1, "sqlQueryControl1");
            this.sqlQueryControl1.AttributeSource = null;
            this.sqlQueryControl1.BackgroundImage = null;
            this.sqlQueryControl1.ExpressionText  = string.Empty;
            this.sqlQueryControl1.Font            = null;
            this.sqlQueryControl1.Name            = "sqlQueryControl1";
            this.sqlQueryControl1.Table           = null;
            this.ttHelp.SetToolTip(this.sqlQueryControl1, resources.GetString("sqlQueryControl1.ToolTip"));
            //
            // SelectByAttributes
            //
            this.AcceptButton          = this.btnOk;
            this.AccessibleDescription = null;
            this.AccessibleName        = null;
            resources.ApplyResources(this, "$this");

            this.BackgroundImage = null;
            this.CancelButton    = this.btnClose;
            this.Controls.Add(this.sqlQueryControl1);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.btnApply);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.cmbMethod);
            this.Controls.Add(this.lblMethod);
            this.Controls.Add(this.cmbLayers);
            this.Controls.Add(this.lblLayer);
            this.Font = null;
            //            this.FormBorderStyle = FormBorderStyle.FixedDialog;
            this.HelpButton  = true;
            this.Icon        = null;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name        = "SelectByAttributes";
            this.ShowIcon    = false;
            this.ttHelp.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SQLExpressionDialog));
     this.panel1           = new System.Windows.Forms.Panel();
     this.btnApply         = new System.Windows.Forms.Button();
     this.btnCancel        = new System.Windows.Forms.Button();
     this.btnOk            = new System.Windows.Forms.Button();
     this.sqlQueryControl1 = new GIS.Common.Dialogs.SQLQueryControl();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnApply);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnOk);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // btnApply
     //
     resources.ApplyResources(this.btnApply, "btnApply");
     this.btnApply.Name = "btnApply";
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOk
     //
     resources.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOk.Name                    = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click                  += new System.EventHandler(this.btnOk_Click);
     //
     // sqlQueryControl1
     //
     this.sqlQueryControl1.AttributeSource = null;
     this.sqlQueryControl1.ExpressionText  = "";
     resources.ApplyResources(this.sqlQueryControl1, "sqlQueryControl1");
     this.sqlQueryControl1.Name  = "sqlQueryControl1";
     this.sqlQueryControl1.Table = null;
     //
     // SQLExpressionDialog
     //
     this.AcceptButton = this.btnOk;
     this.CancelButton = this.btnCancel;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.sqlQueryControl1);
     this.Controls.Add(this.panel1);
     this.HelpButton    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "SQLExpressionDialog";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }