namespace ICSSoft.Frame.APP
{
partial class UserControlDrawShow
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.rdoLOTNO = new System.Windows.Forms.RadioButton();
this.btnDownload = new DevExpress.XtraEditors.SimpleButton();
this.txtType = new System.Windows.Forms.ComboBox();
this.txtLOTNO = new DevExpress.XtraEditors.TextEdit();
this.txtFileID = new DevExpress.XtraEditors.TextEdit();
this.rdoFileID = new System.Windows.Forms.RadioButton();
this.chkType = new System.Windows.Forms.CheckBox();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colFileID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFileName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFileVer = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFileFormat = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVerNum = new DevExpress.XtraGrid.Columns.GridColumn();
this.repPrintList = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.colItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colItemStd = new DevExpress.XtraGrid.Columns.GridColumn();
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtFileID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repPrintList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 7;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.0587F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.5496F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.34056F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.42687F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.95418F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.67008F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 92F));
this.tableLayoutPanel1.Controls.Add(this.rdoLOTNO, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btnDownload, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.txtType, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.txtLOTNO, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.txtFileID, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.rdoFileID, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.chkType, 4, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.MinimumSize = new System.Drawing.Size(600, 50);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(933, 50);
this.tableLayoutPanel1.TabIndex = 139;
//
// rdoLOTNO
//
this.rdoLOTNO.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.rdoLOTNO.AutoSize = true;
this.rdoLOTNO.Location = new System.Drawing.Point(51, 17);
this.rdoLOTNO.Name = "rdoLOTNO";
this.rdoLOTNO.Size = new System.Drawing.Size(89, 16);
this.rdoLOTNO.TabIndex = 23;
this.rdoLOTNO.Text = "产品跟踪单号:";
this.rdoLOTNO.UseVisualStyleBackColor = true;
this.rdoLOTNO.CheckedChanged += new System.EventHandler(this.rdoLOTNO_CheckedChanged);
//
// btnDownload
//
this.btnDownload.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.btnDownload.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.btnDownload.Appearance.Options.UseFont = true;
this.btnDownload.Location = new System.Drawing.Point(842, 11);
this.btnDownload.Name = "btnDownload";
this.btnDownload.Size = new System.Drawing.Size(75, 28);
this.btnDownload.TabIndex = 19;
this.btnDownload.Text = "查看";
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
//
// txtType
//
this.txtType.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtType.FormattingEnabled = true;
this.txtType.Location = new System.Drawing.Point(702, 15);
this.txtType.Name = "txtType";
this.txtType.Size = new System.Drawing.Size(125, 20);
this.txtType.TabIndex = 137;
//
// txtLOTNO
//
this.txtLOTNO.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtLOTNO.Location = new System.Drawing.Point(146, 15);
this.txtLOTNO.Name = "txtLOTNO";
this.txtLOTNO.Size = new System.Drawing.Size(131, 20);
this.txtLOTNO.TabIndex = 21;
//
// txtFileID
//
this.txtFileID.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtFileID.Location = new System.Drawing.Point(422, 15);
this.txtFileID.Name = "txtFileID";
this.txtFileID.Size = new System.Drawing.Size(131, 20);
this.txtFileID.TabIndex = 20;
this.txtFileID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFileID_KeyPress);
//
// rdoFileID
//
this.rdoFileID.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.rdoFileID.AutoSize = true;
this.rdoFileID.Location = new System.Drawing.Point(339, 17);
this.rdoFileID.Name = "rdoFileID";
this.rdoFileID.Size = new System.Drawing.Size(77, 16);
this.rdoFileID.TabIndex = 22;
this.rdoFileID.Text = "存货编码:";
this.rdoFileID.UseVisualStyleBackColor = true;
this.rdoFileID.CheckedChanged += new System.EventHandler(this.rdoFileID_CheckedChanged);
//
// chkType
//
this.chkType.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.chkType.AutoSize = true;
this.chkType.Location = new System.Drawing.Point(618, 17);
this.chkType.Name = "chkType";
this.chkType.Size = new System.Drawing.Size(78, 16);
this.chkType.TabIndex = 139;
this.chkType.Text = "文件类型:";
this.chkType.UseVisualStyleBackColor = true;
//
// groupControl1
//
this.groupControl1.Controls.Add(this.grdDetail);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl1.Location = new System.Drawing.Point(0, 50);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(933, 443);
this.groupControl1.TabIndex = 140;
this.groupControl1.Text = "详细信息";
//
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdDetail.Location = new System.Drawing.Point(2, 22);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repPrintList});
this.grdDetail.Size = new System.Drawing.Size(929, 419);
this.grdDetail.TabIndex = 1;
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetail,
this.grvAdvDetail});
//
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colFileID,
this.colFileName,
this.colFileVer,
this.colFileFormat,
this.colVerNum,
this.colItemCode,
this.colItemName,
this.colItemStd});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 40;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsSelection.MultiSelect = true;
this.grvDetail.OptionsView.ColumnAutoWidth = false;
this.grvDetail.OptionsView.ShowFooter = true;
this.grvDetail.OptionsView.ShowGroupPanel = false;
//
// colFileID
//
this.colFileID.Caption = "文件编号";
this.colFileID.FieldName = "FileID";
this.colFileID.Name = "colFileID";
this.colFileID.OptionsColumn.AllowEdit = false;
this.colFileID.Visible = true;
this.colFileID.VisibleIndex = 3;
//
// colFileName
//
this.colFileName.Caption = "文件名称";
this.colFileName.FieldName = "FileName";
this.colFileName.Name = "colFileName";
this.colFileName.OptionsColumn.AllowEdit = false;
this.colFileName.Visible = true;
this.colFileName.VisibleIndex = 4;
this.colFileName.Width = 128;
//
// colFileVer
//
this.colFileVer.Caption = "文件版本";
this.colFileVer.FieldName = "FileVer";
this.colFileVer.Name = "colFileVer";
this.colFileVer.OptionsColumn.AllowEdit = false;
this.colFileVer.Visible = true;
this.colFileVer.VisibleIndex = 5;
//
// colFileFormat
//
this.colFileFormat.Caption = "文件格式";
this.colFileFormat.FieldName = "FileFormat";
this.colFileFormat.Name = "colFileFormat";
this.colFileFormat.OptionsColumn.AllowEdit = false;
this.colFileFormat.Visible = true;
this.colFileFormat.VisibleIndex = 6;
//
// colVerNum
//
this.colVerNum.Caption = "查看";
this.colVerNum.ColumnEdit = this.repPrintList;
this.colVerNum.FieldName = "VerNum";
this.colVerNum.Name = "colVerNum";
this.colVerNum.Visible = true;
this.colVerNum.VisibleIndex = 7;
//
// repPrintList
//
this.repPrintList.AutoHeight = false;
this.repPrintList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.repPrintList.Name = "repPrintList";
this.repPrintList.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repPrintList.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.fileRead_ButtonClick);
//
// colItemCode
//
this.colItemCode.Caption = "存货编码";
this.colItemCode.FieldName = "ItemCode";
this.colItemCode.Name = "colItemCode";
this.colItemCode.Visible = true;
this.colItemCode.VisibleIndex = 0;
//
// colItemName
//
this.colItemName.Caption = "存货名称";
this.colItemName.FieldName = "ItemName";
this.colItemName.Name = "colItemName";
this.colItemName.Visible = true;
this.colItemName.VisibleIndex = 1;
//
// colItemStd
//
this.colItemStd.Caption = "产品规格";
this.colItemStd.FieldName = "ItemStd";
this.colItemStd.Name = "colItemStd";
this.colItemStd.Visible = true;
this.colItemStd.VisibleIndex = 2;
//
// grvAdvDetail
//
this.grvAdvDetail.GridControl = this.grdDetail;
this.grvAdvDetail.Name = "grvAdvDetail";
this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
this.grvAdvDetail.OptionsSelection.MultiSelect = true;
this.grvAdvDetail.OptionsView.ShowFooter = true;
this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
//
// UserControlDrawShow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupControl1);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "UserControlDrawShow";
this.Size = new System.Drawing.Size(933, 493);
this.Load += new System.EventHandler(this.UserControlDrawShow_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtFileID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repPrintList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RadioButton rdoFileID;
private System.Windows.Forms.RadioButton rdoLOTNO;
private DevExpress.XtraEditors.TextEdit txtLOTNO;
private DevExpress.XtraEditors.TextEdit txtFileID;
public DevExpress.XtraEditors.SimpleButton btnDownload;
private System.Windows.Forms.ComboBox txtType;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.CheckBox chkType;
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn colFileID;
private DevExpress.XtraGrid.Columns.GridColumn colFileName;
private DevExpress.XtraGrid.Columns.GridColumn colFileVer;
private DevExpress.XtraGrid.Columns.GridColumn colFileFormat;
private DevExpress.XtraGrid.Columns.GridColumn colVerNum;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repPrintList;
private DevExpress.XtraGrid.Columns.GridColumn colItemCode;
private DevExpress.XtraGrid.Columns.GridColumn colItemName;
private DevExpress.XtraGrid.Columns.GridColumn colItemStd;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
}
}