namespace ZJ_BYD { partial class SearchResult { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchResult)); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.picminimize = new DevExpress.XtraEditors.PictureEdit(); this.loginpic = new DevExpress.XtraEditors.PictureEdit(); this.lblClose = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.dtEnd = new DevExpress.XtraEditors.DateEdit(); this.btnsearch = new DevExpress.XtraEditors.SimpleButton(); this.dtBegin = new DevExpress.XtraEditors.DateEdit(); this.btnexport = new DevExpress.XtraEditors.SimpleButton(); this.txtkeyword = new DevExpress.XtraEditors.TextEdit(); this.lblkeyword = new DevExpress.XtraEditors.LabelControl(); this.gridPage1 = new ZJ_BYD.UserControls.GridPage(); this.gridResult = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.Id = new DevExpress.XtraGrid.Columns.GridColumn(); this.CreatedTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.StrIsUpload = new DevExpress.XtraGrid.Columns.GridColumn(); this.UploadMsg = new DevExpress.XtraGrid.Columns.GridColumn(); this.StrSysMode = new DevExpress.XtraGrid.Columns.GridColumn(); this.LoginUser = new DevExpress.XtraGrid.Columns.GridColumn(); this.StationCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.StationName = new DevExpress.XtraGrid.Columns.GridColumn(); this.ProductSfcCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.BarCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.TotalStatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.BulkParts = new DevExpress.XtraGrid.Columns.GridColumn(); this.SplashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ZJ_BYD.WaitForm1), true, true); this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.cmbMode = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.cmbIsUpload = new DevExpress.XtraEditors.ComboBoxEdit(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picminimize.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.loginpic.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEnd.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEnd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtBegin.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtBegin.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtkeyword.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridResult)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit(); this.tablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbMode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbIsUpload.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.picminimize); this.panelControl1.Controls.Add(this.loginpic); this.panelControl1.Controls.Add(this.lblClose); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Margin = new System.Windows.Forms.Padding(4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1428, 44); this.panelControl1.TabIndex = 3; // // picminimize // this.picminimize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.picminimize.EditValue = ((object)(resources.GetObject("picminimize.EditValue"))); this.picminimize.Location = new System.Drawing.Point(1327, 19); this.picminimize.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.picminimize.Name = "picminimize"; this.picminimize.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.picminimize.Size = new System.Drawing.Size(33, 5); this.picminimize.TabIndex = 4; this.picminimize.Visible = false; this.picminimize.Click += new System.EventHandler(this.picminimize_Click); // // loginpic // this.loginpic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.loginpic.Dock = System.Windows.Forms.DockStyle.Left; this.loginpic.Location = new System.Drawing.Point(0, 0); this.loginpic.Margin = new System.Windows.Forms.Padding(4); this.loginpic.Name = "loginpic"; this.loginpic.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.loginpic.Properties.Appearance.Options.UseBackColor = true; this.loginpic.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.loginpic.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.loginpic.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch; this.loginpic.Size = new System.Drawing.Size(83, 44); this.loginpic.TabIndex = 3; // // lblClose // this.lblClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblClose.Appearance.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblClose.Appearance.ForeColor = System.Drawing.Color.White; this.lblClose.Appearance.Options.UseFont = true; this.lblClose.Appearance.Options.UseForeColor = true; this.lblClose.Location = new System.Drawing.Point(1389, 1); this.lblClose.Margin = new System.Windows.Forms.Padding(4); this.lblClose.Name = "lblClose"; this.lblClose.Size = new System.Drawing.Size(23, 39); this.lblClose.TabIndex = 2; this.lblClose.Text = "×"; this.lblClose.Click += new System.EventHandler(this.lblClose_Click); // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl4.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Appearance.Options.UseForeColor = true; this.labelControl4.Location = new System.Drawing.Point(98, 14); this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(64, 21); this.labelControl4.TabIndex = 1; this.labelControl4.Text = "结果查询"; // // dtEnd // this.tablePanel1.SetColumn(this.dtEnd, 3); this.dtEnd.Dock = System.Windows.Forms.DockStyle.Fill; this.dtEnd.EditValue = null; this.dtEnd.Location = new System.Drawing.Point(328, 9); this.dtEnd.Margin = new System.Windows.Forms.Padding(4, 9, 4, 9); this.dtEnd.Name = "dtEnd"; this.dtEnd.Properties.Appearance.BackColor = System.Drawing.Color.White; this.dtEnd.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.dtEnd.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.dtEnd.Properties.Appearance.Options.UseBackColor = true; this.dtEnd.Properties.Appearance.Options.UseFont = true; this.dtEnd.Properties.Appearance.Options.UseForeColor = true; this.dtEnd.Properties.Appearance.Options.UseTextOptions = true; this.dtEnd.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.dtEnd.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 9F); this.dtEnd.Properties.AppearanceDropDown.Options.UseFont = true; this.dtEnd.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 9F); this.dtEnd.Properties.AppearanceFocused.Options.UseFont = true; this.dtEnd.Properties.AutoHeight = false; this.dtEnd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.dtEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dtEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dtEnd.Properties.DisplayFormat.FormatString = "yyyy-MM-dd"; this.dtEnd.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.tablePanel1.SetRow(this.dtEnd, 0); this.dtEnd.Size = new System.Drawing.Size(116, 24); this.dtEnd.TabIndex = 28; // // btnsearch // this.btnsearch.Appearance.BackColor = System.Drawing.Color.Transparent; this.btnsearch.Appearance.BorderColor = System.Drawing.Color.Black; this.btnsearch.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.btnsearch.Appearance.ForeColor = System.Drawing.Color.White; this.btnsearch.Appearance.Options.UseBackColor = true; this.btnsearch.Appearance.Options.UseBorderColor = true; this.btnsearch.Appearance.Options.UseFont = true; this.btnsearch.Appearance.Options.UseForeColor = true; this.btnsearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnsearch.BackgroundImage"))); this.btnsearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.tablePanel1.SetColumn(this.btnsearch, 10); this.btnsearch.Dock = System.Windows.Forms.DockStyle.Fill; this.btnsearch.Location = new System.Drawing.Point(1207, 4); this.btnsearch.Margin = new System.Windows.Forms.Padding(4); this.btnsearch.Name = "btnsearch"; this.btnsearch.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light; this.tablePanel1.SetRow(this.btnsearch, 0); this.btnsearch.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btnsearch.Size = new System.Drawing.Size(92, 34); this.btnsearch.TabIndex = 24; this.btnsearch.Text = "查询"; this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click); // // dtBegin // this.tablePanel1.SetColumn(this.dtBegin, 1); this.dtBegin.Dock = System.Windows.Forms.DockStyle.Fill; this.dtBegin.EditValue = null; this.dtBegin.Location = new System.Drawing.Point(104, 9); this.dtBegin.Margin = new System.Windows.Forms.Padding(4, 9, 4, 9); this.dtBegin.Name = "dtBegin"; this.dtBegin.Properties.Appearance.BackColor = System.Drawing.Color.White; this.dtBegin.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.dtBegin.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.dtBegin.Properties.Appearance.Options.UseBackColor = true; this.dtBegin.Properties.Appearance.Options.UseFont = true; this.dtBegin.Properties.Appearance.Options.UseForeColor = true; this.dtBegin.Properties.Appearance.Options.UseTextOptions = true; this.dtBegin.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.dtBegin.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 9F); this.dtBegin.Properties.AppearanceDropDown.Options.UseFont = true; this.dtBegin.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 9F); this.dtBegin.Properties.AppearanceFocused.Options.UseFont = true; this.dtBegin.Properties.AutoHeight = false; serializableAppearanceObject1.BackColor = System.Drawing.Color.White; serializableAppearanceObject1.Options.UseBackColor = true; serializableAppearanceObject3.BackColor = System.Drawing.Color.White; serializableAppearanceObject3.Options.UseBackColor = true; this.dtBegin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.dtBegin.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dtBegin.Properties.DisplayFormat.FormatString = "yyyy-MM-dd"; this.dtBegin.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.tablePanel1.SetRow(this.dtBegin, 0); this.dtBegin.Size = new System.Drawing.Size(116, 24); this.dtBegin.TabIndex = 29; // // btnexport // this.btnexport.Appearance.BackColor = System.Drawing.Color.Transparent; this.btnexport.Appearance.BorderColor = System.Drawing.Color.Black; this.btnexport.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.btnexport.Appearance.ForeColor = System.Drawing.Color.White; this.btnexport.Appearance.Options.UseBackColor = true; this.btnexport.Appearance.Options.UseBorderColor = true; this.btnexport.Appearance.Options.UseFont = true; this.btnexport.Appearance.Options.UseForeColor = true; this.btnexport.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnexport.BackgroundImage"))); this.btnexport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.tablePanel1.SetColumn(this.btnexport, 12); this.btnexport.Dock = System.Windows.Forms.DockStyle.Fill; this.btnexport.Location = new System.Drawing.Point(1332, 4); this.btnexport.Margin = new System.Windows.Forms.Padding(4, 4, 7, 4); this.btnexport.Name = "btnexport"; this.btnexport.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light; this.tablePanel1.SetRow(this.btnexport, 0); this.btnexport.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btnexport.Size = new System.Drawing.Size(89, 34); this.btnexport.TabIndex = 24; this.btnexport.Text = "导出Excel"; this.btnexport.Click += new System.EventHandler(this.btnexport_Click); // // txtkeyword // this.tablePanel1.SetColumn(this.txtkeyword, 9); this.txtkeyword.Dock = System.Windows.Forms.DockStyle.Fill; this.txtkeyword.EditValue = ""; this.txtkeyword.Location = new System.Drawing.Point(959, 3); this.txtkeyword.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.txtkeyword.Name = "txtkeyword"; this.txtkeyword.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.txtkeyword.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtkeyword.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.txtkeyword.Properties.Appearance.Options.UseBackColor = true; this.txtkeyword.Properties.Appearance.Options.UseFont = true; this.txtkeyword.Properties.Appearance.Options.UseForeColor = true; this.txtkeyword.Properties.AutoHeight = false; this.txtkeyword.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.txtkeyword.Properties.NullValuePrompt = "请输入(工位、机壳条码、标签码)关键字"; this.tablePanel1.SetRow(this.txtkeyword, 0); this.txtkeyword.Size = new System.Drawing.Size(240, 36); this.txtkeyword.TabIndex = 1; // // lblkeyword // this.lblkeyword.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.lblkeyword.Appearance.ForeColor = System.Drawing.Color.White; this.lblkeyword.Appearance.Options.UseFont = true; this.lblkeyword.Appearance.Options.UseForeColor = true; this.lblkeyword.Appearance.Options.UseTextOptions = true; this.lblkeyword.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel1.SetColumn(this.lblkeyword, 8); this.lblkeyword.Dock = System.Windows.Forms.DockStyle.Fill; this.lblkeyword.Location = new System.Drawing.Point(879, 3); this.lblkeyword.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.lblkeyword.Name = "lblkeyword"; this.tablePanel1.SetRow(this.lblkeyword, 0); this.lblkeyword.Size = new System.Drawing.Size(72, 36); this.lblkeyword.TabIndex = 0; this.lblkeyword.Text = "关键字:"; // // gridPage1 // this.gridPage1.Dock = System.Windows.Forms.DockStyle.Bottom; this.gridPage1.Location = new System.Drawing.Point(0, 572); this.gridPage1.Name = "gridPage1"; this.gridPage1.Size = new System.Drawing.Size(1428, 37); this.gridPage1.TabIndex = 10; // // gridResult // this.gridResult.Dock = System.Windows.Forms.DockStyle.Fill; this.gridResult.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4); this.gridResult.Font = new System.Drawing.Font("微软雅黑", 9F); this.gridResult.Location = new System.Drawing.Point(3, 3); this.gridResult.MainView = this.gridView1; this.gridResult.Margin = new System.Windows.Forms.Padding(0); this.gridResult.Name = "gridResult"; this.gridResult.Size = new System.Drawing.Size(1422, 480); this.gridResult.TabIndex = 11; this.gridResult.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.gridView1.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.gridView1.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.gridView1.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gridView1.Appearance.ColumnFilterButton.Options.UseBackColor = true; this.gridView1.Appearance.ColumnFilterButton.Options.UseBorderColor = true; this.gridView1.Appearance.ColumnFilterButton.Options.UseForeColor = true; this.gridView1.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gridView1.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243))))); this.gridView1.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gridView1.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true; this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true; this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true; this.gridView1.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.gridView1.Appearance.Empty.Options.UseBackColor = true; this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.gridView1.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.EvenRow.Options.UseBackColor = true; this.gridView1.Appearance.EvenRow.Options.UseForeColor = true; this.gridView1.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gridView1.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gridView1.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gridView1.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gridView1.Appearance.FilterCloseButton.Options.UseBackColor = true; this.gridView1.Appearance.FilterCloseButton.Options.UseBorderColor = true; this.gridView1.Appearance.FilterCloseButton.Options.UseForeColor = true; this.gridView1.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gridView1.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.FilterPanel.Options.UseBackColor = true; this.gridView1.Appearance.FilterPanel.Options.UseForeColor = true; this.gridView1.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.gridView1.Appearance.FixedLine.Options.UseBackColor = true; this.gridView1.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.FocusedCell.Options.UseForeColor = true; this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197))))); this.gridView1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true; this.gridView1.Appearance.FocusedRow.Options.UseForeColor = true; this.gridView1.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gridView1.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gridView1.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gridView1.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gridView1.Appearance.FooterPanel.Options.UseBackColor = true; this.gridView1.Appearance.FooterPanel.Options.UseBorderColor = true; this.gridView1.Appearance.FooterPanel.Options.UseForeColor = true; this.gridView1.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gridView1.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gridView1.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.GroupButton.Options.UseBackColor = true; this.gridView1.Appearance.GroupButton.Options.UseBorderColor = true; this.gridView1.Appearance.GroupButton.Options.UseForeColor = true; this.gridView1.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gridView1.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gridView1.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.GroupFooter.Options.UseBackColor = true; this.gridView1.Appearance.GroupFooter.Options.UseBorderColor = true; this.gridView1.Appearance.GroupFooter.Options.UseForeColor = true; this.gridView1.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true; this.gridView1.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gridView1.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gridView1.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.gridView1.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.GroupRow.Options.UseBackColor = true; this.gridView1.Appearance.GroupRow.Options.UseBorderColor = true; this.gridView1.Appearance.GroupRow.Options.UseFont = true; this.gridView1.Appearance.GroupRow.Options.UseForeColor = true; this.gridView1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.gridView1.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gridView1.Appearance.HeaderPanel.Options.UseBackColor = true; this.gridView1.Appearance.HeaderPanel.Options.UseForeColor = true; this.gridView1.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228))))); this.gridView1.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251))))); this.gridView1.Appearance.HideSelectionRow.Options.UseBackColor = true; this.gridView1.Appearance.HideSelectionRow.Options.UseForeColor = true; this.gridView1.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gridView1.Appearance.HorzLine.Options.UseBackColor = true; this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.White; this.gridView1.Appearance.OddRow.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.OddRow.Options.UseBackColor = true; this.gridView1.Appearance.OddRow.Options.UseForeColor = true; this.gridView1.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255))))); this.gridView1.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185))))); this.gridView1.Appearance.Preview.Options.UseBackColor = true; this.gridView1.Appearance.Preview.Options.UseForeColor = true; this.gridView1.Appearance.Row.BackColor = System.Drawing.Color.White; this.gridView1.Appearance.Row.ForeColor = System.Drawing.Color.Black; this.gridView1.Appearance.Row.Options.UseBackColor = true; this.gridView1.Appearance.Row.Options.UseForeColor = true; this.gridView1.Appearance.RowSeparator.BackColor = System.Drawing.Color.White; this.gridView1.Appearance.RowSeparator.Options.UseBackColor = true; this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217))))); this.gridView1.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White; this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true; this.gridView1.Appearance.SelectedRow.Options.UseForeColor = true; this.gridView1.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gridView1.Appearance.VertLine.Options.UseBackColor = true; this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.gridView1.ColumnPanelRowHeight = 39; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.Id, this.CreatedTime, this.StrIsUpload, this.UploadMsg, this.StrSysMode, this.LoginUser, this.StationCode, this.StationName, this.ProductSfcCode, this.BarCode, this.TotalStatus, this.BulkParts}); this.gridView1.DetailHeight = 340; this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.gridView1.GridControl = this.gridResult; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect; this.gridView1.OptionsView.ColumnAutoWidth = false; this.gridView1.OptionsView.EnableAppearanceEvenRow = true; this.gridView1.OptionsView.EnableAppearanceOddRow = true; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.PaintStyleName = "Flat"; this.gridView1.RowHeight = 29; this.gridView1.ViewCaptionHeight = 48; // // Id // this.Id.Caption = "Id"; this.Id.FieldName = "Id"; this.Id.MinWidth = 27; this.Id.Name = "Id"; this.Id.Width = 52; // // CreatedTime // this.CreatedTime.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.CreatedTime.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.CreatedTime.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.CreatedTime.AppearanceCell.Options.UseBackColor = true; this.CreatedTime.AppearanceCell.Options.UseFont = true; this.CreatedTime.AppearanceCell.Options.UseForeColor = true; this.CreatedTime.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.CreatedTime.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F); this.CreatedTime.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.CreatedTime.AppearanceHeader.Options.UseBackColor = true; this.CreatedTime.AppearanceHeader.Options.UseFont = true; this.CreatedTime.AppearanceHeader.Options.UseForeColor = true; this.CreatedTime.Caption = "创建时间"; this.CreatedTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.CreatedTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.CreatedTime.FieldName = "CreatedTime"; this.CreatedTime.MinWidth = 219; this.CreatedTime.Name = "CreatedTime"; this.CreatedTime.OptionsColumn.AllowFocus = false; this.CreatedTime.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.CreatedTime.OptionsFilter.AllowFilter = false; this.CreatedTime.Visible = true; this.CreatedTime.VisibleIndex = 1; this.CreatedTime.Width = 219; // // StrIsUpload // this.StrIsUpload.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.StrIsUpload.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.StrIsUpload.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.StrIsUpload.AppearanceCell.Options.UseBackColor = true; this.StrIsUpload.AppearanceCell.Options.UseFont = true; this.StrIsUpload.AppearanceCell.Options.UseForeColor = true; this.StrIsUpload.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.StrIsUpload.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F); this.StrIsUpload.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.StrIsUpload.AppearanceHeader.Options.UseBackColor = true; this.StrIsUpload.AppearanceHeader.Options.UseFont = true; this.StrIsUpload.AppearanceHeader.Options.UseForeColor = true; this.StrIsUpload.Caption = "是否已上传"; this.StrIsUpload.FieldName = "StrIsUpload"; this.StrIsUpload.MinWidth = 131; this.StrIsUpload.Name = "StrIsUpload"; this.StrIsUpload.OptionsColumn.AllowFocus = false; this.StrIsUpload.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.StrIsUpload.OptionsFilter.AllowFilter = false; this.StrIsUpload.Visible = true; this.StrIsUpload.VisibleIndex = 2; this.StrIsUpload.Width = 131; // // UploadMsg // this.UploadMsg.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.UploadMsg.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.UploadMsg.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.UploadMsg.AppearanceCell.Options.UseBackColor = true; this.UploadMsg.AppearanceCell.Options.UseFont = true; this.UploadMsg.AppearanceCell.Options.UseForeColor = true; this.UploadMsg.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.UploadMsg.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F); this.UploadMsg.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.UploadMsg.AppearanceHeader.Options.UseBackColor = true; this.UploadMsg.AppearanceHeader.Options.UseFont = true; this.UploadMsg.AppearanceHeader.Options.UseForeColor = true; this.UploadMsg.Caption = "上传结果"; this.UploadMsg.FieldName = "UploadMsg"; this.UploadMsg.MinWidth = 219; this.UploadMsg.Name = "UploadMsg"; this.UploadMsg.OptionsColumn.AllowFocus = false; this.UploadMsg.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.UploadMsg.OptionsFilter.AllowFilter = false; this.UploadMsg.Visible = true; this.UploadMsg.VisibleIndex = 3; this.UploadMsg.Width = 219; // // StrSysMode // this.StrSysMode.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.StrSysMode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.StrSysMode.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.StrSysMode.AppearanceCell.Options.UseBackColor = true; this.StrSysMode.AppearanceCell.Options.UseFont = true; this.StrSysMode.AppearanceCell.Options.UseForeColor = true; this.StrSysMode.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.StrSysMode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F); this.StrSysMode.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.StrSysMode.AppearanceHeader.Options.UseBackColor = true; this.StrSysMode.AppearanceHeader.Options.UseFont = true; this.StrSysMode.AppearanceHeader.Options.UseForeColor = true; this.StrSysMode.Caption = "模式"; this.StrSysMode.FieldName = "StrSysMode"; this.StrSysMode.MinWidth = 131; this.StrSysMode.Name = "StrSysMode"; this.StrSysMode.OptionsColumn.AllowFocus = false; this.StrSysMode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.StrSysMode.OptionsFilter.AllowFilter = false; this.StrSysMode.Visible = true; this.StrSysMode.VisibleIndex = 4; this.StrSysMode.Width = 131; // // LoginUser // this.LoginUser.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.LoginUser.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.LoginUser.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.LoginUser.AppearanceCell.Options.UseBackColor = true; this.LoginUser.AppearanceCell.Options.UseFont = true; this.LoginUser.AppearanceCell.Options.UseForeColor = true; this.LoginUser.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.LoginUser.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F); this.LoginUser.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.LoginUser.AppearanceHeader.Options.UseBackColor = true; this.LoginUser.AppearanceHeader.Options.UseFont = true; this.LoginUser.AppearanceHeader.Options.UseForeColor = true; this.LoginUser.Caption = "用户"; this.LoginUser.FieldName = "LoginUser"; this.LoginUser.MinWidth = 131; this.LoginUser.Name = "LoginUser"; this.LoginUser.OptionsColumn.AllowFocus = false; this.LoginUser.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.LoginUser.OptionsFilter.AllowFilter = false; this.LoginUser.Visible = true; this.LoginUser.VisibleIndex = 5; this.LoginUser.Width = 131; // // StationCode // this.StationCode.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.StationCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.StationCode.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.StationCode.AppearanceCell.Options.UseBackColor = true; this.StationCode.AppearanceCell.Options.UseFont = true; this.StationCode.AppearanceCell.Options.UseForeColor = true; this.StationCode.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.StationCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.StationCode.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.StationCode.AppearanceHeader.Options.UseBackColor = true; this.StationCode.AppearanceHeader.Options.UseFont = true; this.StationCode.AppearanceHeader.Options.UseForeColor = true; this.StationCode.Caption = "工位编码"; this.StationCode.FieldName = "StationCode"; this.StationCode.MinWidth = 131; this.StationCode.Name = "StationCode"; this.StationCode.OptionsColumn.AllowFocus = false; this.StationCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.StationCode.OptionsFilter.AllowFilter = false; this.StationCode.Visible = true; this.StationCode.VisibleIndex = 6; this.StationCode.Width = 131; // // StationName // this.StationName.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.StationName.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.StationName.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.StationName.AppearanceCell.Options.UseBackColor = true; this.StationName.AppearanceCell.Options.UseFont = true; this.StationName.AppearanceCell.Options.UseForeColor = true; this.StationName.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.StationName.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F); this.StationName.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.StationName.AppearanceHeader.Options.UseBackColor = true; this.StationName.AppearanceHeader.Options.UseFont = true; this.StationName.AppearanceHeader.Options.UseForeColor = true; this.StationName.Caption = "工位名称"; this.StationName.FieldName = "StationName"; this.StationName.MinWidth = 131; this.StationName.Name = "StationName"; this.StationName.OptionsColumn.AllowFocus = false; this.StationName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.StationName.OptionsFilter.AllowFilter = false; this.StationName.Visible = true; this.StationName.VisibleIndex = 7; this.StationName.Width = 131; // // ProductSfcCode // this.ProductSfcCode.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.ProductSfcCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.ProductSfcCode.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.ProductSfcCode.AppearanceCell.Options.UseBackColor = true; this.ProductSfcCode.AppearanceCell.Options.UseFont = true; this.ProductSfcCode.AppearanceCell.Options.UseForeColor = true; this.ProductSfcCode.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.ProductSfcCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F); this.ProductSfcCode.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.ProductSfcCode.AppearanceHeader.Options.UseBackColor = true; this.ProductSfcCode.AppearanceHeader.Options.UseFont = true; this.ProductSfcCode.AppearanceHeader.Options.UseForeColor = true; this.ProductSfcCode.Caption = "主条码"; this.ProductSfcCode.FieldName = "ProductSfcCode"; this.ProductSfcCode.MinWidth = 219; this.ProductSfcCode.Name = "ProductSfcCode"; this.ProductSfcCode.OptionsColumn.AllowFocus = false; this.ProductSfcCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.ProductSfcCode.OptionsFilter.AllowFilter = false; this.ProductSfcCode.Visible = true; this.ProductSfcCode.VisibleIndex = 8; this.ProductSfcCode.Width = 219; // // BarCode // this.BarCode.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.BarCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.BarCode.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.BarCode.AppearanceCell.Options.UseBackColor = true; this.BarCode.AppearanceCell.Options.UseFont = true; this.BarCode.AppearanceCell.Options.UseForeColor = true; this.BarCode.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.BarCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F); this.BarCode.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.BarCode.AppearanceHeader.Options.UseBackColor = true; this.BarCode.AppearanceHeader.Options.UseFont = true; this.BarCode.AppearanceHeader.Options.UseForeColor = true; this.BarCode.Caption = "打印条码"; this.BarCode.FieldName = "BarCode"; this.BarCode.MinWidth = 219; this.BarCode.Name = "BarCode"; this.BarCode.OptionsColumn.AllowFocus = false; this.BarCode.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.BarCode.OptionsColumn.AllowMove = false; this.BarCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.BarCode.OptionsFilter.AllowFilter = false; this.BarCode.Visible = true; this.BarCode.VisibleIndex = 9; this.BarCode.Width = 219; // // TotalStatus // this.TotalStatus.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.TotalStatus.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.TotalStatus.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.TotalStatus.AppearanceCell.Options.UseBackColor = true; this.TotalStatus.AppearanceCell.Options.UseFont = true; this.TotalStatus.AppearanceCell.Options.UseForeColor = true; this.TotalStatus.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.TotalStatus.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TotalStatus.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.TotalStatus.AppearanceHeader.Options.UseBackColor = true; this.TotalStatus.AppearanceHeader.Options.UseFont = true; this.TotalStatus.AppearanceHeader.Options.UseForeColor = true; this.TotalStatus.Caption = "总状态"; this.TotalStatus.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.TotalStatus.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.TotalStatus.FieldName = "TotalStatus"; this.TotalStatus.MinWidth = 219; this.TotalStatus.Name = "TotalStatus"; this.TotalStatus.OptionsColumn.AllowFocus = false; this.TotalStatus.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.TotalStatus.OptionsFilter.AllowFilter = false; this.TotalStatus.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False; this.TotalStatus.Visible = true; this.TotalStatus.VisibleIndex = 10; this.TotalStatus.Width = 219; // // BulkParts // this.BulkParts.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.BulkParts.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.BulkParts.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(215)))), ((int)(((byte)(246))))); this.BulkParts.AppearanceCell.Options.UseBackColor = true; this.BulkParts.AppearanceCell.Options.UseFont = true; this.BulkParts.AppearanceCell.Options.UseForeColor = true; this.BulkParts.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(28)))), ((int)(((byte)(77))))); this.BulkParts.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BulkParts.AppearanceHeader.ForeColor = System.Drawing.Color.White; this.BulkParts.AppearanceHeader.Options.UseBackColor = true; this.BulkParts.AppearanceHeader.Options.UseFont = true; this.BulkParts.AppearanceHeader.Options.UseForeColor = true; this.BulkParts.Caption = "组件条码"; this.BulkParts.FieldName = "BulkParts"; this.BulkParts.MinWidth = 437; this.BulkParts.Name = "BulkParts"; this.BulkParts.OptionsColumn.AllowFocus = false; this.BulkParts.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.BulkParts.OptionsFilter.AllowFilter = false; this.BulkParts.Visible = true; this.BulkParts.VisibleIndex = 11; this.BulkParts.Width = 437; // // SplashScreenManager // this.SplashScreenManager.ClosingDelay = 500; // // tablePanel1 // this.tablePanel1.Appearance.BackColor = System.Drawing.Color.Transparent; this.tablePanel1.Appearance.Options.UseBackColor = true; this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 100F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 100F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 60F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 120F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 80F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 100F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 100F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 100F)}); this.tablePanel1.Controls.Add(this.cmbMode); this.tablePanel1.Controls.Add(this.btnsearch); this.tablePanel1.Controls.Add(this.btnexport); this.tablePanel1.Controls.Add(this.lblkeyword); this.tablePanel1.Controls.Add(this.dtEnd); this.tablePanel1.Controls.Add(this.txtkeyword); this.tablePanel1.Controls.Add(this.dtBegin); this.tablePanel1.Controls.Add(this.labelControl1); this.tablePanel1.Controls.Add(this.labelControl2); this.tablePanel1.Controls.Add(this.labelControl3); this.tablePanel1.Controls.Add(this.labelControl5); this.tablePanel1.Controls.Add(this.cmbIsUpload); this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Top; this.tablePanel1.Location = new System.Drawing.Point(0, 44); this.tablePanel1.Margin = new System.Windows.Forms.Padding(0); this.tablePanel1.Name = "tablePanel1"; this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 50F)}); this.tablePanel1.Size = new System.Drawing.Size(1428, 42); this.tablePanel1.TabIndex = 12; // // cmbMode // this.tablePanel1.SetColumn(this.cmbMode, 5); this.cmbMode.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbMode.Location = new System.Drawing.Point(512, 9); this.cmbMode.Margin = new System.Windows.Forms.Padding(4, 9, 4, 9); this.cmbMode.Name = "cmbMode"; this.cmbMode.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.cmbMode.Properties.Appearance.Options.UseFont = true; this.cmbMode.Properties.Appearance.Options.UseTextOptions = true; this.cmbMode.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.cmbMode.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 9F); this.cmbMode.Properties.AppearanceDropDown.Options.UseFont = true; this.cmbMode.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 9F); this.cmbMode.Properties.AppearanceFocused.Options.UseFont = true; this.cmbMode.Properties.AppearanceItemSelected.Font = new System.Drawing.Font("微软雅黑", 9F); this.cmbMode.Properties.AppearanceItemSelected.Options.UseFont = true; this.cmbMode.Properties.AutoHeight = false; this.cmbMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cmbMode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.tablePanel1.SetRow(this.cmbMode, 0); this.cmbMode.Size = new System.Drawing.Size(116, 24); this.cmbMode.TabIndex = 30; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Appearance.Options.UseTextOptions = true; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel1.SetColumn(this.labelControl1, 0); this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl1.Location = new System.Drawing.Point(4, 3); this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.labelControl1.Name = "labelControl1"; this.tablePanel1.SetRow(this.labelControl1, 0); this.labelControl1.Size = new System.Drawing.Size(92, 36); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "开始日期:"; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.Appearance.Options.UseTextOptions = true; this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel1.SetColumn(this.labelControl2, 2); this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl2.Location = new System.Drawing.Point(228, 3); this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.labelControl2.Name = "labelControl2"; this.tablePanel1.SetRow(this.labelControl2, 0); this.labelControl2.Size = new System.Drawing.Size(92, 36); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "结束日期:"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.labelControl3.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.Appearance.Options.UseTextOptions = true; this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel1.SetColumn(this.labelControl3, 4); this.labelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl3.Location = new System.Drawing.Point(452, 3); this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.labelControl3.Name = "labelControl3"; this.tablePanel1.SetRow(this.labelControl3, 0); this.labelControl3.Size = new System.Drawing.Size(52, 36); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "模式:"; // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.labelControl5.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl5.Appearance.Options.UseFont = true; this.labelControl5.Appearance.Options.UseForeColor = true; this.labelControl5.Appearance.Options.UseTextOptions = true; this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.tablePanel1.SetColumn(this.labelControl5, 6); this.labelControl5.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl5.Location = new System.Drawing.Point(636, 3); this.labelControl5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.labelControl5.Name = "labelControl5"; this.tablePanel1.SetRow(this.labelControl5, 0); this.labelControl5.Size = new System.Drawing.Size(112, 36); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "是否已上传:"; // // cmbIsUpload // this.tablePanel1.SetColumn(this.cmbIsUpload, 7); this.cmbIsUpload.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbIsUpload.Location = new System.Drawing.Point(756, 9); this.cmbIsUpload.Margin = new System.Windows.Forms.Padding(4, 9, 4, 9); this.cmbIsUpload.Name = "cmbIsUpload"; this.cmbIsUpload.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.cmbIsUpload.Properties.Appearance.Options.UseFont = true; this.cmbIsUpload.Properties.Appearance.Options.UseTextOptions = true; this.cmbIsUpload.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.cmbIsUpload.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 9F); this.cmbIsUpload.Properties.AppearanceDropDown.Options.UseFont = true; this.cmbIsUpload.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 9F); this.cmbIsUpload.Properties.AppearanceFocused.Options.UseFont = true; this.cmbIsUpload.Properties.AppearanceItemSelected.Font = new System.Drawing.Font("微软雅黑", 9F); this.cmbIsUpload.Properties.AppearanceItemSelected.Options.UseFont = true; this.cmbIsUpload.Properties.AutoHeight = false; this.cmbIsUpload.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cmbIsUpload.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.tablePanel1.SetRow(this.cmbIsUpload, 0); this.cmbIsUpload.Size = new System.Drawing.Size(116, 24); this.cmbIsUpload.TabIndex = 30; // // panelControl4 // this.panelControl4.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelControl4.Appearance.Options.UseBackColor = true; this.panelControl4.Controls.Add(this.gridResult); this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl4.Location = new System.Drawing.Point(0, 86); this.panelControl4.LookAndFeel.SkinName = "DevExpress Style"; this.panelControl4.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.panelControl4.LookAndFeel.UseDefaultLookAndFeel = false; this.panelControl4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(1428, 486); this.panelControl4.TabIndex = 12; // // SearchResult // this.Appearance.BackColor = System.Drawing.Color.Transparent; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch; this.BackgroundImageStore = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImageStore"))); this.ClientSize = new System.Drawing.Size(1428, 609); this.Controls.Add(this.panelControl4); this.Controls.Add(this.tablePanel1); this.Controls.Add(this.gridPage1); this.Controls.Add(this.panelControl1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "SearchResult"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SearchResult"; this.TopMost = true; this.Load += new System.EventHandler(this.SearchResult_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picminimize.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.loginpic.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEnd.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEnd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtBegin.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtBegin.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtkeyword.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridResult)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit(); this.tablePanel1.ResumeLayout(false); this.tablePanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbMode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbIsUpload.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PictureEdit picminimize; private DevExpress.XtraEditors.PictureEdit loginpic; private DevExpress.XtraEditors.LabelControl lblClose; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.SimpleButton btnsearch; private DevExpress.XtraEditors.SimpleButton btnexport; private DevExpress.XtraEditors.TextEdit txtkeyword; private DevExpress.XtraEditors.LabelControl lblkeyword; private UserControls.GridPage gridPage1; private DevExpress.XtraGrid.GridControl gridResult; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn Id; private DevExpress.XtraGrid.Columns.GridColumn StationCode; private DevExpress.XtraGrid.Columns.GridColumn BulkParts; private DevExpress.XtraGrid.Columns.GridColumn TotalStatus; private DevExpress.XtraGrid.Columns.GridColumn CreatedTime; private DevExpress.XtraGrid.Columns.GridColumn LoginUser; private DevExpress.XtraGrid.Columns.GridColumn StrSysMode; private DevExpress.XtraGrid.Columns.GridColumn StrIsUpload; private DevExpress.XtraGrid.Columns.GridColumn ProductSfcCode; private DevExpress.XtraSplashScreen.SplashScreenManager SplashScreenManager; private DevExpress.XtraGrid.Columns.GridColumn UploadMsg; private DevExpress.XtraGrid.Columns.GridColumn StationName; private DevExpress.XtraEditors.DateEdit dtEnd; private DevExpress.XtraEditors.DateEdit dtBegin; private DevExpress.Utils.Layout.TablePanel tablePanel1; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.ComboBoxEdit cmbMode; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.ComboBoxEdit cmbIsUpload; private DevExpress.XtraGrid.Columns.GridColumn BarCode; } }