Ejemplo n.º 1
0
 /// <summary>
 /// �����֧������ķ��� - ��Ҫʹ�ô���༭���޸�
 /// �˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQueryMetaData));
     this.btnlike = new System.Windows.Forms.Button();
     this.btnbig = new System.Windows.Forms.Button();
     this.btnless = new System.Windows.Forms.Button();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.btnOr = new System.Windows.Forms.Button();
     this.btnAnd = new System.Windows.Forms.Button();
     this.btnUnequal = new System.Windows.Forms.Button();
     this.btnSmaller = new System.Windows.Forms.Button();
     this.btnLarger = new System.Windows.Forms.Button();
     this.btnEqual = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtquery = new System.Windows.Forms.TextBox();
     this.contextMenu1 = new System.Windows.Forms.ContextMenu();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.officeFormAdorner1 = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).BeginInit();
     this.SuspendLayout();
     //
     // btnlike
     //
     this.btnlike.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnlike.Location = new System.Drawing.Point(225, 78);
     this.btnlike.Name = "btnlike";
     this.btnlike.Size = new System.Drawing.Size(40, 24);
     this.btnlike.TabIndex = 14;
     this.btnlike.Text = "like";
     this.btnlike.Click += new System.EventHandler(this.button3_Click);
     //
     // btnbig
     //
     this.btnbig.Location = new System.Drawing.Point(185, 78);
     this.btnbig.Name = "btnbig";
     this.btnbig.Size = new System.Drawing.Size(40, 24);
     this.btnbig.TabIndex = 12;
     this.btnbig.Text = ">";
     this.btnbig.Click += new System.EventHandler(this.btnbig_Click);
     //
     // btnless
     //
     this.btnless.Location = new System.Drawing.Point(145, 78);
     this.btnless.Name = "btnless";
     this.btnless.Size = new System.Drawing.Size(40, 24);
     this.btnless.TabIndex = 11;
     this.btnless.Text = "<";
     this.btnless.Click += new System.EventHandler(this.btnless_Click);
     //
     // listBox1
     //
     this.listBox1.ItemHeight = 12;
     this.listBox1.Items.AddRange(new object[] {
     "NAME",
     "IMPORTTIME",
     "DATASTRUCTURE",
     "SOURCEFORMAT",
     "DATASET",
     "DESCRIPTION",
     "ALIANAME",
     "SOURCE"});
     this.listBox1.Location = new System.Drawing.Point(11, 30);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(126, 76);
     this.listBox1.TabIndex = 10;
     this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick_1);
     //
     // btnOr
     //
     this.btnOr.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnOr.Location = new System.Drawing.Point(225, 54);
     this.btnOr.Name = "btnOr";
     this.btnOr.Size = new System.Drawing.Size(40, 24);
     this.btnOr.TabIndex = 8;
     this.btnOr.Text = "or";
     this.btnOr.Click += new System.EventHandler(this.btnOr_Click);
     //
     // btnAnd
     //
     this.btnAnd.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnAnd.Location = new System.Drawing.Point(225, 30);
     this.btnAnd.Name = "btnAnd";
     this.btnAnd.Size = new System.Drawing.Size(40, 24);
     this.btnAnd.TabIndex = 7;
     this.btnAnd.Text = "And";
     this.btnAnd.Click += new System.EventHandler(this.btnAnd_Click);
     //
     // btnUnequal
     //
     this.btnUnequal.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnUnequal.Location = new System.Drawing.Point(185, 30);
     this.btnUnequal.Name = "btnUnequal";
     this.btnUnequal.Size = new System.Drawing.Size(40, 24);
     this.btnUnequal.TabIndex = 6;
     this.btnUnequal.Text = "<>";
     this.btnUnequal.Click += new System.EventHandler(this.btnUnequal_Click);
     //
     // btnSmaller
     //
     this.btnSmaller.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnSmaller.Location = new System.Drawing.Point(185, 54);
     this.btnSmaller.Name = "btnSmaller";
     this.btnSmaller.Size = new System.Drawing.Size(40, 24);
     this.btnSmaller.TabIndex = 5;
     this.btnSmaller.Text = "<=";
     this.btnSmaller.Click += new System.EventHandler(this.btnSmaller_Click);
     //
     // btnLarger
     //
     this.btnLarger.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnLarger.Location = new System.Drawing.Point(145, 54);
     this.btnLarger.Name = "btnLarger";
     this.btnLarger.Size = new System.Drawing.Size(40, 24);
     this.btnLarger.TabIndex = 4;
     this.btnLarger.Text = ">=";
     this.btnLarger.Click += new System.EventHandler(this.btnLarger_Click);
     //
     // btnEqual
     //
     this.btnEqual.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnEqual.Location = new System.Drawing.Point(145, 30);
     this.btnEqual.Name = "btnEqual";
     this.btnEqual.Size = new System.Drawing.Size(40, 24);
     this.btnEqual.TabIndex = 3;
     this.btnEqual.Text = "=";
     this.btnEqual.Click += new System.EventHandler(this.btnEqual_Click);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(9, 11);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 0;
     this.label1.Text = "�ֶ��б�";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(11, 119);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 4;
     this.label3.Text = "��ѯ���";
     //
     // txtquery
     //
     this.txtquery.AcceptsReturn = true;
     this.txtquery.ContextMenu = this.contextMenu1;
     this.txtquery.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtquery.Location = new System.Drawing.Point(11, 138);
     this.txtquery.Multiline = true;
     this.txtquery.Name = "txtquery";
     this.txtquery.Size = new System.Drawing.Size(254, 64);
     this.txtquery.TabIndex = 0;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem1});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.Text = "���";
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button1.Location = new System.Drawing.Point(45, 219);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(54, 30);
     this.button1.TabIndex = 2;
     this.button1.Text = "ѡ ��";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button2.Location = new System.Drawing.Point(171, 219);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(54, 30);
     this.button2.TabIndex = 3;
     this.button2.Text = "ȡ ��";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // officeFormAdorner1
     //
     this.officeFormAdorner1.ApplicationName = "Ԫ����ѡ��";
     this.officeFormAdorner1.Form = this;
     this.officeFormAdorner1.Office2007CustomColor = System.Drawing.Color.Empty;
     //
     // frmQueryMetaData
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.ClientSize = new System.Drawing.Size(279, 254);
     this.Controls.Add(this.btnlike);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.btnbig);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.btnless);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.btnOr);
     this.Controls.Add(this.txtquery);
     this.Controls.Add(this.btnAnd);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.btnUnequal);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnSmaller);
     this.Controls.Add(this.btnEqual);
     this.Controls.Add(this.btnLarger);
     this.ForeColor = System.Drawing.SystemColors.Highlight;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmQueryMetaData";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtXcood = new System.Windows.Forms.TextBox();
     this.txtYCood = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label4 = new System.Windows.Forms.Label();
     this.lstVwCood = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.label3 = new System.Windows.Forms.Label();
     this.btnSvGrpCood = new System.Windows.Forms.Button();
     this.btnOpGrpCod = new System.Windows.Forms.Button();
     this.btnDetCood = new System.Windows.Forms.Button();
     this.btnAdCood = new System.Windows.Forms.Button();
     this.btnCancle = new System.Windows.Forms.Button();
     this.btnOpnMap = new System.Windows.Forms.Button();
     this.txtEdCdY = new System.Windows.Forms.TextBox();
     this.txtEdCdX = new System.Windows.Forms.TextBox();
     this.officeFormAdorner1 = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(25, 20);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "X坐标";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(25, 59);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(35, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "Y坐标";
     //
     // txtXcood
     //
     this.txtXcood.Location = new System.Drawing.Point(27, 35);
     this.txtXcood.Name = "txtXcood";
     this.txtXcood.Size = new System.Drawing.Size(190, 21);
     this.txtXcood.TabIndex = 2;
     //
     // txtYCood
     //
     this.txtYCood.Location = new System.Drawing.Point(27, 74);
     this.txtYCood.Name = "txtYCood";
     this.txtYCood.Size = new System.Drawing.Size(190, 21);
     this.txtYCood.TabIndex = 3;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.lstVwCood);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.btnSvGrpCood);
     this.groupBox1.Controls.Add(this.btnOpGrpCod);
     this.groupBox1.Controls.Add(this.btnDetCood);
     this.groupBox1.Controls.Add(this.btnAdCood);
     this.groupBox1.Controls.Add(this.btnCancle);
     this.groupBox1.Controls.Add(this.txtYCood);
     this.groupBox1.Controls.Add(this.btnOpnMap);
     this.groupBox1.Controls.Add(this.txtXcood);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(18, 11);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(558, 259);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "请输入坐标";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(7, 191);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(227, 12);
     this.label4.TabIndex = 14;
     this.label4.Text = "_____________________________________";
     //
     // lstVwCood
     //
     this.lstVwCood.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.lstVwCood.AllowDrop = true;
     this.lstVwCood.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3});
     this.lstVwCood.GridLines = true;
     this.lstVwCood.HoverSelection = true;
     this.lstVwCood.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lstVwCood.LabelEdit = true;
     this.lstVwCood.Location = new System.Drawing.Point(263, 46);
     this.lstVwCood.MultiSelect = false;
     this.lstVwCood.Name = "lstVwCood";
     this.lstVwCood.Size = new System.Drawing.Size(272, 193);
     this.lstVwCood.TabIndex = 13;
     this.lstVwCood.UseCompatibleStateImageBehavior = false;
     this.lstVwCood.View = System.Windows.Forms.View.Details;
     this.lstVwCood.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstVwCood_MouseDoubleClick);
     this.lstVwCood.MouseHover += new System.EventHandler(this.lstVwCood_MouseHover);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "点号";
     this.columnHeader1.Width = 50;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "X坐标";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width = 110;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Y坐标";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader3.Width = 110;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(261, 20);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(137, 12);
     this.label3.TabIndex = 12;
     this.label3.Text = "您已经输入了以下坐标:";
     //
     // btnSvGrpCood
     //
     this.btnSvGrpCood.Location = new System.Drawing.Point(131, 159);
     this.btnSvGrpCood.Name = "btnSvGrpCood";
     this.btnSvGrpCood.Size = new System.Drawing.Size(86, 31);
     this.btnSvGrpCood.TabIndex = 11;
     this.btnSvGrpCood.Text = "保存坐标组";
     this.btnSvGrpCood.UseVisualStyleBackColor = true;
     this.btnSvGrpCood.Click += new System.EventHandler(this.btnSvGrpCood_Click);
     //
     // btnOpGrpCod
     //
     this.btnOpGrpCod.Location = new System.Drawing.Point(27, 159);
     this.btnOpGrpCod.Name = "btnOpGrpCod";
     this.btnOpGrpCod.Size = new System.Drawing.Size(86, 31);
     this.btnOpGrpCod.TabIndex = 10;
     this.btnOpGrpCod.Text = "打开坐标组";
     this.btnOpGrpCod.UseVisualStyleBackColor = true;
     this.btnOpGrpCod.Click += new System.EventHandler(this.btnOpGrpCod_Click);
     //
     // btnDetCood
     //
     this.btnDetCood.Location = new System.Drawing.Point(131, 110);
     this.btnDetCood.Name = "btnDetCood";
     this.btnDetCood.Size = new System.Drawing.Size(86, 31);
     this.btnDetCood.TabIndex = 9;
     this.btnDetCood.Text = "删除坐标";
     this.btnDetCood.UseVisualStyleBackColor = true;
     this.btnDetCood.Click += new System.EventHandler(this.btnDetCood_Click);
     //
     // btnAdCood
     //
     this.btnAdCood.Location = new System.Drawing.Point(27, 110);
     this.btnAdCood.Name = "btnAdCood";
     this.btnAdCood.Size = new System.Drawing.Size(86, 31);
     this.btnAdCood.TabIndex = 7;
     this.btnAdCood.Text = "添加坐标";
     this.btnAdCood.UseVisualStyleBackColor = true;
     this.btnAdCood.Click += new System.EventHandler(this.btnAdCood_Click);
     //
     // btnCancle
     //
     this.btnCancle.Location = new System.Drawing.Point(131, 222);
     this.btnCancle.Name = "btnCancle";
     this.btnCancle.Size = new System.Drawing.Size(86, 31);
     this.btnCancle.TabIndex = 6;
     this.btnCancle.Text = "取 消 ";
     this.btnCancle.UseVisualStyleBackColor = true;
     this.btnCancle.Click += new System.EventHandler(this.btnEnd_Click);
     //
     // btnOpnMap
     //
     this.btnOpnMap.Location = new System.Drawing.Point(27, 222);
     this.btnOpnMap.Name = "btnOpnMap";
     this.btnOpnMap.Size = new System.Drawing.Size(86, 31);
     this.btnOpnMap.TabIndex = 5;
     this.btnOpnMap.Text = "调 图";
     this.btnOpnMap.UseVisualStyleBackColor = true;
     this.btnOpnMap.Click += new System.EventHandler(this.btnOpnMap_Click);
     //
     // txtEdCdY
     //
     this.txtEdCdY.Location = new System.Drawing.Point(443, 276);
     this.txtEdCdY.Name = "txtEdCdY";
     this.txtEdCdY.Size = new System.Drawing.Size(110, 21);
     this.txtEdCdY.TabIndex = 15;
     this.txtEdCdY.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtEdCdY_KeyDown);
     //
     // txtEdCdX
     //
     this.txtEdCdX.Location = new System.Drawing.Point(292, 276);
     this.txtEdCdX.Name = "txtEdCdX";
     this.txtEdCdX.Size = new System.Drawing.Size(110, 21);
     this.txtEdCdX.TabIndex = 14;
     this.txtEdCdX.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtEdCdX_KeyDown);
     //
     // officeFormAdorner1
     //
     this.officeFormAdorner1.ApplicationName = "坐标调图";
     this.officeFormAdorner1.Form = this;
     this.officeFormAdorner1.Office2007CustomColor = System.Drawing.Color.Empty;
     //
     // frmOpenMapByCoordinate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.ClientSize = new System.Drawing.Size(588, 298);
     this.Controls.Add(this.txtEdCdY);
     this.Controls.Add(this.txtEdCdX);
     this.Controls.Add(this.groupBox1);
     this.ForeColor = System.Drawing.SystemColors.Highlight;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmOpenMapByCoordinate";
     this.Load += new System.EventHandler(this.frmCopenMap_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.FieldListbox = new System.Windows.Forms.ListBox();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.btn1 = new System.Windows.Forms.Button();
     this.btn10 = new System.Windows.Forms.Button();
     this.btn12 = new System.Windows.Forms.Button();
     this.btn11 = new System.Windows.Forms.Button();
     this.btn13 = new System.Windows.Forms.Button();
     this.btn9 = new System.Windows.Forms.Button();
     this.btn8 = new System.Windows.Forms.Button();
     this.btn7 = new System.Windows.Forms.Button();
     this.btn6 = new System.Windows.Forms.Button();
     this.btn5 = new System.Windows.Forms.Button();
     this.btn4 = new System.Windows.Forms.Button();
     this.btn3 = new System.Windows.Forms.Button();
     this.btn2 = new System.Windows.Forms.Button();
     this.QueryText = new System.Windows.Forms.TextBox();
     this.BtnOK = new System.Windows.Forms.Button();
     this.BtnClose = new System.Windows.Forms.Button();
     this.btn14 = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.officeFormAdorner1 = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.button1 = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).BeginInit();
     this.SuspendLayout();
     //
     // FieldListbox
     //
     this.FieldListbox.FormattingEnabled = true;
     this.FieldListbox.ItemHeight = 12;
     this.FieldListbox.Location = new System.Drawing.Point(14, 48);
     this.FieldListbox.Name = "FieldListbox";
     this.FieldListbox.Size = new System.Drawing.Size(339, 76);
     this.FieldListbox.TabIndex = 0;
     this.FieldListbox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.FieldListbox_MouseDoubleClick);
     this.FieldListbox.SelectedIndexChanged += new System.EventHandler(this.FieldListbox_SelectedIndexChanged_1);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(106, 12);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(247, 20);
     this.comboBox1.TabIndex = 1;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(12, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 20);
     this.label1.TabIndex = 2;
     this.label1.Text = "图层选择:";
     //
     // btn1
     //
     this.btn1.Location = new System.Drawing.Point(15, 142);
     this.btn1.Name = "btn1";
     this.btn1.Size = new System.Drawing.Size(45, 26);
     this.btn1.TabIndex = 3;
     this.btn1.Text = "=";
     this.btn1.UseVisualStyleBackColor = true;
     this.btn1.Click += new System.EventHandler(this.btn1_Click);
     //
     // btn10
     //
     this.btn10.Location = new System.Drawing.Point(16, 238);
     this.btn10.Name = "btn10";
     this.btn10.Size = new System.Drawing.Size(45, 26);
     this.btn10.TabIndex = 4;
     this.btn10.Text = "Is";
     this.btn10.UseVisualStyleBackColor = true;
     this.btn10.Click += new System.EventHandler(this.btn10_Click);
     //
     // btn12
     //
     this.btn12.Location = new System.Drawing.Point(117, 238);
     this.btn12.Name = "btn12";
     this.btn12.Size = new System.Drawing.Size(45, 26);
     this.btn12.TabIndex = 5;
     this.btn12.Text = "Not";
     this.btn12.UseVisualStyleBackColor = true;
     this.btn12.Click += new System.EventHandler(this.btn12_Click);
     //
     // btn11
     //
     this.btn11.Location = new System.Drawing.Point(66, 238);
     this.btn11.Name = "btn11";
     this.btn11.Size = new System.Drawing.Size(45, 26);
     this.btn11.TabIndex = 6;
     this.btn11.Text = "()";
     this.btn11.UseVisualStyleBackColor = true;
     this.btn11.Click += new System.EventHandler(this.btn11_Click);
     //
     // btn13
     //
     this.btn13.Location = new System.Drawing.Point(15, 270);
     this.btn13.Name = "btn13";
     this.btn13.Size = new System.Drawing.Size(24, 26);
     this.btn13.TabIndex = 7;
     this.btn13.Text = "_";
     this.btn13.UseVisualStyleBackColor = true;
     this.btn13.Click += new System.EventHandler(this.btn13_Click);
     //
     // btn9
     //
     this.btn9.Location = new System.Drawing.Point(117, 206);
     this.btn9.Name = "btn9";
     this.btn9.Size = new System.Drawing.Size(45, 26);
     this.btn9.TabIndex = 8;
     this.btn9.Text = "Or";
     this.btn9.UseVisualStyleBackColor = true;
     this.btn9.Click += new System.EventHandler(this.btn9_Click);
     //
     // btn8
     //
     this.btn8.Location = new System.Drawing.Point(66, 206);
     this.btn8.Name = "btn8";
     this.btn8.Size = new System.Drawing.Size(45, 26);
     this.btn8.TabIndex = 9;
     this.btn8.Text = "<=";
     this.btn8.UseVisualStyleBackColor = true;
     this.btn8.Click += new System.EventHandler(this.btn8_Click);
     //
     // btn7
     //
     this.btn7.Location = new System.Drawing.Point(15, 206);
     this.btn7.Name = "btn7";
     this.btn7.Size = new System.Drawing.Size(45, 26);
     this.btn7.TabIndex = 10;
     this.btn7.Text = "<";
     this.btn7.UseVisualStyleBackColor = true;
     this.btn7.Click += new System.EventHandler(this.btn7_Click);
     //
     // btn6
     //
     this.btn6.Location = new System.Drawing.Point(117, 176);
     this.btn6.Name = "btn6";
     this.btn6.Size = new System.Drawing.Size(45, 26);
     this.btn6.TabIndex = 11;
     this.btn6.Text = "And";
     this.btn6.UseVisualStyleBackColor = true;
     this.btn6.Click += new System.EventHandler(this.btn6_Click);
     //
     // btn5
     //
     this.btn5.Location = new System.Drawing.Point(66, 174);
     this.btn5.Name = "btn5";
     this.btn5.Size = new System.Drawing.Size(45, 26);
     this.btn5.TabIndex = 12;
     this.btn5.Text = ">=";
     this.btn5.UseVisualStyleBackColor = true;
     this.btn5.Click += new System.EventHandler(this.btn5_Click);
     //
     // btn4
     //
     this.btn4.Location = new System.Drawing.Point(15, 174);
     this.btn4.Name = "btn4";
     this.btn4.Size = new System.Drawing.Size(45, 26);
     this.btn4.TabIndex = 13;
     this.btn4.Text = ">";
     this.btn4.UseVisualStyleBackColor = true;
     this.btn4.Click += new System.EventHandler(this.btn4_Click);
     //
     // btn3
     //
     this.btn3.Location = new System.Drawing.Point(117, 142);
     this.btn3.Name = "btn3";
     this.btn3.Size = new System.Drawing.Size(45, 26);
     this.btn3.TabIndex = 14;
     this.btn3.Text = "Like";
     this.btn3.UseVisualStyleBackColor = true;
     this.btn3.Click += new System.EventHandler(this.btn3_Click);
     //
     // btn2
     //
     this.btn2.Location = new System.Drawing.Point(66, 142);
     this.btn2.Name = "btn2";
     this.btn2.Size = new System.Drawing.Size(45, 26);
     this.btn2.TabIndex = 15;
     this.btn2.Text = "<>";
     this.btn2.UseVisualStyleBackColor = true;
     this.btn2.Click += new System.EventHandler(this.btn2_Click);
     //
     // QueryText
     //
     this.QueryText.Location = new System.Drawing.Point(12, 324);
     this.QueryText.Multiline = true;
     this.QueryText.Name = "QueryText";
     this.QueryText.Size = new System.Drawing.Size(288, 73);
     this.QueryText.TabIndex = 16;
     //
     // BtnOK
     //
     this.BtnOK.Location = new System.Drawing.Point(306, 367);
     this.BtnOK.Name = "BtnOK";
     this.BtnOK.Size = new System.Drawing.Size(47, 30);
     this.BtnOK.TabIndex = 17;
     this.BtnOK.Text = "查 询";
     this.BtnOK.UseVisualStyleBackColor = true;
     this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
     //
     // BtnClose
     //
     this.BtnClose.Location = new System.Drawing.Point(289, 426);
     this.BtnClose.Name = "BtnClose";
     this.BtnClose.Size = new System.Drawing.Size(69, 27);
     this.BtnClose.TabIndex = 19;
     this.BtnClose.Text = "关 闭";
     this.BtnClose.UseVisualStyleBackColor = true;
     this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click);
     //
     // btn14
     //
     this.btn14.Location = new System.Drawing.Point(38, 270);
     this.btn14.Name = "btn14";
     this.btn14.Size = new System.Drawing.Size(23, 26);
     this.btn14.TabIndex = 20;
     this.btn14.Text = "%";
     this.btn14.UseVisualStyleBackColor = true;
     this.btn14.Click += new System.EventHandler(this.btn14_Click);
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(306, 324);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(47, 31);
     this.btnClear.TabIndex = 21;
     this.btnClear.Text = "清 空";
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // officeFormAdorner1
     //
     this.officeFormAdorner1.ApplicationName = "属性查询";
     this.officeFormAdorner1.Form = this;
     this.officeFormAdorner1.Office2007CustomColor = System.Drawing.Color.Empty;
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight = 12;
     this.listBox1.Location = new System.Drawing.Point(178, 142);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(175, 124);
     this.listBox1.TabIndex = 22;
     this.listBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseDoubleClick);
     this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick);
     //
     // button1
     //
     this.button1.Enabled = false;
     this.button1.Location = new System.Drawing.Point(178, 272);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(81, 27);
     this.button1.TabIndex = 23;
     this.button1.Text = "获取字段值";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(14, 309);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 24;
     this.label2.Text = "查询语句";
     //
     // QueryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.ClientSize = new System.Drawing.Size(370, 465);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btn14);
     this.Controls.Add(this.BtnClose);
     this.Controls.Add(this.BtnOK);
     this.Controls.Add(this.QueryText);
     this.Controls.Add(this.btn2);
     this.Controls.Add(this.btn3);
     this.Controls.Add(this.btn4);
     this.Controls.Add(this.btn5);
     this.Controls.Add(this.btn6);
     this.Controls.Add(this.btn7);
     this.Controls.Add(this.btn8);
     this.Controls.Add(this.btn9);
     this.Controls.Add(this.btn13);
     this.Controls.Add(this.btn11);
     this.Controls.Add(this.btn12);
     this.Controls.Add(this.btn10);
     this.Controls.Add(this.btn1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.FieldListbox);
     this.ForeColor = System.Drawing.SystemColors.Highlight;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.Name = "QueryForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load += new System.EventHandler(this.QueryForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.btnOpen = new System.Windows.Forms.Button();
     this.officeFormAdorner1 = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).BeginInit();
     this.SuspendLayout();
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(19, 38);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(363, 20);
     this.comboBox1.TabIndex = 0;
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location = new System.Drawing.Point(19, 87);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(363, 20);
     this.comboBox2.TabIndex = 1;
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight = 12;
     this.listBox1.Items.AddRange(new object[] {
     "叠加求交",
     "叠加求和",
     "叠加擦除"});
     this.listBox1.Location = new System.Drawing.Point(19, 136);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(363, 100);
     this.listBox1.TabIndex = 2;
     //
     // btnOK
     //
     this.btnOK.Enabled = false;
     this.btnOK.Location = new System.Drawing.Point(235, 300);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(58, 24);
     this.btnOK.TabIndex = 3;
     this.btnOK.Text = "确 定";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(324, 300);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(58, 24);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = "取 消";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(20, 114);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 5;
     this.label1.Text = "叠置方法:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(20, 67);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 6;
     this.label2.Text = "叠置图层:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(20, 17);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(65, 12);
     this.label3.TabIndex = 7;
     this.label3.Text = "输入图层:";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(20, 257);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(273, 21);
     this.textBox1.TabIndex = 8;
     //
     // btnOpen
     //
     this.btnOpen.Location = new System.Drawing.Point(324, 254);
     this.btnOpen.Name = "btnOpen";
     this.btnOpen.Size = new System.Drawing.Size(58, 24);
     this.btnOpen.TabIndex = 9;
     this.btnOpen.Text = "保 存";
     this.btnOpen.UseVisualStyleBackColor = true;
     this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
     //
     // officeFormAdorner1
     //
     this.officeFormAdorner1.ApplicationName = "叠置分析";
     this.officeFormAdorner1.Form = this;
     this.officeFormAdorner1.Office2007CustomColor = System.Drawing.Color.Empty;
     //
     // OverLayerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.ClientSize = new System.Drawing.Size(399, 327);
     this.Controls.Add(this.btnOpen);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.comboBox1);
     this.ForeColor = System.Drawing.SystemColors.Highlight;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.Name = "OverLayerForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load += new System.EventHandler(this.OverLayerForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.label1 = new System.Windows.Forms.Label();
     this.BufferText = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.btnClear = new System.Windows.Forms.Button();
     this.Btnok = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.button1 = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.officeFormAdorner1 = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(12, 20);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(119, 14);
     this.label1.TabIndex = 0;
     this.label1.Text = "请输入缓冲区大小";
     //
     // BufferText
     //
     this.BufferText.Location = new System.Drawing.Point(137, 20);
     this.BufferText.Name = "BufferText";
     this.BufferText.Size = new System.Drawing.Size(207, 21);
     this.BufferText.TabIndex = 1;
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(350, 21);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(64, 21);
     this.label2.TabIndex = 2;
     this.label2.Text = "米";
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(43, 100);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(62, 31);
     this.btnClear.TabIndex = 3;
     this.btnClear.Text = "清 除";
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // Btnok
     //
     this.Btnok.Enabled = false;
     this.Btnok.Location = new System.Drawing.Point(164, 100);
     this.Btnok.Name = "Btnok";
     this.Btnok.Size = new System.Drawing.Size(63, 31);
     this.Btnok.TabIndex = 4;
     this.Btnok.Text = "确 认";
     this.Btnok.UseVisualStyleBackColor = true;
     this.Btnok.Click += new System.EventHandler(this.Btnok_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(18, 60);
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(263, 21);
     this.textBox1.TabIndex = 5;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(305, 60);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(63, 24);
     this.button1.TabIndex = 6;
     this.button1.Text = "保存";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(281, 100);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(63, 31);
     this.btnCancel.TabIndex = 7;
     this.btnCancel.Text = "取 消";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // officeFormAdorner1
     //
     this.officeFormAdorner1.Form = this;
     this.officeFormAdorner1.Office2007CustomColor = System.Drawing.Color.Empty;
     //
     // BufferForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.ClientSize = new System.Drawing.Size(383, 143);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.Btnok);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.BufferText);
     this.Controls.Add(this.label1);
     this.ForeColor = System.Drawing.SystemColors.Highlight;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.Name = "BufferForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "缓冲区设置";
     this.Load += new System.EventHandler(this.BufferForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.LayerCheckedListBox = new System.Windows.Forms.CheckedListBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.BtnClose = new System.Windows.Forms.Button();
     this.BtnApply = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.MethordList = new System.Windows.Forms.ListBox();
     this.officeFormAdorner1 = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).BeginInit();
     this.SuspendLayout();
     //
     // LayerCheckedListBox
     //
     this.LayerCheckedListBox.FormattingEnabled = true;
     this.LayerCheckedListBox.Location = new System.Drawing.Point(12, 37);
     this.LayerCheckedListBox.Name = "LayerCheckedListBox";
     this.LayerCheckedListBox.Size = new System.Drawing.Size(375, 132);
     this.LayerCheckedListBox.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 343);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(0, 12);
     this.label1.TabIndex = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(10, 20);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(231, 14);
     this.label2.TabIndex = 6;
     this.label2.Text = "从下列图层中选择需要查询的图层:";
     //
     // BtnClose
     //
     this.BtnClose.Location = new System.Drawing.Point(264, 328);
     this.BtnClose.Name = "BtnClose";
     this.BtnClose.Size = new System.Drawing.Size(69, 27);
     this.BtnClose.TabIndex = 21;
     this.BtnClose.Text = "退 出";
     this.BtnClose.UseVisualStyleBackColor = true;
     this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click);
     //
     // BtnApply
     //
     this.BtnApply.Location = new System.Drawing.Point(70, 328);
     this.BtnApply.Name = "BtnApply";
     this.BtnApply.Size = new System.Drawing.Size(69, 27);
     this.BtnApply.TabIndex = 20;
     this.BtnApply.Text = "查 询";
     this.BtnApply.UseVisualStyleBackColor = true;
     this.BtnApply.Click += new System.EventHandler(this.BtnApply_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(9, 185);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(105, 14);
     this.label3.TabIndex = 22;
     this.label3.Text = "空间关系选择:";
     //
     // MethordList
     //
     this.MethordList.FormattingEnabled = true;
     this.MethordList.ItemHeight = 12;
     this.MethordList.Items.AddRange(new object[] {
     "与查询几何对象关系未定义",
     "与查询几何对象相交",
     "与查询几何对象包络线相交",
     "与查询几何对象边界处相接",
     "与查询几何对象同维且相叠加",
     "与查询几何对象相交,面与面无此关系",
     "包含查询几何对象",
     "被查询几何对象包含"});
     this.MethordList.Location = new System.Drawing.Point(12, 202);
     this.MethordList.Name = "MethordList";
     this.MethordList.Size = new System.Drawing.Size(375, 112);
     this.MethordList.TabIndex = 23;
     //
     // officeFormAdorner1
     //
     this.officeFormAdorner1.Form = this;
     this.officeFormAdorner1.Office2007CustomColor = System.Drawing.Color.Empty;
     //
     // SpatialQueryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.ClientSize = new System.Drawing.Size(405, 364);
     this.Controls.Add(this.MethordList);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.BtnClose);
     this.Controls.Add(this.BtnApply);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.LayerCheckedListBox);
     this.ForeColor = System.Drawing.SystemColors.Highlight;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.Name = "SpatialQueryForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "空间查询";
     this.Load += new System.EventHandler(this.SelectByLocation_Load);
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQueryMetaData));
     this.btnlike            = new System.Windows.Forms.Button();
     this.btnbig             = new System.Windows.Forms.Button();
     this.btnless            = new System.Windows.Forms.Button();
     this.listBox1           = new System.Windows.Forms.ListBox();
     this.btnOr              = new System.Windows.Forms.Button();
     this.btnAnd             = new System.Windows.Forms.Button();
     this.btnUnequal         = new System.Windows.Forms.Button();
     this.btnSmaller         = new System.Windows.Forms.Button();
     this.btnLarger          = new System.Windows.Forms.Button();
     this.btnEqual           = new System.Windows.Forms.Button();
     this.label1             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.txtquery           = new System.Windows.Forms.TextBox();
     this.contextMenu1       = new System.Windows.Forms.ContextMenu();
     this.menuItem1          = new System.Windows.Forms.MenuItem();
     this.button1            = new System.Windows.Forms.Button();
     this.button2            = new System.Windows.Forms.Button();
     this.officeFormAdorner1 = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).BeginInit();
     this.SuspendLayout();
     //
     // btnlike
     //
     this.btnlike.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnlike.Location = new System.Drawing.Point(225, 78);
     this.btnlike.Name     = "btnlike";
     this.btnlike.Size     = new System.Drawing.Size(40, 24);
     this.btnlike.TabIndex = 14;
     this.btnlike.Text     = "like";
     this.btnlike.Click   += new System.EventHandler(this.button3_Click);
     //
     // btnbig
     //
     this.btnbig.Location = new System.Drawing.Point(185, 78);
     this.btnbig.Name     = "btnbig";
     this.btnbig.Size     = new System.Drawing.Size(40, 24);
     this.btnbig.TabIndex = 12;
     this.btnbig.Text     = ">";
     this.btnbig.Click   += new System.EventHandler(this.btnbig_Click);
     //
     // btnless
     //
     this.btnless.Location = new System.Drawing.Point(145, 78);
     this.btnless.Name     = "btnless";
     this.btnless.Size     = new System.Drawing.Size(40, 24);
     this.btnless.TabIndex = 11;
     this.btnless.Text     = "<";
     this.btnless.Click   += new System.EventHandler(this.btnless_Click);
     //
     // listBox1
     //
     this.listBox1.ItemHeight = 12;
     this.listBox1.Items.AddRange(new object[] {
         "NAME",
         "IMPORTTIME",
         "DATASTRUCTURE",
         "SOURCEFORMAT",
         "DATASET",
         "DESCRIPTION",
         "ALIANAME",
         "SOURCE"
     });
     this.listBox1.Location     = new System.Drawing.Point(11, 30);
     this.listBox1.Name         = "listBox1";
     this.listBox1.Size         = new System.Drawing.Size(126, 76);
     this.listBox1.TabIndex     = 10;
     this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick_1);
     //
     // btnOr
     //
     this.btnOr.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnOr.Location = new System.Drawing.Point(225, 54);
     this.btnOr.Name     = "btnOr";
     this.btnOr.Size     = new System.Drawing.Size(40, 24);
     this.btnOr.TabIndex = 8;
     this.btnOr.Text     = "or";
     this.btnOr.Click   += new System.EventHandler(this.btnOr_Click);
     //
     // btnAnd
     //
     this.btnAnd.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnAnd.Location = new System.Drawing.Point(225, 30);
     this.btnAnd.Name     = "btnAnd";
     this.btnAnd.Size     = new System.Drawing.Size(40, 24);
     this.btnAnd.TabIndex = 7;
     this.btnAnd.Text     = "And";
     this.btnAnd.Click   += new System.EventHandler(this.btnAnd_Click);
     //
     // btnUnequal
     //
     this.btnUnequal.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnUnequal.Location = new System.Drawing.Point(185, 30);
     this.btnUnequal.Name     = "btnUnequal";
     this.btnUnequal.Size     = new System.Drawing.Size(40, 24);
     this.btnUnequal.TabIndex = 6;
     this.btnUnequal.Text     = "<>";
     this.btnUnequal.Click   += new System.EventHandler(this.btnUnequal_Click);
     //
     // btnSmaller
     //
     this.btnSmaller.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnSmaller.Location = new System.Drawing.Point(185, 54);
     this.btnSmaller.Name     = "btnSmaller";
     this.btnSmaller.Size     = new System.Drawing.Size(40, 24);
     this.btnSmaller.TabIndex = 5;
     this.btnSmaller.Text     = "<=";
     this.btnSmaller.Click   += new System.EventHandler(this.btnSmaller_Click);
     //
     // btnLarger
     //
     this.btnLarger.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnLarger.Location = new System.Drawing.Point(145, 54);
     this.btnLarger.Name     = "btnLarger";
     this.btnLarger.Size     = new System.Drawing.Size(40, 24);
     this.btnLarger.TabIndex = 4;
     this.btnLarger.Text     = ">=";
     this.btnLarger.Click   += new System.EventHandler(this.btnLarger_Click);
     //
     // btnEqual
     //
     this.btnEqual.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnEqual.Location = new System.Drawing.Point(145, 30);
     this.btnEqual.Name     = "btnEqual";
     this.btnEqual.Size     = new System.Drawing.Size(40, 24);
     this.btnEqual.TabIndex = 3;
     this.btnEqual.Text     = "=";
     this.btnEqual.Click   += new System.EventHandler(this.btnEqual_Click);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(9, 11);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "字段列表";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(11, 119);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "查询语句";
     //
     // txtquery
     //
     this.txtquery.AcceptsReturn = true;
     this.txtquery.ContextMenu   = this.contextMenu1;
     this.txtquery.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtquery.Location      = new System.Drawing.Point(11, 138);
     this.txtquery.Multiline     = true;
     this.txtquery.Name          = "txtquery";
     this.txtquery.Size          = new System.Drawing.Size(254, 64);
     this.txtquery.TabIndex      = 0;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.Text  = "清除";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button1.Location = new System.Drawing.Point(45, 219);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(54, 30);
     this.button1.TabIndex = 2;
     this.button1.Text     = "选 择";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button2.Location = new System.Drawing.Point(171, 219);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(54, 30);
     this.button2.TabIndex = 3;
     this.button2.Text     = "取 消";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // officeFormAdorner1
     //
     this.officeFormAdorner1.ApplicationName       = "元数据选择";
     this.officeFormAdorner1.Form                  = this;
     this.officeFormAdorner1.Office2007CustomColor = System.Drawing.Color.Empty;
     //
     // frmQueryMetaData
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor         = System.Drawing.Color.AliceBlue;
     this.ClientSize        = new System.Drawing.Size(279, 254);
     this.Controls.Add(this.btnlike);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.btnbig);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.btnless);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.btnOr);
     this.Controls.Add(this.txtquery);
     this.Controls.Add(this.btnAnd);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.btnUnequal);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnSmaller);
     this.Controls.Add(this.btnEqual);
     this.Controls.Add(this.btnLarger);
     this.ForeColor       = System.Drawing.SystemColors.Highlight;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmQueryMetaData";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }