Home
last modified time | relevance | path

Searched refs:tableLayoutPanel1 (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/CatLog/
DCatLog.Designer.cs52 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()
[all …]