示例#1
0
文件: Form1.cs 项目: algz/GDIDrawFlow
 /// <summary>
 /// �����֧������ķ��� - ��Ҫʹ�ô���༭���޸�
 /// �˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.drawFlowGroup1 = new GDIDrawFlow.DrawFlowGroup();
     this.SuspendLayout();
     //
     // drawFlowGroup1
     //
     this.drawFlowGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.drawFlowGroup1.Location = new System.Drawing.Point(0, 0);
     this.drawFlowGroup1.Name = "drawFlowGroup1";
     this.drawFlowGroup1.Size = new System.Drawing.Size(704, 502);
     this.drawFlowGroup1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(704, 502);
     this.Controls.Add(this.drawFlowGroup1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.drawFlowGroup1 = new GDIDrawFlow.DrawFlowGroup();
     this.SuspendLayout();
     //
     // drawFlowGroup1
     //
     this.drawFlowGroup1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.drawFlowGroup1.Location = new System.Drawing.Point(0, 0);
     this.drawFlowGroup1.Name     = "drawFlowGroup1";
     this.drawFlowGroup1.Size     = new System.Drawing.Size(704, 502);
     this.drawFlowGroup1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(704, 502);
     this.Controls.Add(this.drawFlowGroup1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
 }