AttributeQuery.AttributeQuery.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
		private void InitializeComponent()
		{
            this.cmdMeetZoomTo = new System.Windows.Forms.Button();
            this.cmdMeetCenterAt = new System.Windows.Forms.Button();
            this.cmdMeetFlash = new System.Windows.Forms.Button();
            this.cmdFailZoomTo = new System.Windows.Forms.Button();
            this.cmdFailCenterAt = new System.Windows.Forms.Button();
            this.cmdFailFlash = new System.Windows.Forms.Button();
            this.cmdOpen = new System.Windows.Forms.Button();
            this.optZoomIn = new System.Windows.Forms.RadioButton();
            this.optZoomOut = new System.Windows.Forms.RadioButton();
            this.optPan = new System.Windows.Forms.RadioButton();
            this.cmdFullExtent = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.grpBox = new System.Windows.Forms.GroupBox();
            this.lblValue = new System.Windows.Forms.Label();
            this.lblOperator = new System.Windows.Forms.Label();
            this.lblField = new System.Windows.Forms.Label();
            this.lblFieldType = new System.Windows.Forms.Label();
            this.lblLayerToQuery = new System.Windows.Forms.Label();
            this.cmdQuery = new System.Windows.Forms.Button();
            this.txtValue = new System.Windows.Forms.TextBox();
            this.cboLayers = new System.Windows.Forms.ComboBox();
            this.optString = new System.Windows.Forms.RadioButton();
            this.optNumber = new System.Windows.Forms.RadioButton();
            this.cboOperator = new System.Windows.Forms.ComboBox();
            this.cboFields = new System.Windows.Forms.ComboBox();
            this.lblMeets = new System.Windows.Forms.Label();
            this.lblFails = new System.Windows.Forms.Label();
            this.axArcReaderControl1 = new ESRI.ArcGIS.PublisherControls.AxArcReaderControl();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.dataGridView2 = new System.Windows.Forms.DataGridView();
            this.grpBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.axArcReaderControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
            this.SuspendLayout();
            // 
            // cmdMeetZoomTo
            // 
            this.cmdMeetZoomTo.Location = new System.Drawing.Point(8, 488);
            this.cmdMeetZoomTo.Name = "cmdMeetZoomTo";
            this.cmdMeetZoomTo.Size = new System.Drawing.Size(112, 24);
            this.cmdMeetZoomTo.TabIndex = 3;
            this.cmdMeetZoomTo.Text = "Zoom To";
            this.cmdMeetZoomTo.Click += new System.EventHandler(this.MixedDisplayResults_Click);
            // 
            // cmdMeetCenterAt
            // 
            this.cmdMeetCenterAt.Location = new System.Drawing.Point(128, 488);
            this.cmdMeetCenterAt.Name = "cmdMeetCenterAt";
            this.cmdMeetCenterAt.Size = new System.Drawing.Size(112, 24);
            this.cmdMeetCenterAt.TabIndex = 4;
            this.cmdMeetCenterAt.Text = "Center At";
            this.cmdMeetCenterAt.Click += new System.EventHandler(this.MixedDisplayResults_Click);
            // 
            // cmdMeetFlash
            // 
            this.cmdMeetFlash.Location = new System.Drawing.Point(248, 488);
            this.cmdMeetFlash.Name = "cmdMeetFlash";
            this.cmdMeetFlash.Size = new System.Drawing.Size(104, 24);
            this.cmdMeetFlash.TabIndex = 5;
            this.cmdMeetFlash.Text = "Flash";
            this.cmdMeetFlash.Click += new System.EventHandler(this.MixedDisplayResults_Click);
            // 
            // cmdFailZoomTo
            // 
            this.cmdFailZoomTo.Location = new System.Drawing.Point(360, 488);
            this.cmdFailZoomTo.Name = "cmdFailZoomTo";
            this.cmdFailZoomTo.Size = new System.Drawing.Size(112, 24);
            this.cmdFailZoomTo.TabIndex = 6;
            this.cmdFailZoomTo.Text = "Zoom To";
            this.cmdFailZoomTo.Click += new System.EventHandler(this.MixedDisplayResults_Click);
            // 
            // cmdFailCenterAt
            // 
            this.cmdFailCenterAt.Location = new System.Drawing.Point(480, 488);
            this.cmdFailCenterAt.Name = "cmdFailCenterAt";
            this.cmdFailCenterAt.Size = new System.Drawing.Size(112, 24);
            this.cmdFailCenterAt.TabIndex = 7;
            this.cmdFailCenterAt.Text = "Center At";
            this.cmdFailCenterAt.Click += new System.EventHandler(this.MixedDisplayResults_Click);
            // 
            // cmdFailFlash
            // 
            this.cmdFailFlash.Location = new System.Drawing.Point(600, 488);
            this.cmdFailFlash.Name = "cmdFailFlash";
            this.cmdFailFlash.Size = new System.Drawing.Size(104, 24);
            this.cmdFailFlash.TabIndex = 8;
            this.cmdFailFlash.Text = "Flash";
            this.cmdFailFlash.Click += new System.EventHandler(this.MixedDisplayResults_Click);
            // 
            // cmdOpen
            // 
            this.cmdOpen.Location = new System.Drawing.Point(8, 8);
            this.cmdOpen.Name = "cmdOpen";
            this.cmdOpen.Size = new System.Drawing.Size(72, 24);
            this.cmdOpen.TabIndex = 9;
            this.cmdOpen.Text = "Open";
            this.cmdOpen.Click += new System.EventHandler(this.cmdOpen_Click);
            // 
            // optZoomIn
            // 
            this.optZoomIn.Appearance = System.Windows.Forms.Appearance.Button;
            this.optZoomIn.Location = new System.Drawing.Point(80, 8);
            this.optZoomIn.Name = "optZoomIn";
            this.optZoomIn.Size = new System.Drawing.Size(72, 24);
            this.optZoomIn.TabIndex = 10;
            this.optZoomIn.Text = "Zoom In";
            this.optZoomIn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.optZoomIn.Click += new System.EventHandler(this.MixedControls_Click);
            // 
            // optZoomOut
            // 
            this.optZoomOut.Appearance = System.Windows.Forms.Appearance.Button;
            this.optZoomOut.Location = new System.Drawing.Point(152, 8);
            this.optZoomOut.Name = "optZoomOut";
            this.optZoomOut.Size = new System.Drawing.Size(72, 24);
            this.optZoomOut.TabIndex = 11;
            this.optZoomOut.Text = "Zoom Out";
            this.optZoomOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.optZoomOut.Click += new System.EventHandler(this.MixedControls_Click);
            // 
            // optPan
            // 
            this.optPan.Appearance = System.Windows.Forms.Appearance.Button;
            this.optPan.Location = new System.Drawing.Point(296, 8);
            this.optPan.Name = "optPan";
            this.optPan.Size = new System.Drawing.Size(72, 24);
            this.optPan.TabIndex = 13;
            this.optPan.Text = "Pan";
            this.optPan.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.optPan.Click += new System.EventHandler(this.MixedControls_Click);
            // 
            // cmdFullExtent
            // 
            this.cmdFullExtent.Location = new System.Drawing.Point(224, 8);
            this.cmdFullExtent.Name = "cmdFullExtent";
            this.cmdFullExtent.Size = new System.Drawing.Size(72, 24);
            this.cmdFullExtent.TabIndex = 14;
            this.cmdFullExtent.Text = "Full Extent";
            this.cmdFullExtent.Click += new System.EventHandler(this.cmdFullExtent_Click);
            // 
            // grpBox
            // 
            this.grpBox.Controls.Add(this.lblValue);
            this.grpBox.Controls.Add(this.lblOperator);
            this.grpBox.Controls.Add(this.lblField);
            this.grpBox.Controls.Add(this.lblFieldType);
            this.grpBox.Controls.Add(this.lblLayerToQuery);
            this.grpBox.Controls.Add(this.cmdQuery);
            this.grpBox.Controls.Add(this.txtValue);
            this.grpBox.Controls.Add(this.cboLayers);
            this.grpBox.Controls.Add(this.optString);
            this.grpBox.Controls.Add(this.optNumber);
            this.grpBox.Controls.Add(this.cboOperator);
            this.grpBox.Controls.Add(this.cboFields);
            this.grpBox.Location = new System.Drawing.Point(560, 40);
            this.grpBox.Name = "grpBox";
            this.grpBox.Size = new System.Drawing.Size(144, 312);
            this.grpBox.TabIndex = 20;
            this.grpBox.TabStop = false;
            this.grpBox.Text = "Query Criteria";
            // 
            // lblValue
            // 
            this.lblValue.Location = new System.Drawing.Point(8, 224);
            this.lblValue.Name = "lblValue";
            this.lblValue.Size = new System.Drawing.Size(120, 16);
            this.lblValue.TabIndex = 31;
            this.lblValue.Text = "Value:";
            // 
            // lblOperator
            // 
            this.lblOperator.Location = new System.Drawing.Point(8, 176);
            this.lblOperator.Name = "lblOperator";
            this.lblOperator.Size = new System.Drawing.Size(88, 16);
            this.lblOperator.TabIndex = 30;
            this.lblOperator.Text = "Operator:";
            // 
            // lblField
            // 
            this.lblField.Location = new System.Drawing.Point(8, 128);
            this.lblField.Name = "lblField";
            this.lblField.Size = new System.Drawing.Size(96, 16);
            this.lblField.TabIndex = 29;
            this.lblField.Text = "Field to Query:";
            // 
            // lblFieldType
            // 
            this.lblFieldType.Location = new System.Drawing.Point(8, 80);
            this.lblFieldType.Name = "lblFieldType";
            this.lblFieldType.Size = new System.Drawing.Size(104, 16);
            this.lblFieldType.TabIndex = 28;
            this.lblFieldType.Text = "Field Type:";
            // 
            // lblLayerToQuery
            // 
            this.lblLayerToQuery.Location = new System.Drawing.Point(8, 24);
            this.lblLayerToQuery.Name = "lblLayerToQuery";
            this.lblLayerToQuery.Size = new System.Drawing.Size(120, 16);
            this.lblLayerToQuery.TabIndex = 27;
            this.lblLayerToQuery.Text = "Layer to Query:";
            // 
            // cmdQuery
            // 
            this.cmdQuery.Location = new System.Drawing.Point(24, 272);
            this.cmdQuery.Name = "cmdQuery";
            this.cmdQuery.Size = new System.Drawing.Size(104, 32);
            this.cmdQuery.TabIndex = 26;
            this.cmdQuery.Text = "Query";
            this.cmdQuery.Click += new System.EventHandler(this.cmdQuery_Click);
            // 
            // txtValue
            // 
            this.txtValue.Location = new System.Drawing.Point(8, 240);
            this.txtValue.Name = "txtValue";
            this.txtValue.Size = new System.Drawing.Size(120, 20);
            this.txtValue.TabIndex = 25;
            this.txtValue.TextChanged += new System.EventHandler(this.txtValue_TextChanged);
            // 
            // cboLayers
            // 
            this.cboLayers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboLayers.Location = new System.Drawing.Point(8, 40);
            this.cboLayers.Name = "cboLayers";
            this.cboLayers.Size = new System.Drawing.Size(120, 21);
            this.cboLayers.TabIndex = 24;
            this.cboLayers.SelectedIndexChanged += new System.EventHandler(this.cboLayers_SelectedIndexChanged);
            // 
            // optString
            // 
            this.optString.Location = new System.Drawing.Point(80, 96);
            this.optString.Name = "optString";
            this.optString.Size = new System.Drawing.Size(56, 16);
            this.optString.TabIndex = 23;
            this.optString.Text = "String";
            this.optString.Click += new System.EventHandler(this.DataType_Click);
            // 
            // optNumber
            // 
            this.optNumber.Location = new System.Drawing.Point(8, 96);
            this.optNumber.Name = "optNumber";
            this.optNumber.Size = new System.Drawing.Size(64, 16);
            this.optNumber.TabIndex = 22;
            this.optNumber.Text = "Number";
            this.optNumber.Click += new System.EventHandler(this.DataType_Click);
            // 
            // cboOperator
            // 
            this.cboOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboOperator.Location = new System.Drawing.Point(8, 192);
            this.cboOperator.Name = "cboOperator";
            this.cboOperator.Size = new System.Drawing.Size(120, 21);
            this.cboOperator.TabIndex = 21;
            // 
            // cboFields
            // 
            this.cboFields.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboFields.Location = new System.Drawing.Point(8, 144);
            this.cboFields.Name = "cboFields";
            this.cboFields.Size = new System.Drawing.Size(120, 21);
            this.cboFields.TabIndex = 20;
            // 
            // lblMeets
            // 
            this.lblMeets.Location = new System.Drawing.Point(8, 360);
            this.lblMeets.Name = "lblMeets";
            this.lblMeets.Size = new System.Drawing.Size(344, 24);
            this.lblMeets.TabIndex = 21;
            // 
            // lblFails
            // 
            this.lblFails.Location = new System.Drawing.Point(368, 360);
            this.lblFails.Name = "lblFails";
            this.lblFails.Size = new System.Drawing.Size(336, 24);
            this.lblFails.TabIndex = 22;
            // 
            // axArcReaderControl1
            // 
            this.axArcReaderControl1.Location = new System.Drawing.Point(8, 40);
            this.axArcReaderControl1.Name = "axArcReaderControl1";
            this.axArcReaderControl1.Size = new System.Drawing.Size(544, 312);
            this.axArcReaderControl1.TabIndex = 23;
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(8, 384);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.Size = new System.Drawing.Size(344, 98);
            this.dataGridView1.TabIndex = 24;
            // 
            // dataGridView2
            // 
            this.dataGridView2.AllowUserToAddRows = false;
            this.dataGridView2.AllowUserToDeleteRows = false;
            this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView2.Location = new System.Drawing.Point(360, 384);
            this.dataGridView2.Name = "dataGridView2";
            this.dataGridView2.ReadOnly = true;
            this.dataGridView2.Size = new System.Drawing.Size(344, 98);
            this.dataGridView2.TabIndex = 25;
            // 
            // AttributeQuery
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(712, 517);
            this.Controls.Add(this.dataGridView2);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.axArcReaderControl1);
            this.Controls.Add(this.lblFails);
            this.Controls.Add(this.lblMeets);
            this.Controls.Add(this.grpBox);
            this.Controls.Add(this.cmdFullExtent);
            this.Controls.Add(this.optPan);
            this.Controls.Add(this.optZoomOut);
            this.Controls.Add(this.optZoomIn);
            this.Controls.Add(this.cmdOpen);
            this.Controls.Add(this.cmdFailFlash);
            this.Controls.Add(this.cmdFailCenterAt);
            this.Controls.Add(this.cmdFailZoomTo);
            this.Controls.Add(this.cmdMeetFlash);
            this.Controls.Add(this.cmdMeetCenterAt);
            this.Controls.Add(this.cmdMeetZoomTo);
            this.Name = "AttributeQuery";
            this.Text = "AttributeQuery (LesserThan / GreaterThan) ";
            this.Load += new System.EventHandler(this.AttributeQuery_Load);
            this.grpBox.ResumeLayout(false);
            this.grpBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.axArcReaderControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
            this.ResumeLayout(false);

		}
		#endregion