|
|
|
|
|
namespace CompressorXN
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class FrmSearchResult
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
|
|
|
|
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition9 = new DevExpress.XtraLayout.ColumnDefinition();
|
|
|
|
|
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition10 = new DevExpress.XtraLayout.ColumnDefinition();
|
|
|
|
|
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition11 = new DevExpress.XtraLayout.ColumnDefinition();
|
|
|
|
|
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition12 = new DevExpress.XtraLayout.ColumnDefinition();
|
|
|
|
|
|
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
|
|
|
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
|
|
|
this.dateTime_End = new DevExpress.XtraEditors.DateEdit();
|
|
|
|
|
|
this.dateTime_Begin = new DevExpress.XtraEditors.DateEdit();
|
|
|
|
|
|
this.stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
|
|
|
|
|
|
this.btn_Print = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.btn_Search = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.cmb_Device = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
|
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
|
this.gridPage = new ProductionSystem_UserControl.CompositeControls.GridPage();
|
|
|
|
|
|
this.panelEx1 = new CompressorXN_ControlLib.PanelEx();
|
|
|
|
|
|
this.gri_SearchResult = new DevExpress.XtraGrid.GridControl();
|
|
|
|
|
|
this.gridView_SearchResult = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
|
this.Id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
this.RowNum = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
this.ProductType = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
this.ProductCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
this.ScreenCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
this.MainPanelCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
this.SamplePanelCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
this.TotalStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
this.CreatedTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dateTime_End.Properties.CalendarTimeProperties)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dateTime_End.Properties)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dateTime_Begin.Properties.CalendarTimeProperties)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dateTime_Begin.Properties)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).BeginInit();
|
|
|
|
|
|
this.stackPanel1.SuspendLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cmb_Device.Properties)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelEx1)).BeginInit();
|
|
|
|
|
|
this.panelEx1.SuspendLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gri_SearchResult)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView_SearchResult)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// layoutControl1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.layoutControl1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.layoutControl1.Controls.Add(this.dateTime_End);
|
|
|
|
|
|
this.layoutControl1.Controls.Add(this.dateTime_Begin);
|
|
|
|
|
|
this.layoutControl1.Controls.Add(this.stackPanel1);
|
|
|
|
|
|
this.layoutControl1.Controls.Add(this.cmb_Device);
|
|
|
|
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
|
this.layoutControl1.Location = new System.Drawing.Point(6, 6);
|
|
|
|
|
|
this.layoutControl1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
|
|
|
|
this.layoutControl1.Root = this.Root;
|
|
|
|
|
|
this.layoutControl1.Size = new System.Drawing.Size(1633, 59);
|
|
|
|
|
|
this.layoutControl1.TabIndex = 9;
|
|
|
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// dateTime_End
|
|
|
|
|
|
//
|
|
|
|
|
|
this.dateTime_End.EditValue = null;
|
|
|
|
|
|
this.dateTime_End.Location = new System.Drawing.Point(913, 11);
|
|
|
|
|
|
this.dateTime_End.Name = "dateTime_End";
|
|
|
|
|
|
this.dateTime_End.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.Button.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.Button.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.ButtonHighlighted.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.ButtonHighlighted.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.ButtonPressed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.ButtonPressed.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.CalendarHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.CalendarHeader.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCell.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCell.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellDisabled.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellDisabled.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellHighlighted.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellHighlighted.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellHoliday.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellHoliday.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellInactive.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellInactive.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellPressed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellPressed.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellSelected.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellSelected.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellSpecial.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellSpecial.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellSpecialHighlighted.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellSpecialHighlighted.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellSpecialPressed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellSpecialPressed.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellSpecialSelected.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellSpecialSelected.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellToday.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.DayCellToday.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.Header.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.Header.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.HeaderHighlighted.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.HeaderHighlighted.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.HeaderPressed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.HeaderPressed.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.WeekDay.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.WeekDay.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.WeekNumber.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceCalendar.WeekNumber.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceDisabled.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceDisabled.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceDropDown.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceFocused.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.AppearanceReadOnly.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.AutoHeight = false;
|
|
|
|
|
|
this.dateTime_End.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
|
this.dateTime_End.Properties.CalendarTimeProperties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.CalendarTimeProperties.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.CalendarTimeProperties.AppearanceDisabled.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.CalendarTimeProperties.AppearanceDisabled.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.CalendarTimeProperties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.CalendarTimeProperties.AppearanceFocused.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.CalendarTimeProperties.AppearanceReadOnly.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_End.Properties.CalendarTimeProperties.AppearanceReadOnly.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_End.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
|
this.dateTime_End.Properties.CalendarTimeProperties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
|
|
|
|
|
this.dateTime_End.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
|
|
|
this.dateTime_End.Size = new System.Drawing.Size(301, 37);
|
|
|
|
|
|
this.dateTime_End.StyleController = this.layoutControl1;
|
|
|
|
|
|
this.dateTime_End.TabIndex = 13;
|
|
|
|
|
|
//
|
|
|
|
|
|
// dateTime_Begin
|
|
|
|
|
|
//
|
|
|
|
|
|
this.dateTime_Begin.EditValue = null;
|
|
|
|
|
|
this.dateTime_Begin.Location = new System.Drawing.Point(505, 11);
|
|
|
|
|
|
this.dateTime_Begin.Name = "dateTime_Begin";
|
|
|
|
|
|
this.dateTime_Begin.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.Button.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.Button.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.ButtonHighlighted.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.ButtonHighlighted.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.ButtonPressed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.ButtonPressed.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.CalendarHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.CalendarHeader.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCell.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCell.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellDisabled.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellDisabled.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellHighlighted.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellHighlighted.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellHoliday.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellHoliday.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellInactive.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellInactive.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellPressed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellPressed.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellSelected.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellSelected.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellSpecial.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellSpecial.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellSpecialHighlighted.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellSpecialHighlighted.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellSpecialPressed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellSpecialPressed.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellSpecialSelected.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellSpecialSelected.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellToday.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.DayCellToday.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.Header.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.Header.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.HeaderHighlighted.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.HeaderHighlighted.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.HeaderPressed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.HeaderPressed.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.WeekDay.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.WeekDay.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.WeekNumber.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceCalendar.WeekNumber.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceDisabled.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceDisabled.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceDropDown.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceFocused.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.AppearanceReadOnly.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.AutoHeight = false;
|
|
|
|
|
|
this.dateTime_Begin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
|
this.dateTime_Begin.Properties.CalendarTimeProperties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.CalendarTimeProperties.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.CalendarTimeProperties.AppearanceDisabled.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.CalendarTimeProperties.AppearanceDisabled.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.CalendarTimeProperties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.CalendarTimeProperties.AppearanceFocused.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.CalendarTimeProperties.AppearanceReadOnly.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.dateTime_Begin.Properties.CalendarTimeProperties.AppearanceReadOnly.Options.UseFont = true;
|
|
|
|
|
|
this.dateTime_Begin.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
|
this.dateTime_Begin.Properties.CalendarTimeProperties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
|
|
|
|
|
this.dateTime_Begin.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
|
|
|
this.dateTime_Begin.Size = new System.Drawing.Size(301, 37);
|
|
|
|
|
|
this.dateTime_Begin.StyleController = this.layoutControl1;
|
|
|
|
|
|
this.dateTime_Begin.TabIndex = 13;
|
|
|
|
|
|
//
|
|
|
|
|
|
// stackPanel1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.stackPanel1.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.stackPanel1.Appearance.Options.UseBackColor = true;
|
|
|
|
|
|
this.stackPanel1.Controls.Add(this.btn_Print);
|
|
|
|
|
|
this.stackPanel1.Controls.Add(this.btn_Search);
|
|
|
|
|
|
this.stackPanel1.Location = new System.Drawing.Point(1226, 3);
|
|
|
|
|
|
this.stackPanel1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
|
this.stackPanel1.Name = "stackPanel1";
|
|
|
|
|
|
this.stackPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
|
|
|
this.stackPanel1.Size = new System.Drawing.Size(404, 53);
|
|
|
|
|
|
this.stackPanel1.TabIndex = 12;
|
|
|
|
|
|
//
|
|
|
|
|
|
// btn_Print
|
|
|
|
|
|
//
|
|
|
|
|
|
this.btn_Print.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.btn_Print.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
|
this.btn_Print.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.btn_Print.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.btn_Print.Location = new System.Drawing.Point(277, 6);
|
|
|
|
|
|
this.btn_Print.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
|
|
|
this.btn_Print.Name = "btn_Print";
|
|
|
|
|
|
this.btn_Print.Size = new System.Drawing.Size(122, 41);
|
|
|
|
|
|
this.btn_Print.TabIndex = 5;
|
|
|
|
|
|
this.btn_Print.Text = "导出";
|
|
|
|
|
|
this.btn_Print.UseVisualStyleBackColor = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// btn_Search
|
|
|
|
|
|
//
|
|
|
|
|
|
this.btn_Search.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.btn_Search.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
|
this.btn_Search.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.btn_Search.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.btn_Search.Location = new System.Drawing.Point(145, 6);
|
|
|
|
|
|
this.btn_Search.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
|
|
|
this.btn_Search.Name = "btn_Search";
|
|
|
|
|
|
this.btn_Search.Size = new System.Drawing.Size(122, 41);
|
|
|
|
|
|
this.btn_Search.TabIndex = 6;
|
|
|
|
|
|
this.btn_Search.Text = "查询";
|
|
|
|
|
|
this.btn_Search.UseVisualStyleBackColor = false;
|
|
|
|
|
|
this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// cmb_Device
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cmb_Device.Location = new System.Drawing.Point(98, 11);
|
|
|
|
|
|
this.cmb_Device.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
|
this.cmb_Device.Name = "cmb_Device";
|
|
|
|
|
|
this.cmb_Device.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
|
|
|
|
this.cmb_Device.Properties.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.cmb_Device.Properties.AppearanceDropDown.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
|
|
|
|
this.cmb_Device.Properties.AppearanceDropDown.Options.UseFont = true;
|
|
|
|
|
|
this.cmb_Device.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
|
|
|
|
this.cmb_Device.Properties.AppearanceFocused.Options.UseFont = true;
|
|
|
|
|
|
this.cmb_Device.Properties.AppearanceItemSelected.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
|
|
|
|
this.cmb_Device.Properties.AppearanceItemSelected.Options.UseFont = true;
|
|
|
|
|
|
this.cmb_Device.Properties.AutoHeight = false;
|
|
|
|
|
|
this.cmb_Device.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
|
this.cmb_Device.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
|
|
|
this.cmb_Device.Size = new System.Drawing.Size(300, 37);
|
|
|
|
|
|
this.cmb_Device.StyleController = this.layoutControl1;
|
|
|
|
|
|
this.cmb_Device.TabIndex = 4;
|
|
|
|
|
|
//
|
|
|
|
|
|
// Root
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
|
|
|
this.Root.GroupBordersVisible = false;
|
|
|
|
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
|
|
|
this.layoutControlItem1,
|
|
|
|
|
|
this.layoutControlItem3,
|
|
|
|
|
|
this.layoutControlItem2,
|
|
|
|
|
|
this.layoutControlItem4});
|
|
|
|
|
|
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|
|
|
|
|
this.Root.Name = "Root";
|
|
|
|
|
|
columnDefinition9.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
|
|
|
|
columnDefinition9.Width = 70D;
|
|
|
|
|
|
columnDefinition10.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
|
|
|
|
columnDefinition10.Width = 70D;
|
|
|
|
|
|
columnDefinition11.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
|
|
|
|
columnDefinition11.Width = 70D;
|
|
|
|
|
|
columnDefinition12.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
|
|
|
|
columnDefinition12.Width = 70D;
|
|
|
|
|
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|
|
|
|
|
columnDefinition9,
|
|
|
|
|
|
columnDefinition10,
|
|
|
|
|
|
columnDefinition11,
|
|
|
|
|
|
columnDefinition12});
|
|
|
|
|
|
rowDefinition3.Height = 100D;
|
|
|
|
|
|
rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
|
|
|
|
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
|
|
|
|
|
rowDefinition3});
|
|
|
|
|
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
|
|
|
|
this.Root.Size = new System.Drawing.Size(1633, 59);
|
|
|
|
|
|
this.Root.TextVisible = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// layoutControlItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.layoutControlItem1.AppearanceItemCaption.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
|
|
|
|
|
|
this.layoutControlItem1.AppearanceItemCaption.Options.UseForeColor = true;
|
|
|
|
|
|
this.layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
|
|
|
|
this.layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
|
|
|
|
this.layoutControlItem1.Control = this.cmb_Device;
|
|
|
|
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
|
|
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10);
|
|
|
|
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(407, 57);
|
|
|
|
|
|
this.layoutControlItem1.Text = "产品条码:";
|
|
|
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 20);
|
|
|
|
|
|
//
|
|
|
|
|
|
// layoutControlItem3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.layoutControlItem3.Control = this.stackPanel1;
|
|
|
|
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(1223, 0);
|
|
|
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
|
|
|
this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 3;
|
|
|
|
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(408, 57);
|
|
|
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
|
|
|
this.layoutControlItem3.TextVisible = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// layoutControlItem2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.layoutControlItem2.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.layoutControlItem2.AppearanceItemCaption.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true;
|
|
|
|
|
|
this.layoutControlItem2.AppearanceItemCaption.Options.UseForeColor = true;
|
|
|
|
|
|
this.layoutControlItem2.Control = this.dateTime_Begin;
|
|
|
|
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(407, 0);
|
|
|
|
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
|
|
|
this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
|
|
|
|
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10);
|
|
|
|
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(408, 57);
|
|
|
|
|
|
this.layoutControlItem2.Text = "开始时间:";
|
|
|
|
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 20);
|
|
|
|
|
|
//
|
|
|
|
|
|
// layoutControlItem4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.layoutControlItem4.AppearanceItemCaption.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
|
|
|
|
|
|
this.layoutControlItem4.AppearanceItemCaption.Options.UseForeColor = true;
|
|
|
|
|
|
this.layoutControlItem4.Control = this.dateTime_End;
|
|
|
|
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(815, 0);
|
|
|
|
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
|
|
|
this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 2;
|
|
|
|
|
|
this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10);
|
|
|
|
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(408, 57);
|
|
|
|
|
|
this.layoutControlItem4.Text = "结束时间:";
|
|
|
|
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 20);
|
|
|
|
|
|
//
|
|
|
|
|
|
// gridPage
|
|
|
|
|
|
//
|
|
|
|
|
|
this.gridPage.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.gridPage.Appearance.Options.UseBackColor = true;
|
|
|
|
|
|
this.gridPage.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
|
this.gridPage.Location = new System.Drawing.Point(6, 1028);
|
|
|
|
|
|
this.gridPage.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
|
this.gridPage.Name = "gridPage";
|
|
|
|
|
|
this.gridPage.Size = new System.Drawing.Size(1633, 63);
|
|
|
|
|
|
this.gridPage.TabIndex = 11;
|
|
|
|
|
|
//
|
|
|
|
|
|
// panelEx1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.panelEx1.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.panelEx1.Appearance.Options.UseBackColor = true;
|
|
|
|
|
|
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(79)))), ((int)(((byte)(150)))));
|
|
|
|
|
|
this.panelEx1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
|
|
|
this.panelEx1.BorderWidth = 3;
|
|
|
|
|
|
this.panelEx1.BottomGap = 5;
|
|
|
|
|
|
this.panelEx1.Controls.Add(this.gri_SearchResult);
|
|
|
|
|
|
this.panelEx1.Controls.Add(this.gridPage);
|
|
|
|
|
|
this.panelEx1.Controls.Add(this.layoutControl1);
|
|
|
|
|
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.panelEx1.LeftGap = 1;
|
|
|
|
|
|
this.panelEx1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.panelEx1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
|
this.panelEx1.Name = "panelEx1";
|
|
|
|
|
|
this.panelEx1.Padding = new System.Windows.Forms.Padding(6);
|
|
|
|
|
|
this.panelEx1.RightGap = 1;
|
|
|
|
|
|
this.panelEx1.Size = new System.Drawing.Size(1645, 1097);
|
|
|
|
|
|
this.panelEx1.TabIndex = 13;
|
|
|
|
|
|
this.panelEx1.TopGap = 1;
|
|
|
|
|
|
//
|
|
|
|
|
|
// gri_SearchResult
|
|
|
|
|
|
//
|
|
|
|
|
|
this.gri_SearchResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.gri_SearchResult.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
|
this.gri_SearchResult.Location = new System.Drawing.Point(6, 65);
|
|
|
|
|
|
this.gri_SearchResult.MainView = this.gridView_SearchResult;
|
|
|
|
|
|
this.gri_SearchResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
|
this.gri_SearchResult.Name = "gri_SearchResult";
|
|
|
|
|
|
this.gri_SearchResult.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
|
|
|
this.repositoryItemCheckEdit1});
|
|
|
|
|
|
this.gri_SearchResult.Size = new System.Drawing.Size(1633, 963);
|
|
|
|
|
|
this.gri_SearchResult.TabIndex = 13;
|
|
|
|
|
|
this.gri_SearchResult.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
|
|
|
this.gridView_SearchResult});
|
|
|
|
|
|
//
|
|
|
|
|
|
// gridView_SearchResult
|
|
|
|
|
|
//
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.Empty.Options.UseBackColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.FocusedCell.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.FocusedCell.Options.UseBackColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.FocusedCell.Options.UseForeColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.FocusedRow.Options.UseBackColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.FocusedRow.Options.UseForeColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.HeaderPanel.Options.UseBackColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.HideSelectionRow.Options.UseBackColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.HideSelectionRow.Options.UseForeColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.HotTrackedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.HotTrackedRow.Options.UseBackColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.Row.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.Row.Options.UseBackColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.Row.Options.UseForeColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.SelectedRow.BackColor = System.Drawing.Color.Navy;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.SelectedRow.Options.UseBackColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Appearance.SelectedRow.Options.UseForeColor = true;
|
|
|
|
|
|
this.gridView_SearchResult.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
|
|
|
this.Id,
|
|
|
|
|
|
this.RowNum,
|
|
|
|
|
|
this.ProductType,
|
|
|
|
|
|
this.ProductCode,
|
|
|
|
|
|
this.ScreenCode,
|
|
|
|
|
|
this.MainPanelCode,
|
|
|
|
|
|
this.SamplePanelCode,
|
|
|
|
|
|
this.TotalStatus,
|
|
|
|
|
|
this.CreatedTime});
|
|
|
|
|
|
this.gridView_SearchResult.DetailHeight = 408;
|
|
|
|
|
|
this.gridView_SearchResult.GridControl = this.gri_SearchResult;
|
|
|
|
|
|
this.gridView_SearchResult.Name = "gridView_SearchResult";
|
|
|
|
|
|
this.gridView_SearchResult.OptionsSelection.CheckBoxSelectorColumnWidth = 58;
|
|
|
|
|
|
this.gridView_SearchResult.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
|
|
|
|
this.gridView_SearchResult.OptionsSelection.EnableAppearanceHideSelection = false;
|
|
|
|
|
|
this.gridView_SearchResult.OptionsSelection.MultiSelect = true;
|
|
|
|
|
|
this.gridView_SearchResult.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True;
|
|
|
|
|
|
this.gridView_SearchResult.OptionsView.ShowGroupPanel = false;
|
|
|
|
|
|
this.gridView_SearchResult.OptionsView.ShowIndicator = false;
|
|
|
|
|
|
this.gridView_SearchResult.RowHeight = 35;
|
|
|
|
|
|
//
|
|
|
|
|
|
// Id
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Id.Caption = "ID";
|
|
|
|
|
|
this.Id.FieldName = "Id";
|
|
|
|
|
|
this.Id.MinWidth = 23;
|
|
|
|
|
|
this.Id.Name = "Id";
|
|
|
|
|
|
this.Id.Width = 87;
|
|
|
|
|
|
//
|
|
|
|
|
|
// RowNum
|
|
|
|
|
|
//
|
|
|
|
|
|
this.RowNum.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.RowNum.AppearanceCell.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.RowNum.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
|
this.RowNum.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
|
this.RowNum.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
|
this.RowNum.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
|
this.RowNum.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.RowNum.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.RowNum.AppearanceHeader.Options.UseBackColor = true;
|
|
|
|
|
|
this.RowNum.AppearanceHeader.Options.UseFont = true;
|
|
|
|
|
|
this.RowNum.AppearanceHeader.Options.UseTextOptions = true;
|
|
|
|
|
|
this.RowNum.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
|
this.RowNum.Caption = "行号";
|
|
|
|
|
|
this.RowNum.FieldName = "RowNum";
|
|
|
|
|
|
this.RowNum.MinWidth = 93;
|
|
|
|
|
|
this.RowNum.Name = "RowNum";
|
|
|
|
|
|
this.RowNum.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.RowNum.OptionsColumn.AllowMove = false;
|
|
|
|
|
|
this.RowNum.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.RowNum.OptionsColumn.ReadOnly = true;
|
|
|
|
|
|
this.RowNum.OptionsFilter.AllowFilter = false;
|
|
|
|
|
|
this.RowNum.Visible = true;
|
|
|
|
|
|
this.RowNum.VisibleIndex = 1;
|
|
|
|
|
|
this.RowNum.Width = 93;
|
|
|
|
|
|
//
|
|
|
|
|
|
// ProductType
|
|
|
|
|
|
//
|
|
|
|
|
|
this.ProductType.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.ProductType.AppearanceCell.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.ProductType.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
|
this.ProductType.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
|
this.ProductType.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
|
this.ProductType.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
|
this.ProductType.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.ProductType.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.ProductType.AppearanceHeader.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.ProductType.AppearanceHeader.Options.UseBackColor = true;
|
|
|
|
|
|
this.ProductType.AppearanceHeader.Options.UseFont = true;
|
|
|
|
|
|
this.ProductType.AppearanceHeader.Options.UseForeColor = true;
|
|
|
|
|
|
this.ProductType.Caption = "机种";
|
|
|
|
|
|
this.ProductType.FieldName = "ProductType";
|
|
|
|
|
|
this.ProductType.MinWidth = 120;
|
|
|
|
|
|
this.ProductType.Name = "ProductType";
|
|
|
|
|
|
this.ProductType.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.ProductType.OptionsColumn.AllowMove = false;
|
|
|
|
|
|
this.ProductType.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.ProductType.OptionsColumn.ReadOnly = true;
|
|
|
|
|
|
this.ProductType.OptionsFilter.AllowFilter = false;
|
|
|
|
|
|
this.ProductType.Visible = true;
|
|
|
|
|
|
this.ProductType.VisibleIndex = 2;
|
|
|
|
|
|
this.ProductType.Width = 120;
|
|
|
|
|
|
//
|
|
|
|
|
|
// ProductCode
|
|
|
|
|
|
//
|
|
|
|
|
|
this.ProductCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.ProductCode.AppearanceCell.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.ProductCode.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
|
this.ProductCode.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
|
this.ProductCode.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
|
this.ProductCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
|
this.ProductCode.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.ProductCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
|
this.ProductCode.AppearanceHeader.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.ProductCode.AppearanceHeader.Options.UseBackColor = true;
|
|
|
|
|
|
this.ProductCode.AppearanceHeader.Options.UseFont = true;
|
|
|
|
|
|
this.ProductCode.AppearanceHeader.Options.UseForeColor = true;
|
|
|
|
|
|
this.ProductCode.Caption = "产品条码";
|
|
|
|
|
|
this.ProductCode.FieldName = "ProductCode";
|
|
|
|
|
|
this.ProductCode.MinWidth = 200;
|
|
|
|
|
|
this.ProductCode.Name = "ProductCode";
|
|
|
|
|
|
this.ProductCode.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.ProductCode.OptionsColumn.AllowMove = false;
|
|
|
|
|
|
this.ProductCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.ProductCode.OptionsColumn.ReadOnly = true;
|
|
|
|
|
|
this.ProductCode.OptionsFilter.AllowFilter = false;
|
|
|
|
|
|
this.ProductCode.Visible = true;
|
|
|
|
|
|
this.ProductCode.VisibleIndex = 3;
|
|
|
|
|
|
this.ProductCode.Width = 200;
|
|
|
|
|
|
//
|
|
|
|
|
|
// ScreenCode
|
|
|
|
|
|
//
|
|
|
|
|
|
this.ScreenCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.ScreenCode.AppearanceCell.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.ScreenCode.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
|
this.ScreenCode.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
|
this.ScreenCode.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
|
this.ScreenCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
|
this.ScreenCode.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.ScreenCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.ScreenCode.AppearanceHeader.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.ScreenCode.AppearanceHeader.Options.UseBackColor = true;
|
|
|
|
|
|
this.ScreenCode.AppearanceHeader.Options.UseFont = true;
|
|
|
|
|
|
this.ScreenCode.AppearanceHeader.Options.UseForeColor = true;
|
|
|
|
|
|
this.ScreenCode.Caption = "显示器条码";
|
|
|
|
|
|
this.ScreenCode.FieldName = "ScreenCode";
|
|
|
|
|
|
this.ScreenCode.MinWidth = 200;
|
|
|
|
|
|
this.ScreenCode.Name = "ScreenCode";
|
|
|
|
|
|
this.ScreenCode.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.ScreenCode.OptionsColumn.AllowMove = false;
|
|
|
|
|
|
this.ScreenCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.ScreenCode.OptionsColumn.ReadOnly = true;
|
|
|
|
|
|
this.ScreenCode.OptionsFilter.AllowFilter = false;
|
|
|
|
|
|
this.ScreenCode.Visible = true;
|
|
|
|
|
|
this.ScreenCode.VisibleIndex = 4;
|
|
|
|
|
|
this.ScreenCode.Width = 200;
|
|
|
|
|
|
//
|
|
|
|
|
|
// MainPanelCode
|
|
|
|
|
|
//
|
|
|
|
|
|
this.MainPanelCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.MainPanelCode.AppearanceCell.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.MainPanelCode.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
|
this.MainPanelCode.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
|
this.MainPanelCode.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.MainPanelCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.MainPanelCode.AppearanceHeader.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.MainPanelCode.AppearanceHeader.Options.UseBackColor = true;
|
|
|
|
|
|
this.MainPanelCode.AppearanceHeader.Options.UseFont = true;
|
|
|
|
|
|
this.MainPanelCode.AppearanceHeader.Options.UseForeColor = true;
|
|
|
|
|
|
this.MainPanelCode.Caption = "主板条码";
|
|
|
|
|
|
this.MainPanelCode.FieldName = "MainPanelCode";
|
|
|
|
|
|
this.MainPanelCode.MinWidth = 100;
|
|
|
|
|
|
this.MainPanelCode.Name = "MainPanelCode";
|
|
|
|
|
|
this.MainPanelCode.Visible = true;
|
|
|
|
|
|
this.MainPanelCode.VisibleIndex = 5;
|
|
|
|
|
|
this.MainPanelCode.Width = 100;
|
|
|
|
|
|
//
|
|
|
|
|
|
// SamplePanelCode
|
|
|
|
|
|
//
|
|
|
|
|
|
this.SamplePanelCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.SamplePanelCode.AppearanceCell.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.SamplePanelCode.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
|
this.SamplePanelCode.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
|
this.SamplePanelCode.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
|
this.SamplePanelCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
|
this.SamplePanelCode.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.SamplePanelCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.SamplePanelCode.AppearanceHeader.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.SamplePanelCode.AppearanceHeader.Options.UseBackColor = true;
|
|
|
|
|
|
this.SamplePanelCode.AppearanceHeader.Options.UseFont = true;
|
|
|
|
|
|
this.SamplePanelCode.AppearanceHeader.Options.UseForeColor = true;
|
|
|
|
|
|
this.SamplePanelCode.Caption = "采样板条码";
|
|
|
|
|
|
this.SamplePanelCode.FieldName = "SamplePanelCode";
|
|
|
|
|
|
this.SamplePanelCode.MinWidth = 100;
|
|
|
|
|
|
this.SamplePanelCode.Name = "SamplePanelCode";
|
|
|
|
|
|
this.SamplePanelCode.Visible = true;
|
|
|
|
|
|
this.SamplePanelCode.VisibleIndex = 6;
|
|
|
|
|
|
this.SamplePanelCode.Width = 100;
|
|
|
|
|
|
//
|
|
|
|
|
|
// TotalStatus
|
|
|
|
|
|
//
|
|
|
|
|
|
this.TotalStatus.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.TotalStatus.AppearanceCell.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.TotalStatus.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
|
this.TotalStatus.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
|
this.TotalStatus.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
|
this.TotalStatus.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
|
this.TotalStatus.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.TotalStatus.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
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.FieldName = "TotalStatus";
|
|
|
|
|
|
this.TotalStatus.MinWidth = 120;
|
|
|
|
|
|
this.TotalStatus.Name = "TotalStatus";
|
|
|
|
|
|
this.TotalStatus.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.TotalStatus.OptionsColumn.AllowMove = false;
|
|
|
|
|
|
this.TotalStatus.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.TotalStatus.OptionsColumn.ReadOnly = true;
|
|
|
|
|
|
this.TotalStatus.OptionsFilter.AllowFilter = false;
|
|
|
|
|
|
this.TotalStatus.Visible = true;
|
|
|
|
|
|
this.TotalStatus.VisibleIndex = 7;
|
|
|
|
|
|
this.TotalStatus.Width = 120;
|
|
|
|
|
|
//
|
|
|
|
|
|
// CreatedTime
|
|
|
|
|
|
//
|
|
|
|
|
|
this.CreatedTime.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.CreatedTime.AppearanceCell.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.CreatedTime.AppearanceCell.Options.UseFont = true;
|
|
|
|
|
|
this.CreatedTime.AppearanceCell.Options.UseForeColor = true;
|
|
|
|
|
|
this.CreatedTime.AppearanceCell.Options.UseTextOptions = true;
|
|
|
|
|
|
this.CreatedTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
|
|
|
this.CreatedTime.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
|
this.CreatedTime.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
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 = 180;
|
|
|
|
|
|
this.CreatedTime.Name = "CreatedTime";
|
|
|
|
|
|
this.CreatedTime.OptionsColumn.AllowFocus = false;
|
|
|
|
|
|
this.CreatedTime.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.CreatedTime.OptionsColumn.AllowMove = false;
|
|
|
|
|
|
this.CreatedTime.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.CreatedTime.OptionsColumn.ReadOnly = true;
|
|
|
|
|
|
this.CreatedTime.OptionsFilter.AllowFilter = false;
|
|
|
|
|
|
this.CreatedTime.Visible = true;
|
|
|
|
|
|
this.CreatedTime.VisibleIndex = 8;
|
|
|
|
|
|
this.CreatedTime.Width = 180;
|
|
|
|
|
|
//
|
|
|
|
|
|
// repositoryItemCheckEdit1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.repositoryItemCheckEdit1.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.repositoryItemCheckEdit1.Appearance.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.repositoryItemCheckEdit1.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.repositoryItemCheckEdit1.Appearance.Options.UseForeColor = true;
|
|
|
|
|
|
this.repositoryItemCheckEdit1.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.repositoryItemCheckEdit1.AppearanceFocused.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.repositoryItemCheckEdit1.AppearanceFocused.Options.UseFont = true;
|
|
|
|
|
|
this.repositoryItemCheckEdit1.AppearanceFocused.Options.UseForeColor = true;
|
|
|
|
|
|
this.repositoryItemCheckEdit1.AutoHeight = false;
|
|
|
|
|
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
|
|
|
|
|
this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
|
|
|
|
|
|
//
|
|
|
|
|
|
// FrmSearchResult
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
|
this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1645, 1097);
|
|
|
|
|
|
this.Controls.Add(this.panelEx1);
|
|
|
|
|
|
this.DoubleBuffered = true;
|
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
|
this.Name = "FrmSearchResult";
|
|
|
|
|
|
this.Text = "数据查询";
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
|
|
|
this.layoutControl1.ResumeLayout(false);
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dateTime_End.Properties.CalendarTimeProperties)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dateTime_End.Properties)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dateTime_Begin.Properties.CalendarTimeProperties)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dateTime_Begin.Properties)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).EndInit();
|
|
|
|
|
|
this.stackPanel1.ResumeLayout(false);
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cmb_Device.Properties)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelEx1)).EndInit();
|
|
|
|
|
|
this.panelEx1.ResumeLayout(false);
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gri_SearchResult)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView_SearchResult)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
|
|
|
private DevExpress.Utils.Layout.StackPanel stackPanel1;
|
|
|
|
|
|
private System.Windows.Forms.Button btn_Print;
|
|
|
|
|
|
private DevExpress.XtraEditors.ComboBoxEdit cmb_Device;
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
|
|
|
private System.Windows.Forms.Button btn_Search;
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
|
|
|
|
private ProductionSystem_UserControl.CompositeControls.GridPage gridPage;
|
|
|
|
|
|
private CompressorXN_ControlLib.PanelEx panelEx1;
|
|
|
|
|
|
private DevExpress.XtraGrid.GridControl gri_SearchResult;
|
|
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView_SearchResult;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn Id;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn RowNum;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn ProductCode;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn TotalStatus;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn CreatedTime;
|
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
|
|
|
|
|
private DevExpress.XtraEditors.DateEdit dateTime_Begin;
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
|
|
|
private DevExpress.XtraEditors.DateEdit dateTime_End;
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn ScreenCode;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn ProductType;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn MainPanelCode;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn SamplePanelCode;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|