Lines Matching refs:tableLayoutPanel1
52 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); in InitializeComponent()
57 this.tableLayoutPanel1.SuspendLayout(); in InitializeComponent()
129 this.tableLayoutPanel1.ColumnCount = 2; in InitializeComponent()
130 …this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.… in InitializeComponent()
131 …this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.… in InitializeComponent()
132 this.tableLayoutPanel1.Controls.Add(this.btnReset, 0, 1); in InitializeComponent()
133 this.tableLayoutPanel1.Controls.Add(this.btnSave, 1, 1); in InitializeComponent()
134 this.tableLayoutPanel1.Controls.Add(this.txtLog, 0, 0); in InitializeComponent()
135 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent()
136 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24); in InitializeComponent()
137 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; in InitializeComponent()
138 this.tableLayoutPanel1.RowCount = 2; in InitializeComponent()
139 …this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeTy… in InitializeComponent()
140 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); in InitializeComponent()
141 this.tableLayoutPanel1.Size = new System.Drawing.Size(641, 249); in InitializeComponent()
142 this.tableLayoutPanel1.TabIndex = 1; in InitializeComponent()
169 this.tableLayoutPanel1.SetColumnSpan(this.txtLog, 2); in InitializeComponent()
186 this.Controls.Add(this.tableLayoutPanel1); in InitializeComponent()
195 this.tableLayoutPanel1.ResumeLayout(false); in InitializeComponent()
211 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; field in CatLog.CatLog