|
|
namespace ButcherFactory.SegmentProductionAuto_
|
|
|
{
|
|
|
partial class WeightView
|
|
|
{
|
|
|
/// <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.taskGrid = new WinFormControl.UDataGridView();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.I_No = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.I_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.deleteBtn = new ButcherFactory.Controls.ColorButton();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.taskGrid)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// taskGrid
|
|
|
//
|
|
|
this.taskGrid.AllowUserToAddRows = false;
|
|
|
this.taskGrid.AllowUserToDeleteRows = false;
|
|
|
this.taskGrid.AllowUserToResizeColumns = false;
|
|
|
this.taskGrid.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.taskGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.taskGrid.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.taskGrid.BackgroundColor = System.Drawing.Color.White;
|
|
|
this.taskGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.taskGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.taskGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.taskGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.I_No,
|
|
|
this.I_Weight});
|
|
|
this.taskGrid.Location = new System.Drawing.Point(12, 63);
|
|
|
this.taskGrid.MultiSelect = false;
|
|
|
this.taskGrid.Name = "taskGrid";
|
|
|
this.taskGrid.ReadOnly = true;
|
|
|
this.taskGrid.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.taskGrid.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.taskGrid.RowTemplate.Height = 23;
|
|
|
this.taskGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.taskGrid.Size = new System.Drawing.Size(263, 184);
|
|
|
this.taskGrid.TabIndex = 13;
|
|
|
this.taskGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.taskGrid_CellContentClick);
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label1.ForeColor = System.Drawing.Color.Red;
|
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(17, 18);
|
|
|
this.label1.TabIndex = 14;
|
|
|
this.label1.Text = " ";
|
|
|
//
|
|
|
// I_No
|
|
|
//
|
|
|
this.I_No.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.I_No.DataPropertyName = "No";
|
|
|
this.I_No.FillWeight = 150F;
|
|
|
this.I_No.HeaderText = "序号";
|
|
|
this.I_No.Name = "I_No";
|
|
|
this.I_No.ReadOnly = true;
|
|
|
//
|
|
|
// I_Weight
|
|
|
//
|
|
|
this.I_Weight.DataPropertyName = "Weight";
|
|
|
dataGridViewCellStyle3.Format = "#0.######";
|
|
|
this.I_Weight.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.I_Weight.HeaderText = "重量";
|
|
|
this.I_Weight.Name = "I_Weight";
|
|
|
this.I_Weight.ReadOnly = true;
|
|
|
this.I_Weight.Width = 120;
|
|
|
//
|
|
|
// deleteBtn
|
|
|
//
|
|
|
this.deleteBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.deleteBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(25)))));
|
|
|
this.deleteBtn.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.deleteBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.deleteBtn.Location = new System.Drawing.Point(164, 16);
|
|
|
this.deleteBtn.Name = "deleteBtn";
|
|
|
this.deleteBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106)))));
|
|
|
this.deleteBtn.Size = new System.Drawing.Size(111, 41);
|
|
|
this.deleteBtn.TabIndex = 24;
|
|
|
this.deleteBtn.Text = "删除";
|
|
|
this.deleteBtn.UseVisualStyleBackColor = false;
|
|
|
this.deleteBtn.Click += new System.EventHandler(this.deleteBtn_Click);
|
|
|
//
|
|
|
// WeightView
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(287, 259);
|
|
|
this.Controls.Add(this.deleteBtn);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.taskGrid);
|
|
|
this.Name = "WeightView";
|
|
|
this.Text = "称重明细";
|
|
|
((System.ComponentModel.ISupportInitialize)(this.taskGrid)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private WinFormControl.UDataGridView taskGrid;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn I_No;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn I_Weight;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private Controls.ColorButton deleteBtn;
|
|
|
}
|
|
|
}
|