|
|
|
|
@ -32,29 +32,28 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.ReportDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.DeviceNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.BeginTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.RecipeNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SpecName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.No = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.VulcanizationNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.StartTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.RecipeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.RecipeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SpecCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.RGVNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.BaseRubFinishTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MidRubTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.RowTireFinishTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Operator = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.DeviceNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.RawTireWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.BaseRubTimeSpan = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MidRubTimeSpan = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.FaceRubTimeSpan = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.ButtonPanel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.ExportTableButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.VulcanizationNoCombobox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.RecipeCodeCombobox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.RgvNoComboBox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.OperatorTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.DeviceNoCombobox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.SelectEndTime = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
this.SelectBeginTime = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
this.IsCheckByTime = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.SelectStartTime = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.RecipeCodeTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.SelectReport = new System.Windows.Forms.Button();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ReportDataGridView)).BeginInit();
|
|
|
|
|
@ -70,18 +69,17 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.ReportDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.ReportDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.Id,
|
|
|
|
|
this.DeviceNo,
|
|
|
|
|
this.BeginTime,
|
|
|
|
|
this.RecipeNo,
|
|
|
|
|
this.SpecName,
|
|
|
|
|
this.No,
|
|
|
|
|
this.VulcanizationNo,
|
|
|
|
|
this.StartTime,
|
|
|
|
|
this.RecipeCode,
|
|
|
|
|
this.RecipeName,
|
|
|
|
|
this.SpecCode,
|
|
|
|
|
this.RGVNo,
|
|
|
|
|
this.Weight,
|
|
|
|
|
this.BaseRubFinishTime,
|
|
|
|
|
this.MidRubTime,
|
|
|
|
|
this.RowTireFinishTime,
|
|
|
|
|
this.Operator});
|
|
|
|
|
this.DeviceNo,
|
|
|
|
|
this.RawTireWeight,
|
|
|
|
|
this.BaseRubTimeSpan,
|
|
|
|
|
this.MidRubTimeSpan,
|
|
|
|
|
this.FaceRubTimeSpan});
|
|
|
|
|
this.ReportDataGridView.Location = new System.Drawing.Point(-3, 65);
|
|
|
|
|
this.ReportDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.ReportDataGridView.Name = "ReportDataGridView";
|
|
|
|
|
@ -91,108 +89,111 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.ReportDataGridView.Size = new System.Drawing.Size(1639, 868);
|
|
|
|
|
this.ReportDataGridView.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// Id
|
|
|
|
|
// No
|
|
|
|
|
//
|
|
|
|
|
this.Id.DataPropertyName = "Id";
|
|
|
|
|
this.Id.HeaderText = "ID";
|
|
|
|
|
this.Id.Name = "Id";
|
|
|
|
|
this.Id.ReadOnly = true;
|
|
|
|
|
this.Id.Width = 50;
|
|
|
|
|
this.No.DataPropertyName = "No";
|
|
|
|
|
this.No.HeaderText = "ID";
|
|
|
|
|
this.No.Name = "No";
|
|
|
|
|
this.No.ReadOnly = true;
|
|
|
|
|
this.No.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// DeviceNo
|
|
|
|
|
// VulcanizationNo
|
|
|
|
|
//
|
|
|
|
|
this.DeviceNo.HeaderText = "机位";
|
|
|
|
|
this.DeviceNo.Name = "DeviceNo";
|
|
|
|
|
this.DeviceNo.ReadOnly = true;
|
|
|
|
|
this.DeviceNo.Width = 70;
|
|
|
|
|
this.VulcanizationNo.DataPropertyName = "VulcanizationNo";
|
|
|
|
|
this.VulcanizationNo.HeaderText = "机位";
|
|
|
|
|
this.VulcanizationNo.Name = "VulcanizationNo";
|
|
|
|
|
this.VulcanizationNo.ReadOnly = true;
|
|
|
|
|
this.VulcanizationNo.Width = 70;
|
|
|
|
|
//
|
|
|
|
|
// BeginTime
|
|
|
|
|
// StartTime
|
|
|
|
|
//
|
|
|
|
|
this.BeginTime.HeaderText = "开始时间";
|
|
|
|
|
this.BeginTime.Name = "BeginTime";
|
|
|
|
|
this.BeginTime.ReadOnly = true;
|
|
|
|
|
this.BeginTime.Width = 150;
|
|
|
|
|
this.StartTime.DataPropertyName = "StartTime";
|
|
|
|
|
this.StartTime.HeaderText = "开始时间";
|
|
|
|
|
this.StartTime.Name = "StartTime";
|
|
|
|
|
this.StartTime.ReadOnly = true;
|
|
|
|
|
this.StartTime.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// RecipeNo
|
|
|
|
|
// RecipeCode
|
|
|
|
|
//
|
|
|
|
|
this.RecipeNo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.RecipeNo.FillWeight = 30F;
|
|
|
|
|
this.RecipeNo.HeaderText = "成品代号";
|
|
|
|
|
this.RecipeNo.Name = "RecipeNo";
|
|
|
|
|
this.RecipeNo.ReadOnly = true;
|
|
|
|
|
this.RecipeCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.RecipeCode.DataPropertyName = "RecipeCode";
|
|
|
|
|
this.RecipeCode.FillWeight = 30F;
|
|
|
|
|
this.RecipeCode.HeaderText = "成品代号";
|
|
|
|
|
this.RecipeCode.Name = "RecipeCode";
|
|
|
|
|
this.RecipeCode.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// SpecName
|
|
|
|
|
// RecipeName
|
|
|
|
|
//
|
|
|
|
|
this.SpecName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.SpecName.FillWeight = 70F;
|
|
|
|
|
this.SpecName.HeaderText = "标称尺度";
|
|
|
|
|
this.SpecName.Name = "SpecName";
|
|
|
|
|
this.SpecName.ReadOnly = true;
|
|
|
|
|
this.RecipeName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.RecipeName.DataPropertyName = "RecipeName";
|
|
|
|
|
this.RecipeName.FillWeight = 70F;
|
|
|
|
|
this.RecipeName.HeaderText = "标称尺度";
|
|
|
|
|
this.RecipeName.Name = "RecipeName";
|
|
|
|
|
this.RecipeName.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// SpecCode
|
|
|
|
|
//
|
|
|
|
|
this.SpecCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.SpecCode.DataPropertyName = "SpecCode";
|
|
|
|
|
this.SpecCode.FillWeight = 30F;
|
|
|
|
|
this.SpecCode.HeaderText = "Spec编号";
|
|
|
|
|
this.SpecCode.Name = "SpecCode";
|
|
|
|
|
this.SpecCode.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// RGVNo
|
|
|
|
|
// DeviceNo
|
|
|
|
|
//
|
|
|
|
|
this.RGVNo.HeaderText = "小车编号";
|
|
|
|
|
this.RGVNo.Name = "RGVNo";
|
|
|
|
|
this.RGVNo.ReadOnly = true;
|
|
|
|
|
this.RGVNo.Width = 80;
|
|
|
|
|
this.DeviceNo.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.DeviceNo.HeaderText = "小车编号";
|
|
|
|
|
this.DeviceNo.Name = "DeviceNo";
|
|
|
|
|
this.DeviceNo.ReadOnly = true;
|
|
|
|
|
this.DeviceNo.Width = 80;
|
|
|
|
|
//
|
|
|
|
|
// Weight
|
|
|
|
|
// RawTireWeight
|
|
|
|
|
//
|
|
|
|
|
this.Weight.HeaderText = "生胎重量";
|
|
|
|
|
this.Weight.Name = "Weight";
|
|
|
|
|
this.Weight.ReadOnly = true;
|
|
|
|
|
this.Weight.Width = 80;
|
|
|
|
|
this.RawTireWeight.DataPropertyName = "RawTireWeight";
|
|
|
|
|
this.RawTireWeight.HeaderText = "生胎重量";
|
|
|
|
|
this.RawTireWeight.Name = "RawTireWeight";
|
|
|
|
|
this.RawTireWeight.ReadOnly = true;
|
|
|
|
|
this.RawTireWeight.Width = 80;
|
|
|
|
|
//
|
|
|
|
|
// BaseRubFinishTime
|
|
|
|
|
// BaseRubTimeSpan
|
|
|
|
|
//
|
|
|
|
|
this.BaseRubFinishTime.HeaderText = "基部胶完成时间";
|
|
|
|
|
this.BaseRubFinishTime.Name = "BaseRubFinishTime";
|
|
|
|
|
this.BaseRubFinishTime.ReadOnly = true;
|
|
|
|
|
this.BaseRubFinishTime.Width = 140;
|
|
|
|
|
this.BaseRubTimeSpan.DataPropertyName = "BaseRubTimeSpan";
|
|
|
|
|
this.BaseRubTimeSpan.HeaderText = "基部胶完成时间";
|
|
|
|
|
this.BaseRubTimeSpan.Name = "BaseRubTimeSpan";
|
|
|
|
|
this.BaseRubTimeSpan.ReadOnly = true;
|
|
|
|
|
this.BaseRubTimeSpan.Width = 140;
|
|
|
|
|
//
|
|
|
|
|
// MidRubTime
|
|
|
|
|
// MidRubTimeSpan
|
|
|
|
|
//
|
|
|
|
|
this.MidRubTime.HeaderText = "中层胶完成时间(分)";
|
|
|
|
|
this.MidRubTime.Name = "MidRubTime";
|
|
|
|
|
this.MidRubTime.ReadOnly = true;
|
|
|
|
|
this.MidRubTime.Width = 150;
|
|
|
|
|
this.MidRubTimeSpan.DataPropertyName = "MidRubTimeSpan";
|
|
|
|
|
this.MidRubTimeSpan.HeaderText = "中层胶完成时间";
|
|
|
|
|
this.MidRubTimeSpan.Name = "MidRubTimeSpan";
|
|
|
|
|
this.MidRubTimeSpan.ReadOnly = true;
|
|
|
|
|
this.MidRubTimeSpan.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// RowTireFinishTime
|
|
|
|
|
// FaceRubTimeSpan
|
|
|
|
|
//
|
|
|
|
|
this.RowTireFinishTime.HeaderText = "生胎完成时间(分)";
|
|
|
|
|
this.RowTireFinishTime.Name = "RowTireFinishTime";
|
|
|
|
|
this.RowTireFinishTime.ReadOnly = true;
|
|
|
|
|
this.RowTireFinishTime.Width = 140;
|
|
|
|
|
//
|
|
|
|
|
// Operator
|
|
|
|
|
//
|
|
|
|
|
this.Operator.DataPropertyName = "Operator";
|
|
|
|
|
this.Operator.HeaderText = "操作者用户名";
|
|
|
|
|
this.Operator.Name = "Operator";
|
|
|
|
|
this.Operator.ReadOnly = true;
|
|
|
|
|
this.FaceRubTimeSpan.DataPropertyName = "FaceRubTimeSpan";
|
|
|
|
|
this.FaceRubTimeSpan.HeaderText = "生胎完成时间";
|
|
|
|
|
this.FaceRubTimeSpan.Name = "FaceRubTimeSpan";
|
|
|
|
|
this.FaceRubTimeSpan.ReadOnly = true;
|
|
|
|
|
this.FaceRubTimeSpan.Width = 140;
|
|
|
|
|
//
|
|
|
|
|
// ButtonPanel
|
|
|
|
|
//
|
|
|
|
|
this.ButtonPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.ExportTableButton);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.label6);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.VulcanizationNoCombobox);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.RecipeCodeCombobox);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.label2);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.RgvNoComboBox);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.label5);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.OperatorTextBox);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.DeviceNoCombobox);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.label4);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.SelectEndTime);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.SelectBeginTime);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.IsCheckByTime);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.SelectStartTime);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.label3);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.RecipeCodeTextBox);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.label1);
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.SelectReport);
|
|
|
|
|
this.ButtonPanel.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
@ -201,43 +202,63 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.ButtonPanel.Size = new System.Drawing.Size(1636, 61);
|
|
|
|
|
this.ButtonPanel.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// ExportTableButton
|
|
|
|
|
//
|
|
|
|
|
this.ExportTableButton.Location = new System.Drawing.Point(1026, 13);
|
|
|
|
|
this.ExportTableButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.ExportTableButton.Name = "ExportTableButton";
|
|
|
|
|
this.ExportTableButton.Size = new System.Drawing.Size(103, 39);
|
|
|
|
|
this.ExportTableButton.TabIndex = 27;
|
|
|
|
|
this.ExportTableButton.Text = "详表导出";
|
|
|
|
|
this.ExportTableButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ExportTableButton.Click += new System.EventHandler(this.ExportTableButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(618, 13);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(41, 12);
|
|
|
|
|
this.label6.TabIndex = 26;
|
|
|
|
|
this.label6.Text = "机位号";
|
|
|
|
|
//
|
|
|
|
|
// VulcanizationNoCombobox
|
|
|
|
|
//
|
|
|
|
|
this.VulcanizationNoCombobox.FormattingEnabled = true;
|
|
|
|
|
this.VulcanizationNoCombobox.Location = new System.Drawing.Point(665, 9);
|
|
|
|
|
this.VulcanizationNoCombobox.Name = "VulcanizationNoCombobox";
|
|
|
|
|
this.VulcanizationNoCombobox.Size = new System.Drawing.Size(88, 20);
|
|
|
|
|
this.VulcanizationNoCombobox.TabIndex = 25;
|
|
|
|
|
//
|
|
|
|
|
// RecipeCodeCombobox
|
|
|
|
|
//
|
|
|
|
|
this.RecipeCodeCombobox.FormattingEnabled = true;
|
|
|
|
|
this.RecipeCodeCombobox.Location = new System.Drawing.Point(830, 9);
|
|
|
|
|
this.RecipeCodeCombobox.Name = "RecipeCodeCombobox";
|
|
|
|
|
this.RecipeCodeCombobox.Size = new System.Drawing.Size(179, 20);
|
|
|
|
|
this.RecipeCodeCombobox.TabIndex = 24;
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(702, 39);
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(606, 39);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
this.label2.TabIndex = 23;
|
|
|
|
|
this.label2.Text = "小车编号";
|
|
|
|
|
//
|
|
|
|
|
// RgvNoComboBox
|
|
|
|
|
// DeviceNoCombobox
|
|
|
|
|
//
|
|
|
|
|
this.RgvNoComboBox.FormattingEnabled = true;
|
|
|
|
|
this.RgvNoComboBox.Location = new System.Drawing.Point(761, 35);
|
|
|
|
|
this.RgvNoComboBox.Name = "RgvNoComboBox";
|
|
|
|
|
this.RgvNoComboBox.Size = new System.Drawing.Size(88, 20);
|
|
|
|
|
this.RgvNoComboBox.TabIndex = 22;
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(525, 38);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
|
|
|
|
this.label5.TabIndex = 21;
|
|
|
|
|
this.label5.Text = "操作员名称";
|
|
|
|
|
//
|
|
|
|
|
// OperatorTextBox
|
|
|
|
|
//
|
|
|
|
|
this.OperatorTextBox.Location = new System.Drawing.Point(596, 34);
|
|
|
|
|
this.OperatorTextBox.Name = "OperatorTextBox";
|
|
|
|
|
this.OperatorTextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.OperatorTextBox.TabIndex = 20;
|
|
|
|
|
this.DeviceNoCombobox.FormattingEnabled = true;
|
|
|
|
|
this.DeviceNoCombobox.Location = new System.Drawing.Point(665, 35);
|
|
|
|
|
this.DeviceNoCombobox.Name = "DeviceNoCombobox";
|
|
|
|
|
this.DeviceNoCombobox.Size = new System.Drawing.Size(88, 20);
|
|
|
|
|
this.DeviceNoCombobox.TabIndex = 22;
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(311, 32);
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(382, 23);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
this.label4.TabIndex = 18;
|
|
|
|
|
@ -247,51 +268,34 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
this.SelectEndTime.CustomFormat = "yyyy年MM月dd日 HH:mm:ss";
|
|
|
|
|
this.SelectEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
|
|
this.SelectEndTime.Location = new System.Drawing.Point(334, 29);
|
|
|
|
|
this.SelectEndTime.Location = new System.Drawing.Point(405, 20);
|
|
|
|
|
this.SelectEndTime.Name = "SelectEndTime";
|
|
|
|
|
this.SelectEndTime.Size = new System.Drawing.Size(185, 21);
|
|
|
|
|
this.SelectEndTime.TabIndex = 17;
|
|
|
|
|
//
|
|
|
|
|
// SelectBeginTime
|
|
|
|
|
// SelectStartTime
|
|
|
|
|
//
|
|
|
|
|
this.SelectBeginTime.CustomFormat = "yyyy年MM月dd日 HH:mm:ss";
|
|
|
|
|
this.SelectBeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
|
|
this.SelectBeginTime.Location = new System.Drawing.Point(120, 29);
|
|
|
|
|
this.SelectBeginTime.Name = "SelectBeginTime";
|
|
|
|
|
this.SelectBeginTime.Size = new System.Drawing.Size(185, 21);
|
|
|
|
|
this.SelectBeginTime.TabIndex = 16;
|
|
|
|
|
this.SelectBeginTime.Value = new System.DateTime(2024, 11, 26, 13, 36, 9, 0);
|
|
|
|
|
//
|
|
|
|
|
// IsCheckByTime
|
|
|
|
|
//
|
|
|
|
|
this.IsCheckByTime.AutoSize = true;
|
|
|
|
|
this.IsCheckByTime.Location = new System.Drawing.Point(189, 11);
|
|
|
|
|
this.IsCheckByTime.Name = "IsCheckByTime";
|
|
|
|
|
this.IsCheckByTime.Size = new System.Drawing.Size(120, 16);
|
|
|
|
|
this.IsCheckByTime.TabIndex = 15;
|
|
|
|
|
this.IsCheckByTime.Text = "是否根据时间判断";
|
|
|
|
|
this.IsCheckByTime.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SelectStartTime.CustomFormat = "yyyy年MM月dd日 HH:mm:ss";
|
|
|
|
|
this.SelectStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
|
|
this.SelectStartTime.Location = new System.Drawing.Point(191, 20);
|
|
|
|
|
this.SelectStartTime.Name = "SelectStartTime";
|
|
|
|
|
this.SelectStartTime.Size = new System.Drawing.Size(185, 21);
|
|
|
|
|
this.SelectStartTime.TabIndex = 16;
|
|
|
|
|
this.SelectStartTime.Value = new System.DateTime(2024, 11, 26, 13, 36, 9, 0);
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(118, 13);
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(120, 24);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
|
|
|
this.label3.TabIndex = 14;
|
|
|
|
|
this.label3.Text = "登陆时间:";
|
|
|
|
|
//
|
|
|
|
|
// RecipeCodeTextBox
|
|
|
|
|
//
|
|
|
|
|
this.RecipeCodeTextBox.Location = new System.Drawing.Point(596, 7);
|
|
|
|
|
this.RecipeCodeTextBox.Name = "RecipeCodeTextBox";
|
|
|
|
|
this.RecipeCodeTextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.RecipeCodeTextBox.TabIndex = 3;
|
|
|
|
|
this.label3.Text = "开始时间:";
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(537, 12);
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(771, 13);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
this.label1.TabIndex = 2;
|
|
|
|
|
@ -305,7 +309,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.SelectReport.Name = "SelectReport";
|
|
|
|
|
this.SelectReport.Size = new System.Drawing.Size(103, 39);
|
|
|
|
|
this.SelectReport.TabIndex = 1;
|
|
|
|
|
this.SelectReport.Text = "查询报表";
|
|
|
|
|
this.SelectReport.Text = "查询/刷新报表";
|
|
|
|
|
this.SelectReport.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SelectReport.Click += new System.EventHandler(this.SelectReport_Click);
|
|
|
|
|
//
|
|
|
|
|
@ -332,27 +336,26 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
private Panel ButtonPanel;
|
|
|
|
|
private Label label4;
|
|
|
|
|
private DateTimePicker SelectEndTime;
|
|
|
|
|
private DateTimePicker SelectBeginTime;
|
|
|
|
|
private CheckBox IsCheckByTime;
|
|
|
|
|
private Label label3;
|
|
|
|
|
private DateTimePicker SelectStartTime;
|
|
|
|
|
private Label label1;
|
|
|
|
|
private Button SelectReport;
|
|
|
|
|
private Label label5;
|
|
|
|
|
private TextBox OperatorTextBox;
|
|
|
|
|
private TextBox RecipeCodeTextBox;
|
|
|
|
|
private Label label2;
|
|
|
|
|
private ComboBox RgvNoComboBox;
|
|
|
|
|
private DataGridViewTextBoxColumn Id;
|
|
|
|
|
private DataGridViewTextBoxColumn DeviceNo;
|
|
|
|
|
private DataGridViewTextBoxColumn BeginTime;
|
|
|
|
|
private DataGridViewTextBoxColumn RecipeNo;
|
|
|
|
|
private DataGridViewTextBoxColumn SpecName;
|
|
|
|
|
private ComboBox DeviceNoCombobox;
|
|
|
|
|
private Label label3;
|
|
|
|
|
private ComboBox RecipeCodeCombobox;
|
|
|
|
|
private Label label6;
|
|
|
|
|
private ComboBox VulcanizationNoCombobox;
|
|
|
|
|
private DataGridViewTextBoxColumn No;
|
|
|
|
|
private DataGridViewTextBoxColumn VulcanizationNo;
|
|
|
|
|
private DataGridViewTextBoxColumn StartTime;
|
|
|
|
|
private DataGridViewTextBoxColumn RecipeCode;
|
|
|
|
|
private DataGridViewTextBoxColumn RecipeName;
|
|
|
|
|
private DataGridViewTextBoxColumn SpecCode;
|
|
|
|
|
private DataGridViewTextBoxColumn RGVNo;
|
|
|
|
|
private DataGridViewTextBoxColumn Weight;
|
|
|
|
|
private DataGridViewTextBoxColumn BaseRubFinishTime;
|
|
|
|
|
private DataGridViewTextBoxColumn MidRubTime;
|
|
|
|
|
private DataGridViewTextBoxColumn RowTireFinishTime;
|
|
|
|
|
private DataGridViewTextBoxColumn Operator;
|
|
|
|
|
private DataGridViewTextBoxColumn DeviceNo;
|
|
|
|
|
private DataGridViewTextBoxColumn RawTireWeight;
|
|
|
|
|
private DataGridViewTextBoxColumn BaseRubTimeSpan;
|
|
|
|
|
private DataGridViewTextBoxColumn MidRubTimeSpan;
|
|
|
|
|
private DataGridViewTextBoxColumn FaceRubTimeSpan;
|
|
|
|
|
private Button ExportTableButton;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|