BaoKai_202508-Wcs-Jingwang..../WCSIce/FormBarCode.Designer.cs

338 lines
16 KiB
C#
Raw Normal View History

2025-08-24 12:51:29 +08:00
namespace WCS
{
partial class FormBarCode
{
/// <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()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.gridControl4 = new DevExpress.XtraGrid.GridControl();
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.label3 = new System.Windows.Forms.Label();
this.txtInfo = new System.Windows.Forms.TextBox();
this.groupBox9 = new System.Windows.Forms.GroupBox();
this.SysInfo = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
this.groupBox9.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.gridControl4);
this.groupBox1.Location = new System.Drawing.Point(12, 262);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(847, 324);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "物料信息";
//
// gridControl4
//
this.gridControl4.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl4.Location = new System.Drawing.Point(3, 17);
this.gridControl4.MainView = this.gridView4;
this.gridControl4.Name = "gridControl4";
this.gridControl4.Size = new System.Drawing.Size(841, 304);
this.gridControl4.TabIndex = 1;
this.gridControl4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView4});
//
// gridView4
//
this.gridView4.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView4.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn16,
this.gridColumn13,
this.gridColumn14,
this.gridColumn15,
this.gridColumn1,
this.gridColumn2,
this.gridColumn4,
this.gridColumn5,
this.gridColumn6,
this.gridColumn7,
this.gridColumn8,
this.gridColumn3});
this.gridView4.GridControl = this.gridControl4;
this.gridView4.Name = "gridView4";
this.gridView4.OptionsFind.AlwaysVisible = true;
this.gridView4.OptionsView.ColumnAutoWidth = false;
this.gridView4.OptionsView.EnableAppearanceEvenRow = true;
this.gridView4.OptionsView.ShowFooter = true;
this.gridView4.OptionsView.ShowGroupPanel = false;
this.gridView4.DoubleClick += new System.EventHandler(this.gridView4_DoubleClick);
//
// gridColumn16
//
this.gridColumn16.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn16.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn16.Caption = "批号";
this.gridColumn16.FieldName = "BARCODE";
this.gridColumn16.Name = "gridColumn16";
this.gridColumn16.OptionsColumn.AllowEdit = false;
this.gridColumn16.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "BARCODE", "{0}")});
this.gridColumn16.Visible = true;
this.gridColumn16.VisibleIndex = 0;
this.gridColumn16.Width = 180;
//
// gridColumn13
//
this.gridColumn13.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn13.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn13.Caption = "物料编号";
this.gridColumn13.FieldName = "GOODS_ID";
this.gridColumn13.Name = "gridColumn13";
this.gridColumn13.OptionsColumn.AllowEdit = false;
this.gridColumn13.Visible = true;
this.gridColumn13.VisibleIndex = 1;
this.gridColumn13.Width = 100;
//
// gridColumn14
//
this.gridColumn14.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn14.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn14.Caption = "物料名称";
this.gridColumn14.FieldName = "GOODS_NAME";
this.gridColumn14.Name = "gridColumn14";
this.gridColumn14.OptionsColumn.AllowEdit = false;
this.gridColumn14.Visible = true;
this.gridColumn14.VisibleIndex = 2;
this.gridColumn14.Width = 150;
//
// gridColumn15
//
this.gridColumn15.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn15.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn15.Caption = "规格";
this.gridColumn15.FieldName = "SPECIFICATION";
this.gridColumn15.Name = "gridColumn15";
this.gridColumn15.OptionsColumn.AllowEdit = false;
this.gridColumn15.Visible = true;
this.gridColumn15.VisibleIndex = 3;
this.gridColumn15.Width = 70;
//
// gridColumn1
//
this.gridColumn1.Caption = "长度";
this.gridColumn1.FieldName = "GLENGTH";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.OptionsColumn.AllowEdit = false;
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 4;
this.gridColumn1.Width = 70;
//
// gridColumn2
//
this.gridColumn2.Caption = "微粉厂家";
this.gridColumn2.FieldName = "PROVIDER_ID";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.OptionsColumn.AllowEdit = false;
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 5;
this.gridColumn2.Width = 70;
//
// gridColumn3
//
this.gridColumn3.Caption = "日期";
this.gridColumn3.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn3.FieldName = "CREATE_DATE";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.OptionsColumn.AllowEdit = false;
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 11;
this.gridColumn3.Width = 120;
//
// gridColumn4
//
this.gridColumn4.Caption = "工字轮编号";
this.gridColumn4.FieldName = "gzlid";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.OptionsColumn.AllowEdit = false;
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 6;
this.gridColumn4.Width = 100;
//
// gridColumn5
//
this.gridColumn5.Caption = "工字轮名称";
this.gridColumn5.FieldName = "gzlname";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.OptionsColumn.AllowEdit = false;
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 7;
this.gridColumn5.Width = 100;
//
// gridColumn6
//
this.gridColumn6.Caption = "绕线间距";
this.gridColumn6.FieldName = "rxjj";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.OptionsColumn.AllowEdit = false;
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 8;
this.gridColumn6.Width = 90;
//
// gridColumn7
//
this.gridColumn7.Caption = "张力";
this.gridColumn7.FieldName = "rxzl";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.OptionsColumn.AllowEdit = false;
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 9;
this.gridColumn7.Width = 80;
//
// gridColumn8
//
this.gridColumn8.Caption = "线径";
this.gridColumn8.FieldName = "rxxj";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.OptionsColumn.AllowEdit = false;
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 10;
this.gridColumn8.Width = 80;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(28, 31);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(55, 25);
this.label3.TabIndex = 181;
this.label3.Text = "批号:";
//
// txtInfo
//
this.txtInfo.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInfo.Location = new System.Drawing.Point(93, 24);
this.txtInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtInfo.Name = "txtInfo";
this.txtInfo.Size = new System.Drawing.Size(565, 41);
this.txtInfo.TabIndex = 180;
this.txtInfo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInfo_KeyDown);
this.txtInfo.Leave += new System.EventHandler(this.txtInfo_Leave);
//
// groupBox9
//
this.groupBox9.Controls.Add(this.SysInfo);
this.groupBox9.Location = new System.Drawing.Point(15, 89);
this.groupBox9.Margin = new System.Windows.Forms.Padding(2);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Padding = new System.Windows.Forms.Padding(2);
this.groupBox9.Size = new System.Drawing.Size(841, 168);
this.groupBox9.TabIndex = 182;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "交互信息";
//
// SysInfo
//
this.SysInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.SysInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.SysInfo.Location = new System.Drawing.Point(2, 16);
this.SysInfo.Multiline = true;
this.SysInfo.Name = "SysInfo";
this.SysInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.SysInfo.Size = new System.Drawing.Size(837, 150);
this.SysInfo.TabIndex = 0;
//
// button1
//
this.button1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(675, 24);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 41);
this.button1.TabIndex = 183;
this.button1.Text = "刷新";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// FormBarCode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(871, 598);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox9);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtInfo);
this.Controls.Add(this.groupBox1);
this.Name = "FormBarCode";
this.Text = "批号条码打印";
this.Load += new System.EventHandler(this.FormBarCode_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
this.groupBox9.ResumeLayout(false);
this.groupBox9.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraGrid.GridControl gridControl4;
private DevExpress.XtraGrid.Views.Grid.GridView gridView4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtInfo;
private System.Windows.Forms.GroupBox groupBox9;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox SysInfo;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
}
}