| | |
| | | tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); |
| | | tableLayoutPanel2.Size = new Size(854, 500); |
| | | tableLayoutPanel2.TabIndex = 0; |
| | | tableLayoutPanel2.Paint += tableLayoutPanel2_Paint; |
| | | // |
| | | // tableLayoutPanel3 |
| | | // |
| | |
| | | tableLayoutPanel3.RowCount = 3; |
| | | tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); |
| | | tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 90F)); |
| | | tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 200F)); |
| | | tableLayoutPanel3.Size = new Size(334, 305); |
| | | tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); |
| | | tableLayoutPanel3.Size = new Size(334, 180); |
| | | tableLayoutPanel3.TabIndex = 0; |
| | | // |
| | | // tableLayoutPanelSN |
| | |
| | | tableLayoutPanelSN.Name = "tableLayoutPanelSN"; |
| | | tableLayoutPanelSN.RowCount = 1; |
| | | tableLayoutPanelSN.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); |
| | | tableLayoutPanelSN.Size = new Size(328, 45); |
| | | tableLayoutPanelSN.Size = new Size(328, 39); |
| | | tableLayoutPanelSN.TabIndex = 7; |
| | | // |
| | | // labelSN |
| | |
| | | labelSN.ForeColor = SystemColors.Control; |
| | | labelSN.Location = new Point(3, 0); |
| | | labelSN.Name = "labelSN"; |
| | | labelSN.Size = new Size(129, 45); |
| | | labelSN.Size = new Size(129, 39); |
| | | labelSN.TabIndex = 6; |
| | | labelSN.Text = "SN号"; |
| | | labelSN.TextAlign = ContentAlignment.MiddleLeft; |
| | |
| | | comboBoxSearchBasis.Name = "comboBoxSearchBasis"; |
| | | comboBoxSearchBasis.Size = new Size(187, 28); |
| | | comboBoxSearchBasis.TabIndex = 1; |
| | | comboBoxSearchBasis.SelectedIndexChanged += comboBoxSearchBasis_SelectedIndexChanged; |
| | | // |
| | | // contentContainer |
| | | // |
| | |
| | | dateTimePickerEnd.Dock = DockStyle.Fill; |
| | | dateTimePickerEnd.Location = new Point(138, 50); |
| | | dateTimePickerEnd.Margin = new Padding(3, 5, 3, 3); |
| | | dateTimePickerEnd.MaxDate = new DateTime(2100, 1, 1, 0, 0, 0, 0); |
| | | dateTimePickerEnd.MinDate = new DateTime(2020, 1, 1, 0, 0, 0, 0); |
| | | dateTimePickerEnd.Name = "dateTimePickerEnd"; |
| | | dateTimePickerEnd.Size = new Size(187, 30); |
| | | dateTimePickerEnd.TabIndex = 9; |
| | |
| | | dateTimePickerStart.Dock = DockStyle.Fill; |
| | | dateTimePickerStart.Location = new Point(138, 5); |
| | | dateTimePickerStart.Margin = new Padding(3, 5, 3, 3); |
| | | dateTimePickerStart.MaxDate = new DateTime(2100, 1, 1, 0, 0, 0, 0); |
| | | dateTimePickerStart.MinDate = new DateTime(2020, 1, 1, 0, 0, 0, 0); |
| | | dateTimePickerStart.Name = "dateTimePickerStart"; |
| | | dateTimePickerStart.Size = new Size(187, 30); |
| | | dateTimePickerStart.TabIndex = 8; |
| | | dateTimePickerStart.ValueChanged += dateTimePickerStart_ValueChanged; |
| | | // |
| | | // labelEndTime |
| | | // |
| | |
| | | private ReaLTaiizor.Controls.HopeButton hopeButton2; |
| | | private TableLayoutPanel tableLayoutPanel5; |
| | | private Label labelSearchBasis; |
| | | private ComboBox comboBoxSearchBasis; |
| | | private Panel contentContainer; |
| | | private TableLayoutPanel tableLayoutPanelSN; |
| | | private Label labelSN; |
| | | private TextBox textBoxSN; |
| | | private ComboBox comboBoxSearchBasis; |
| | | private Panel contentContainer; |
| | | private TableLayoutPanel tableLayoutPanelTimeSearch; |
| | | private DateTimePicker dateTimePickerEnd; |
| | | private DateTimePicker dateTimePickerStart; |