コード例 #1
0
        private void AddCheckBoxColumn()
        {
            ComponentFactory.Krypton.Toolkit.KryptonCheckBox checkboxHeader = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox()
            {
                PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Black,
                Name        = "checkboxHeader",
                Text        = string.Empty,
                Size        = new Size(18, 18),
                Location    = new Point(19, 14)
            };
            checkboxHeader.CheckedChanged += new EventHandler(checkboxHeader_CheckedChanged);

            StoreDG.Controls.Add(checkboxHeader);
        }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPermisos));
     this.kryptonHeader1 = new ComponentFactory.Krypton.Toolkit.KryptonHeader();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.dgvUsuarios = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.usuarioBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.usuarioBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.gbxInformacion = new System.Windows.Forms.GroupBox();
     this.chkEsPrincipal = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.dtpFechaRegistro = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
     this.cmbEmpleados = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.txtPassword = new ExactTarget.Windows.Controles.CustomKryptonTextBox();
     this.txtUsername = new ExactTarget.Windows.Controles.CustomKryptonTextBox();
     this.label6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.label3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.label2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.TsMenu = new System.Windows.Forms.ToolStrip();
     this.TsbNuevo = new System.Windows.Forms.ToolStripButton();
     this.TsbEditar = new System.Windows.Forms.ToolStripButton();
     this.TsbEliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.TsbGuardar = new System.Windows.Forms.ToolStripButton();
     this.TsbCancelar = new System.Windows.Forms.ToolStripButton();
     this.perUsuario = new ExactTarget.Windows.Controles.PermisosFormulario();
     this.errValidator = new System.Windows.Forms.ErrorProvider(this.components);
     this.usuarioIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.usernameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.passwordDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.esPrincipalDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.fechaRegistroDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.personalDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.permisosBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.personalBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvUsuarios)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingNavigator)).BeginInit();
     this.usuarioBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.gbxInformacion.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEmpleados)).BeginInit();
     this.TsMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errValidator)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.permisosBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.personalBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonHeader1
     //
     this.kryptonHeader1.Dock = System.Windows.Forms.DockStyle.Top;
     this.kryptonHeader1.Location = new System.Drawing.Point(0, 0);
     this.kryptonHeader1.Name = "kryptonHeader1";
     this.kryptonHeader1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonHeader1.Size = new System.Drawing.Size(753, 31);
     this.kryptonHeader1.TabIndex = 0;
     this.kryptonHeader1.Text = "Permisos de Usuario";
     this.kryptonHeader1.Values.Description = "";
     this.kryptonHeader1.Values.Heading = "Permisos de Usuario";
     this.kryptonHeader1.Values.Image = null;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 31);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.perUsuario);
     this.splitContainer1.Size = new System.Drawing.Size(753, 480);
     this.splitContainer1.SplitterDistance = 236;
     this.splitContainer1.TabIndex = 1;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.AutoScroll = true;
     this.splitContainer2.Panel1.Controls.Add(this.dgvUsuarios);
     this.splitContainer2.Panel1.Controls.Add(this.usuarioBindingNavigator);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.kryptonPanel1);
     this.splitContainer2.Panel2.Controls.Add(this.TsMenu);
     this.splitContainer2.Size = new System.Drawing.Size(753, 236);
     this.splitContainer2.SplitterDistance = 274;
     this.splitContainer2.TabIndex = 0;
     //
     // dgvUsuarios
     //
     this.dgvUsuarios.AllowUserToAddRows = false;
     this.dgvUsuarios.AllowUserToDeleteRows = false;
     this.dgvUsuarios.AutoGenerateColumns = false;
     this.dgvUsuarios.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.usuarioIDDataGridViewTextBoxColumn,
     this.usernameDataGridViewTextBoxColumn,
     this.passwordDataGridViewTextBoxColumn,
     this.esPrincipalDataGridViewCheckBoxColumn,
     this.fechaRegistroDataGridViewTextBoxColumn,
     this.personalDataGridViewTextBoxColumn});
     this.dgvUsuarios.DataSource = this.usuarioBindingSource;
     this.dgvUsuarios.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvUsuarios.GridStyles.Style = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Sheet;
     this.dgvUsuarios.GridStyles.StyleBackground = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.dgvUsuarios.GridStyles.StyleColumn = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvUsuarios.GridStyles.StyleDataCells = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvUsuarios.GridStyles.StyleRow = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvUsuarios.Location = new System.Drawing.Point(0, 25);
     this.dgvUsuarios.Name = "dgvUsuarios";
     this.dgvUsuarios.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.dgvUsuarios.ReadOnly = true;
     this.dgvUsuarios.RowHeadersWidth = 10;
     this.dgvUsuarios.Size = new System.Drawing.Size(274, 211);
     this.dgvUsuarios.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.dgvUsuarios.TabIndex = 0;
     this.dgvUsuarios.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUsuarios_CellEnter);
     //
     // usuarioBindingSource
     //
     this.usuarioBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Usuario);
     //
     // usuarioBindingNavigator
     //
     this.usuarioBindingNavigator.AddNewItem = null;
     this.usuarioBindingNavigator.BindingSource = this.usuarioBindingSource;
     this.usuarioBindingNavigator.CountItem = this.bindingNavigatorCountItem;
     this.usuarioBindingNavigator.DeleteItem = null;
     this.usuarioBindingNavigator.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.usuarioBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem});
     this.usuarioBindingNavigator.Location = new System.Drawing.Point(0, 0);
     this.usuarioBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.usuarioBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.usuarioBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.usuarioBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.usuarioBindingNavigator.Name = "usuarioBindingNavigator";
     this.usuarioBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
     this.usuarioBindingNavigator.Size = new System.Drawing.Size(274, 25);
     this.usuarioBindingNavigator.TabIndex = 2;
     this.usuarioBindingNavigator.Text = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22);
     this.bindingNavigatorCountItem.Text = "de {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.gbxInformacion);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonPanel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
     this.kryptonPanel1.Size = new System.Drawing.Size(475, 211);
     this.kryptonPanel1.TabIndex = 3;
     //
     // gbxInformacion
     //
     this.gbxInformacion.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gbxInformacion.BackColor = System.Drawing.Color.Transparent;
     this.gbxInformacion.Controls.Add(this.chkEsPrincipal);
     this.gbxInformacion.Controls.Add(this.kryptonLabel2);
     this.gbxInformacion.Controls.Add(this.kryptonLabel1);
     this.gbxInformacion.Controls.Add(this.dtpFechaRegistro);
     this.gbxInformacion.Controls.Add(this.cmbEmpleados);
     this.gbxInformacion.Controls.Add(this.txtPassword);
     this.gbxInformacion.Controls.Add(this.txtUsername);
     this.gbxInformacion.Controls.Add(this.label6);
     this.gbxInformacion.Controls.Add(this.label3);
     this.gbxInformacion.Controls.Add(this.label2);
     this.gbxInformacion.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbxInformacion.ForeColor = System.Drawing.Color.Navy;
     this.gbxInformacion.Location = new System.Drawing.Point(14, 14);
     this.gbxInformacion.Name = "gbxInformacion";
     this.gbxInformacion.Size = new System.Drawing.Size(449, 183);
     this.gbxInformacion.TabIndex = 2;
     this.gbxInformacion.TabStop = false;
     this.gbxInformacion.Text = "Datos Usuario";
     //
     // chkEsPrincipal
     //
     this.chkEsPrincipal.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.chkEsPrincipal.Location = new System.Drawing.Point(117, 137);
     this.chkEsPrincipal.Name = "chkEsPrincipal";
     this.chkEsPrincipal.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.chkEsPrincipal.Size = new System.Drawing.Size(19, 13);
     this.chkEsPrincipal.TabIndex = 31;
     this.chkEsPrincipal.Values.ExtraText = "";
     this.chkEsPrincipal.Values.Image = null;
     this.chkEsPrincipal.Values.Text = "";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.kryptonLabel2.Location = new System.Drawing.Point(19, 135);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonLabel2.Size = new System.Drawing.Size(91, 20);
     this.kryptonLabel2.TabIndex = 30;
     this.kryptonLabel2.Text = "Administrador:";
     this.kryptonLabel2.Values.ExtraText = "";
     this.kryptonLabel2.Values.Image = null;
     this.kryptonLabel2.Values.Text = "Administrador:";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.kryptonLabel1.Location = new System.Drawing.Point(19, 109);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonLabel1.Size = new System.Drawing.Size(93, 20);
     this.kryptonLabel1.TabIndex = 29;
     this.kryptonLabel1.Text = "Fecha Registro:";
     this.kryptonLabel1.Values.ExtraText = "";
     this.kryptonLabel1.Values.Image = null;
     this.kryptonLabel1.Values.Text = "Fecha Registro:";
     //
     // dtpFechaRegistro
     //
     this.dtpFechaRegistro.CalendarDayOfWeekStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.CalendarDay;
     this.dtpFechaRegistro.CalendarDayStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.CalendarDay;
     this.dtpFechaRegistro.CalendarHeaderStyle = ComponentFactory.Krypton.Toolkit.HeaderStyle.Calendar;
     this.dtpFechaRegistro.CalendarTodayDate = new System.DateTime(2010, 4, 28, 0, 0, 0, 0);
     this.dtpFechaRegistro.DropButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl;
     this.dtpFechaRegistro.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.dtpFechaRegistro.Location = new System.Drawing.Point(115, 106);
     this.dtpFechaRegistro.Name = "dtpFechaRegistro";
     this.dtpFechaRegistro.Size = new System.Drawing.Size(204, 21);
     this.dtpFechaRegistro.TabIndex = 28;
     this.dtpFechaRegistro.UpDownButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl;
     //
     // cmbEmpleados
     //
     this.cmbEmpleados.DataSource = this.personalBindingSource;
     this.cmbEmpleados.DisplayMember = "nombreCompleto";
     this.cmbEmpleados.DropBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlClient;
     this.cmbEmpleados.DropButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl;
     this.cmbEmpleados.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbEmpleados.DropDownWidth = 258;
     this.cmbEmpleados.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.cmbEmpleados.ItemStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.ListItem;
     this.cmbEmpleados.Location = new System.Drawing.Point(115, 25);
     this.cmbEmpleados.Name = "cmbEmpleados";
     this.cmbEmpleados.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.cmbEmpleados.Size = new System.Drawing.Size(301, 21);
     this.cmbEmpleados.TabIndex = 27;
     this.cmbEmpleados.ValueMember = "personalID";
     //
     // txtPassword
     //
     this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPassword.BackColorEnter = System.Drawing.SystemColors.Window;
     this.txtPassword.BackColorLeave = System.Drawing.SystemColors.Window;
     this.txtPassword.DataType = ExactTarget.Windows.Controles.DataType.Alfanumerico;
     this.txtPassword.ForeColorEnter = System.Drawing.SystemColors.WindowText;
     this.txtPassword.ForeColorLeave = System.Drawing.SystemColors.WindowText;
     this.txtPassword.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.txtPassword.IsMayusculas = false;
     this.txtPassword.Location = new System.Drawing.Point(115, 80);
     this.txtPassword.MaxValue = 0;
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.NumberDecimals = 3;
     this.txtPassword.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Blue;
     this.txtPassword.Size = new System.Drawing.Size(213, 20);
     this.txtPassword.TabIndex = 23;
     //
     // txtUsername
     //
     this.txtUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtUsername.BackColorEnter = System.Drawing.SystemColors.Window;
     this.txtUsername.BackColorLeave = System.Drawing.SystemColors.Window;
     this.txtUsername.DataType = ExactTarget.Windows.Controles.DataType.Alfanumerico;
     this.txtUsername.ForeColorEnter = System.Drawing.SystemColors.WindowText;
     this.txtUsername.ForeColorLeave = System.Drawing.SystemColors.WindowText;
     this.txtUsername.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.txtUsername.IsMayusculas = false;
     this.txtUsername.Location = new System.Drawing.Point(115, 54);
     this.txtUsername.MaxValue = 0;
     this.txtUsername.Name = "txtUsername";
     this.txtUsername.NumberDecimals = 3;
     this.txtUsername.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Blue;
     this.txtUsername.Size = new System.Drawing.Size(213, 20);
     this.txtUsername.TabIndex = 22;
     //
     // label6
     //
     this.label6.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.label6.Location = new System.Drawing.Point(19, 83);
     this.label6.Name = "label6";
     this.label6.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.label6.Size = new System.Drawing.Size(65, 20);
     this.label6.TabIndex = 10;
     this.label6.Text = "Password:"******"";
     this.label6.Values.Image = null;
     this.label6.Values.Text = "Password:"******"label3";
     this.label3.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.label3.Size = new System.Drawing.Size(55, 20);
     this.label3.TabIndex = 4;
     this.label3.Text = "Usuario:";
     this.label3.Values.ExtraText = "";
     this.label3.Values.Image = null;
     this.label3.Values.Text = "Usuario:";
     //
     // label2
     //
     this.label2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.label2.Location = new System.Drawing.Point(19, 28);
     this.label2.Name = "label2";
     this.label2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.label2.Size = new System.Drawing.Size(68, 20);
     this.label2.TabIndex = 2;
     this.label2.Text = "Empleado:";
     this.label2.Values.ExtraText = "";
     this.label2.Values.Image = null;
     this.label2.Values.Text = "Empleado:";
     //
     // TsMenu
     //
     this.TsMenu.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.TsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TsbNuevo,
     this.TsbEditar,
     this.TsbEliminar,
     this.toolStripSeparator,
     this.TsbGuardar,
     this.TsbCancelar});
     this.TsMenu.Location = new System.Drawing.Point(0, 0);
     this.TsMenu.Name = "TsMenu";
     this.TsMenu.Size = new System.Drawing.Size(475, 25);
     this.TsMenu.TabIndex = 2;
     this.TsMenu.Text = "Barra de Menu";
     //
     // TsbNuevo
     //
     this.TsbNuevo.Image = global::ExactTarget.Windows.Properties.Resources.Add1;
     this.TsbNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TsbNuevo.Name = "TsbNuevo";
     this.TsbNuevo.Size = new System.Drawing.Size(62, 22);
     this.TsbNuevo.Text = "&Nuevo";
     this.TsbNuevo.Click += new System.EventHandler(this.TsbNuevo_Click);
     //
     // TsbEditar
     //
     this.TsbEditar.Image = global::ExactTarget.Windows.Properties.Resources.Modify1;
     this.TsbEditar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TsbEditar.Name = "TsbEditar";
     this.TsbEditar.Size = new System.Drawing.Size(57, 22);
     this.TsbEditar.Text = "E&ditar";
     this.TsbEditar.Click += new System.EventHandler(this.TsbEditar_Click);
     //
     // TsbEliminar
     //
     this.TsbEliminar.Image = global::ExactTarget.Windows.Properties.Resources.Delete1;
     this.TsbEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TsbEliminar.Name = "TsbEliminar";
     this.TsbEliminar.Size = new System.Drawing.Size(70, 22);
     this.TsbEliminar.Text = "&Eliminar";
     this.TsbEliminar.Click += new System.EventHandler(this.TsbEliminar_Click);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // TsbGuardar
     //
     this.TsbGuardar.Image = global::ExactTarget.Windows.Properties.Resources.Save1;
     this.TsbGuardar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TsbGuardar.Name = "TsbGuardar";
     this.TsbGuardar.Size = new System.Drawing.Size(69, 22);
     this.TsbGuardar.Text = "&Guardar";
     this.TsbGuardar.Click += new System.EventHandler(this.TsbGuardar_Click);
     //
     // TsbCancelar
     //
     this.TsbCancelar.Image = global::ExactTarget.Windows.Properties.Resources.Back1;
     this.TsbCancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TsbCancelar.Name = "TsbCancelar";
     this.TsbCancelar.Size = new System.Drawing.Size(73, 22);
     this.TsbCancelar.Text = "&Cancelar";
     this.TsbCancelar.Click += new System.EventHandler(this.TsbCancelar_Click);
     //
     // perUsuario
     //
     this.perUsuario.Dock = System.Windows.Forms.DockStyle.Fill;
     this.perUsuario.EnabledPermisos = true;
     this.perUsuario.Location = new System.Drawing.Point(0, 0);
     this.perUsuario.Name = "perUsuario";
     this.perUsuario.PersonaID = ((short)(0));
     this.perUsuario.Size = new System.Drawing.Size(753, 240);
     this.perUsuario.TabIndex = 0;
     //
     // errValidator
     //
     this.errValidator.ContainerControl = this;
     //
     // usuarioIDDataGridViewTextBoxColumn
     //
     this.usuarioIDDataGridViewTextBoxColumn.DataPropertyName = "usuarioID";
     this.usuarioIDDataGridViewTextBoxColumn.HeaderText = "usuarioID";
     this.usuarioIDDataGridViewTextBoxColumn.Name = "usuarioIDDataGridViewTextBoxColumn";
     this.usuarioIDDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // usernameDataGridViewTextBoxColumn
     //
     this.usernameDataGridViewTextBoxColumn.DataPropertyName = "username";
     this.usernameDataGridViewTextBoxColumn.HeaderText = "username";
     this.usernameDataGridViewTextBoxColumn.Name = "usernameDataGridViewTextBoxColumn";
     this.usernameDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // passwordDataGridViewTextBoxColumn
     //
     this.passwordDataGridViewTextBoxColumn.DataPropertyName = "password";
     this.passwordDataGridViewTextBoxColumn.HeaderText = "password";
     this.passwordDataGridViewTextBoxColumn.Name = "passwordDataGridViewTextBoxColumn";
     this.passwordDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // esPrincipalDataGridViewCheckBoxColumn
     //
     this.esPrincipalDataGridViewCheckBoxColumn.DataPropertyName = "esPrincipal";
     this.esPrincipalDataGridViewCheckBoxColumn.HeaderText = "esPrincipal";
     this.esPrincipalDataGridViewCheckBoxColumn.Name = "esPrincipalDataGridViewCheckBoxColumn";
     this.esPrincipalDataGridViewCheckBoxColumn.ReadOnly = true;
     //
     // fechaRegistroDataGridViewTextBoxColumn
     //
     this.fechaRegistroDataGridViewTextBoxColumn.DataPropertyName = "fechaRegistro";
     this.fechaRegistroDataGridViewTextBoxColumn.HeaderText = "fechaRegistro";
     this.fechaRegistroDataGridViewTextBoxColumn.Name = "fechaRegistroDataGridViewTextBoxColumn";
     this.fechaRegistroDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // personalDataGridViewTextBoxColumn
     //
     this.personalDataGridViewTextBoxColumn.DataPropertyName = "Personal";
     this.personalDataGridViewTextBoxColumn.HeaderText = "Personal";
     this.personalDataGridViewTextBoxColumn.Name = "personalDataGridViewTextBoxColumn";
     this.personalDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // permisosBindingSource
     //
     this.permisosBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Permiso);
     //
     // personalBindingSource
     //
     this.personalBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Usuario);
     //
     // FrmPermisos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(753, 511);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.kryptonHeader1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "FrmPermisos";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "FrmPermisos";
     this.Load += new System.EventHandler(this.FrmPermisos_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvUsuarios)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingNavigator)).EndInit();
     this.usuarioBindingNavigator.ResumeLayout(false);
     this.usuarioBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.gbxInformacion.ResumeLayout(false);
     this.gbxInformacion.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEmpleados)).EndInit();
     this.TsMenu.ResumeLayout(false);
     this.TsMenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errValidator)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.permisosBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.personalBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.kchkBold         = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kchkItalic       = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kchkStrikeout    = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kchkUnderline    = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.CaptionStyle     = ComponentFactory.Krypton.Toolkit.LabelStyle.GroupBoxCaption;
     this.kryptonGroupBox1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.kryptonGroupBox1.GroupBackStyle   = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlGroupBox;
     this.kryptonGroupBox1.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox;
     this.kryptonGroupBox1.Location         = new System.Drawing.Point(0, 0);
     this.kryptonGroupBox1.Name             = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.kchkUnderline);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kchkStrikeout);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kchkItalic);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kchkBold);
     this.kryptonGroupBox1.Size = new System.Drawing.Size(242, 193);
     this.kryptonGroupBox1.StateCommon.Content.ShortText.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGroupBox1.StateCommon.Content.ShortText.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.Inherit;
     this.kryptonGroupBox1.StateCommon.Content.ShortText.Trim       = ComponentFactory.Krypton.Toolkit.PaletteTextTrim.Inherit;
     this.kryptonGroupBox1.TabIndex       = 1;
     this.kryptonGroupBox1.Values.Heading = "Typeface Style";
     //
     // kchkBold
     //
     this.kchkBold.Location = new System.Drawing.Point(14, 13);
     this.kchkBold.Name     = "kchkBold";
     this.kchkBold.Size     = new System.Drawing.Size(60, 26);
     this.kchkBold.StateCommon.ShortText.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkBold.StateCommon.ShortText.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.Inherit;
     this.kchkBold.StateCommon.ShortText.Trim       = ComponentFactory.Krypton.Toolkit.PaletteTextTrim.Inherit;
     this.kchkBold.TabIndex    = 2;
     this.kchkBold.Values.Text = "&Bold";
     //
     // kchkItalic
     //
     this.kchkItalic.Location = new System.Drawing.Point(14, 48);
     this.kchkItalic.Name     = "kchkItalic";
     this.kchkItalic.Size     = new System.Drawing.Size(59, 26);
     this.kchkItalic.StateCommon.ShortText.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkItalic.StateCommon.ShortText.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.Inherit;
     this.kchkItalic.StateCommon.ShortText.Trim       = ComponentFactory.Krypton.Toolkit.PaletteTextTrim.Inherit;
     this.kchkItalic.TabIndex    = 3;
     this.kchkItalic.Values.Text = "I&talic";
     //
     // kchkStrikeout
     //
     this.kchkStrikeout.Location = new System.Drawing.Point(14, 83);
     this.kchkStrikeout.Name     = "kchkStrikeout";
     this.kchkStrikeout.Size     = new System.Drawing.Size(90, 26);
     this.kchkStrikeout.StateCommon.ShortText.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Strikeout, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkStrikeout.StateCommon.ShortText.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.Inherit;
     this.kchkStrikeout.StateCommon.ShortText.Trim       = ComponentFactory.Krypton.Toolkit.PaletteTextTrim.Inherit;
     this.kchkStrikeout.TabIndex    = 4;
     this.kchkStrikeout.Values.Text = "Str&ikeout";
     //
     // kchkUnderline
     //
     this.kchkUnderline.Location = new System.Drawing.Point(14, 118);
     this.kchkUnderline.Name     = "kchkUnderline";
     this.kchkUnderline.Size     = new System.Drawing.Size(95, 26);
     this.kchkUnderline.StateCommon.ShortText.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkUnderline.StateCommon.ShortText.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.Inherit;
     this.kchkUnderline.StateCommon.ShortText.Trim       = ComponentFactory.Krypton.Toolkit.PaletteTextTrim.Inherit;
     this.kchkUnderline.TabIndex    = 5;
     this.kchkUnderline.Values.Text = "&Underline";
     //
     // KryptonTypefaceStyle
     //
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.kryptonGroupBox1);
     this.Name = "KryptonTypefaceStyle";
     this.Size = new System.Drawing.Size(242, 193);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #4
0
 /// <summary> 
 /// Método necesario para admitir el Diseñador. No se puede modificar 
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.kryptonHeader2 = new ComponentFactory.Krypton.Toolkit.KryptonHeader();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.formularioKryptonDataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.formularioBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.cmbMenus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.menuBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.label2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.dgvPermisos = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.ID = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
     this.Accion = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
     this.Permitir = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
     this.panel2 = new System.Windows.Forms.Panel();
     this.chkTodos = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.formularioKryptonDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.formularioBindingSource)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMenus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.menuBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPermisos)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonHeader2
     //
     this.kryptonHeader2.Dock = System.Windows.Forms.DockStyle.Top;
     this.kryptonHeader2.HeaderStyle = ComponentFactory.Krypton.Toolkit.HeaderStyle.Secondary;
     this.kryptonHeader2.Location = new System.Drawing.Point(0, 0);
     this.kryptonHeader2.Name = "kryptonHeader2";
     this.kryptonHeader2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonHeader2.Size = new System.Drawing.Size(689, 22);
     this.kryptonHeader2.TabIndex = 1;
     this.kryptonHeader2.Text = "Permisos";
     this.kryptonHeader2.Values.Description = "";
     this.kryptonHeader2.Values.Heading = "Permisos";
     this.kryptonHeader2.Values.Image = null;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.splitContainer1);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 22);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonPanel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
     this.kryptonPanel1.Size = new System.Drawing.Size(689, 174);
     this.kryptonPanel1.TabIndex = 2;
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.AutoScroll = true;
     this.splitContainer1.Panel1.Controls.Add(this.formularioKryptonDataGridView);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dgvPermisos);
     this.splitContainer1.Panel2.Controls.Add(this.panel2);
     this.splitContainer1.Size = new System.Drawing.Size(689, 174);
     this.splitContainer1.SplitterDistance = 421;
     this.splitContainer1.TabIndex = 0;
     //
     // formularioKryptonDataGridView
     //
     this.formularioKryptonDataGridView.AllowUserToAddRows = false;
     this.formularioKryptonDataGridView.AllowUserToDeleteRows = false;
     this.formularioKryptonDataGridView.AutoGenerateColumns = false;
     this.formularioKryptonDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn2,
     this.dataGridViewTextBoxColumn3,
     this.dataGridViewTextBoxColumn5});
     this.formularioKryptonDataGridView.DataSource = this.formularioBindingSource;
     this.formularioKryptonDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.formularioKryptonDataGridView.GridStyles.Style = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Sheet;
     this.formularioKryptonDataGridView.GridStyles.StyleBackground = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.formularioKryptonDataGridView.GridStyles.StyleColumn = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.formularioKryptonDataGridView.GridStyles.StyleDataCells = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.formularioKryptonDataGridView.GridStyles.StyleRow = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.formularioKryptonDataGridView.Location = new System.Drawing.Point(0, 40);
     this.formularioKryptonDataGridView.Name = "formularioKryptonDataGridView";
     this.formularioKryptonDataGridView.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.formularioKryptonDataGridView.ReadOnly = true;
     this.formularioKryptonDataGridView.RowHeadersWidth = 10;
     this.formularioKryptonDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.formularioKryptonDataGridView.Size = new System.Drawing.Size(421, 134);
     this.formularioKryptonDataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.formularioKryptonDataGridView.TabIndex = 1;
     this.formularioKryptonDataGridView.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFormularios_CellEnter);
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "FormularioID";
     this.dataGridViewTextBoxColumn2.HeaderText = "ID";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     this.dataGridViewTextBoxColumn2.Width = 40;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn3.DataPropertyName = "Nombre";
     this.dataGridViewTextBoxColumn3.HeaderText = "Nombre";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.DataPropertyName = "Descripcion";
     this.dataGridViewTextBoxColumn5.HeaderText = "Descripcion";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly = true;
     //
     // formularioBindingSource
     //
     this.formularioBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Formulario);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cmbMenus);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(421, 40);
     this.panel1.TabIndex = 0;
     //
     // cmbMenus
     //
     this.cmbMenus.DataSource = this.menuBindingSource;
     this.cmbMenus.DisplayMember = "Nombre";
     this.cmbMenus.DropBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlClient;
     this.cmbMenus.DropButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl;
     this.cmbMenus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbMenus.DropDownWidth = 190;
     this.cmbMenus.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.cmbMenus.ItemStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.ListItem;
     this.cmbMenus.Location = new System.Drawing.Point(90, 9);
     this.cmbMenus.Name = "cmbMenus";
     this.cmbMenus.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.cmbMenus.Size = new System.Drawing.Size(190, 21);
     this.cmbMenus.TabIndex = 4;
     this.cmbMenus.ValueMember = "MenuID";
     this.cmbMenus.SelectedIndexChanged += new System.EventHandler(this.cmbMenus_SelectedIndexChanged);
     //
     // menuBindingSource
     //
     this.menuBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Menu);
     //
     // label2
     //
     this.label2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.label2.Location = new System.Drawing.Point(15, 8);
     this.label2.Name = "label2";
     this.label2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.label2.Size = new System.Drawing.Size(56, 20);
     this.label2.TabIndex = 3;
     this.label2.Text = "Modulo:";
     this.label2.Values.ExtraText = "";
     this.label2.Values.Image = null;
     this.label2.Values.Text = "Modulo:";
     //
     // dgvPermisos
     //
     this.dgvPermisos.AllowUserToAddRows = false;
     this.dgvPermisos.AllowUserToDeleteRows = false;
     this.dgvPermisos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ID,
     this.Accion,
     this.Permitir});
     this.dgvPermisos.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvPermisos.GridStyles.Style = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Sheet;
     this.dgvPermisos.GridStyles.StyleBackground = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.dgvPermisos.GridStyles.StyleColumn = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvPermisos.GridStyles.StyleDataCells = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvPermisos.GridStyles.StyleRow = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvPermisos.Location = new System.Drawing.Point(0, 40);
     this.dgvPermisos.Name = "dgvPermisos";
     this.dgvPermisos.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.dgvPermisos.ReadOnly = true;
     this.dgvPermisos.RowHeadersWidth = 10;
     this.dgvPermisos.Size = new System.Drawing.Size(264, 134);
     this.dgvPermisos.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.dgvPermisos.TabIndex = 2;
     this.dgvPermisos.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPermisos_CellContentClick);
     //
     // ID
     //
     this.ID.HeaderText = "ID";
     this.ID.Name = "ID";
     this.ID.ReadOnly = true;
     this.ID.Width = 40;
     //
     // Accion
     //
     this.Accion.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Accion.HeaderText = "Accion";
     this.Accion.Name = "Accion";
     this.Accion.ReadOnly = true;
     //
     // Permitir
     //
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.NullValue = false;
     this.Permitir.DefaultCellStyle = dataGridViewCellStyle2;
     this.Permitir.FalseValue = null;
     this.Permitir.HeaderText = "Permitir";
     this.Permitir.IndeterminateValue = null;
     this.Permitir.Name = "Permitir";
     this.Permitir.ReadOnly = true;
     this.Permitir.TrueValue = null;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.chkTodos);
     this.panel2.Controls.Add(this.kryptonLabel1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(264, 40);
     this.panel2.TabIndex = 1;
     //
     // chkTodos
     //
     this.chkTodos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkTodos.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.chkTodos.Location = new System.Drawing.Point(168, 10);
     this.chkTodos.Name = "chkTodos";
     this.chkTodos.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.chkTodos.Size = new System.Drawing.Size(93, 20);
     this.chkTodos.TabIndex = 4;
     this.chkTodos.Text = "Marcar Todo";
     this.chkTodos.Values.ExtraText = "";
     this.chkTodos.Values.Image = null;
     this.chkTodos.Values.Text = "Marcar Todo";
     this.chkTodos.CheckedChanged += new System.EventHandler(this.chkTodos_CheckedChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.kryptonLabel1.Location = new System.Drawing.Point(16, 7);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonLabel1.Size = new System.Drawing.Size(145, 20);
     this.kryptonLabel1.TabIndex = 3;
     this.kryptonLabel1.Text = "Acciones del formulario::";
     this.kryptonLabel1.Values.ExtraText = "";
     this.kryptonLabel1.Values.Image = null;
     this.kryptonLabel1.Values.Text = "Acciones del formulario::";
     //
     // PermisosFormulario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.kryptonHeader2);
     this.Name = "PermisosFormulario";
     this.Size = new System.Drawing.Size(689, 196);
     this.Load += new System.EventHandler(this.PermisosFormulario_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.formularioKryptonDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.formularioBindingSource)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMenus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.menuBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPermisos)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.kryptonManager = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.kryptonPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.updateLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.updateOnStartupCheckBox = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.proxyPasswordLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.proxyPasswordTextbox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.proxyUsernameLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.proxyAddressLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.proxySettingsLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.proxyAddressTextbox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.proxyUsernameTextBox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.applySettingsButton = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.chooseLanguageLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.languageSettingsLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.useSystemLanguageCheckBox = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.languagesComboBox = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.layoutSettingsLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.okButton = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.office2010BlueRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.professionalOffice2003RadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.sparkleBlueRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.sparklePurpleRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.sparkleOrangeRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.office2007BlueRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.office2010SilverRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.office2007SilverRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).BeginInit();
     this.kryptonPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.languagesComboBox)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel
     //
     this.kryptonPanel.Controls.Add(this.updateLabel);
     this.kryptonPanel.Controls.Add(this.updateOnStartupCheckBox);
     this.kryptonPanel.Controls.Add(this.proxyPasswordLabel);
     this.kryptonPanel.Controls.Add(this.proxyPasswordTextbox);
     this.kryptonPanel.Controls.Add(this.proxyUsernameLabel);
     this.kryptonPanel.Controls.Add(this.proxyAddressLabel);
     this.kryptonPanel.Controls.Add(this.proxySettingsLabel);
     this.kryptonPanel.Controls.Add(this.proxyAddressTextbox);
     this.kryptonPanel.Controls.Add(this.proxyUsernameTextBox);
     this.kryptonPanel.Controls.Add(this.applySettingsButton);
     this.kryptonPanel.Controls.Add(this.chooseLanguageLabel);
     this.kryptonPanel.Controls.Add(this.languageSettingsLabel);
     this.kryptonPanel.Controls.Add(this.useSystemLanguageCheckBox);
     this.kryptonPanel.Controls.Add(this.languagesComboBox);
     this.kryptonPanel.Controls.Add(this.layoutSettingsLabel);
     this.kryptonPanel.Controls.Add(this.okButton);
     this.kryptonPanel.Controls.Add(this.office2010BlueRadioButton);
     this.kryptonPanel.Controls.Add(this.professionalOffice2003RadioButton);
     this.kryptonPanel.Controls.Add(this.sparkleBlueRadioButton);
     this.kryptonPanel.Controls.Add(this.sparklePurpleRadioButton);
     this.kryptonPanel.Controls.Add(this.sparkleOrangeRadioButton);
     this.kryptonPanel.Controls.Add(this.office2007BlueRadioButton);
     this.kryptonPanel.Controls.Add(this.office2010SilverRadioButton);
     this.kryptonPanel.Controls.Add(this.office2007SilverRadioButton);
     this.kryptonPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel.Name = "kryptonPanel";
     this.kryptonPanel.Size = new System.Drawing.Size(551, 433);
     this.kryptonPanel.TabIndex = 0;
     //
     // updateLabel
     //
     this.updateLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.updateLabel.Location = new System.Drawing.Point(9, 283);
     this.updateLabel.Name = "updateLabel";
     this.updateLabel.Size = new System.Drawing.Size(70, 20);
     this.updateLabel.TabIndex = 17;
     this.updateLabel.Values.Image = global::VSPRBase.Properties.Resources.update;
     this.updateLabel.Values.Text = "Update";
     //
     // updateOnStartupCheckBox
     //
     this.updateOnStartupCheckBox.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.updateOnStartupCheckBox.Location = new System.Drawing.Point(29, 309);
     this.updateOnStartupCheckBox.Name = "updateOnStartupCheckBox";
     this.updateOnStartupCheckBox.Size = new System.Drawing.Size(177, 20);
     this.updateOnStartupCheckBox.TabIndex = 16;
     this.updateOnStartupCheckBox.Text = "Check for update on startup";
     this.updateOnStartupCheckBox.Values.Text = "Check for update on startup";
     this.updateOnStartupCheckBox.CheckedChanged += new System.EventHandler(this.updateOnStartupCheckBox_CheckedChanged);
     //
     // proxyPasswordLabel
     //
     this.proxyPasswordLabel.Location = new System.Drawing.Point(231, 335);
     this.proxyPasswordLabel.Name = "proxyPasswordLabel";
     this.proxyPasswordLabel.Size = new System.Drawing.Size(62, 20);
     this.proxyPasswordLabel.TabIndex = 0;
     this.proxyPasswordLabel.TabStop = false;
     this.proxyPasswordLabel.Values.Text = "Password";
     //
     // proxyPasswordTextbox
     //
     this.proxyPasswordTextbox.Location = new System.Drawing.Point(231, 361);
     this.proxyPasswordTextbox.Name = "proxyPasswordTextbox";
     this.proxyPasswordTextbox.Size = new System.Drawing.Size(302, 20);
     this.proxyPasswordTextbox.TabIndex = 14;
     //
     // proxyUsernameLabel
     //
     this.proxyUsernameLabel.Location = new System.Drawing.Point(231, 283);
     this.proxyUsernameLabel.Name = "proxyUsernameLabel";
     this.proxyUsernameLabel.Size = new System.Drawing.Size(35, 20);
     this.proxyUsernameLabel.TabIndex = 0;
     this.proxyUsernameLabel.TabStop = false;
     this.proxyUsernameLabel.Values.Text = "User";
     //
     // proxyAddressLabel
     //
     this.proxyAddressLabel.Location = new System.Drawing.Point(231, 234);
     this.proxyAddressLabel.Name = "proxyAddressLabel";
     this.proxyAddressLabel.Size = new System.Drawing.Size(54, 20);
     this.proxyAddressLabel.TabIndex = 0;
     this.proxyAddressLabel.TabStop = false;
     this.proxyAddressLabel.Values.Text = "Address";
     //
     // proxySettingsLabel
     //
     this.proxySettingsLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.proxySettingsLabel.Location = new System.Drawing.Point(208, 208);
     this.proxySettingsLabel.Name = "proxySettingsLabel";
     this.proxySettingsLabel.Size = new System.Drawing.Size(110, 20);
     this.proxySettingsLabel.TabIndex = 0;
     this.proxySettingsLabel.TabStop = false;
     this.proxySettingsLabel.Values.Image = global::VSPRBase.Properties.Resources.server_small;
     this.proxySettingsLabel.Values.Text = "Proxy settings";
     //
     // proxyAddressTextbox
     //
     this.proxyAddressTextbox.Location = new System.Drawing.Point(231, 257);
     this.proxyAddressTextbox.Name = "proxyAddressTextbox";
     this.proxyAddressTextbox.Size = new System.Drawing.Size(302, 20);
     this.proxyAddressTextbox.TabIndex = 12;
     //
     // proxyUsernameTextBox
     //
     this.proxyUsernameTextBox.Location = new System.Drawing.Point(231, 309);
     this.proxyUsernameTextBox.Name = "proxyUsernameTextBox";
     this.proxyUsernameTextBox.Size = new System.Drawing.Size(302, 20);
     this.proxyUsernameTextBox.TabIndex = 13;
     //
     // applySettingsButton
     //
     this.applySettingsButton.Location = new System.Drawing.Point(443, 153);
     this.applySettingsButton.Name = "applySettingsButton";
     this.applySettingsButton.Size = new System.Drawing.Size(90, 25);
     this.applySettingsButton.TabIndex = 11;
     this.applySettingsButton.Values.Text = "Apply";
     this.applySettingsButton.Click += new System.EventHandler(this.ApplySettingsButtonClick);
     //
     // chooseLanguageLabel
     //
     this.chooseLanguageLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.chooseLanguageLabel.Location = new System.Drawing.Point(231, 100);
     this.chooseLanguageLabel.Name = "chooseLanguageLabel";
     this.chooseLanguageLabel.Size = new System.Drawing.Size(110, 20);
     this.chooseLanguageLabel.TabIndex = 0;
     this.chooseLanguageLabel.TabStop = false;
     this.chooseLanguageLabel.Values.Text = "Choose language";
     //
     // languageSettingsLabel
     //
     this.languageSettingsLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.languageSettingsLabel.Location = new System.Drawing.Point(208, 32);
     this.languageSettingsLabel.Name = "languageSettingsLabel";
     this.languageSettingsLabel.Size = new System.Drawing.Size(133, 20);
     this.languageSettingsLabel.TabIndex = 0;
     this.languageSettingsLabel.TabStop = false;
     this.languageSettingsLabel.Values.Image = global::VSPRBase.Properties.Resources.languageSettings;
     this.languageSettingsLabel.Values.Text = "Language settings";
     //
     // useSystemLanguageCheckBox
     //
     this.useSystemLanguageCheckBox.Checked = true;
     this.useSystemLanguageCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.useSystemLanguageCheckBox.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.useSystemLanguageCheckBox.Location = new System.Drawing.Point(231, 58);
     this.useSystemLanguageCheckBox.Name = "useSystemLanguageCheckBox";
     this.useSystemLanguageCheckBox.Size = new System.Drawing.Size(140, 20);
     this.useSystemLanguageCheckBox.TabIndex = 9;
     this.useSystemLanguageCheckBox.Text = "Use System language";
     this.useSystemLanguageCheckBox.Values.Text = "Use System language";
     this.useSystemLanguageCheckBox.CheckedChanged += new System.EventHandler(this.UseSystemLanguageCheckBoxCheckedChanged);
     //
     // languagesComboBox
     //
     this.languagesComboBox.DropDownWidth = 302;
     this.languagesComboBox.Location = new System.Drawing.Point(231, 126);
     this.languagesComboBox.Name = "languagesComboBox";
     this.languagesComboBox.Size = new System.Drawing.Size(302, 21);
     this.languagesComboBox.TabIndex = 10;
     //
     // layoutSettingsLabel
     //
     this.layoutSettingsLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.layoutSettingsLabel.Location = new System.Drawing.Point(9, 32);
     this.layoutSettingsLabel.Name = "layoutSettingsLabel";
     this.layoutSettingsLabel.Size = new System.Drawing.Size(116, 20);
     this.layoutSettingsLabel.TabIndex = 0;
     this.layoutSettingsLabel.TabStop = false;
     this.layoutSettingsLabel.Values.Image = global::VSPRBase.Properties.Resources.layoutSettings;
     this.layoutSettingsLabel.Values.Text = "Layout settings";
     //
     // okButton
     //
     this.okButton.Location = new System.Drawing.Point(443, 396);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(90, 25);
     this.okButton.TabIndex = 15;
     this.okButton.Values.Text = "OK";
     this.okButton.Click += new System.EventHandler(this.OkButtonClick);
     //
     // office2010BlueRadioButton
     //
     this.office2010BlueRadioButton.Location = new System.Drawing.Point(29, 160);
     this.office2010BlueRadioButton.Name = "office2010BlueRadioButton";
     this.office2010BlueRadioButton.Size = new System.Drawing.Size(112, 20);
     this.office2010BlueRadioButton.TabIndex = 5;
     this.office2010BlueRadioButton.Values.Text = "Office 2010 Blue";
     this.office2010BlueRadioButton.CheckedChanged += new System.EventHandler(this.Office2010BlueRadioButtonCheckedChanged);
     //
     // professionalOffice2003RadioButton
     //
     this.professionalOffice2003RadioButton.Location = new System.Drawing.Point(29, 58);
     this.professionalOffice2003RadioButton.Name = "professionalOffice2003RadioButton";
     this.professionalOffice2003RadioButton.Size = new System.Drawing.Size(154, 20);
     this.professionalOffice2003RadioButton.TabIndex = 1;
     this.professionalOffice2003RadioButton.Values.Text = "Professional Office 2003";
     this.professionalOffice2003RadioButton.CheckedChanged += new System.EventHandler(this.ProfessionalOffice2003RadioButtonCheckedChanged);
     //
     // sparkleBlueRadioButton
     //
     this.sparkleBlueRadioButton.Location = new System.Drawing.Point(29, 234);
     this.sparkleBlueRadioButton.Name = "sparkleBlueRadioButton";
     this.sparkleBlueRadioButton.Size = new System.Drawing.Size(89, 20);
     this.sparkleBlueRadioButton.TabIndex = 8;
     this.sparkleBlueRadioButton.Values.Text = "Sparkle Blue";
     this.sparkleBlueRadioButton.CheckedChanged += new System.EventHandler(this.SparkleBlueRadioButtonCheckedChanged);
     //
     // sparklePurpleRadioButton
     //
     this.sparklePurpleRadioButton.Location = new System.Drawing.Point(29, 208);
     this.sparklePurpleRadioButton.Name = "sparklePurpleRadioButton";
     this.sparklePurpleRadioButton.Size = new System.Drawing.Size(101, 20);
     this.sparklePurpleRadioButton.TabIndex = 7;
     this.sparklePurpleRadioButton.Values.Text = "Sparkle Purple";
     this.sparklePurpleRadioButton.CheckedChanged += new System.EventHandler(this.SparklePurpleRadioButtonCheckedChanged);
     //
     // sparkleOrangeRadioButton
     //
     this.sparkleOrangeRadioButton.Location = new System.Drawing.Point(29, 182);
     this.sparkleOrangeRadioButton.Name = "sparkleOrangeRadioButton";
     this.sparkleOrangeRadioButton.Size = new System.Drawing.Size(107, 20);
     this.sparkleOrangeRadioButton.TabIndex = 6;
     this.sparkleOrangeRadioButton.Values.Text = "Sparkle Orange";
     this.sparkleOrangeRadioButton.CheckedChanged += new System.EventHandler(this.SparkleOrangeRadioButtonCheckedChanged);
     //
     // office2007BlueRadioButton
     //
     this.office2007BlueRadioButton.Location = new System.Drawing.Point(29, 134);
     this.office2007BlueRadioButton.Name = "office2007BlueRadioButton";
     this.office2007BlueRadioButton.Size = new System.Drawing.Size(112, 20);
     this.office2007BlueRadioButton.TabIndex = 4;
     this.office2007BlueRadioButton.Values.Text = "Office 2007 Blue";
     this.office2007BlueRadioButton.CheckedChanged += new System.EventHandler(this.Office2007BlueRadioButtonCheckedChanged);
     //
     // office2010SilverRadioButton
     //
     this.office2010SilverRadioButton.Location = new System.Drawing.Point(29, 108);
     this.office2010SilverRadioButton.Name = "office2010SilverRadioButton";
     this.office2010SilverRadioButton.Size = new System.Drawing.Size(117, 20);
     this.office2010SilverRadioButton.TabIndex = 3;
     this.office2010SilverRadioButton.Values.Text = "Office 2010 Silver";
     this.office2010SilverRadioButton.CheckedChanged += new System.EventHandler(this.Office2010SilverRadioButtonCheckedChanged);
     //
     // office2007SilverRadioButton
     //
     this.office2007SilverRadioButton.Location = new System.Drawing.Point(29, 82);
     this.office2007SilverRadioButton.Name = "office2007SilverRadioButton";
     this.office2007SilverRadioButton.Size = new System.Drawing.Size(117, 20);
     this.office2007SilverRadioButton.TabIndex = 2;
     this.office2007SilverRadioButton.Values.Text = "Office 2007 Silver";
     this.office2007SilverRadioButton.CheckedChanged += new System.EventHandler(this.Office2007SilverRadioButtonCheckedChanged);
     //
     // SettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(551, 433);
     this.Controls.Add(this.kryptonPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "SettingsForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).EndInit();
     this.kryptonPanel.ResumeLayout(false);
     this.kryptonPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.languagesComboBox)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.proxyContentPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.proxyGroupPanel = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.headerContent = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.MainContent = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.secGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.kryptonGroupBox5 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.dipInSecEnd = new System.Windows.Forms.Label();
     this.dipInSecBegin = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.dipInSecTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.dipInSecIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonGroupBox6 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.lastWashSecEnd = new System.Windows.Forms.Label();
     this.lastWashSecBegin = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.lastWashSecTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lastWashSecIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cleanGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.dipInGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.dipInEnd = new System.Windows.Forms.Label();
     this.dipInBegin = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.dipInTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.dipInBeginIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lastWashGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.lastWashEnd = new System.Windows.Forms.Label();
     this.lastWashBegin = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.lastWashTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lastWashIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cleanOutWashGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.cleanOutWashEnd = new System.Windows.Forms.Label();
     this.cleanOutWashBegin = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.cleanOutWashTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cleanOutWashIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.enzymeWashGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.enzymeWashEnd = new System.Windows.Forms.Label();
     this.enzymeWashBegin = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.enzymeWashTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.enzymeWashIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.firstWashGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.firstWashEnd = new System.Windows.Forms.Label();
     this.firstWashBegin = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.firstWashTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.firstWashIsPss = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.manualWashGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.manualWashEnd = new System.Windows.Forms.Label();
     this.manualWashBegin = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.manualWashTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.labIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.basicMesGrouBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.txtWasherName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.txtWasherNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.txtEndoscopeSIM = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.txtEndoscopeNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.isVoice = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.label23 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.kryptonGroupBox4 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.label25 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.proxyContentPanel)).BeginInit();
     this.proxyContentPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.proxyGroupPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.proxyGroupPanel.Panel)).BeginInit();
     this.proxyGroupPanel.Panel.SuspendLayout();
     this.proxyGroupPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.headerContent)).BeginInit();
     this.headerContent.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MainContent)).BeginInit();
     this.MainContent.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.secGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.secGroBox.Panel)).BeginInit();
     this.secGroBox.Panel.SuspendLayout();
     this.secGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5.Panel)).BeginInit();
     this.kryptonGroupBox5.Panel.SuspendLayout();
     this.kryptonGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6.Panel)).BeginInit();
     this.kryptonGroupBox6.Panel.SuspendLayout();
     this.kryptonGroupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cleanGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cleanGroBox.Panel)).BeginInit();
     this.cleanGroBox.Panel.SuspendLayout();
     this.cleanGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dipInGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dipInGroBox.Panel)).BeginInit();
     this.dipInGroBox.Panel.SuspendLayout();
     this.dipInGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lastWashGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lastWashGroBox.Panel)).BeginInit();
     this.lastWashGroBox.Panel.SuspendLayout();
     this.lastWashGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cleanOutWashGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cleanOutWashGroBox.Panel)).BeginInit();
     this.cleanOutWashGroBox.Panel.SuspendLayout();
     this.cleanOutWashGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.enzymeWashGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.enzymeWashGroBox.Panel)).BeginInit();
     this.enzymeWashGroBox.Panel.SuspendLayout();
     this.enzymeWashGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.firstWashGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.firstWashGroBox.Panel)).BeginInit();
     this.firstWashGroBox.Panel.SuspendLayout();
     this.firstWashGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.manualWashGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.manualWashGroBox.Panel)).BeginInit();
     this.manualWashGroBox.Panel.SuspendLayout();
     this.manualWashGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.basicMesGrouBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.basicMesGrouBox.Panel)).BeginInit();
     this.basicMesGrouBox.Panel.SuspendLayout();
     this.basicMesGrouBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
     this.kryptonGroupBox2.Panel.SuspendLayout();
     this.kryptonGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4.Panel)).BeginInit();
     this.kryptonGroupBox4.Panel.SuspendLayout();
     this.kryptonGroupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // proxyContentPanel
     //
     this.proxyContentPanel.Controls.Add(this.proxyGroupPanel);
     this.proxyContentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.proxyContentPanel.Location = new System.Drawing.Point(0, 0);
     this.proxyContentPanel.Name = "proxyContentPanel";
     this.proxyContentPanel.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Blue;
     this.proxyContentPanel.Size = new System.Drawing.Size(1000, 788);
     this.proxyContentPanel.TabIndex = 0;
     //
     // proxyGroupPanel
     //
     this.proxyGroupPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.proxyGroupPanel.HeaderPositionSecondary = ComponentFactory.Krypton.Toolkit.VisualOrientation.Top;
     this.proxyGroupPanel.HeaderStyleSecondary = ComponentFactory.Krypton.Toolkit.HeaderStyle.Calendar;
     this.proxyGroupPanel.HeaderVisiblePrimary = false;
     this.proxyGroupPanel.HeaderVisibleSecondary = false;
     this.proxyGroupPanel.Location = new System.Drawing.Point(0, 0);
     this.proxyGroupPanel.Name = "proxyGroupPanel";
     //
     // proxyGroupPanel.Panel
     //
     this.proxyGroupPanel.Panel.Controls.Add(this.headerContent);
     this.proxyGroupPanel.Size = new System.Drawing.Size(1000, 788);
     this.proxyGroupPanel.TabIndex = 0;
     this.proxyGroupPanel.ValuesPrimary.Description = "内镜清洗详细信息";
     this.proxyGroupPanel.ValuesPrimary.Heading = "";
     this.proxyGroupPanel.ValuesPrimary.Image = global::ProxyClient.Properties.Resources.Mall;
     this.proxyGroupPanel.ValuesSecondary.Heading = "";
     //
     // headerContent
     //
     this.headerContent.Controls.Add(this.MainContent);
     this.headerContent.Controls.Add(this.basicMesGrouBox);
     this.headerContent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.headerContent.Location = new System.Drawing.Point(0, 0);
     this.headerContent.Name = "headerContent";
     this.headerContent.Size = new System.Drawing.Size(998, 786);
     this.headerContent.TabIndex = 0;
     //
     // MainContent
     //
     this.MainContent.Controls.Add(this.secGroBox);
     this.MainContent.Controls.Add(this.cleanGroBox);
     this.MainContent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.MainContent.Location = new System.Drawing.Point(0, 54);
     this.MainContent.Name = "MainContent";
     this.MainContent.Size = new System.Drawing.Size(998, 732);
     this.MainContent.TabIndex = 4;
     //
     // secGroBox
     //
     this.secGroBox.CaptionOverlap = 1D;
     this.secGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.secGroBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.secGroBox.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.TabHighProfile;
     this.secGroBox.Location = new System.Drawing.Point(0, 372);
     this.secGroBox.Name = "secGroBox";
     //
     // secGroBox.Panel
     //
     this.secGroBox.Panel.AutoScroll = true;
     this.secGroBox.Panel.Controls.Add(this.kryptonGroupBox5);
     this.secGroBox.Panel.Controls.Add(this.kryptonGroupBox6);
     this.secGroBox.Size = new System.Drawing.Size(998, 360);
     this.secGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.Info;
     this.secGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.secGroBox.StateNormal.Border.Rounding = 4;
     this.secGroBox.StateNormal.Border.Width = 1;
     this.secGroBox.TabIndex = 3;
     this.secGroBox.Text = "二次清洗";
     this.secGroBox.Values.Heading = "二次清洗";
     this.secGroBox.Values.Image = global::ProxyClient.Properties.Resources.washer2;
     //
     // kryptonGroupBox5
     //
     this.kryptonGroupBox5.CaptionOverlap = 1D;
     this.kryptonGroupBox5.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.kryptonGroupBox5.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.kryptonGroupBox5.Location = new System.Drawing.Point(16, -1);
     this.kryptonGroupBox5.Name = "kryptonGroupBox5";
     //
     // kryptonGroupBox5.Panel
     //
     this.kryptonGroupBox5.Panel.Controls.Add(this.dipInSecEnd);
     this.kryptonGroupBox5.Panel.Controls.Add(this.dipInSecBegin);
     this.kryptonGroupBox5.Panel.Controls.Add(this.label21);
     this.kryptonGroupBox5.Panel.Controls.Add(this.label22);
     this.kryptonGroupBox5.Panel.Controls.Add(this.dipInSecTime);
     this.kryptonGroupBox5.Panel.Controls.Add(this.dipInSecIsPass);
     this.kryptonGroupBox5.Size = new System.Drawing.Size(435, 99);
     this.kryptonGroupBox5.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.kryptonGroupBox5.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.kryptonGroupBox5.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.kryptonGroupBox5.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.kryptonGroupBox5.StateNormal.Border.Rounding = 4;
     this.kryptonGroupBox5.StateNormal.Border.Width = 5;
     this.kryptonGroupBox5.TabIndex = 2;
     this.kryptonGroupBox5.Text = "(二次)消毒";
     this.kryptonGroupBox5.Values.Heading = "(二次)消毒";
     //
     // dipInSecEnd
     //
     this.dipInSecEnd.AutoSize = true;
     this.dipInSecEnd.BackColor = System.Drawing.Color.Transparent;
     this.dipInSecEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dipInSecEnd.Location = new System.Drawing.Point(175, 43);
     this.dipInSecEnd.Name = "dipInSecEnd";
     this.dipInSecEnd.Size = new System.Drawing.Size(72, 21);
     this.dipInSecEnd.TabIndex = 3;
     this.dipInSecEnd.Text = "00:00:00";
     //
     // dipInSecBegin
     //
     this.dipInSecBegin.AutoSize = true;
     this.dipInSecBegin.BackColor = System.Drawing.Color.Transparent;
     this.dipInSecBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dipInSecBegin.Location = new System.Drawing.Point(175, 12);
     this.dipInSecBegin.Name = "dipInSecBegin";
     this.dipInSecBegin.Size = new System.Drawing.Size(72, 21);
     this.dipInSecBegin.TabIndex = 2;
     this.dipInSecBegin.Text = "00:00:00";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label21.Location = new System.Drawing.Point(97, 43);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(90, 21);
     this.label21.TabIndex = 1;
     this.label21.Text = "消毒结束:";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.label22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label22.Location = new System.Drawing.Point(97, 11);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(90, 21);
     this.label22.TabIndex = 1;
     this.label22.Text = "消毒开始:";
     //
     // dipInSecTime
     //
     this.dipInSecTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.dipInSecTime.Location = new System.Drawing.Point(340, 21);
     this.dipInSecTime.Name = "dipInSecTime";
     this.dipInSecTime.Size = new System.Drawing.Size(87, 29);
     this.dipInSecTime.TabIndex = 0;
     this.dipInSecTime.Values.Text = "00:00:00";
     //
     // dipInSecIsPass
     //
     this.dipInSecIsPass.Location = new System.Drawing.Point(24, 11);
     this.dipInSecIsPass.Name = "dipInSecIsPass";
     this.dipInSecIsPass.Size = new System.Drawing.Size(54, 50);
     this.dipInSecIsPass.TabIndex = 0;
     this.dipInSecIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.dipInSecIsPass.Values.Text = "";
     //
     // kryptonGroupBox6
     //
     this.kryptonGroupBox6.CaptionOverlap = 1D;
     this.kryptonGroupBox6.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.kryptonGroupBox6.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.kryptonGroupBox6.Location = new System.Drawing.Point(518, -1);
     this.kryptonGroupBox6.Name = "kryptonGroupBox6";
     //
     // kryptonGroupBox6.Panel
     //
     this.kryptonGroupBox6.Panel.Controls.Add(this.lastWashSecEnd);
     this.kryptonGroupBox6.Panel.Controls.Add(this.lastWashSecBegin);
     this.kryptonGroupBox6.Panel.Controls.Add(this.label27);
     this.kryptonGroupBox6.Panel.Controls.Add(this.label28);
     this.kryptonGroupBox6.Panel.Controls.Add(this.lastWashSecTime);
     this.kryptonGroupBox6.Panel.Controls.Add(this.lastWashSecIsPass);
     this.kryptonGroupBox6.Size = new System.Drawing.Size(435, 99);
     this.kryptonGroupBox6.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.kryptonGroupBox6.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.kryptonGroupBox6.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.kryptonGroupBox6.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.kryptonGroupBox6.StateNormal.Border.Rounding = 4;
     this.kryptonGroupBox6.StateNormal.Border.Width = 5;
     this.kryptonGroupBox6.TabIndex = 1;
     this.kryptonGroupBox6.Text = "(二次)末洗";
     this.kryptonGroupBox6.Values.Heading = "(二次)末洗";
     //
     // lastWashSecEnd
     //
     this.lastWashSecEnd.AutoSize = true;
     this.lastWashSecEnd.BackColor = System.Drawing.Color.Transparent;
     this.lastWashSecEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lastWashSecEnd.Location = new System.Drawing.Point(178, 41);
     this.lastWashSecEnd.Name = "lastWashSecEnd";
     this.lastWashSecEnd.Size = new System.Drawing.Size(72, 21);
     this.lastWashSecEnd.TabIndex = 3;
     this.lastWashSecEnd.Text = "00:00:00";
     //
     // lastWashSecBegin
     //
     this.lastWashSecBegin.AutoSize = true;
     this.lastWashSecBegin.BackColor = System.Drawing.Color.Transparent;
     this.lastWashSecBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lastWashSecBegin.Location = new System.Drawing.Point(178, 10);
     this.lastWashSecBegin.Name = "lastWashSecBegin";
     this.lastWashSecBegin.Size = new System.Drawing.Size(72, 21);
     this.lastWashSecBegin.TabIndex = 2;
     this.lastWashSecBegin.Text = "00:00:00";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.BackColor = System.Drawing.Color.Transparent;
     this.label27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label27.Location = new System.Drawing.Point(97, 39);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(90, 21);
     this.label27.TabIndex = 1;
     this.label27.Text = "末洗结束:";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.BackColor = System.Drawing.Color.Transparent;
     this.label28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label28.Location = new System.Drawing.Point(97, 8);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(90, 21);
     this.label28.TabIndex = 1;
     this.label28.Text = "末洗开始:";
     //
     // lastWashSecTime
     //
     this.lastWashSecTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.lastWashSecTime.Location = new System.Drawing.Point(341, 17);
     this.lastWashSecTime.Name = "lastWashSecTime";
     this.lastWashSecTime.Size = new System.Drawing.Size(87, 29);
     this.lastWashSecTime.TabIndex = 0;
     this.lastWashSecTime.Values.Text = "00:00:00";
     //
     // lastWashSecIsPass
     //
     this.lastWashSecIsPass.Location = new System.Drawing.Point(24, 10);
     this.lastWashSecIsPass.Name = "lastWashSecIsPass";
     this.lastWashSecIsPass.Size = new System.Drawing.Size(54, 50);
     this.lastWashSecIsPass.TabIndex = 0;
     this.lastWashSecIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.lastWashSecIsPass.Values.Text = "";
     //
     // cleanGroBox
     //
     this.cleanGroBox.CaptionOverlap = 1D;
     this.cleanGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.cleanGroBox.Dock = System.Windows.Forms.DockStyle.Top;
     this.cleanGroBox.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlClient;
     this.cleanGroBox.Location = new System.Drawing.Point(0, 0);
     this.cleanGroBox.Margin = new System.Windows.Forms.Padding(30, 3, 3, 3);
     this.cleanGroBox.Name = "cleanGroBox";
     //
     // cleanGroBox.Panel
     //
     this.cleanGroBox.Panel.AutoScroll = true;
     this.cleanGroBox.Panel.Controls.Add(this.dipInGroBox);
     this.cleanGroBox.Panel.Controls.Add(this.lastWashGroBox);
     this.cleanGroBox.Panel.Controls.Add(this.cleanOutWashGroBox);
     this.cleanGroBox.Panel.Controls.Add(this.enzymeWashGroBox);
     this.cleanGroBox.Panel.Controls.Add(this.firstWashGroBox);
     this.cleanGroBox.Panel.Controls.Add(this.manualWashGroBox);
     this.cleanGroBox.Size = new System.Drawing.Size(998, 372);
     this.cleanGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.HighlightText;
     this.cleanGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.cleanGroBox.StateNormal.Border.Rounding = 1;
     this.cleanGroBox.TabIndex = 2;
     this.cleanGroBox.Text = "一次清洗";
     this.cleanGroBox.Values.Heading = "一次清洗";
     this.cleanGroBox.Values.Image = global::ProxyClient.Properties.Resources.washer;
     //
     // dipInGroBox
     //
     this.dipInGroBox.CaptionOverlap = 0.8D;
     this.dipInGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.dipInGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.dipInGroBox.Location = new System.Drawing.Point(16, 219);
     this.dipInGroBox.Name = "dipInGroBox";
     //
     // dipInGroBox.Panel
     //
     this.dipInGroBox.Panel.Controls.Add(this.dipInEnd);
     this.dipInGroBox.Panel.Controls.Add(this.dipInBegin);
     this.dipInGroBox.Panel.Controls.Add(this.label6);
     this.dipInGroBox.Panel.Controls.Add(this.label5);
     this.dipInGroBox.Panel.Controls.Add(this.dipInTime);
     this.dipInGroBox.Panel.Controls.Add(this.dipInBeginIsPass);
     this.dipInGroBox.Size = new System.Drawing.Size(435, 96);
     this.dipInGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.dipInGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.dipInGroBox.StateCommon.Border.Rounding = 4;
     this.dipInGroBox.StateCommon.Border.Width = 5;
     this.dipInGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dipInGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.dipInGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.dipInGroBox.TabIndex = 0;
     this.dipInGroBox.Text = "消毒";
     this.dipInGroBox.Values.Heading = "消毒";
     //
     // dipInEnd
     //
     this.dipInEnd.AutoSize = true;
     this.dipInEnd.BackColor = System.Drawing.Color.Transparent;
     this.dipInEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dipInEnd.Location = new System.Drawing.Point(176, 42);
     this.dipInEnd.Name = "dipInEnd";
     this.dipInEnd.Size = new System.Drawing.Size(72, 21);
     this.dipInEnd.TabIndex = 3;
     this.dipInEnd.Text = "00:00:00";
     //
     // dipInBegin
     //
     this.dipInBegin.AutoSize = true;
     this.dipInBegin.BackColor = System.Drawing.Color.Transparent;
     this.dipInBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dipInBegin.Location = new System.Drawing.Point(176, 10);
     this.dipInBegin.Name = "dipInBegin";
     this.dipInBegin.Size = new System.Drawing.Size(72, 21);
     this.dipInBegin.TabIndex = 2;
     this.dipInBegin.Text = "00:00:00";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(97, 43);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(90, 21);
     this.label6.TabIndex = 1;
     this.label6.Text = "消毒结束:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(97, 11);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(90, 21);
     this.label5.TabIndex = 1;
     this.label5.Text = "消毒开始:";
     //
     // dipInTime
     //
     this.dipInTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.dipInTime.Location = new System.Drawing.Point(341, 21);
     this.dipInTime.Name = "dipInTime";
     this.dipInTime.Size = new System.Drawing.Size(87, 29);
     this.dipInTime.TabIndex = 0;
     this.dipInTime.Values.Text = "00:00:00";
     //
     // dipInBeginIsPass
     //
     this.dipInBeginIsPass.Location = new System.Drawing.Point(22, 12);
     this.dipInBeginIsPass.Name = "dipInBeginIsPass";
     this.dipInBeginIsPass.Size = new System.Drawing.Size(54, 50);
     this.dipInBeginIsPass.TabIndex = 0;
     this.dipInBeginIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.dipInBeginIsPass.Values.Text = "";
     //
     // lastWashGroBox
     //
     this.lastWashGroBox.CaptionOverlap = 0.8D;
     this.lastWashGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.lastWashGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.lastWashGroBox.Location = new System.Drawing.Point(518, 219);
     this.lastWashGroBox.Name = "lastWashGroBox";
     //
     // lastWashGroBox.Panel
     //
     this.lastWashGroBox.Panel.Controls.Add(this.lastWashEnd);
     this.lastWashGroBox.Panel.Controls.Add(this.lastWashBegin);
     this.lastWashGroBox.Panel.Controls.Add(this.label12);
     this.lastWashGroBox.Panel.Controls.Add(this.label11);
     this.lastWashGroBox.Panel.Controls.Add(this.lastWashTime);
     this.lastWashGroBox.Panel.Controls.Add(this.lastWashIsPass);
     this.lastWashGroBox.Size = new System.Drawing.Size(435, 96);
     this.lastWashGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.lastWashGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.lastWashGroBox.StateCommon.Border.Rounding = 4;
     this.lastWashGroBox.StateCommon.Border.Width = 5;
     this.lastWashGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lastWashGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.lastWashGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.lastWashGroBox.TabIndex = 0;
     this.lastWashGroBox.Text = "末洗";
     this.lastWashGroBox.Values.Heading = "末洗";
     //
     // lastWashEnd
     //
     this.lastWashEnd.AutoSize = true;
     this.lastWashEnd.BackColor = System.Drawing.Color.Transparent;
     this.lastWashEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lastWashEnd.Location = new System.Drawing.Point(178, 41);
     this.lastWashEnd.Name = "lastWashEnd";
     this.lastWashEnd.Size = new System.Drawing.Size(72, 21);
     this.lastWashEnd.TabIndex = 3;
     this.lastWashEnd.Text = "00:00:00";
     //
     // lastWashBegin
     //
     this.lastWashBegin.AutoSize = true;
     this.lastWashBegin.BackColor = System.Drawing.Color.Transparent;
     this.lastWashBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lastWashBegin.Location = new System.Drawing.Point(178, 12);
     this.lastWashBegin.Name = "lastWashBegin";
     this.lastWashBegin.Size = new System.Drawing.Size(72, 21);
     this.lastWashBegin.TabIndex = 2;
     this.lastWashBegin.Text = "00:00:00";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(97, 39);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(90, 21);
     this.label12.TabIndex = 1;
     this.label12.Text = "末洗结束:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(97, 8);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(90, 21);
     this.label11.TabIndex = 1;
     this.label11.Text = "末洗开始:";
     //
     // lastWashTime
     //
     this.lastWashTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.lastWashTime.Location = new System.Drawing.Point(339, 21);
     this.lastWashTime.Name = "lastWashTime";
     this.lastWashTime.Size = new System.Drawing.Size(87, 29);
     this.lastWashTime.TabIndex = 0;
     this.lastWashTime.Values.Text = "00:00:00";
     //
     // lastWashIsPass
     //
     this.lastWashIsPass.Location = new System.Drawing.Point(24, 10);
     this.lastWashIsPass.Name = "lastWashIsPass";
     this.lastWashIsPass.Size = new System.Drawing.Size(54, 50);
     this.lastWashIsPass.TabIndex = 0;
     this.lastWashIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.lastWashIsPass.Values.Text = "";
     //
     // cleanOutWashGroBox
     //
     this.cleanOutWashGroBox.CaptionOverlap = 0.8D;
     this.cleanOutWashGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.cleanOutWashGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.cleanOutWashGroBox.Location = new System.Drawing.Point(518, 117);
     this.cleanOutWashGroBox.Name = "cleanOutWashGroBox";
     //
     // cleanOutWashGroBox.Panel
     //
     this.cleanOutWashGroBox.Panel.Controls.Add(this.cleanOutWashEnd);
     this.cleanOutWashGroBox.Panel.Controls.Add(this.cleanOutWashBegin);
     this.cleanOutWashGroBox.Panel.Controls.Add(this.label10);
     this.cleanOutWashGroBox.Panel.Controls.Add(this.label9);
     this.cleanOutWashGroBox.Panel.Controls.Add(this.cleanOutWashTime);
     this.cleanOutWashGroBox.Panel.Controls.Add(this.cleanOutWashIsPass);
     this.cleanOutWashGroBox.Size = new System.Drawing.Size(435, 95);
     this.cleanOutWashGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.cleanOutWashGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.cleanOutWashGroBox.StateCommon.Border.Rounding = 4;
     this.cleanOutWashGroBox.StateCommon.Border.Width = 5;
     this.cleanOutWashGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cleanOutWashGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.cleanOutWashGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.cleanOutWashGroBox.TabIndex = 0;
     this.cleanOutWashGroBox.Text = "清洗";
     this.cleanOutWashGroBox.Values.Heading = "清洗";
     //
     // cleanOutWashEnd
     //
     this.cleanOutWashEnd.AutoSize = true;
     this.cleanOutWashEnd.BackColor = System.Drawing.Color.Transparent;
     this.cleanOutWashEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cleanOutWashEnd.Location = new System.Drawing.Point(178, 40);
     this.cleanOutWashEnd.Name = "cleanOutWashEnd";
     this.cleanOutWashEnd.Size = new System.Drawing.Size(72, 21);
     this.cleanOutWashEnd.TabIndex = 4;
     this.cleanOutWashEnd.Text = "00:00:00";
     //
     // cleanOutWashBegin
     //
     this.cleanOutWashBegin.AutoSize = true;
     this.cleanOutWashBegin.BackColor = System.Drawing.Color.Transparent;
     this.cleanOutWashBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cleanOutWashBegin.Location = new System.Drawing.Point(178, 7);
     this.cleanOutWashBegin.Name = "cleanOutWashBegin";
     this.cleanOutWashBegin.Size = new System.Drawing.Size(72, 21);
     this.cleanOutWashBegin.TabIndex = 3;
     this.cleanOutWashBegin.Text = "00:00:00";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(95, 39);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(90, 21);
     this.label10.TabIndex = 2;
     this.label10.Text = "次洗结束:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(95, 7);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(90, 21);
     this.label9.TabIndex = 1;
     this.label9.Text = "次洗开始:";
     //
     // cleanOutWashTime
     //
     this.cleanOutWashTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.cleanOutWashTime.Location = new System.Drawing.Point(341, 22);
     this.cleanOutWashTime.Name = "cleanOutWashTime";
     this.cleanOutWashTime.Size = new System.Drawing.Size(87, 29);
     this.cleanOutWashTime.TabIndex = 0;
     this.cleanOutWashTime.Values.Text = "00:00:00";
     //
     // cleanOutWashIsPass
     //
     this.cleanOutWashIsPass.Location = new System.Drawing.Point(24, 8);
     this.cleanOutWashIsPass.Name = "cleanOutWashIsPass";
     this.cleanOutWashIsPass.Size = new System.Drawing.Size(54, 50);
     this.cleanOutWashIsPass.TabIndex = 0;
     this.cleanOutWashIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.cleanOutWashIsPass.Values.Text = "";
     //
     // enzymeWashGroBox
     //
     this.enzymeWashGroBox.CaptionOverlap = 0.8D;
     this.enzymeWashGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.enzymeWashGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.enzymeWashGroBox.Location = new System.Drawing.Point(16, 117);
     this.enzymeWashGroBox.Name = "enzymeWashGroBox";
     //
     // enzymeWashGroBox.Panel
     //
     this.enzymeWashGroBox.Panel.Controls.Add(this.enzymeWashEnd);
     this.enzymeWashGroBox.Panel.Controls.Add(this.enzymeWashBegin);
     this.enzymeWashGroBox.Panel.Controls.Add(this.label4);
     this.enzymeWashGroBox.Panel.Controls.Add(this.label3);
     this.enzymeWashGroBox.Panel.Controls.Add(this.enzymeWashTime);
     this.enzymeWashGroBox.Panel.Controls.Add(this.enzymeWashIsPass);
     this.enzymeWashGroBox.Size = new System.Drawing.Size(435, 95);
     this.enzymeWashGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.enzymeWashGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.enzymeWashGroBox.StateCommon.Border.Rounding = 4;
     this.enzymeWashGroBox.StateCommon.Border.Width = 5;
     this.enzymeWashGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.enzymeWashGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.enzymeWashGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.enzymeWashGroBox.TabIndex = 0;
     this.enzymeWashGroBox.Text = "酶洗";
     this.enzymeWashGroBox.Values.Heading = "酶洗";
     //
     // enzymeWashEnd
     //
     this.enzymeWashEnd.AutoSize = true;
     this.enzymeWashEnd.BackColor = System.Drawing.Color.Transparent;
     this.enzymeWashEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.enzymeWashEnd.Location = new System.Drawing.Point(176, 40);
     this.enzymeWashEnd.Name = "enzymeWashEnd";
     this.enzymeWashEnd.Size = new System.Drawing.Size(72, 21);
     this.enzymeWashEnd.TabIndex = 3;
     this.enzymeWashEnd.Text = "00:00:00";
     //
     // enzymeWashBegin
     //
     this.enzymeWashBegin.AutoSize = true;
     this.enzymeWashBegin.BackColor = System.Drawing.Color.Transparent;
     this.enzymeWashBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.enzymeWashBegin.Location = new System.Drawing.Point(176, 8);
     this.enzymeWashBegin.Name = "enzymeWashBegin";
     this.enzymeWashBegin.Size = new System.Drawing.Size(72, 21);
     this.enzymeWashBegin.TabIndex = 2;
     this.enzymeWashBegin.Text = "00:00:00";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(95, 40);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(90, 21);
     this.label4.TabIndex = 1;
     this.label4.Text = "酶洗结束:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(95, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(90, 21);
     this.label3.TabIndex = 1;
     this.label3.Text = "酶洗开始:";
     //
     // enzymeWashTime
     //
     this.enzymeWashTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.enzymeWashTime.Location = new System.Drawing.Point(341, 22);
     this.enzymeWashTime.Name = "enzymeWashTime";
     this.enzymeWashTime.Size = new System.Drawing.Size(87, 29);
     this.enzymeWashTime.TabIndex = 0;
     this.enzymeWashTime.Values.Text = "00:00:00";
     //
     // enzymeWashIsPass
     //
     this.enzymeWashIsPass.Location = new System.Drawing.Point(22, 7);
     this.enzymeWashIsPass.Name = "enzymeWashIsPass";
     this.enzymeWashIsPass.Size = new System.Drawing.Size(54, 50);
     this.enzymeWashIsPass.TabIndex = 0;
     this.enzymeWashIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.enzymeWashIsPass.Values.Text = "";
     //
     // firstWashGroBox
     //
     this.firstWashGroBox.CaptionOverlap = 0.8D;
     this.firstWashGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.firstWashGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.firstWashGroBox.Location = new System.Drawing.Point(518, 3);
     this.firstWashGroBox.Name = "firstWashGroBox";
     //
     // firstWashGroBox.Panel
     //
     this.firstWashGroBox.Panel.Controls.Add(this.firstWashEnd);
     this.firstWashGroBox.Panel.Controls.Add(this.firstWashBegin);
     this.firstWashGroBox.Panel.Controls.Add(this.label8);
     this.firstWashGroBox.Panel.Controls.Add(this.label7);
     this.firstWashGroBox.Panel.Controls.Add(this.firstWashTime);
     this.firstWashGroBox.Panel.Controls.Add(this.firstWashIsPss);
     this.firstWashGroBox.Size = new System.Drawing.Size(435, 100);
     this.firstWashGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.firstWashGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.firstWashGroBox.StateCommon.Border.Rounding = 4;
     this.firstWashGroBox.StateCommon.Border.Width = 5;
     this.firstWashGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.firstWashGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.firstWashGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.firstWashGroBox.TabIndex = 0;
     this.firstWashGroBox.Text = "初洗";
     this.firstWashGroBox.Values.Heading = "初洗";
     //
     // firstWashEnd
     //
     this.firstWashEnd.AutoSize = true;
     this.firstWashEnd.BackColor = System.Drawing.Color.Transparent;
     this.firstWashEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.firstWashEnd.Location = new System.Drawing.Point(180, 43);
     this.firstWashEnd.Name = "firstWashEnd";
     this.firstWashEnd.Size = new System.Drawing.Size(72, 21);
     this.firstWashEnd.TabIndex = 3;
     this.firstWashEnd.Text = "00:00:00";
     //
     // firstWashBegin
     //
     this.firstWashBegin.AutoSize = true;
     this.firstWashBegin.BackColor = System.Drawing.Color.Transparent;
     this.firstWashBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.firstWashBegin.Location = new System.Drawing.Point(180, 11);
     this.firstWashBegin.Name = "firstWashBegin";
     this.firstWashBegin.Size = new System.Drawing.Size(72, 21);
     this.firstWashBegin.TabIndex = 2;
     this.firstWashBegin.Text = "00:00:00";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(97, 43);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(90, 21);
     this.label8.TabIndex = 1;
     this.label8.Text = "初洗结束:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(97, 11);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(90, 21);
     this.label7.TabIndex = 1;
     this.label7.Text = "初洗开始:";
     //
     // firstWashTime
     //
     this.firstWashTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.firstWashTime.Location = new System.Drawing.Point(341, 21);
     this.firstWashTime.Name = "firstWashTime";
     this.firstWashTime.Size = new System.Drawing.Size(87, 29);
     this.firstWashTime.TabIndex = 0;
     this.firstWashTime.Values.Text = "00:00:00";
     //
     // firstWashIsPss
     //
     this.firstWashIsPss.Location = new System.Drawing.Point(24, 11);
     this.firstWashIsPss.Name = "firstWashIsPss";
     this.firstWashIsPss.Size = new System.Drawing.Size(54, 50);
     this.firstWashIsPss.TabIndex = 0;
     this.firstWashIsPss.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.firstWashIsPss.Values.Text = "";
     //
     // manualWashGroBox
     //
     this.manualWashGroBox.CaptionOverlap = 0.8D;
     this.manualWashGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.manualWashGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.manualWashGroBox.Location = new System.Drawing.Point(16, 3);
     this.manualWashGroBox.Name = "manualWashGroBox";
     //
     // manualWashGroBox.Panel
     //
     this.manualWashGroBox.Panel.Controls.Add(this.manualWashEnd);
     this.manualWashGroBox.Panel.Controls.Add(this.manualWashBegin);
     this.manualWashGroBox.Panel.Controls.Add(this.label2);
     this.manualWashGroBox.Panel.Controls.Add(this.label1);
     this.manualWashGroBox.Panel.Controls.Add(this.manualWashTime);
     this.manualWashGroBox.Panel.Controls.Add(this.labIsPass);
     this.manualWashGroBox.Size = new System.Drawing.Size(435, 100);
     this.manualWashGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.manualWashGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.manualWashGroBox.StateCommon.Border.Rounding = 4;
     this.manualWashGroBox.StateCommon.Border.Width = 5;
     this.manualWashGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.manualWashGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.manualWashGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.manualWashGroBox.TabIndex = 0;
     this.manualWashGroBox.Text = "刷洗";
     this.manualWashGroBox.Values.Heading = "刷洗";
     //
     // manualWashEnd
     //
     this.manualWashEnd.AutoSize = true;
     this.manualWashEnd.BackColor = System.Drawing.Color.Transparent;
     this.manualWashEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.manualWashEnd.Location = new System.Drawing.Point(176, 42);
     this.manualWashEnd.Name = "manualWashEnd";
     this.manualWashEnd.Size = new System.Drawing.Size(72, 21);
     this.manualWashEnd.TabIndex = 3;
     this.manualWashEnd.Text = "00:00:00";
     //
     // manualWashBegin
     //
     this.manualWashBegin.AutoSize = true;
     this.manualWashBegin.BackColor = System.Drawing.Color.Transparent;
     this.manualWashBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.manualWashBegin.Location = new System.Drawing.Point(176, 11);
     this.manualWashBegin.Name = "manualWashBegin";
     this.manualWashBegin.Size = new System.Drawing.Size(72, 21);
     this.manualWashBegin.TabIndex = 2;
     this.manualWashBegin.Text = "00:00:00";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(95, 43);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(90, 21);
     this.label2.TabIndex = 1;
     this.label2.Text = "刷洗结束:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(95, 11);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(90, 21);
     this.label1.TabIndex = 1;
     this.label1.Text = "刷洗开始:";
     //
     // manualWashTime
     //
     this.manualWashTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitlePanel;
     this.manualWashTime.Location = new System.Drawing.Point(345, 21);
     this.manualWashTime.Name = "manualWashTime";
     this.manualWashTime.Size = new System.Drawing.Size(87, 29);
     this.manualWashTime.TabIndex = 0;
     this.manualWashTime.Values.Text = "00:00:00";
     //
     // labIsPass
     //
     this.labIsPass.Location = new System.Drawing.Point(22, 11);
     this.labIsPass.Name = "labIsPass";
     this.labIsPass.Size = new System.Drawing.Size(54, 50);
     this.labIsPass.TabIndex = 0;
     this.labIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.labIsPass.Values.Text = "";
     //
     // basicMesGrouBox
     //
     this.basicMesGrouBox.CaptionOverlap = 0D;
     this.basicMesGrouBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.basicMesGrouBox.Dock = System.Windows.Forms.DockStyle.Top;
     this.basicMesGrouBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonInputControl;
     this.basicMesGrouBox.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.HeaderPrimary;
     this.basicMesGrouBox.Location = new System.Drawing.Point(0, 0);
     this.basicMesGrouBox.Name = "basicMesGrouBox";
     //
     // basicMesGrouBox.Panel
     //
     this.basicMesGrouBox.Panel.Controls.Add(this.txtWasherName);
     this.basicMesGrouBox.Panel.Controls.Add(this.txtWasherNo);
     this.basicMesGrouBox.Panel.Controls.Add(this.txtEndoscopeSIM);
     this.basicMesGrouBox.Panel.Controls.Add(this.txtEndoscopeNo);
     this.basicMesGrouBox.Panel.Controls.Add(this.label24);
     this.basicMesGrouBox.Panel.Controls.Add(this.label13);
     this.basicMesGrouBox.Panel.Controls.Add(this.isVoice);
     this.basicMesGrouBox.Panel.Controls.Add(this.label23);
     this.basicMesGrouBox.Panel.Controls.Add(this.label14);
     this.basicMesGrouBox.Size = new System.Drawing.Size(998, 54);
     this.basicMesGrouBox.StateCommon.Border.Color1 = System.Drawing.SystemColors.AppWorkspace;
     this.basicMesGrouBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.basicMesGrouBox.StateCommon.Border.Rounding = 4;
     this.basicMesGrouBox.StateCommon.Border.Width = 4;
     this.basicMesGrouBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicMesGrouBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.basicMesGrouBox.TabIndex = 0;
     this.basicMesGrouBox.Values.Heading = "";
     //
     // txtWasherName
     //
     this.txtWasherName.Location = new System.Drawing.Point(768, 11);
     this.txtWasherName.Name = "txtWasherName";
     this.txtWasherName.Size = new System.Drawing.Size(115, 26);
     this.txtWasherName.StateActive.Border.Color1 = System.Drawing.Color.Silver;
     this.txtWasherName.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.txtWasherName.StateActive.Border.Rounding = 2;
     this.txtWasherName.StateActive.Border.Width = 2;
     this.txtWasherName.StateCommon.Content.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtWasherName.TabIndex = 8;
     this.txtWasherName.Enter += new System.EventHandler(this.txtEndoscopeNo_Enter);
     this.txtWasherName.Leave += new System.EventHandler(this.txtEndoscopeNo_Leave);
     //
     // txtWasherNo
     //
     this.txtWasherNo.Location = new System.Drawing.Point(545, 11);
     this.txtWasherNo.Name = "txtWasherNo";
     this.txtWasherNo.Size = new System.Drawing.Size(115, 26);
     this.txtWasherNo.StateActive.Border.Color1 = System.Drawing.Color.Silver;
     this.txtWasherNo.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.txtWasherNo.StateActive.Border.Rounding = 2;
     this.txtWasherNo.StateActive.Border.Width = 2;
     this.txtWasherNo.StateCommon.Content.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtWasherNo.TabIndex = 8;
     this.txtWasherNo.Enter += new System.EventHandler(this.txtEndoscopeNo_Enter);
     this.txtWasherNo.Leave += new System.EventHandler(this.txtEndoscopeNo_Leave);
     //
     // txtEndoscopeSIM
     //
     this.txtEndoscopeSIM.Location = new System.Drawing.Point(310, 10);
     this.txtEndoscopeSIM.Name = "txtEndoscopeSIM";
     this.txtEndoscopeSIM.Size = new System.Drawing.Size(115, 26);
     this.txtEndoscopeSIM.StateActive.Border.Color1 = System.Drawing.Color.Silver;
     this.txtEndoscopeSIM.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.txtEndoscopeSIM.StateActive.Border.Rounding = 2;
     this.txtEndoscopeSIM.StateActive.Border.Width = 2;
     this.txtEndoscopeSIM.StateCommon.Content.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEndoscopeSIM.TabIndex = 8;
     this.txtEndoscopeSIM.Enter += new System.EventHandler(this.txtEndoscopeNo_Enter);
     this.txtEndoscopeSIM.Leave += new System.EventHandler(this.txtEndoscopeNo_Leave);
     //
     // txtEndoscopeNo
     //
     this.txtEndoscopeNo.Location = new System.Drawing.Point(91, 10);
     this.txtEndoscopeNo.Name = "txtEndoscopeNo";
     this.txtEndoscopeNo.Size = new System.Drawing.Size(115, 26);
     this.txtEndoscopeNo.StateActive.Border.Color1 = System.Drawing.Color.Silver;
     this.txtEndoscopeNo.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.txtEndoscopeNo.StateActive.Border.Rounding = 2;
     this.txtEndoscopeNo.StateActive.Border.Width = 2;
     this.txtEndoscopeNo.StateCommon.Content.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEndoscopeNo.TabIndex = 8;
     this.txtEndoscopeNo.Enter += new System.EventHandler(this.txtEndoscopeNo_Enter);
     this.txtEndoscopeNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtEndoscopeNo_KeyDown);
     this.txtEndoscopeNo.Leave += new System.EventHandler(this.txtEndoscopeNo_Leave);
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.BackColor = System.Drawing.Color.Transparent;
     this.label24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label24.ForeColor = System.Drawing.Color.Green;
     this.label24.Location = new System.Drawing.Point(684, 11);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(90, 21);
     this.label24.TabIndex = 7;
     this.label24.Text = "清洗员名:";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label13.ForeColor = System.Drawing.Color.Green;
     this.label13.Location = new System.Drawing.Point(6, 10);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(90, 21);
     this.label13.TabIndex = 4;
     this.label13.Text = "内镜编号:";
     //
     // isVoice
     //
     this.isVoice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.isVoice.Checked = true;
     this.isVoice.CheckState = System.Windows.Forms.CheckState.Checked;
     this.isVoice.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.isVoice.Location = new System.Drawing.Point(905, 12);
     this.isVoice.Name = "isVoice";
     this.isVoice.Size = new System.Drawing.Size(77, 20);
     this.isVoice.TabIndex = 2;
     this.isVoice.Text = "开启声音";
     this.isVoice.Values.Text = "开启声音";
     this.isVoice.CheckedChanged += new System.EventHandler(this.IsVoice_CheckedChanged);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.BackColor = System.Drawing.Color.Transparent;
     this.label23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label23.ForeColor = System.Drawing.Color.Green;
     this.label23.Location = new System.Drawing.Point(444, 11);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(106, 21);
     this.label23.TabIndex = 6;
     this.label23.Text = "清洗员编号:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label14.ForeColor = System.Drawing.Color.Green;
     this.label14.Location = new System.Drawing.Point(225, 10);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(90, 21);
     this.label14.TabIndex = 5;
     this.label14.Text = "内镜卡号:";
     //
     // kryptonLabel9
     //
     this.kryptonLabel9.Location = new System.Drawing.Point(0, 0);
     this.kryptonLabel9.Name = "kryptonLabel9";
     this.kryptonLabel9.Size = new System.Drawing.Size(90, 25);
     this.kryptonLabel9.TabIndex = 0;
     //
     // kryptonLabel11
     //
     this.kryptonLabel11.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.kryptonLabel11.Location = new System.Drawing.Point(103, 34);
     this.kryptonLabel11.Name = "kryptonLabel11";
     this.kryptonLabel11.Size = new System.Drawing.Size(73, 20);
     this.kryptonLabel11.TabIndex = 0;
     this.kryptonLabel11.Values.Text = "消毒结束:";
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonGroupBox1.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.kryptonGroupBox1.Location = new System.Drawing.Point(16, 14);
     this.kryptonGroupBox1.Name = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonGroupBox2);
     this.kryptonGroupBox1.Panel.Controls.Add(this.label15);
     this.kryptonGroupBox1.Panel.Controls.Add(this.label16);
     this.kryptonGroupBox1.Size = new System.Drawing.Size(475, 100);
     this.kryptonGroupBox1.TabIndex = 2;
     this.kryptonGroupBox1.Text = "消毒";
     this.kryptonGroupBox1.Values.Heading = "消毒";
     //
     // kryptonGroupBox2
     //
     this.kryptonGroupBox2.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonGroupBox2.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.kryptonGroupBox2.Location = new System.Drawing.Point(511, 14);
     this.kryptonGroupBox2.Name = "kryptonGroupBox2";
     //
     // kryptonGroupBox2.Panel
     //
     this.kryptonGroupBox2.Panel.Controls.Add(this.label17);
     this.kryptonGroupBox2.Panel.Controls.Add(this.label18);
     this.kryptonGroupBox2.Panel.Controls.Add(this.label19);
     this.kryptonGroupBox2.Panel.Controls.Add(this.label20);
     this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonLabel7);
     this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonLabel8);
     this.kryptonGroupBox2.Size = new System.Drawing.Size(475, 100);
     this.kryptonGroupBox2.TabIndex = 1;
     this.kryptonGroupBox2.Text = "末洗";
     this.kryptonGroupBox2.Values.Heading = "末洗";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label17.Location = new System.Drawing.Point(199, 40);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(163, 21);
     this.label17.TabIndex = 3;
     this.label17.Text = "2012/01/01 00:10:00";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label18.Location = new System.Drawing.Point(199, 11);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(163, 21);
     this.label18.TabIndex = 2;
     this.label18.Text = "2012/01/01 00:10:00";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label19.Location = new System.Drawing.Point(97, 36);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(90, 21);
     this.label19.TabIndex = 1;
     this.label19.Text = "末洗结束:";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label20.Location = new System.Drawing.Point(97, 7);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(90, 21);
     this.label20.TabIndex = 1;
     this.label20.Text = "末洗开始:";
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel7.Location = new System.Drawing.Point(381, 19);
     this.kryptonLabel7.Name = "kryptonLabel7";
     this.kryptonLabel7.Size = new System.Drawing.Size(87, 29);
     this.kryptonLabel7.TabIndex = 0;
     this.kryptonLabel7.Values.Text = "00:00:00";
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.Location = new System.Drawing.Point(22, 9);
     this.kryptonLabel8.Name = "kryptonLabel8";
     this.kryptonLabel8.Size = new System.Drawing.Size(54, 50);
     this.kryptonLabel8.TabIndex = 0;
     this.kryptonLabel8.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.kryptonLabel8.Values.Text = "";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label15.Location = new System.Drawing.Point(97, 40);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(90, 21);
     this.label15.TabIndex = 1;
     this.label15.Text = "消毒结束:";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label16.Location = new System.Drawing.Point(97, 10);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(90, 21);
     this.label16.TabIndex = 1;
     this.label16.Text = "消毒开始:";
     //
     // kryptonGroupBox4
     //
     this.kryptonGroupBox4.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonGroupBox4.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.kryptonGroupBox4.Location = new System.Drawing.Point(511, 3);
     this.kryptonGroupBox4.Name = "kryptonGroupBox4";
     //
     // kryptonGroupBox4.Panel
     //
     this.kryptonGroupBox4.Panel.Controls.Add(this.label25);
     this.kryptonGroupBox4.Panel.Controls.Add(this.label26);
     this.kryptonGroupBox4.Size = new System.Drawing.Size(475, 100);
     this.kryptonGroupBox4.TabIndex = 1;
     this.kryptonGroupBox4.Text = "末洗";
     this.kryptonGroupBox4.Values.Heading = "末洗";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.label25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label25.Location = new System.Drawing.Point(97, 36);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(90, 21);
     this.label25.TabIndex = 1;
     this.label25.Text = "末洗结束:";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.BackColor = System.Drawing.Color.Transparent;
     this.label26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label26.Location = new System.Drawing.Point(97, 7);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(90, 21);
     this.label26.TabIndex = 1;
     this.label26.Text = "末洗开始:";
     //
     // CleanTempMsg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1000, 788);
     this.Controls.Add(this.proxyContentPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "CleanTempMsg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "内镜清洗信息";
     ((System.ComponentModel.ISupportInitialize)(this.proxyContentPanel)).EndInit();
     this.proxyContentPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.proxyGroupPanel.Panel)).EndInit();
     this.proxyGroupPanel.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.proxyGroupPanel)).EndInit();
     this.proxyGroupPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.headerContent)).EndInit();
     this.headerContent.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.MainContent)).EndInit();
     this.MainContent.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.secGroBox.Panel)).EndInit();
     this.secGroBox.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.secGroBox)).EndInit();
     this.secGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5.Panel)).EndInit();
     this.kryptonGroupBox5.Panel.ResumeLayout(false);
     this.kryptonGroupBox5.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5)).EndInit();
     this.kryptonGroupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6.Panel)).EndInit();
     this.kryptonGroupBox6.Panel.ResumeLayout(false);
     this.kryptonGroupBox6.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6)).EndInit();
     this.kryptonGroupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cleanGroBox.Panel)).EndInit();
     this.cleanGroBox.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cleanGroBox)).EndInit();
     this.cleanGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dipInGroBox.Panel)).EndInit();
     this.dipInGroBox.Panel.ResumeLayout(false);
     this.dipInGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dipInGroBox)).EndInit();
     this.dipInGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lastWashGroBox.Panel)).EndInit();
     this.lastWashGroBox.Panel.ResumeLayout(false);
     this.lastWashGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lastWashGroBox)).EndInit();
     this.lastWashGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cleanOutWashGroBox.Panel)).EndInit();
     this.cleanOutWashGroBox.Panel.ResumeLayout(false);
     this.cleanOutWashGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cleanOutWashGroBox)).EndInit();
     this.cleanOutWashGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.enzymeWashGroBox.Panel)).EndInit();
     this.enzymeWashGroBox.Panel.ResumeLayout(false);
     this.enzymeWashGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.enzymeWashGroBox)).EndInit();
     this.enzymeWashGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.firstWashGroBox.Panel)).EndInit();
     this.firstWashGroBox.Panel.ResumeLayout(false);
     this.firstWashGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.firstWashGroBox)).EndInit();
     this.firstWashGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.manualWashGroBox.Panel)).EndInit();
     this.manualWashGroBox.Panel.ResumeLayout(false);
     this.manualWashGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.manualWashGroBox)).EndInit();
     this.manualWashGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.basicMesGrouBox.Panel)).EndInit();
     this.basicMesGrouBox.Panel.ResumeLayout(false);
     this.basicMesGrouBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.basicMesGrouBox)).EndInit();
     this.basicMesGrouBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
     this.kryptonGroupBox2.Panel.ResumeLayout(false);
     this.kryptonGroupBox2.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
     this.kryptonGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4.Panel)).EndInit();
     this.kryptonGroupBox4.Panel.ResumeLayout(false);
     this.kryptonGroupBox4.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4)).EndInit();
     this.kryptonGroupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }