| | |
| | | // |
| | | tableLayoutPanel4.Anchor = AnchorStyles.Top | AnchorStyles.Right; |
| | | tableLayoutPanel4.ColumnCount = 2; |
| | | tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); |
| | | tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); |
| | | tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); |
| | | tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); |
| | | tableLayoutPanel4.Controls.Add(btnHisDataFind, 0, 0); |
| | | tableLayoutPanel4.Controls.Add(btnHisDataExport, 1, 0); |
| | | tableLayoutPanel4.Location = new Point(657, 509); |
| | | tableLayoutPanel4.Name = "tableLayoutPanel4"; |
| | | tableLayoutPanel4.RowCount = 1; |
| | | tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); |
| | | tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); |
| | | tableLayoutPanel4.Size = new Size(200, 39); |
| | | tableLayoutPanel4.TabIndex = 1; |
| | | // |
| | |
| | | btnHisDataFind.Text = "查询"; |
| | | btnHisDataFind.TextColor = Color.White; |
| | | btnHisDataFind.WarningColor = Color.FromArgb(230, 162, 60); |
| | | btnHisDataFind.Click += btnHisDataFind_Click; |
| | | // |
| | | // btnHisDataExport |
| | | // |
| | |
| | | Name = "HistoricalDataEditPage"; |
| | | Size = new Size(866, 580); |
| | | grpHisData.ResumeLayout(false); |
| | | grpHisData.PerformLayout(); |
| | | tableLayoutPanel1.ResumeLayout(false); |
| | | tableLayoutPanel2.ResumeLayout(false); |
| | | tableLayoutPanel3.ResumeLayout(false); |