BaoKai_202508-Wms-Jingwang..../WMS.Ctrl/DevExpressCustom/FrmGroupList.designer.cs
2025-08-24 09:35:55 +08:00

138 lines
6.7 KiB
C#

namespace WMS.Ctrl
{
partial class FrmGroupList
{
/// <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.gridControl1 = new WMS.Ctrl.GridControlCustom();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.bExport = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.ColorApprove = System.Drawing.Color.Empty;
this.gridControl1.ColorApproveValue = null;
this.gridControl1.ColorPass = System.Drawing.Color.Empty;
this.gridControl1.ColorPassValue = null;
this.gridControl1.ColorRepeal = System.Drawing.Color.Empty;
this.gridControl1.ColorRepealValue = null;
this.gridControl1.ColorReWork = System.Drawing.Color.Empty;
this.gridControl1.ColorReWorkValue = null;
this.gridControl1.ColorSelectedRow = System.Drawing.Color.Empty;
this.gridControl1.ColorShortage = System.Drawing.Color.Empty;
this.gridControl1.ColorShortageFlagColumn = null;
this.gridControl1.ColorShortageValue = null;
this.gridControl1.ColorUnExecute = System.Drawing.Color.Empty;
this.gridControl1.ColorUnExecuteValue = null;
this.gridControl1.ColorUnPass = System.Drawing.Color.Empty;
this.gridControl1.ColorUnPassValue = null;
this.gridControl1.ColorVerify = System.Drawing.Color.Empty;
this.gridControl1.ColorVerifyFlagColumn = null;
this.gridControl1.ColorVerifyValue = null;
this.gridControl1.ColorWarning = System.Drawing.Color.Empty;
this.gridControl1.ColorWarningValue = null;
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.EnableAppearanceEvenRow = true;
this.gridControl1.IndicatorWidth = 40;
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.ShowRowID = true;
this.gridControl1.Size = new System.Drawing.Size(758, 455);
this.gridControl1.TabIndex = 11;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
this.gridView1.GridControl = this.gridControl1;
this.gridView1.IndicatorWidth = 40;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsSelection.MultiSelect = true;
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
this.gridView1.OptionsView.ShowFooter = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.bExport);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox1.Location = new System.Drawing.Point(0, 455);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(758, 48);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
//
// bExport
//
this.bExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bExport.Image = global::WMS.Ctrl.Properties.Resources.SaveAsWebPageHS;
this.bExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.bExport.Location = new System.Drawing.Point(653, 17);
this.bExport.Name = "bExport";
this.bExport.Size = new System.Drawing.Size(93, 25);
this.bExport.TabIndex = 5;
this.bExport.Text = "导 出(&E)";
this.bExport.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.bExport.UseVisualStyleBackColor = true;
this.bExport.Click += new System.EventHandler(this.bExport_Click);
//
// FrmGroupList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(758, 503);
this.Controls.Add(this.gridControl1);
this.Controls.Add(this.groupBox1);
this.Name = "FrmGroupList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "列表汇总查询";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private WMS.Ctrl.GridControlCustom gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button bExport;
}
}