You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
392 lines
20 KiB
C#
392 lines
20 KiB
C#
namespace HighWayIot.Winform.UserControlPages.LogPages
|
|
{
|
|
partial class ExportPreviewForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.RecipeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.RecipeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SpecCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SpecName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.StartTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.BaseRubName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.BaseRubThickness = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.BaseRubWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.BaseRubLayer = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.BaseRubFinishTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MidRubName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MidRubThickness = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MidRubWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MidRubLayer = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MidRubFinishTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.FaceRubName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.FaceRubThickness = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.FaceRubWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.FaceRubLayer = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.RawTireWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.RawTireFinishTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.RawTireWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.RepeatWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ExportButton = new System.Windows.Forms.Button();
|
|
this.PathTextBox = new System.Windows.Forms.TextBox();
|
|
this.PathSelectButton = new System.Windows.Forms.Button();
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.RecipeCode,
|
|
this.RecipeName,
|
|
this.SpecCode,
|
|
this.SpecName,
|
|
this.StartTime,
|
|
this.BaseRubName,
|
|
this.BaseRubThickness,
|
|
this.BaseRubWidth,
|
|
this.BaseRubLayer,
|
|
this.BaseRubFinishTime,
|
|
this.MidRubName,
|
|
this.MidRubThickness,
|
|
this.MidRubWidth,
|
|
this.MidRubLayer,
|
|
this.MidRubFinishTime,
|
|
this.FaceRubName,
|
|
this.FaceRubThickness,
|
|
this.FaceRubWidth,
|
|
this.FaceRubLayer,
|
|
this.RawTireWidth,
|
|
this.RawTireFinishTime,
|
|
this.RawTireWeight,
|
|
this.RepeatWeight});
|
|
this.dataGridView1.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.dataGridView1.EnableHeadersVisualStyles = false;
|
|
this.dataGridView1.Location = new System.Drawing.Point(-238, 193);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(1904, 985);
|
|
this.dataGridView1.TabIndex = 0;
|
|
//
|
|
// RecipeCode
|
|
//
|
|
this.RecipeCode.DataPropertyName = "RecipeCode";
|
|
this.RecipeCode.HeaderText = "成品代号";
|
|
this.RecipeCode.Name = "RecipeCode";
|
|
this.RecipeCode.Width = 59;
|
|
//
|
|
// RecipeName
|
|
//
|
|
this.RecipeName.DataPropertyName = "RecipeName";
|
|
this.RecipeName.FillWeight = 230.1951F;
|
|
this.RecipeName.HeaderText = "标称尺度";
|
|
this.RecipeName.Name = "RecipeName";
|
|
this.RecipeName.Width = 59;
|
|
//
|
|
// SpecCode
|
|
//
|
|
this.SpecCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.SpecCode.DataPropertyName = "SpecCode";
|
|
this.SpecCode.FillWeight = 244.9275F;
|
|
this.SpecCode.HeaderText = "SPEC编号";
|
|
this.SpecCode.Name = "SpecCode";
|
|
this.SpecCode.Width = 59;
|
|
//
|
|
// SpecName
|
|
//
|
|
this.SpecName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.SpecName.DataPropertyName = "SpecName";
|
|
this.SpecName.FillWeight = 88.53656F;
|
|
this.SpecName.HeaderText = "SPEC规格";
|
|
this.SpecName.Name = "SpecName";
|
|
this.SpecName.Width = 59;
|
|
//
|
|
// StartTime
|
|
//
|
|
this.StartTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.StartTime.DataPropertyName = "StartTime";
|
|
this.StartTime.FillWeight = 88.53656F;
|
|
this.StartTime.HeaderText = "开始时间";
|
|
this.StartTime.Name = "StartTime";
|
|
this.StartTime.Width = 59;
|
|
//
|
|
// BaseRubName
|
|
//
|
|
this.BaseRubName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.BaseRubName.DataPropertyName = "BaseRubName";
|
|
this.BaseRubName.FillWeight = 88.53656F;
|
|
this.BaseRubName.HeaderText = "基部胶胶号";
|
|
this.BaseRubName.Name = "BaseRubName";
|
|
this.BaseRubName.Width = 71;
|
|
//
|
|
// BaseRubThickness
|
|
//
|
|
this.BaseRubThickness.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.BaseRubThickness.DataPropertyName = "BaseRubThickness";
|
|
this.BaseRubThickness.FillWeight = 88.53656F;
|
|
this.BaseRubThickness.HeaderText = "基部胶厚度";
|
|
this.BaseRubThickness.Name = "BaseRubThickness";
|
|
this.BaseRubThickness.Width = 71;
|
|
//
|
|
// BaseRubWidth
|
|
//
|
|
this.BaseRubWidth.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.BaseRubWidth.DataPropertyName = "BaseRubWidth";
|
|
this.BaseRubWidth.FillWeight = 88.53656F;
|
|
this.BaseRubWidth.HeaderText = "基部胶宽度";
|
|
this.BaseRubWidth.Name = "BaseRubWidth";
|
|
this.BaseRubWidth.Width = 77;
|
|
//
|
|
// BaseRubLayer
|
|
//
|
|
this.BaseRubLayer.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.BaseRubLayer.DataPropertyName = "BaseRubLayer";
|
|
this.BaseRubLayer.FillWeight = 88.53656F;
|
|
this.BaseRubLayer.HeaderText = "基部胶层数";
|
|
this.BaseRubLayer.Name = "BaseRubLayer";
|
|
this.BaseRubLayer.Width = 77;
|
|
//
|
|
// BaseRubFinishTime
|
|
//
|
|
this.BaseRubFinishTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.BaseRubFinishTime.DataPropertyName = "BaseRubFinishTime";
|
|
this.BaseRubFinishTime.FillWeight = 88.53656F;
|
|
this.BaseRubFinishTime.HeaderText = "基部胶完成时间";
|
|
this.BaseRubFinishTime.Name = "BaseRubFinishTime";
|
|
this.BaseRubFinishTime.Width = 95;
|
|
//
|
|
// MidRubName
|
|
//
|
|
this.MidRubName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.MidRubName.DataPropertyName = "MidRubName";
|
|
this.MidRubName.FillWeight = 88.53656F;
|
|
this.MidRubName.HeaderText = "中层胶胶号";
|
|
this.MidRubName.Name = "MidRubName";
|
|
this.MidRubName.Width = 71;
|
|
//
|
|
// MidRubThickness
|
|
//
|
|
this.MidRubThickness.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.MidRubThickness.DataPropertyName = "MidRubThickness";
|
|
this.MidRubThickness.FillWeight = 88.53656F;
|
|
this.MidRubThickness.HeaderText = "中层胶厚度";
|
|
this.MidRubThickness.Name = "MidRubThickness";
|
|
this.MidRubThickness.Width = 71;
|
|
//
|
|
// MidRubWidth
|
|
//
|
|
this.MidRubWidth.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.MidRubWidth.DataPropertyName = "MidRubWidth";
|
|
this.MidRubWidth.FillWeight = 88.53656F;
|
|
this.MidRubWidth.HeaderText = "中层胶宽度";
|
|
this.MidRubWidth.Name = "MidRubWidth";
|
|
this.MidRubWidth.Width = 71;
|
|
//
|
|
// MidRubLayer
|
|
//
|
|
this.MidRubLayer.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.MidRubLayer.DataPropertyName = "MidRubLayer";
|
|
this.MidRubLayer.FillWeight = 88.53656F;
|
|
this.MidRubLayer.HeaderText = "中层胶层数";
|
|
this.MidRubLayer.Name = "MidRubLayer";
|
|
this.MidRubLayer.Width = 71;
|
|
//
|
|
// MidRubFinishTime
|
|
//
|
|
this.MidRubFinishTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.MidRubFinishTime.DataPropertyName = "MidRubFinishTime";
|
|
this.MidRubFinishTime.FillWeight = 88.53656F;
|
|
this.MidRubFinishTime.HeaderText = "中层胶完成时间";
|
|
this.MidRubFinishTime.Name = "MidRubFinishTime";
|
|
this.MidRubFinishTime.Width = 95;
|
|
//
|
|
// FaceRubName
|
|
//
|
|
this.FaceRubName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.FaceRubName.DataPropertyName = "FaceRubName";
|
|
this.FaceRubName.FillWeight = 88.53656F;
|
|
this.FaceRubName.HeaderText = "胎面胶胶号";
|
|
this.FaceRubName.Name = "FaceRubName";
|
|
this.FaceRubName.Width = 71;
|
|
//
|
|
// FaceRubThickness
|
|
//
|
|
this.FaceRubThickness.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.FaceRubThickness.DataPropertyName = "FaceRubThickness";
|
|
this.FaceRubThickness.FillWeight = 88.53656F;
|
|
this.FaceRubThickness.HeaderText = "胎面胶厚度";
|
|
this.FaceRubThickness.Name = "FaceRubThickness";
|
|
this.FaceRubThickness.Width = 71;
|
|
//
|
|
// FaceRubWidth
|
|
//
|
|
this.FaceRubWidth.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.FaceRubWidth.DataPropertyName = "FaceRubWidth";
|
|
this.FaceRubWidth.FillWeight = 88.53656F;
|
|
this.FaceRubWidth.HeaderText = "胎面胶宽度";
|
|
this.FaceRubWidth.Name = "FaceRubWidth";
|
|
this.FaceRubWidth.Width = 71;
|
|
//
|
|
// FaceRubLayer
|
|
//
|
|
this.FaceRubLayer.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.FaceRubLayer.DataPropertyName = "(无)FaceRubLayer";
|
|
this.FaceRubLayer.FillWeight = 88.53656F;
|
|
this.FaceRubLayer.HeaderText = "胎面胶层数";
|
|
this.FaceRubLayer.Name = "FaceRubLayer";
|
|
this.FaceRubLayer.Width = 71;
|
|
//
|
|
// RawTireWidth
|
|
//
|
|
this.RawTireWidth.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.RawTireWidth.DataPropertyName = "RawTireWidth";
|
|
this.RawTireWidth.FillWeight = 88.53656F;
|
|
this.RawTireWidth.HeaderText = "生胎宽度";
|
|
this.RawTireWidth.Name = "RawTireWidth";
|
|
this.RawTireWidth.Width = 59;
|
|
//
|
|
// RawTireFinishTime
|
|
//
|
|
this.RawTireFinishTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.RawTireFinishTime.DataPropertyName = "RawTireFinishTime";
|
|
this.RawTireFinishTime.FillWeight = 88.53656F;
|
|
this.RawTireFinishTime.HeaderText = "生胎完成时间";
|
|
this.RawTireFinishTime.Name = "RawTireFinishTime";
|
|
this.RawTireFinishTime.Width = 83;
|
|
//
|
|
// RawTireWeight
|
|
//
|
|
this.RawTireWeight.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.RawTireWeight.DataPropertyName = "RawTireWeight";
|
|
this.RawTireWeight.FillWeight = 88.53656F;
|
|
this.RawTireWeight.HeaderText = "生胎重量";
|
|
this.RawTireWeight.Name = "RawTireWeight";
|
|
this.RawTireWeight.Width = 59;
|
|
//
|
|
// RepeatWeight
|
|
//
|
|
this.RepeatWeight.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.RepeatWeight.DataPropertyName = "RepeatWeight";
|
|
this.RepeatWeight.FillWeight = 88.53656F;
|
|
this.RepeatWeight.HeaderText = "复重重量";
|
|
this.RepeatWeight.Name = "RepeatWeight";
|
|
this.RepeatWeight.Width = 59;
|
|
//
|
|
// ExportButton
|
|
//
|
|
this.ExportButton.Location = new System.Drawing.Point(9, 9);
|
|
this.ExportButton.Margin = new System.Windows.Forms.Padding(0);
|
|
this.ExportButton.Name = "ExportButton";
|
|
this.ExportButton.Size = new System.Drawing.Size(90, 38);
|
|
this.ExportButton.TabIndex = 1;
|
|
this.ExportButton.Text = "导出为EXCEL";
|
|
this.ExportButton.UseVisualStyleBackColor = true;
|
|
this.ExportButton.Click += new System.EventHandler(this.ExportButton_Click);
|
|
//
|
|
// PathTextBox
|
|
//
|
|
this.PathTextBox.Location = new System.Drawing.Point(102, 19);
|
|
this.PathTextBox.Name = "PathTextBox";
|
|
this.PathTextBox.Size = new System.Drawing.Size(364, 21);
|
|
this.PathTextBox.TabIndex = 2;
|
|
//
|
|
// PathSelectButton
|
|
//
|
|
this.PathSelectButton.Location = new System.Drawing.Point(472, 18);
|
|
this.PathSelectButton.Name = "PathSelectButton";
|
|
this.PathSelectButton.Size = new System.Drawing.Size(86, 23);
|
|
this.PathSelectButton.TabIndex = 3;
|
|
this.PathSelectButton.Text = "路径选择";
|
|
this.PathSelectButton.UseVisualStyleBackColor = true;
|
|
this.PathSelectButton.Click += new System.EventHandler(this.PathSelectButton_Click);
|
|
//
|
|
// ExportPreviewForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1904, 1041);
|
|
this.Controls.Add(this.PathSelectButton);
|
|
this.Controls.Add(this.PathTextBox);
|
|
this.Controls.Add(this.ExportButton);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Name = "ExportPreviewForm";
|
|
this.Text = "导出预览";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExportPreviewForm_FormClosing);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Button ExportButton;
|
|
private System.Windows.Forms.TextBox PathTextBox;
|
|
private System.Windows.Forms.Button PathSelectButton;
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RecipeCode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RecipeName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SpecCode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SpecName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn StartTime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BaseRubName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BaseRubThickness;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BaseRubWidth;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BaseRubLayer;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BaseRubFinishTime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MidRubName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MidRubThickness;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MidRubWidth;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MidRubLayer;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MidRubFinishTime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn FaceRubName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn FaceRubThickness;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn FaceRubWidth;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn FaceRubLayer;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RawTireWidth;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RawTireFinishTime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RawTireWeight;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RepeatWeight;
|
|
}
|
|
} |