You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

327 lines
16 KiB

namespace Stone.WinModule.BasicData
{
partial class frmFeatureMatch
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
this.dgrdView = new System.Windows.Forms.DataGridView();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.btnMatch = new System.Windows.Forms.Button();
this.btnReMatch = new System.Windows.Forms.Button();
this.txtFeature2 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtFeature1 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtOrderNumber = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtState = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnOut = new System.Windows.Forms.Button();
this.btnQuery = new System.Windows.Forms.Button();
this.txtD2 = new System.Windows.Forms.DateTimePicker();
this.txtD1 = new System.Windows.Forms.DateTimePicker();
((System.ComponentModel.ISupportInitialize)(this.dgrdView)).BeginInit();
this.statusStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// dgrdView
//
this.dgrdView.AllowUserToAddRows = false;
this.dgrdView.AllowUserToOrderColumns = true;
this.dgrdView.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
this.dgrdView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgrdView.DefaultCellStyle = dataGridViewCellStyle17;
this.dgrdView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgrdView.Location = new System.Drawing.Point(0, 100);
this.dgrdView.MultiSelect = false;
this.dgrdView.Name = "dgrdView";
this.dgrdView.ReadOnly = true;
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
this.dgrdView.RowTemplate.Height = 23;
this.dgrdView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgrdView.Size = new System.Drawing.Size(781, 292);
this.dgrdView.TabIndex = 12;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 392);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(781, 22);
this.statusStrip1.TabIndex = 13;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
//
// panel1
//
this.panel1.Controls.Add(this.btnMatch);
this.panel1.Controls.Add(this.btnReMatch);
this.panel1.Controls.Add(this.txtFeature2);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.txtFeature1);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.txtOrderNumber);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.txtState);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btnOut);
this.panel1.Controls.Add(this.btnQuery);
this.panel1.Controls.Add(this.txtD2);
this.panel1.Controls.Add(this.txtD1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(781, 100);
this.panel1.TabIndex = 11;
//
// btnMatch
//
this.btnMatch.Location = new System.Drawing.Point(403, 66);
this.btnMatch.Name = "btnMatch";
this.btnMatch.Size = new System.Drawing.Size(75, 23);
this.btnMatch.TabIndex = 8;
this.btnMatch.Text = "手工匹配";
this.btnMatch.UseVisualStyleBackColor = true;
this.btnMatch.Click += new System.EventHandler(this.btnMatch_Click);
//
// btnReMatch
//
this.btnReMatch.Location = new System.Drawing.Point(403, 39);
this.btnReMatch.Name = "btnReMatch";
this.btnReMatch.Size = new System.Drawing.Size(75, 23);
this.btnReMatch.TabIndex = 7;
this.btnReMatch.Text = "重新匹配";
this.btnReMatch.UseVisualStyleBackColor = true;
this.btnReMatch.Click += new System.EventHandler(this.btnReMatch_Click);
//
// txtFeature2
//
this.txtFeature2.Location = new System.Drawing.Point(282, 68);
this.txtFeature2.Name = "txtFeature2";
this.txtFeature2.Size = new System.Drawing.Size(100, 21);
this.txtFeature2.TabIndex = 5;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(211, 72);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 27;
this.label6.Text = "Feature2:";
//
// txtFeature1
//
this.txtFeature1.Location = new System.Drawing.Point(94, 68);
this.txtFeature1.Name = "txtFeature1";
this.txtFeature1.Size = new System.Drawing.Size(100, 21);
this.txtFeature1.TabIndex = 4;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(23, 72);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 25;
this.label5.Text = "Feature1:";
//
// txtOrderNumber
//
this.txtOrderNumber.Location = new System.Drawing.Point(282, 41);
this.txtOrderNumber.Name = "txtOrderNumber";
this.txtOrderNumber.Size = new System.Drawing.Size(100, 21);
this.txtOrderNumber.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(223, 46);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 23;
this.label4.Text = "订单号:";
//
// txtState
//
this.txtState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtState.FormattingEnabled = true;
this.txtState.Location = new System.Drawing.Point(94, 41);
this.txtState.Name = "txtState";
this.txtState.Size = new System.Drawing.Size(102, 20);
this.txtState.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(23, 46);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 21;
this.label3.Text = "匹配状态:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(211, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 20;
this.label2.Text = "截止时间:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 19;
this.label1.Text = "开始时间:";
//
// btnOut
//
this.btnOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOut.Location = new System.Drawing.Point(694, 12);
this.btnOut.Name = "btnOut";
this.btnOut.Size = new System.Drawing.Size(75, 23);
this.btnOut.TabIndex = 9;
this.btnOut.Text = "导出";
this.btnOut.UseVisualStyleBackColor = true;
this.btnOut.Click += new System.EventHandler(this.btnOut_Click);
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(403, 12);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(75, 23);
this.btnQuery.TabIndex = 6;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// txtD2
//
this.txtD2.Location = new System.Drawing.Point(282, 13);
this.txtD2.Name = "txtD2";
this.txtD2.Size = new System.Drawing.Size(102, 21);
this.txtD2.TabIndex = 1;
//
// txtD1
//
this.txtD1.Location = new System.Drawing.Point(94, 13);
this.txtD1.Name = "txtD1";
this.txtD1.Size = new System.Drawing.Size(102, 21);
this.txtD1.TabIndex = 0;
//
// frmFeatureMatch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(781, 414);
this.Controls.Add(this.dgrdView);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.panel1);
this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)
| WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
this.Name = "frmFeatureMatch";
this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Unknown;
this.TabText = "订单特征值管理";
this.Text = "订单特征值管理";
this.Load += new System.EventHandler(this.frmFeatureMatch_Load);
((System.ComponentModel.ISupportInitialize)(this.dgrdView)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.DataGridView dgrdView;
public System.Windows.Forms.StatusStrip statusStrip1;
public System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnMatch;
private System.Windows.Forms.Button btnReMatch;
private System.Windows.Forms.TextBox txtFeature2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtFeature1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtOrderNumber;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox txtState;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnOut;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.DateTimePicker txtD2;
private System.Windows.Forms.DateTimePicker txtD1;
}
}