Searched refs:flowLayoutPanel1 (Results 1 – 1 of 1) sorted by relevance
32 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); in InitializeComponent()36 this.flowLayoutPanel1.SuspendLayout(); in InitializeComponent()41 this.flowLayoutPanel1.Controls.Add(this.cmbPorts); in InitializeComponent()42 this.flowLayoutPanel1.Controls.Add(this.btnOK); in InitializeComponent()43 this.flowLayoutPanel1.Controls.Add(this.btnCancel); in InitializeComponent()44 this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent()45 this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); in InitializeComponent()46 this.flowLayoutPanel1.Name = "flowLayoutPanel1"; in InitializeComponent()47 this.flowLayoutPanel1.Size = new System.Drawing.Size(434, 27); in InitializeComponent()48 this.flowLayoutPanel1.TabIndex = 0; in InitializeComponent()[all …]