|
|
namespace SegmentationWeight
|
|
|
{
|
|
|
partial class QieDanDialog
|
|
|
{
|
|
|
/// <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();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.detailGridView1 = new BWP.WinFormControl.UDataGridView();
|
|
|
this.closeBtn = new System.Windows.Forms.Button();
|
|
|
this.Goods_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.DeleteBtn = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.detailGridView1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// detailGridView1
|
|
|
//
|
|
|
this.detailGridView1.AllowUserToAddRows = false;
|
|
|
this.detailGridView1.AllowUserToDeleteRows = false;
|
|
|
this.detailGridView1.AllowUserToResizeColumns = false;
|
|
|
this.detailGridView1.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.detailGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.detailGridView1.BackgroundColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.detailGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.detailGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.detailGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Goods_Name,
|
|
|
this.DeleteBtn});
|
|
|
this.detailGridView1.Location = new System.Drawing.Point(12, 12);
|
|
|
this.detailGridView1.MultiSelect = false;
|
|
|
this.detailGridView1.Name = "detailGridView1";
|
|
|
this.detailGridView1.ReadOnly = true;
|
|
|
this.detailGridView1.RowHeadersVisible = false;
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
|
|
|
this.detailGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.detailGridView1.RowTemplate.Height = 60;
|
|
|
this.detailGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.detailGridView1.Size = new System.Drawing.Size(854, 444);
|
|
|
this.detailGridView1.TabIndex = 6;
|
|
|
this.detailGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.detailGridView1_CellContentClick);
|
|
|
//
|
|
|
// closeBtn
|
|
|
//
|
|
|
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.closeBtn.Location = new System.Drawing.Point(382, 479);
|
|
|
this.closeBtn.Name = "closeBtn";
|
|
|
this.closeBtn.Size = new System.Drawing.Size(108, 41);
|
|
|
this.closeBtn.TabIndex = 5;
|
|
|
this.closeBtn.Text = "关闭";
|
|
|
this.closeBtn.UseVisualStyleBackColor = true;
|
|
|
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
|
|
|
//
|
|
|
// Goods_Name
|
|
|
//
|
|
|
this.Goods_Name.DataPropertyName = "Goods_Name";
|
|
|
this.Goods_Name.HeaderText = "存货";
|
|
|
this.Goods_Name.Name = "Goods_Name";
|
|
|
this.Goods_Name.ReadOnly = true;
|
|
|
this.Goods_Name.Width = 400;
|
|
|
//
|
|
|
// DeleteBtn
|
|
|
//
|
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
|
|
this.DeleteBtn.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.DeleteBtn.HeaderText = "切回";
|
|
|
this.DeleteBtn.Name = "DeleteBtn";
|
|
|
this.DeleteBtn.ReadOnly = true;
|
|
|
this.DeleteBtn.Text = "切回";
|
|
|
this.DeleteBtn.UseColumnTextForButtonValue = true;
|
|
|
this.DeleteBtn.Width = 220;
|
|
|
//
|
|
|
// QieDanDialog
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(878, 532);
|
|
|
this.ControlBox = false;
|
|
|
this.Controls.Add(this.detailGridView1);
|
|
|
this.Controls.Add(this.closeBtn);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
this.Name = "QieDanDialog";
|
|
|
this.Text = "所有挂起";
|
|
|
((System.ComponentModel.ISupportInitialize)(this.detailGridView1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private BWP.WinFormControl.UDataGridView detailGridView1;
|
|
|
private System.Windows.Forms.Button closeBtn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Goods_Name;
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn DeleteBtn;
|
|
|
}
|
|
|
}
|