Esempio n. 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.xDataControl1 = new agsXMPP.ui.xdata.XDataControl();
     this.SuspendLayout();
     //
     // xDataControl1
     //
     this.xDataControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.xDataControl1.From        = null;
     this.xDataControl1.Location    = new System.Drawing.Point(0, 0);
     this.xDataControl1.Name        = "xDataControl1";
     this.xDataControl1.ShowButtons = true;
     this.xDataControl1.ShowLegend  = true;
     this.xDataControl1.Size        = new System.Drawing.Size(288, 222);
     this.xDataControl1.TabIndex    = 0;
     //
     // frmXData
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(288, 222);
     this.Controls.Add(this.xDataControl1);
     this.Name = "frmXData";
     this.Text = "frmXData";
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.xDataControl1 = new agsXMPP.ui.xdata.XDataControl();
     this.SuspendLayout();
     //
     // xDataControl1
     //
     this.xDataControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xDataControl1.Location = new System.Drawing.Point(0, 0);
     this.xDataControl1.Name = "xDataControl1";
     this.xDataControl1.ShowLegend = true;
     this.xDataControl1.Size = new System.Drawing.Size(288, 222);
     this.xDataControl1.TabIndex = 0;
     //
     // frmXData
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(288, 222);
     this.Controls.Add(this.xDataControl1);
     this.Name = "frmXData";
     this.Text = "frmXData";
     this.ResumeLayout(false);
 }