Пример #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.userControl11 = new QueryControl.UserControl1();
     this.SuspendLayout();
     //
     // userControl11
     //
     this.userControl11.Location   = new System.Drawing.Point(0, 0);
     this.userControl11.MapControl = null;
     this.userControl11.MousePoint = null;
     this.userControl11.Name       = "userControl11";
     this.userControl11.Size       = new System.Drawing.Size(376, 280);
     this.userControl11.TabIndex   = 0;
     //
     // frmPointQuery
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(376, 278);
     this.Controls.Add(this.userControl11);
     this.Name = "frmPointQuery";
     this.Text = "查询结果";
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// �����֧������ķ��� - ��Ҫʹ�ô���༭���޸�
 /// �˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.userControl11 = new QueryControl.UserControl1();
     this.SuspendLayout();
     //
     // userControl11
     //
     this.userControl11.Location = new System.Drawing.Point(0, 0);
     this.userControl11.MapControl = null;
     this.userControl11.MousePoint = null;
     this.userControl11.Name = "userControl11";
     this.userControl11.Size = new System.Drawing.Size(376, 280);
     this.userControl11.TabIndex = 0;
     //
     // frmPointQuery
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(376, 278);
     this.Controls.Add(this.userControl11);
     this.Name = "frmPointQuery";
     this.Text = "��ѯ���";
     this.ResumeLayout(false);
 }