|
|
namespace ButcherFactory.Dialogs
|
|
|
{
|
|
|
partial class WeightDeleteRecord
|
|
|
{
|
|
|
/// <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 dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.uDataGridView1 = new WinFormControl.UDataGridView();
|
|
|
this.closeBtn = new ButcherFactory.Controls.ColorButton();
|
|
|
this.R_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_Idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_Goods_Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_Goods_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_InStoreWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_DiffWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_Operator = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_DeleteTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_Deleter = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// uDataGridView1
|
|
|
//
|
|
|
this.uDataGridView1.AllowUserToAddRows = false;
|
|
|
this.uDataGridView1.AllowUserToDeleteRows = false;
|
|
|
this.uDataGridView1.AllowUserToResizeColumns = false;
|
|
|
this.uDataGridView1.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.uDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle22;
|
|
|
this.uDataGridView1.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.uDataGridView1.BackgroundColor = System.Drawing.Color.White;
|
|
|
this.uDataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle23.ForeColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.uDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle23;
|
|
|
this.uDataGridView1.ColumnHeadersHeight = 40;
|
|
|
this.uDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
this.uDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.R_ID,
|
|
|
this.R_Idx,
|
|
|
this.R_BarCode,
|
|
|
this.R_Goods_Code,
|
|
|
this.R_Goods_Name,
|
|
|
this.R_Number,
|
|
|
this.R_InStoreWeight,
|
|
|
this.R_Weight,
|
|
|
this.R_DiffWeight,
|
|
|
this.R_Operator,
|
|
|
this.R_Time,
|
|
|
this.R_DeleteTime,
|
|
|
this.R_Deleter});
|
|
|
this.uDataGridView1.Location = new System.Drawing.Point(12, 22);
|
|
|
this.uDataGridView1.MultiSelect = false;
|
|
|
this.uDataGridView1.Name = "uDataGridView1";
|
|
|
this.uDataGridView1.ReadOnly = true;
|
|
|
this.uDataGridView1.RowHeadersVisible = false;
|
|
|
dataGridViewCellStyle28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
|
|
|
this.uDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle28;
|
|
|
this.uDataGridView1.RowTemplate.Height = 40;
|
|
|
this.uDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.uDataGridView1.Size = new System.Drawing.Size(1151, 434);
|
|
|
this.uDataGridView1.TabIndex = 1;
|
|
|
//
|
|
|
// closeBtn
|
|
|
//
|
|
|
this.closeBtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
|
this.closeBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245)))));
|
|
|
this.closeBtn.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.closeBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.closeBtn.Location = new System.Drawing.Point(529, 473);
|
|
|
this.closeBtn.Name = "closeBtn";
|
|
|
this.closeBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.closeBtn.Size = new System.Drawing.Size(117, 43);
|
|
|
this.closeBtn.TabIndex = 4;
|
|
|
this.closeBtn.Text = "关闭";
|
|
|
this.closeBtn.UseVisualStyleBackColor = false;
|
|
|
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
|
|
|
//
|
|
|
// R_ID
|
|
|
//
|
|
|
this.R_ID.DataPropertyName = "ID";
|
|
|
this.R_ID.HeaderText = "ID";
|
|
|
this.R_ID.Name = "R_ID";
|
|
|
this.R_ID.ReadOnly = true;
|
|
|
this.R_ID.Visible = false;
|
|
|
//
|
|
|
// R_Idx
|
|
|
//
|
|
|
this.R_Idx.DataPropertyName = "Idx";
|
|
|
this.R_Idx.HeaderText = "序号";
|
|
|
this.R_Idx.Name = "R_Idx";
|
|
|
this.R_Idx.ReadOnly = true;
|
|
|
this.R_Idx.Width = 70;
|
|
|
//
|
|
|
// R_BarCode
|
|
|
//
|
|
|
this.R_BarCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.R_BarCode.DataPropertyName = "ShortCode";
|
|
|
this.R_BarCode.HeaderText = "存货条码";
|
|
|
this.R_BarCode.MinimumWidth = 100;
|
|
|
this.R_BarCode.Name = "R_BarCode";
|
|
|
this.R_BarCode.ReadOnly = true;
|
|
|
//
|
|
|
// R_Goods_Code
|
|
|
//
|
|
|
this.R_Goods_Code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.R_Goods_Code.DataPropertyName = "Goods_Code";
|
|
|
this.R_Goods_Code.HeaderText = "产品编码";
|
|
|
this.R_Goods_Code.MinimumWidth = 100;
|
|
|
this.R_Goods_Code.Name = "R_Goods_Code";
|
|
|
this.R_Goods_Code.ReadOnly = true;
|
|
|
//
|
|
|
// R_Goods_Name
|
|
|
//
|
|
|
this.R_Goods_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.R_Goods_Name.DataPropertyName = "Goods_Name";
|
|
|
this.R_Goods_Name.HeaderText = "产品名称";
|
|
|
this.R_Goods_Name.MinimumWidth = 100;
|
|
|
this.R_Goods_Name.Name = "R_Goods_Name";
|
|
|
this.R_Goods_Name.ReadOnly = true;
|
|
|
//
|
|
|
// R_Number
|
|
|
//
|
|
|
this.R_Number.DataPropertyName = "Number";
|
|
|
dataGridViewCellStyle24.Format = "#0.######";
|
|
|
this.R_Number.DefaultCellStyle = dataGridViewCellStyle24;
|
|
|
this.R_Number.HeaderText = "数量";
|
|
|
this.R_Number.Name = "R_Number";
|
|
|
this.R_Number.ReadOnly = true;
|
|
|
this.R_Number.Width = 70;
|
|
|
//
|
|
|
// R_InStoreWeight
|
|
|
//
|
|
|
this.R_InStoreWeight.DataPropertyName = "InStoreWeight";
|
|
|
dataGridViewCellStyle25.Format = "#0.######";
|
|
|
this.R_InStoreWeight.DefaultCellStyle = dataGridViewCellStyle25;
|
|
|
this.R_InStoreWeight.HeaderText = "入库重量";
|
|
|
this.R_InStoreWeight.Name = "R_InStoreWeight";
|
|
|
this.R_InStoreWeight.ReadOnly = true;
|
|
|
//
|
|
|
// R_Weight
|
|
|
//
|
|
|
this.R_Weight.DataPropertyName = "Weight";
|
|
|
dataGridViewCellStyle26.Format = "#0.######";
|
|
|
this.R_Weight.DefaultCellStyle = dataGridViewCellStyle26;
|
|
|
this.R_Weight.HeaderText = "重量";
|
|
|
this.R_Weight.Name = "R_Weight";
|
|
|
this.R_Weight.ReadOnly = true;
|
|
|
//
|
|
|
// R_DiffWeight
|
|
|
//
|
|
|
this.R_DiffWeight.DataPropertyName = "DiffWeight";
|
|
|
dataGridViewCellStyle27.Format = "#0.######";
|
|
|
this.R_DiffWeight.DefaultCellStyle = dataGridViewCellStyle27;
|
|
|
this.R_DiffWeight.HeaderText = "差异";
|
|
|
this.R_DiffWeight.Name = "R_DiffWeight";
|
|
|
this.R_DiffWeight.ReadOnly = true;
|
|
|
//
|
|
|
// R_Operator
|
|
|
//
|
|
|
this.R_Operator.DataPropertyName = "Operator";
|
|
|
this.R_Operator.HeaderText = "操作员";
|
|
|
this.R_Operator.Name = "R_Operator";
|
|
|
this.R_Operator.ReadOnly = true;
|
|
|
//
|
|
|
// R_Time
|
|
|
//
|
|
|
this.R_Time.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.R_Time.DataPropertyName = "Time";
|
|
|
this.R_Time.HeaderText = "时间";
|
|
|
this.R_Time.MinimumWidth = 100;
|
|
|
this.R_Time.Name = "R_Time";
|
|
|
this.R_Time.ReadOnly = true;
|
|
|
//
|
|
|
// R_DeleteTime
|
|
|
//
|
|
|
this.R_DeleteTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.R_DeleteTime.DataPropertyName = "DeleteTime";
|
|
|
this.R_DeleteTime.HeaderText = "删除时间";
|
|
|
this.R_DeleteTime.MinimumWidth = 100;
|
|
|
this.R_DeleteTime.Name = "R_DeleteTime";
|
|
|
this.R_DeleteTime.ReadOnly = true;
|
|
|
//
|
|
|
// R_Deleter
|
|
|
//
|
|
|
this.R_Deleter.DataPropertyName = "Deleter";
|
|
|
this.R_Deleter.HeaderText = "删除人";
|
|
|
this.R_Deleter.Name = "R_Deleter";
|
|
|
this.R_Deleter.ReadOnly = true;
|
|
|
//
|
|
|
// WeightDeleteRecord
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.White;
|
|
|
this.ClientSize = new System.Drawing.Size(1175, 528);
|
|
|
this.Controls.Add(this.closeBtn);
|
|
|
this.Controls.Add(this.uDataGridView1);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
this.MinimizeBox = false;
|
|
|
this.Name = "WeightDeleteRecord";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "删除记录";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private WinFormControl.UDataGridView uDataGridView1;
|
|
|
private Controls.ColorButton closeBtn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_ID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_Idx;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_BarCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_Goods_Code;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_Goods_Name;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_Number;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_InStoreWeight;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_Weight;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_DiffWeight;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_Operator;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_Time;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_DeleteTime;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_Deleter;
|
|
|
}
|
|
|
}
|