namespace Bro.M135.Process.UI { partial class SpotCheck { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { tableLayoutPanel3 = new TableLayoutPanel(); BtCompensate = new Button(); btLoadFilePath = new Button(); btExport = new Button(); rTLog = new RichTextBox(); tableLayoutPanel1 = new TableLayoutPanel(); tableLayoutPanel2 = new TableLayoutPanel(); label1 = new Label(); label2 = new Label(); tbProdure = new TextBox(); tbCheck = new TextBox(); btLoadprodure = new Button(); btLoadTmp = new Button(); grid = new SourceGrid.Grid(); FileSave = new SaveFileDialog(); tableLayoutPanel3.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); SuspendLayout(); // // tableLayoutPanel3 // tableLayoutPanel3.ColumnCount = 4; tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 111F)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 120F)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 120F)); tableLayoutPanel3.Controls.Add(BtCompensate, 3, 0); tableLayoutPanel3.Controls.Add(btLoadFilePath, 2, 0); tableLayoutPanel3.Controls.Add(btExport, 1, 0); tableLayoutPanel3.Dock = DockStyle.Fill; tableLayoutPanel3.Location = new Point(3, 336); tableLayoutPanel3.Margin = new Padding(3, 2, 3, 2); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 1; tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel3.Size = new Size(748, 28); tableLayoutPanel3.TabIndex = 8; // // BtCompensate // BtCompensate.Dock = DockStyle.Fill; BtCompensate.Location = new Point(631, 2); BtCompensate.Margin = new Padding(3, 2, 3, 2); BtCompensate.Name = "BtCompensate"; BtCompensate.Size = new Size(114, 24); BtCompensate.TabIndex = 11; BtCompensate.Text = "点检结果"; BtCompensate.UseVisualStyleBackColor = true; BtCompensate.Click += BtCompensate_Click; // // btLoadFilePath // btLoadFilePath.Dock = DockStyle.Fill; btLoadFilePath.Location = new Point(511, 3); btLoadFilePath.Name = "btLoadFilePath"; btLoadFilePath.Size = new Size(114, 22); btLoadFilePath.TabIndex = 12; btLoadFilePath.Text = "自动获得文件"; btLoadFilePath.UseVisualStyleBackColor = true; btLoadFilePath.Click += btLoadFilePath_Click; // // btExport // btExport.Dock = DockStyle.Fill; btExport.Location = new Point(400, 3); btExport.Name = "btExport"; btExport.Size = new Size(105, 22); btExport.TabIndex = 13; btExport.Text = "导出点检结果"; btExport.UseVisualStyleBackColor = true; btExport.Click += btExport_Click; // // rTLog // rTLog.Dock = DockStyle.Fill; rTLog.Location = new Point(3, 260); rTLog.Margin = new Padding(3, 2, 3, 2); rTLog.Name = "rTLog"; rTLog.Size = new Size(748, 72); rTLog.TabIndex = 7; rTLog.Text = ""; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(tableLayoutPanel3, 0, 3); tableLayoutPanel1.Controls.Add(rTLog, 0, 2); tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 0); tableLayoutPanel1.Controls.Add(grid, 0, 1); tableLayoutPanel1.Dock = DockStyle.Fill; tableLayoutPanel1.Location = new Point(0, 0); tableLayoutPanel1.Margin = new Padding(3, 2, 3, 2); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 4; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 92F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 76F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel1.Size = new Size(754, 366); tableLayoutPanel1.TabIndex = 1; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 5; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 27F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 137F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 103F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 27F)); tableLayoutPanel2.Controls.Add(label1, 1, 0); tableLayoutPanel2.Controls.Add(label2, 1, 1); tableLayoutPanel2.Controls.Add(tbProdure, 2, 0); tableLayoutPanel2.Controls.Add(tbCheck, 2, 1); tableLayoutPanel2.Controls.Add(btLoadprodure, 3, 0); tableLayoutPanel2.Controls.Add(btLoadTmp, 3, 1); tableLayoutPanel2.Dock = DockStyle.Fill; tableLayoutPanel2.Location = new Point(3, 2); tableLayoutPanel2.Margin = new Padding(3, 2, 3, 2); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 3; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F)); tableLayoutPanel2.Size = new Size(748, 88); tableLayoutPanel2.TabIndex = 10; // // label1 // label1.AutoSize = true; label1.Dock = DockStyle.Fill; label1.Location = new Point(30, 0); label1.Name = "label1"; label1.Size = new Size(131, 24); label1.TabIndex = 0; label1.Text = "生产数据路径"; label1.TextAlign = ContentAlignment.MiddleRight; // // label2 // label2.AutoSize = true; label2.Dock = DockStyle.Fill; label2.Location = new Point(30, 24); label2.Name = "label2"; label2.Size = new Size(131, 24); label2.TabIndex = 1; label2.Text = "点检模板数据"; label2.TextAlign = ContentAlignment.MiddleRight; // // tbProdure // tbProdure.BorderStyle = BorderStyle.FixedSingle; tbProdure.Dock = DockStyle.Fill; tbProdure.Location = new Point(164, 0); tbProdure.Margin = new Padding(0); tbProdure.Name = "tbProdure"; tbProdure.Size = new Size(454, 21); tbProdure.TabIndex = 2; // // tbCheck // tbCheck.BorderStyle = BorderStyle.FixedSingle; tbCheck.Dock = DockStyle.Fill; tbCheck.Location = new Point(164, 24); tbCheck.Margin = new Padding(0); tbCheck.Name = "tbCheck"; tbCheck.Size = new Size(454, 21); tbCheck.TabIndex = 3; // // btLoadprodure // btLoadprodure.Dock = DockStyle.Fill; btLoadprodure.Location = new Point(618, 0); btLoadprodure.Margin = new Padding(0); btLoadprodure.Name = "btLoadprodure"; btLoadprodure.Size = new Size(103, 24); btLoadprodure.TabIndex = 4; btLoadprodure.Text = "打开生产数据"; btLoadprodure.UseVisualStyleBackColor = true; btLoadprodure.Click += btLoadprodure_Click; // // btLoadTmp // btLoadTmp.Location = new Point(618, 24); btLoadTmp.Margin = new Padding(0); btLoadTmp.Name = "btLoadTmp"; btLoadTmp.Size = new Size(103, 24); btLoadTmp.TabIndex = 5; btLoadTmp.Text = "打开模板文件"; btLoadTmp.UseVisualStyleBackColor = true; btLoadTmp.Click += btLoadTmp_Click; // // grid // grid.Dock = DockStyle.Fill; grid.DragOffset = 0; grid.EnableSmoothScrolling = false; grid.EnableSort = true; grid.HScrollBarVisible = false; grid.IsCustomAreaAutoScrollEnabled = false; grid.Location = new Point(3, 95); grid.Name = "grid"; grid.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows; grid.SelectionMode = SourceGrid.GridSelectionMode.Cell; grid.Size = new Size(748, 160); grid.TabIndex = 11; grid.TabStop = true; grid.ToolTipText = ""; grid.VScrollBarVisible = false; // // FileSave // FileSave.DefaultExt = "csv"; FileSave.Filter = "\"文本文件 (*.csv)|*.csv|所有文件 (*.*)|*.*\""; // // SpotCheck // AutoScaleDimensions = new SizeF(6F, 13F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(tableLayoutPanel1); Margin = new Padding(2); Name = "SpotCheck"; Size = new Size(754, 366); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); ResumeLayout(false); } #endregion private TableLayoutPanel tableLayoutPanel3; private RichTextBox rTLog; private TableLayoutPanel tableLayoutPanel1; private TableLayoutPanel tableLayoutPanel2; private Label label1; private Label label2; private TextBox tbProdure; private TextBox tbCheck; private Button btLoadprodure; private Button btLoadTmp; private Button BtCompensate; private SourceGrid.Grid grid; private Button btLoadFilePath; private Button btExport; private SaveFileDialog FileSave; } }