예제 #1
0
        public KryptonComboBoxTree()
        {
            SetStyle(ControlStyles.DoubleBuffer, true);
            SetStyle(ControlStyles.ResizeRedraw, true);

            this.InitializeComponent();

            // Initializing Controls
            this.pnlBack             = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
            this.pnlBack.BorderStyle = BorderStyle.None;
            this.pnlBack.Dock        = DockStyle.Fill;
            this.pnlBack.AutoScroll  = false;
            //this.pnlBack.BackColor = txtSelectedValue.BackColor;

            this.lblSizingGrip            = new LabelEx();
            this.lblSizingGrip.Size       = new Size(9, 9);
            this.lblSizingGrip.Cursor     = Cursors.SizeNWSE;
            this.lblSizingGrip.Text       = "";
            this.lblSizingGrip.MouseMove += new MouseEventHandler(SizingGripMouseMove);
            this.lblSizingGrip.MouseDown += new MouseEventHandler(SizingGripMouseDown);

            this.tvTreeView              = new KryptonTreeView();
            this.tvTreeView.BorderStyle  = BorderStyle.None;
            this.tvTreeView.DoubleClick += new EventHandler(TreeViewNodeSelect);
            this.tvTreeView.Location     = new Point(0, 0);
            this.tvTreeView.LostFocus   += new EventHandler(TreeViewLostFocus);
            //this.tvTreeView.Scrollable = false;

            this.frmTreeView = new Form();
            this.frmTreeView.FormBorderStyle = FormBorderStyle.None;
            this.frmTreeView.StartPosition   = FormStartPosition.Manual;
            this.frmTreeView.ShowInTaskbar   = false;

            this.pnlTree             = new Panel();
            this.pnlTree.Dock        = DockStyle.Fill;
            this.pnlTree.BorderStyle = BorderStyle.FixedSingle;
            this.pnlTree.BackColor   = Color.White;

            combobox = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
            combobox.DropDownStyle   = ComboBoxStyle.DropDownList;
            combobox.Dock            = DockStyle.Fill;
            combobox.ComboBox.Click += new EventHandler(ToggleTreeView);

            // Adding Controls to UserControl
            this.pnlTree.Controls.Add(this.lblSizingGrip);
            this.pnlTree.Controls.Add(this.tvTreeView);
            this.frmTreeView.Controls.Add(this.pnlTree);
            this.pnlBack.Controls.Add(combobox);
            this.Controls.Add(this.pnlBack);
        }
예제 #2
0
        internal void OnLoad(EventArgs e)
        {
            ConverterLoader.Load();

            Redraw();

            AssemblyName[] names = Assembly.GetExecutingAssembly().GetReferencedAssemblies();
            foreach (AssemblyName assem in names)
            {
                Assembly           a       = Assembly.Load(assem);
                IEnumerable <Type> classes = from t in a.GetTypes() where t.IsClass select t;

                foreach (Type elem in classes)
                {
                    if (elem.BaseType != null && elem.BaseType.Name == "CoreComponent")
                    {
                        ComponentSelectorObject o = new ComponentSelectorObject();
                        o.name     = elem.Name;
                        o.fullname = elem.FullName;
                        componentList.Add(o);
                        //this.AddComponentSelectionBox.Items.Add(new CoreEngine.Engine.Rendering.Camera());
                    }
                }
            }

            _hierarchyTreeView              = Program.editor.GetHierarchy();
            _inspectorComponentPanel        = Program.editor.GetInspector();
            _inspectorTransformGrid         = Program.editor.GetInspectorTransformGrid();
            _inspectorTransformGrid.Visible = false;

            sceneManager = new SceneManager();

            currentScene = new Scene();
            SceneManager.CurrentScene = currentScene;

            CreateCameraGameObject();

            GL.Enable(EnableCap.DepthTest);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KaraoqPlayBackTool));
     this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonHeaderGroup18 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.pnlSaxDotty = new System.Windows.Forms.Panel();
     this.ktxtDatabasePath = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblPathValidate = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnBrowse = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ddlPlaybackTools = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnKaraoqPlayBackTool = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).BeginInit();
     this.kryptonHeaderGroup18.Panel.SuspendLayout();
     this.kryptonHeaderGroup18.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlSaxDotty.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlPlaybackTools)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location = new System.Drawing.Point(0, 0);
     this.kryptonButton1.Name = "kryptonButton1";
     this.kryptonButton1.Size = new System.Drawing.Size(90, 25);
     this.kryptonButton1.TabIndex = 0;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonHeaderGroup18);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.kryptonPanel1.Size = new System.Drawing.Size(674, 313);
     this.kryptonPanel1.TabIndex = 7;
     //
     // kryptonHeaderGroup18
     //
     this.kryptonHeaderGroup18.AutoSize = true;
     this.kryptonHeaderGroup18.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonHeaderGroup18.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.TabStandardProfile;
     this.kryptonHeaderGroup18.HeaderVisibleSecondary = false;
     this.kryptonHeaderGroup18.Location = new System.Drawing.Point(1, 1);
     this.kryptonHeaderGroup18.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonHeaderGroup18.Name = "kryptonHeaderGroup18";
     //
     // kryptonHeaderGroup18.Panel
     //
     this.kryptonHeaderGroup18.Panel.Controls.Add(this.pnlMain);
     this.kryptonHeaderGroup18.Size = new System.Drawing.Size(672, 311);
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonHeaderGroup18.TabIndex = 2;
     this.kryptonHeaderGroup18.ValuesPrimary.Heading = "Select Playback Tool";
     this.kryptonHeaderGroup18.ValuesPrimary.Image = null;
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.Transparent;
     this.pnlMain.Controls.Add(this.pnlSaxDotty);
     this.pnlMain.Controls.Add(this.kbtnCancel);
     this.pnlMain.Controls.Add(this.ddlPlaybackTools);
     this.pnlMain.Controls.Add(this.kryptonLabel1);
     this.pnlMain.Controls.Add(this.kbtnKaraoqPlayBackTool);
     this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new System.Drawing.Size(670, 284);
     this.pnlMain.TabIndex = 0;
     //
     // pnlSaxDotty
     //
     this.pnlSaxDotty.Controls.Add(this.ktxtDatabasePath);
     this.pnlSaxDotty.Controls.Add(this.kryptonLabel2);
     this.pnlSaxDotty.Controls.Add(this.klblPathValidate);
     this.pnlSaxDotty.Controls.Add(this.kbtnBrowse);
     this.pnlSaxDotty.Location = new System.Drawing.Point(11, 48);
     this.pnlSaxDotty.Name = "pnlSaxDotty";
     this.pnlSaxDotty.Size = new System.Drawing.Size(649, 68);
     this.pnlSaxDotty.TabIndex = 157;
     //
     // ktxtDatabasePath
     //
     this.ktxtDatabasePath.BackColor = System.Drawing.Color.LemonChiffon;
     this.ktxtDatabasePath.Location = new System.Drawing.Point(123, 12);
     this.ktxtDatabasePath.MaxLength = 25;
     this.ktxtDatabasePath.Name = "ktxtDatabasePath";
     this.ktxtDatabasePath.ReadOnly = true;
     this.ktxtDatabasePath.Size = new System.Drawing.Size(469, 20);
     this.ktxtDatabasePath.TabIndex = 152;
     this.ktxtDatabasePath.Tag = "Please select Database File Path";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(2, 12);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.Size = new System.Drawing.Size(95, 20);
     this.kryptonLabel2.TabIndex = 153;
     this.kryptonLabel2.Values.Text = "Database Path : ";
     //
     // klblPathValidate
     //
     this.klblPathValidate.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.klblPathValidate.Location = new System.Drawing.Point(606, 12);
     this.klblPathValidate.Name = "klblPathValidate";
     this.klblPathValidate.Size = new System.Drawing.Size(40, 20);
     this.klblPathValidate.TabIndex = 155;
     this.klblPathValidate.Values.Text = "Valid";
     //
     // kbtnBrowse
     //
     this.kbtnBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnBrowse.Location = new System.Drawing.Point(123, 38);
     this.kbtnBrowse.Name = "kbtnBrowse";
     this.kbtnBrowse.Size = new System.Drawing.Size(143, 25);
     this.kbtnBrowse.TabIndex = 154;
     this.kbtnBrowse.Values.Text = "&Browse Database Path";
     this.kbtnBrowse.Click += new System.EventHandler(this.kbtnBrowse_Click);
     //
     // kbtnCancel
     //
     this.kbtnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnCancel.Location = new System.Drawing.Point(300, 119);
     this.kbtnCancel.Name = "kbtnCancel";
     this.kbtnCancel.Size = new System.Drawing.Size(143, 25);
     this.kbtnCancel.TabIndex = 156;
     this.kbtnCancel.Values.Text = "&Cancel";
     this.kbtnCancel.Visible = false;
     this.kbtnCancel.Click += new System.EventHandler(this.kbtnCancel_Click);
     //
     // ddlPlaybackTools
     //
     this.ddlPlaybackTools.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
     this.ddlPlaybackTools.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.ddlPlaybackTools.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddlPlaybackTools.DropDownWidth = 148;
     this.ddlPlaybackTools.Location = new System.Drawing.Point(134, 24);
     this.ddlPlaybackTools.Name = "ddlPlaybackTools";
     this.ddlPlaybackTools.Size = new System.Drawing.Size(228, 21);
     this.ddlPlaybackTools.TabIndex = 151;
     this.ddlPlaybackTools.Tag = "Please select Playback Tool";
     this.ddlPlaybackTools.SelectedIndexChanged += new System.EventHandler(this.ddlPlaybackTools_SelectedIndexChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(11, 25);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(127, 20);
     this.kryptonLabel1.TabIndex = 150;
     this.kryptonLabel1.Values.Text = "Select Playback Tool : ";
     //
     // kbtnKaraoqPlayBackTool
     //
     this.kbtnKaraoqPlayBackTool.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnKaraoqPlayBackTool.Location = new System.Drawing.Point(134, 119);
     this.kbtnKaraoqPlayBackTool.Name = "kbtnKaraoqPlayBackTool";
     this.kbtnKaraoqPlayBackTool.Size = new System.Drawing.Size(143, 25);
     this.kbtnKaraoqPlayBackTool.TabIndex = 4;
     this.kbtnKaraoqPlayBackTool.Values.Text = "&Next";
     this.kbtnKaraoqPlayBackTool.Click += new System.EventHandler(this.kbtnKaraoqPlayBackTool_Click);
     //
     // KaraoqPlayBackTool
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(674, 313);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "KaraoqPlayBackTool";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "synQ | Automated karaoQ Syncing Service";
     this.Load += new System.EventHandler(this.KaraoqPlayBackTool_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).EndInit();
     this.kryptonHeaderGroup18.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).EndInit();
     this.kryptonHeaderGroup18.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlMain.PerformLayout();
     this.pnlSaxDotty.ResumeLayout(false);
     this.pnlSaxDotty.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlPlaybackTools)).EndInit();
     this.ResumeLayout(false);
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.txtCleanStep = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.txtPortCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.q = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCleanStep)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.txtCleanStep);
     this.kryptonPanel1.Controls.Add(this.btnAdd);
     this.kryptonPanel1.Controls.Add(this.txtPortCode);
     this.kryptonPanel1.Controls.Add(this.q);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Size = new System.Drawing.Size(327, 151);
     this.kryptonPanel1.TabIndex = 0;
     //
     // txtCleanStep
     //
     this.txtCleanStep.DropDownWidth = 121;
     this.txtCleanStep.Location = new System.Drawing.Point(116, 67);
     this.txtCleanStep.Name = "txtCleanStep";
     this.txtCleanStep.Size = new System.Drawing.Size(121, 21);
     this.txtCleanStep.TabIndex = 3;
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(225, 111);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(90, 27);
     this.btnAdd.TabIndex = 2;
     this.btnAdd.Values.Text = "添加";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // txtPortCode
     //
     this.txtPortCode.Location = new System.Drawing.Point(116, 28);
     this.txtPortCode.Name = "txtPortCode";
     this.txtPortCode.Size = new System.Drawing.Size(121, 20);
     this.txtPortCode.TabIndex = 1;
     //
     // q
     //
     this.q.Location = new System.Drawing.Point(25, 67);
     this.q.Name = "q";
     this.q.Size = new System.Drawing.Size(73, 20);
     this.q.TabIndex = 0;
     this.q.Values.Text = "清洗槽名:";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(25, 27);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(73, 20);
     this.kryptonLabel1.TabIndex = 0;
     this.kryptonLabel1.Values.Text = "端口编号:";
     //
     // AddNewItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(327, 151);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "AddNewItem";
     this.Text = "AddNewItem";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCleanStep)).EndInit();
     this.ResumeLayout(false);
 }
예제 #5
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GridView));
     this.panel = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonDataGridView1 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.kryptonHeader1       = new ComponentFactory.Krypton.Toolkit.KryptonHeader();
     ((System.ComponentModel.ISupportInitialize)(this.panel)).BeginInit();
     this.panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonDataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeader1)).BeginInit();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.Controls.Add(this.kryptonDataGridView1);
     this.panel.Controls.Add(this.kryptonHeader1);
     this.panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(499, 410);
     this.panel.TabIndex = 0;
     //
     // kryptonDataGridView1
     //
     this.kryptonDataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.kryptonDataGridView1.Dock                          = System.Windows.Forms.DockStyle.Fill;
     this.kryptonDataGridView1.GridStyles.Style              = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Sheet;
     this.kryptonDataGridView1.GridStyles.StyleBackground    = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.kryptonDataGridView1.GridStyles.StyleColumn        = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.kryptonDataGridView1.GridStyles.StyleDataCells     = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.kryptonDataGridView1.GridStyles.StyleRow           = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.kryptonDataGridView1.Location                      = new System.Drawing.Point(0, 31);
     this.kryptonDataGridView1.Name                          = "kryptonDataGridView1";
     this.kryptonDataGridView1.Size                          = new System.Drawing.Size(499, 379);
     this.kryptonDataGridView1.StateCommon.Background.Color1 = System.Drawing.Color.White;
     this.kryptonDataGridView1.StateCommon.BackStyle         = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.kryptonDataGridView1.TabIndex                      = 2;
     //
     // kryptonHeader1
     //
     this.kryptonHeader1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.kryptonHeader1.Location           = new System.Drawing.Point(0, 0);
     this.kryptonHeader1.Name               = "kryptonHeader1";
     this.kryptonHeader1.Size               = new System.Drawing.Size(499, 31);
     this.kryptonHeader1.TabIndex           = 1;
     this.kryptonHeader1.Text               = "Provider Setup";
     this.kryptonHeader1.Values.Description = "Description";
     this.kryptonHeader1.Values.Heading     = "Provider Setup";
     this.kryptonHeader1.Values.Image       = ((System.Drawing.Image)(resources.GetObject("kryptonHeader1.Values.Image")));
     //
     // GridView
     //
     this.Controls.Add(this.panel);
     this.Name = "GridView";
     this.Size = new System.Drawing.Size(499, 410);
     ((System.ComponentModel.ISupportInitialize)(this.panel)).EndInit();
     this.panel.ResumeLayout(false);
     this.panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonDataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeader1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnexionForm));
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kBtnTrashRefFileOB = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kBtnCreerFichierCompteOB = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kBtnOuvrirFichierCompteOB = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kLbFile = new ComponentFactory.Krypton.Toolkit.KryptonListBox();
     this.kLblHeader = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.btnAddCompte = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.Fermer = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.OK = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.txtMdp = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.txtLogin = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.kryptonManager1 = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.OFDOrionBanque = new System.Windows.Forms.OpenFileDialog();
     this.FBDOrionBanque = new System.Windows.Forms.FolderBrowserDialog();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kBtnTrashRefFileOB);
     this.kryptonPanel1.Controls.Add(this.kBtnCreerFichierCompteOB);
     this.kryptonPanel1.Controls.Add(this.kBtnOuvrirFichierCompteOB);
     this.kryptonPanel1.Controls.Add(this.kLbFile);
     this.kryptonPanel1.Controls.Add(this.kLblHeader);
     this.kryptonPanel1.Controls.Add(this.btnAddCompte);
     this.kryptonPanel1.Controls.Add(this.Fermer);
     this.kryptonPanel1.Controls.Add(this.OK);
     this.kryptonPanel1.Controls.Add(this.txtMdp);
     this.kryptonPanel1.Controls.Add(this.txtLogin);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Size = new System.Drawing.Size(405, 320);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kBtnTrashRefFileOB
     //
     this.kBtnTrashRefFileOB.Enabled = false;
     this.kBtnTrashRefFileOB.Location = new System.Drawing.Point(190, 196);
     this.kBtnTrashRefFileOB.Name = "kBtnTrashRefFileOB";
     this.kBtnTrashRefFileOB.Size = new System.Drawing.Size(23, 23);
     this.kBtnTrashRefFileOB.TabIndex = 34;
     this.toolTip1.SetToolTip(this.kBtnTrashRefFileOB, "Supprime la référence à ce fichier OrionBanque");
     this.kBtnTrashRefFileOB.Values.Image = global::OrionBanque.Properties.Resources.bin_closed;
     this.kBtnTrashRefFileOB.Values.Text = "";
     this.kBtnTrashRefFileOB.Click += new System.EventHandler(this.KBtnTrashRefFileOB_Click);
     //
     // kBtnCreerFichierCompteOB
     //
     this.kBtnCreerFichierCompteOB.Location = new System.Drawing.Point(12, 196);
     this.kBtnCreerFichierCompteOB.Name = "kBtnCreerFichierCompteOB";
     this.kBtnCreerFichierCompteOB.Size = new System.Drawing.Size(23, 23);
     this.kBtnCreerFichierCompteOB.TabIndex = 33;
     this.toolTip1.SetToolTip(this.kBtnCreerFichierCompteOB, "Créer un nouveau fichier de Compte OrionBanque");
     this.kBtnCreerFichierCompteOB.Values.Image = global::OrionBanque.Properties.Resources.page_add;
     this.kBtnCreerFichierCompteOB.Values.Text = "";
     this.kBtnCreerFichierCompteOB.Click += new System.EventHandler(this.KBtnCreerFichierCompteOB_Click);
     //
     // kBtnOuvrirFichierCompteOB
     //
     this.kBtnOuvrirFichierCompteOB.Location = new System.Drawing.Point(370, 196);
     this.kBtnOuvrirFichierCompteOB.Name = "kBtnOuvrirFichierCompteOB";
     this.kBtnOuvrirFichierCompteOB.Size = new System.Drawing.Size(23, 23);
     this.kBtnOuvrirFichierCompteOB.TabIndex = 32;
     this.toolTip1.SetToolTip(this.kBtnOuvrirFichierCompteOB, "Ouvrir un fichier de compte OrionBanque");
     this.kBtnOuvrirFichierCompteOB.Values.Image = global::OrionBanque.Properties.Resources.folder_page;
     this.kBtnOuvrirFichierCompteOB.Values.Text = "";
     this.kBtnOuvrirFichierCompteOB.Click += new System.EventHandler(this.KBtnOuvrirFichierCompteOB_Click);
     //
     // kLbFile
     //
     this.kLbFile.Location = new System.Drawing.Point(12, 47);
     this.kLbFile.Name = "kLbFile";
     this.kLbFile.Size = new System.Drawing.Size(381, 143);
     this.kLbFile.TabIndex = 31;
     this.kLbFile.SelectedIndexChanged += new System.EventHandler(this.KLbFile_SelectedIndexChanged);
     //
     // kLblHeader
     //
     this.kLblHeader.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitlePanel;
     this.kLblHeader.Location = new System.Drawing.Point(137, 12);
     this.kLblHeader.Name = "kLblHeader";
     this.kLblHeader.Size = new System.Drawing.Size(106, 29);
     this.kLblHeader.TabIndex = 29;
     this.kLblHeader.Values.Text = "Connexion";
     //
     // btnAddCompte
     //
     this.btnAddCompte.Enabled = false;
     this.btnAddCompte.Location = new System.Drawing.Point(190, 283);
     this.btnAddCompte.Name = "btnAddCompte";
     this.btnAddCompte.Size = new System.Drawing.Size(23, 23);
     this.btnAddCompte.TabIndex = 28;
     this.toolTip1.SetToolTip(this.btnAddCompte, "Ajouter un utilisateur");
     this.btnAddCompte.Values.Image = global::OrionBanque.Properties.Resources.user_add;
     this.btnAddCompte.Values.Text = "";
     this.btnAddCompte.Click += new System.EventHandler(this.BtnAddCompte_Click);
     //
     // Fermer
     //
     this.Fermer.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.Fermer.Location = new System.Drawing.Point(12, 283);
     this.Fermer.Name = "Fermer";
     this.Fermer.Size = new System.Drawing.Size(23, 23);
     this.Fermer.TabIndex = 24;
     this.toolTip1.SetToolTip(this.Fermer, "Fermer OrionBanque sans se connecter");
     this.Fermer.Values.Image = global::OrionBanque.Properties.Resources.cross1;
     this.Fermer.Values.Text = "";
     //
     // OK
     //
     this.OK.Enabled = false;
     this.OK.Location = new System.Drawing.Point(370, 283);
     this.OK.Name = "OK";
     this.OK.Size = new System.Drawing.Size(23, 23);
     this.OK.TabIndex = 25;
     this.toolTip1.SetToolTip(this.OK, "Se connecter avec les identifiants précisés");
     this.OK.Values.Image = global::OrionBanque.Properties.Resources.accept1;
     this.OK.Values.Text = "";
     this.OK.Click += new System.EventHandler(this.OK_Click);
     //
     // txtMdp
     //
     this.txtMdp.Enabled = false;
     this.txtMdp.Location = new System.Drawing.Point(108, 254);
     this.txtMdp.Name = "txtMdp";
     this.txtMdp.PasswordChar = '●';
     this.txtMdp.Size = new System.Drawing.Size(285, 23);
     this.txtMdp.TabIndex = 23;
     this.txtMdp.UseSystemPasswordChar = true;
     //
     // txtLogin
     //
     this.txtLogin.Enabled = false;
     this.txtLogin.Location = new System.Drawing.Point(108, 225);
     this.txtLogin.Name = "txtLogin";
     this.txtLogin.Size = new System.Drawing.Size(285, 23);
     this.txtLogin.TabIndex = 22;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 257);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(90, 20);
     this.kryptonLabel1.TabIndex = 21;
     this.kryptonLabel1.Values.Text = "Mot de passe :";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(30, 228);
     this.kryptonLabel3.Name = "kryptonLabel3";
     this.kryptonLabel3.Size = new System.Drawing.Size(72, 20);
     this.kryptonLabel3.TabIndex = 20;
     this.kryptonLabel3.Values.Text = "Utilisateur :";
     //
     // kryptonManager1
     //
     this.kryptonManager1.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.Office2010Silver;
     //
     // OFDOrionBanque
     //
     this.OFDOrionBanque.Filter = "Fichier OrionBanque|*.obq";
     //
     // FBDOrionBanque
     //
     this.FBDOrionBanque.RootFolder = System.Environment.SpecialFolder.MyComputer;
     //
     // ConnexionForm
     //
     this.AcceptButton = this.OK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.Fermer;
     this.ClientSize = new System.Drawing.Size(405, 320);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ConnexionForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Connexion";
     this.TextExtra = "OrionBanque";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #7
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);
 }
예제 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserPatch));
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonLinkLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLinkLabel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.buildn = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonLinkLabel1);
     this.kryptonPanel1.Controls.Add(this.pictureBox1);
     this.kryptonPanel1.Controls.Add(this.buildn);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.TabHighProfile;
     this.kryptonPanel1.Size = new System.Drawing.Size(309, 313);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonLinkLabel1
     //
     this.kryptonLinkLabel1.Location = new System.Drawing.Point(55, 277);
     this.kryptonLinkLabel1.Name = "kryptonLinkLabel1";
     this.kryptonLinkLabel1.Size = new System.Drawing.Size(225, 24);
     this.kryptonLinkLabel1.TabIndex = 2;
     this.kryptonLinkLabel1.Values.Text = "http://userpatch.aiscripters.net/";
     this.kryptonLinkLabel1.LinkClicked += new System.EventHandler(this.kryptonLinkLabel1_LinkClicked);
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Image = global::WindowsFormsApplication3.Properties.Resources.userpatch;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(309, 161);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // buildn
     //
     this.buildn.Location = new System.Drawing.Point(169, 205);
     this.buildn.Name = "buildn";
     this.buildn.Size = new System.Drawing.Size(83, 22);
     this.buildn.StateNormal.ShortText.Color1 = System.Drawing.Color.SeaGreen;
     this.buildn.StateNormal.ShortText.Color2 = System.Drawing.Color.White;
     this.buildn.StateNormal.ShortText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buildn.TabIndex = 1;
     this.buildn.Values.Text = "Loading..";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(36, 249);
     this.kryptonLabel3.Name = "kryptonLabel3";
     this.kryptonLabel3.Size = new System.Drawing.Size(123, 22);
     this.kryptonLabel3.StateNormal.ShortText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex = 1;
     this.kryptonLabel3.Values.Text = "Official Website:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(55, 205);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.Size = new System.Drawing.Size(117, 22);
     this.kryptonLabel2.StateNormal.ShortText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex = 1;
     this.kryptonLabel2.Values.Text = "1.5 RC - Build";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(25, 167);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(261, 22);
     this.kryptonLabel1.StateNormal.ShortText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex = 1;
     this.kryptonLabel1.Values.Text = "UserPatch Successfuly Updated!";
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress = true;
     this.backgroundWorker1.WorkerSupportsCancellation = true;
     this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     //
     // UserPatch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(309, 313);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "UserPatch";
     this.Text = "UserPatch Updated!";
     this.Load += new System.EventHandler(this.UserPatch_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
     this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonHeaderGroup18 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.kbtnLogin = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ktxtPassword = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.ktxtUserName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.klblPassword = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblUserName = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).BeginInit();
     this.kryptonHeaderGroup18.Panel.SuspendLayout();
     this.kryptonHeaderGroup18.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location = new System.Drawing.Point(0, 0);
     this.kryptonButton1.Name = "kryptonButton1";
     this.kryptonButton1.Size = new System.Drawing.Size(90, 25);
     this.kryptonButton1.TabIndex = 0;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonHeaderGroup18);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.kryptonPanel1.Size = new System.Drawing.Size(447, 203);
     this.kryptonPanel1.TabIndex = 7;
     //
     // kryptonHeaderGroup18
     //
     this.kryptonHeaderGroup18.AutoSize = true;
     this.kryptonHeaderGroup18.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonHeaderGroup18.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.TabStandardProfile;
     this.kryptonHeaderGroup18.HeaderVisibleSecondary = false;
     this.kryptonHeaderGroup18.Location = new System.Drawing.Point(1, 1);
     this.kryptonHeaderGroup18.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonHeaderGroup18.Name = "kryptonHeaderGroup18";
     //
     // kryptonHeaderGroup18.Panel
     //
     this.kryptonHeaderGroup18.Panel.Controls.Add(this.pnlMain);
     this.kryptonHeaderGroup18.Size = new System.Drawing.Size(445, 201);
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonHeaderGroup18.TabIndex = 2;
     this.kryptonHeaderGroup18.ValuesPrimary.Heading = "DJ Login";
     this.kryptonHeaderGroup18.ValuesPrimary.Image = null;
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.Transparent;
     this.pnlMain.Controls.Add(this.kbtnLogin);
     this.pnlMain.Controls.Add(this.ktxtPassword);
     this.pnlMain.Controls.Add(this.ktxtUserName);
     this.pnlMain.Controls.Add(this.klblPassword);
     this.pnlMain.Controls.Add(this.klblUserName);
     this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new System.Drawing.Size(443, 174);
     this.pnlMain.TabIndex = 0;
     //
     // kbtnLogin
     //
     this.kbtnLogin.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnLogin.Location = new System.Drawing.Point(123, 76);
     this.kbtnLogin.Name = "kbtnLogin";
     this.kbtnLogin.Size = new System.Drawing.Size(90, 25);
     this.kbtnLogin.TabIndex = 4;
     this.kbtnLogin.Values.Text = "&Login";
     this.kbtnLogin.Click += new System.EventHandler(this.kbtnLogin_Click);
     //
     // ktxtPassword
     //
     this.ktxtPassword.BackColor = System.Drawing.Color.LemonChiffon;
     this.ktxtPassword.Location = new System.Drawing.Point(123, 50);
     this.ktxtPassword.MaxLength = 25;
     this.ktxtPassword.Name = "ktxtPassword";
     this.ktxtPassword.PasswordChar = '●';
     this.ktxtPassword.Size = new System.Drawing.Size(169, 20);
     this.ktxtPassword.TabIndex = 1;
     this.ktxtPassword.Tag = "Please enter Password";
     this.ktxtPassword.UseSystemPasswordChar = true;
     //
     // ktxtUserName
     //
     this.ktxtUserName.BackColor = System.Drawing.Color.LemonChiffon;
     this.ktxtUserName.Location = new System.Drawing.Point(123, 22);
     this.ktxtUserName.MaxLength = 25;
     this.ktxtUserName.Name = "ktxtUserName";
     this.ktxtUserName.Size = new System.Drawing.Size(169, 20);
     this.ktxtUserName.TabIndex = 0;
     this.ktxtUserName.Tag = "Please enter User Name";
     //
     // klblPassword
     //
     this.klblPassword.Location = new System.Drawing.Point(29, 50);
     this.klblPassword.Name = "klblPassword";
     this.klblPassword.Size = new System.Drawing.Size(62, 20);
     this.klblPassword.TabIndex = 3;
     this.klblPassword.Values.Text = "Password";
     //
     // klblUserName
     //
     this.klblUserName.Location = new System.Drawing.Point(29, 22);
     this.klblUserName.Name = "klblUserName";
     this.klblUserName.Size = new System.Drawing.Size(71, 20);
     this.klblUserName.TabIndex = 2;
     this.klblUserName.Values.Text = "User Name";
     //
     // Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(447, 203);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Login";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "synQ | Automated karaoQ Syncing Service";
     this.Load += new System.EventHandler(this.Login_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).EndInit();
     this.kryptonHeaderGroup18.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).EndInit();
     this.kryptonHeaderGroup18.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlMain.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #10
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(MainForm));
     this.kryptonManager = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.statusStripTips = new System.Windows.Forms.StatusStrip();
     this.labTips = new System.Windows.Forms.ToolStripStatusLabel();
     this.mainHeader = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.contentPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.btnEndoscopeCleanState = new System.Windows.Forms.ToolStripButton();
     this.btnEndoscopeInfoMsg = new System.Windows.Forms.ToolStripButton();
     this.btnTempRecord = new System.Windows.Forms.ToolStripButton();
     this.labMark = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripBtnEndoscopes = new System.Windows.Forms.ToolStripButton();
     this.menuBar = new System.Windows.Forms.MenuStrip();
     this.toolstripFile = new System.Windows.Forms.ToolStripMenuItem();
     this.btnMax = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContact = new System.Windows.Forms.ToolStripMenuItem();
     this.loginOut = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.exit = new System.Windows.Forms.ToolStripMenuItem();
     this.basicSetMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.serverBasicSetting = new System.Windows.Forms.ToolStripMenuItem();
     this.portSetting = new System.Windows.Forms.ToolStripMenuItem();
     this.cleanTimeSetMenueItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cleanChoice = new System.Windows.Forms.ToolStripMenuItem();
     this.cleanChoice2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.cleanTimeSet = new System.Windows.Forms.ToolStripMenuItem();
     this.startProxyMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.cleanMoniterMenueItem = new System.Windows.Forms.ToolStripMenuItem();
     this.endoscopeCleanInfoMsg = new System.Windows.Forms.ToolStripMenuItem();
     this.tempReacord = new System.Windows.Forms.ToolStripMenuItem();
     this.tooltipMenueItemManager = new System.Windows.Forms.ToolStripMenuItem();
     this.toolstripMIEndoscope = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMIUser = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripDoctor = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripNurse = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripPatient = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripWares = new System.Windows.Forms.ToolStripMenuItem();
     this.检查室管理WToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripCleanSearch = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripEveryDay = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripEveryWeek = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripEveryMonth = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripBackUpDataBase = new System.Windows.Forms.ToolStripMenuItem();
     this.CheckLog = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripVerify = new System.Windows.Forms.ToolStripMenuItem();
     this.changeThemeMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.blackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.blueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.silverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.字体ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.songFontMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.blackFontMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.yaheiFontMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStripTips.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mainHeader)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainHeader.Panel)).BeginInit();
     this.mainHeader.Panel.SuspendLayout();
     this.mainHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.contentPanel)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.menuBar.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStripTips
     //
     this.statusStripTips.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.statusStripTips.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.labTips});
     this.statusStripTips.Location = new System.Drawing.Point(0, 763);
     this.statusStripTips.Name = "statusStripTips";
     this.statusStripTips.Size = new System.Drawing.Size(1022, 24);
     this.statusStripTips.TabIndex = 8;
     this.statusStripTips.Text = "statusStrip1";
     this.statusStripTips.Visible = false;
     //
     // labTips
     //
     this.labTips.ForeColor = System.Drawing.Color.DarkGreen;
     this.labTips.Name = "labTips";
     this.labTips.Size = new System.Drawing.Size(103, 19);
     this.labTips.Text = "欢迎使用迈尔产品";
     //
     // mainHeader
     //
     this.mainHeader.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mainHeader.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.HeaderSecondary;
     this.mainHeader.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.HeaderSecondary;
     this.mainHeader.HeaderVisibleSecondary = false;
     this.mainHeader.Location = new System.Drawing.Point(0, 0);
     this.mainHeader.Name = "mainHeader";
     this.mainHeader.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Blue;
     //
     // mainHeader.Panel
     //
     this.mainHeader.Panel.Controls.Add(this.contentPanel);
     this.mainHeader.Panel.Controls.Add(this.toolStrip1);
     this.mainHeader.Panel.Controls.Add(this.menuBar);
     this.mainHeader.Size = new System.Drawing.Size(1022, 742);
     this.mainHeader.TabIndex = 18;
     this.mainHeader.ValuesPrimary.Heading = "";
     this.mainHeader.ValuesPrimary.Image = global::ProxyClient.Properties.Resources.Mall;
     //
     // contentPanel
     //
     this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.contentPanel.Location = new System.Drawing.Point(0, 66);
     this.contentPanel.Name = "contentPanel";
     this.contentPanel.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Silver;
     this.contentPanel.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelRibbonInactive;
     this.contentPanel.Size = new System.Drawing.Size(1020, 612);
     this.contentPanel.TabIndex = 17;
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue;
     this.toolStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.toolStrip1.GripMargin = new System.Windows.Forms.Padding(0);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnEndoscopeCleanState,
     this.btnEndoscopeInfoMsg,
     this.btnTempRecord,
     this.labMark,
     this.toolStripButton2,
     this.toolStripButton1,
     this.toolStripBtnEndoscopes});
     this.toolStrip1.Location = new System.Drawing.Point(0, 27);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size = new System.Drawing.Size(1020, 39);
     this.toolStrip1.TabIndex = 19;
     this.toolStrip1.Text = "toolStrip1";
     //
     // btnEndoscopeCleanState
     //
     this.btnEndoscopeCleanState.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnEndoscopeCleanState.Image = global::ProxyClient.Properties.Resources.state;
     this.btnEndoscopeCleanState.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEndoscopeCleanState.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnEndoscopeCleanState.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEndoscopeCleanState.Name = "btnEndoscopeCleanState";
     this.btnEndoscopeCleanState.Size = new System.Drawing.Size(142, 36);
     this.btnEndoscopeCleanState.Text = "内镜清洗状态";
     this.btnEndoscopeCleanState.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnEndoscopeCleanState.ToolTipText = "内镜清洗状态信息";
     this.btnEndoscopeCleanState.Click += new System.EventHandler(this.cleanMoniterMenueItem_Click);
     //
     // btnEndoscopeInfoMsg
     //
     this.btnEndoscopeInfoMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnEndoscopeInfoMsg.Image = global::ProxyClient.Properties.Resources.info;
     this.btnEndoscopeInfoMsg.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnEndoscopeInfoMsg.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEndoscopeInfoMsg.Name = "btnEndoscopeInfoMsg";
     this.btnEndoscopeInfoMsg.Size = new System.Drawing.Size(142, 36);
     this.btnEndoscopeInfoMsg.Text = "内镜清洗信息";
     this.btnEndoscopeInfoMsg.ToolTipText = "内镜详细清洗信息";
     this.btnEndoscopeInfoMsg.Click += new System.EventHandler(this.EndopscInfoTSMenuItem_Click);
     //
     // btnTempRecord
     //
     this.btnTempRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnTempRecord.Image = global::ProxyClient.Properties.Resources.tempr;
     this.btnTempRecord.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnTempRecord.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnTempRecord.Name = "btnTempRecord";
     this.btnTempRecord.Size = new System.Drawing.Size(174, 36);
     this.btnTempRecord.Text = "内镜清洗临时记录";
     this.btnTempRecord.ToolTipText = "内镜清洗临时记录";
     this.btnTempRecord.Click += new System.EventHandler(this.EndoscTempTSMenuItem_Click);
     //
     // labMark
     //
     this.labMark.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.labMark.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labMark.Name = "labMark";
     this.labMark.Size = new System.Drawing.Size(113, 36);
     this.labMark.Text = "内镜清洗临时记录";
     this.labMark.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // toolStripButton2
     //
     this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.toolStripButton2.Image = global::ProxyClient.Properties.Resources._20130514031751400_easyicon_net_32;
     this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(174, 36);
     this.toolStripButton2.Text = "清洗信息追溯查询";
     this.toolStripButton2.ToolTipText = "清洗信息追溯查询";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripCleanSearch_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.toolStripButton1.Image = global::ProxyClient.Properties.Resources.User2;
     this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(110, 36);
     this.toolStripButton1.Text = "人员管理";
     this.toolStripButton1.ToolTipText = "人员管理";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripMIUser_Click);
     //
     // toolStripBtnEndoscopes
     //
     this.toolStripBtnEndoscopes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.toolStripBtnEndoscopes.Image = global::ProxyClient.Properties.Resources._20130509085603722_easyicon_net_24;
     this.toolStripBtnEndoscopes.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripBtnEndoscopes.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripBtnEndoscopes.Name = "toolStripBtnEndoscopes";
     this.toolStripBtnEndoscopes.Size = new System.Drawing.Size(102, 36);
     this.toolStripBtnEndoscopes.Text = "内镜管理";
     this.toolStripBtnEndoscopes.ToolTipText = "内镜管理";
     this.toolStripBtnEndoscopes.Click += new System.EventHandler(this.toolstripMIEndoscope_Click);
     //
     // menuBar
     //
     this.menuBar.BackColor = System.Drawing.Color.White;
     this.menuBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.menuBar.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.menuBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolstripFile,
     this.basicSetMenu,
     this.startProxyMenu,
     this.tooltipMenueItemManager,
     this.toolStripCleanSearch,
     this.CheckLog,
     this.toolStripMenuItem1,
     this.toolStripVerify,
     this.changeThemeMenu});
     this.menuBar.Location = new System.Drawing.Point(0, 0);
     this.menuBar.Name = "menuBar";
     this.menuBar.Size = new System.Drawing.Size(1020, 27);
     this.menuBar.TabIndex = 18;
     this.menuBar.Text = "menuStrip1";
     //
     // toolstripFile
     //
     this.toolstripFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnMax,
     this.toolStripContact,
     this.loginOut,
     this.toolStripSeparator2,
     this.exit});
     this.toolstripFile.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolstripFile.Name = "toolstripFile";
     this.toolstripFile.Size = new System.Drawing.Size(64, 23);
     this.toolstripFile.Text = "系统(&S)";
     //
     // btnMax
     //
     this.btnMax.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMax.Image = global::ProxyClient.Properties.Resources._20130509100150209_easyicon_net_32;
     this.btnMax.Name = "btnMax";
     this.btnMax.Size = new System.Drawing.Size(201, 30);
     this.btnMax.Text = "最大化(&A)";
     this.btnMax.Visible = false;
     this.btnMax.Click += new System.EventHandler(this.btnMax_Click);
     //
     // toolStripContact
     //
     this.toolStripContact.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripContact.Image = global::ProxyClient.Properties.Resources.connect;
     this.toolStripContact.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripContact.Name = "toolStripContact";
     this.toolStripContact.Size = new System.Drawing.Size(201, 30);
     this.toolStripContact.Text = "重新连接服务器(&C)";
     this.toolStripContact.Click += new System.EventHandler(this.toolStripContact_Click);
     //
     // loginOut
     //
     this.loginOut.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.loginOut.Image = global::ProxyClient.Properties.Resources.sign_out;
     this.loginOut.Name = "loginOut";
     this.loginOut.Size = new System.Drawing.Size(201, 30);
     this.loginOut.Text = "注销(&O)";
     this.loginOut.Click += new System.EventHandler(this.loginOut_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(198, 6);
     //
     // exit
     //
     this.exit.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exit.Image = global::ProxyClient.Properties.Resources.quit;
     this.exit.Name = "exit";
     this.exit.Size = new System.Drawing.Size(201, 30);
     this.exit.Text = "退出(&E)";
     this.exit.Click += new System.EventHandler(this.exit_Click);
     //
     // basicSetMenu
     //
     this.basicSetMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.serverBasicSetting,
     this.portSetting,
     this.cleanTimeSetMenueItem,
     this.toolStripSeparator3,
     this.cleanTimeSet});
     this.basicSetMenu.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.basicSetMenu.Name = "basicSetMenu";
     this.basicSetMenu.Size = new System.Drawing.Size(93, 23);
     this.basicSetMenu.Text = "基本设置(&B)";
     //
     // serverBasicSetting
     //
     this.serverBasicSetting.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.serverBasicSetting.Image = global::ProxyClient.Properties.Resources.ip_class;
     this.serverBasicSetting.Name = "serverBasicSetting";
     this.serverBasicSetting.Size = new System.Drawing.Size(179, 24);
     this.serverBasicSetting.Text = "地址设置(&D)";
     this.serverBasicSetting.Click += new System.EventHandler(this.serverBasicSetting_Click);
     //
     // portSetting
     //
     this.portSetting.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.portSetting.Image = global::ProxyClient.Properties.Resources.port;
     this.portSetting.Name = "portSetting";
     this.portSetting.Size = new System.Drawing.Size(179, 24);
     this.portSetting.Text = "端口配置(&P)";
     this.portSetting.Click += new System.EventHandler(this.portSetting_Click);
     //
     // cleanTimeSetMenueItem
     //
     this.cleanTimeSetMenueItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cleanChoice,
     this.cleanChoice2});
     this.cleanTimeSetMenueItem.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cleanTimeSetMenueItem.Image = global::ProxyClient.Properties.Resources.chocieType;
     this.cleanTimeSetMenueItem.Name = "cleanTimeSetMenueItem";
     this.cleanTimeSetMenueItem.Size = new System.Drawing.Size(179, 24);
     this.cleanTimeSetMenueItem.Text = "清洗方式选择(&C)";
     this.cleanTimeSetMenueItem.Visible = false;
     //
     // cleanChoice
     //
     this.cleanChoice.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cleanChoice.Name = "cleanChoice";
     this.cleanChoice.Size = new System.Drawing.Size(194, 24);
     this.cleanChoice.Text = "自动清洗机(&A)";
     this.cleanChoice.Click += new System.EventHandler(this.cleanChoice_Click);
     //
     // cleanChoice2
     //
     this.cleanChoice2.Checked = true;
     this.cleanChoice2.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cleanChoice2.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cleanChoice2.Name = "cleanChoice2";
     this.cleanChoice2.Size = new System.Drawing.Size(194, 24);
     this.cleanChoice2.Text = "手动清洗工作站(&H)";
     this.cleanChoice2.Click += new System.EventHandler(this.cleanChocie2_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(176, 6);
     //
     // cleanTimeSet
     //
     this.cleanTimeSet.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cleanTimeSet.Image = global::ProxyClient.Properties.Resources.timeSet;
     this.cleanTimeSet.Name = "cleanTimeSet";
     this.cleanTimeSet.Size = new System.Drawing.Size(179, 24);
     this.cleanTimeSet.Text = "清洗时间设置(&S)";
     this.cleanTimeSet.Click += new System.EventHandler(this.cleanTimeSetMenueItem_Click);
     //
     // startProxyMenu
     //
     this.startProxyMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cleanMoniterMenueItem,
     this.endoscopeCleanInfoMsg,
     this.tempReacord});
     this.startProxyMenu.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.startProxyMenu.Name = "startProxyMenu";
     this.startProxyMenu.Size = new System.Drawing.Size(98, 23);
     this.startProxyMenu.Text = "基础服务(&W)";
     //
     // cleanMoniterMenueItem
     //
     this.cleanMoniterMenueItem.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cleanMoniterMenueItem.Image = global::ProxyClient.Properties.Resources.state;
     this.cleanMoniterMenueItem.Name = "cleanMoniterMenueItem";
     this.cleanMoniterMenueItem.Size = new System.Drawing.Size(206, 24);
     this.cleanMoniterMenueItem.Text = "内镜清洗状态(&T)";
     this.cleanMoniterMenueItem.Click += new System.EventHandler(this.cleanMoniterMenueItem_Click);
     //
     // endoscopeCleanInfoMsg
     //
     this.endoscopeCleanInfoMsg.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.endoscopeCleanInfoMsg.Image = global::ProxyClient.Properties.Resources.info;
     this.endoscopeCleanInfoMsg.Name = "endoscopeCleanInfoMsg";
     this.endoscopeCleanInfoMsg.Size = new System.Drawing.Size(206, 24);
     this.endoscopeCleanInfoMsg.Text = "内镜清洗详细信息(&I)";
     this.endoscopeCleanInfoMsg.Click += new System.EventHandler(this.EndopscInfoTSMenuItem_Click);
     //
     // tempReacord
     //
     this.tempReacord.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tempReacord.Image = global::ProxyClient.Properties.Resources.tempr;
     this.tempReacord.Name = "tempReacord";
     this.tempReacord.Size = new System.Drawing.Size(206, 24);
     this.tempReacord.Text = "内镜清洗临时记录(&R)";
     this.tempReacord.Click += new System.EventHandler(this.EndoscTempTSMenuItem_Click);
     //
     // tooltipMenueItemManager
     //
     this.tooltipMenueItemManager.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolstripMIEndoscope,
     this.toolStripMIUser,
     this.toolStripSeparator5,
     this.toolStripDoctor,
     this.toolStripNurse,
     this.toolStripSeparator6,
     this.toolStripPatient,
     this.toolStripWares,
     this.检查室管理WToolStripMenuItem});
     this.tooltipMenueItemManager.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tooltipMenueItemManager.Name = "tooltipMenueItemManager";
     this.tooltipMenueItemManager.Size = new System.Drawing.Size(98, 23);
     this.tooltipMenueItemManager.Text = "后台管理(&M)";
     //
     // toolstripMIEndoscope
     //
     this.toolstripMIEndoscope.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolstripMIEndoscope.Image = global::ProxyClient.Properties.Resources.endo;
     this.toolstripMIEndoscope.Name = "toolstripMIEndoscope";
     this.toolstripMIEndoscope.Size = new System.Drawing.Size(162, 24);
     this.toolstripMIEndoscope.Text = "内镜管理(&E)";
     this.toolstripMIEndoscope.Click += new System.EventHandler(this.toolstripMIEndoscope_Click);
     //
     // toolStripMIUser
     //
     this.toolStripMIUser.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripMIUser.Image = global::ProxyClient.Properties.Resources.User2;
     this.toolStripMIUser.Name = "toolStripMIUser";
     this.toolStripMIUser.Size = new System.Drawing.Size(162, 24);
     this.toolStripMIUser.Text = "用户管理(&U)";
     this.toolStripMIUser.Click += new System.EventHandler(this.toolStripMIUser_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(159, 6);
     //
     // toolStripDoctor
     //
     this.toolStripDoctor.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.toolStripDoctor.Name = "toolStripDoctor";
     this.toolStripDoctor.Size = new System.Drawing.Size(162, 24);
     this.toolStripDoctor.Text = "医生入口(&D)";
     this.toolStripDoctor.Visible = false;
     this.toolStripDoctor.Click += new System.EventHandler(this.toolStripDoctor_Click);
     //
     // toolStripNurse
     //
     this.toolStripNurse.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripNurse.Name = "toolStripNurse";
     this.toolStripNurse.Size = new System.Drawing.Size(162, 24);
     this.toolStripNurse.Text = "护士入口(&N)";
     this.toolStripNurse.Visible = false;
     this.toolStripNurse.Click += new System.EventHandler(this.toolStripNurse_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(159, 6);
     //
     // toolStripPatient
     //
     this.toolStripPatient.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripPatient.Name = "toolStripPatient";
     this.toolStripPatient.Size = new System.Drawing.Size(162, 24);
     this.toolStripPatient.Text = "病人信息(&P)";
     this.toolStripPatient.Visible = false;
     //
     // toolStripWares
     //
     this.toolStripWares.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripWares.Name = "toolStripWares";
     this.toolStripWares.Size = new System.Drawing.Size(162, 24);
     this.toolStripWares.Text = "检查室管理(&W)";
     this.toolStripWares.Click += new System.EventHandler(this.toolStripWares_Click);
     //
     // 检查室管理WToolStripMenuItem
     //
     this.检查室管理WToolStripMenuItem.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.检查室管理WToolStripMenuItem.Name = "检查室管理WToolStripMenuItem";
     this.检查室管理WToolStripMenuItem.Size = new System.Drawing.Size(162, 24);
     this.检查室管理WToolStripMenuItem.Visible = false;
     //
     // toolStripCleanSearch
     //
     this.toolStripCleanSearch.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripEveryDay,
     this.toolStripEveryWeek,
     this.toolStripEveryMonth,
     this.toolStripSeparator4,
     this.toolStripBackUpDataBase});
     this.toolStripCleanSearch.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripCleanSearch.Name = "toolStripCleanSearch";
     this.toolStripCleanSearch.Size = new System.Drawing.Size(148, 23);
     this.toolStripCleanSearch.Text = "内镜清洗信息查询(&F)";
     this.toolStripCleanSearch.Click += new System.EventHandler(this.toolStripCleanSearch_Click);
     //
     // toolStripEveryDay
     //
     this.toolStripEveryDay.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripEveryDay.Name = "toolStripEveryDay";
     this.toolStripEveryDay.Size = new System.Drawing.Size(181, 24);
     this.toolStripEveryDay.Text = "导出当天记录(&D)";
     this.toolStripEveryDay.Visible = false;
     //
     // toolStripEveryWeek
     //
     this.toolStripEveryWeek.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripEveryWeek.Name = "toolStripEveryWeek";
     this.toolStripEveryWeek.Size = new System.Drawing.Size(181, 24);
     this.toolStripEveryWeek.Text = "导出本周记录(&W)";
     this.toolStripEveryWeek.Visible = false;
     //
     // toolStripEveryMonth
     //
     this.toolStripEveryMonth.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripEveryMonth.Name = "toolStripEveryMonth";
     this.toolStripEveryMonth.Size = new System.Drawing.Size(181, 24);
     this.toolStripEveryMonth.Text = "导出本月记录(&M)";
     this.toolStripEveryMonth.Visible = false;
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(178, 6);
     this.toolStripSeparator4.Visible = false;
     //
     // toolStripBackUpDataBase
     //
     this.toolStripBackUpDataBase.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripBackUpDataBase.Image = global::ProxyClient.Properties.Resources.dataBackUp;
     this.toolStripBackUpDataBase.Name = "toolStripBackUpDataBase";
     this.toolStripBackUpDataBase.Size = new System.Drawing.Size(181, 24);
     this.toolStripBackUpDataBase.Text = "备份数据库(&B)";
     this.toolStripBackUpDataBase.Visible = false;
     //
     // CheckLog
     //
     this.CheckLog.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CheckLog.Name = "CheckLog";
     this.CheckLog.Size = new System.Drawing.Size(64, 23);
     this.CheckLog.Text = "日志(&L)";
     this.CheckLog.Visible = false;
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(59, 23);
     this.toolStripMenuItem1.Text = "关于(&A)";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // toolStripVerify
     //
     this.toolStripVerify.Name = "toolStripVerify";
     this.toolStripVerify.Size = new System.Drawing.Size(58, 23);
     this.toolStripVerify.Text = "注册(&V)";
     this.toolStripVerify.Click += new System.EventHandler(this.toolStripVerify_Click);
     //
     // changeThemeMenu
     //
     this.changeThemeMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.blackToolStripMenuItem,
     this.blueToolStripMenuItem,
     this.silverToolStripMenuItem,
     this.toolStripSeparator1,
     this.字体ToolStripMenuItem});
     this.changeThemeMenu.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.changeThemeMenu.Name = "changeThemeMenu";
     this.changeThemeMenu.Size = new System.Drawing.Size(64, 23);
     this.changeThemeMenu.Text = "主题(&T)";
     //
     // blackToolStripMenuItem
     //
     this.blackToolStripMenuItem.Name = "blackToolStripMenuItem";
     this.blackToolStripMenuItem.Size = new System.Drawing.Size(127, 24);
     this.blackToolStripMenuItem.Text = "Black(&H)";
     this.blackToolStripMenuItem.Click += new System.EventHandler(this.blackToolStripMenuItem_Click_1);
     //
     // blueToolStripMenuItem
     //
     this.blueToolStripMenuItem.Name = "blueToolStripMenuItem";
     this.blueToolStripMenuItem.Size = new System.Drawing.Size(127, 24);
     this.blueToolStripMenuItem.Text = "Blue(&L)";
     this.blueToolStripMenuItem.Click += new System.EventHandler(this.blueToolStripMenuItem_Click_1);
     //
     // silverToolStripMenuItem
     //
     this.silverToolStripMenuItem.Name = "silverToolStripMenuItem";
     this.silverToolStripMenuItem.Size = new System.Drawing.Size(127, 24);
     this.silverToolStripMenuItem.Text = "Silver(&S)";
     this.silverToolStripMenuItem.Click += new System.EventHandler(this.silverToolStripMenuItem_Click_1);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(124, 6);
     //
     // 字体ToolStripMenuItem
     //
     this.字体ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.songFontMenu,
     this.blackFontMenu,
     this.yaheiFontMenu});
     this.字体ToolStripMenuItem.Name = "字体ToolStripMenuItem";
     this.字体ToolStripMenuItem.Size = new System.Drawing.Size(127, 24);
     this.字体ToolStripMenuItem.Text = "字体(&F)";
     this.字体ToolStripMenuItem.Visible = false;
     //
     // songFontMenu
     //
     this.songFontMenu.Name = "songFontMenu";
     this.songFontMenu.Size = new System.Drawing.Size(155, 24);
     this.songFontMenu.Text = "宋体(&S)";
     //
     // blackFontMenu
     //
     this.blackFontMenu.Name = "blackFontMenu";
     this.blackFontMenu.Size = new System.Drawing.Size(155, 24);
     this.blackFontMenu.Text = "黑体(&H)";
     //
     // yaheiFontMenu
     //
     this.yaheiFontMenu.Name = "yaheiFontMenu";
     this.yaheiFontMenu.Size = new System.Drawing.Size(155, 24);
     this.yaheiFontMenu.Text = "微软雅黑(&W)";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.ClientSize = new System.Drawing.Size(1022, 742);
     this.Controls.Add(this.mainHeader);
     this.Controls.Add(this.statusStripTips);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.MinimumSize = new System.Drawing.Size(1022, 726);
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "迈尔科技";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.statusStripTips.ResumeLayout(false);
     this.statusStripTips.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mainHeader.Panel)).EndInit();
     this.mainHeader.Panel.ResumeLayout(false);
     this.mainHeader.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mainHeader)).EndInit();
     this.mainHeader.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.contentPanel)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.menuBar.ResumeLayout(false);
     this.menuBar.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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();
 }
예제 #12
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(KaraokiVenue));
     this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.bwVenueSync = new System.ComponentModel.BackgroundWorker();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonHeaderGroup18 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.kbtnLogout = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.klblTimeUnit = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.ktxtSyncTime = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kbtnStopSync = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ddlVenue = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnStartSync = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.tmSync = new System.Windows.Forms.Timer(this.components);
     this.pbSync = new System.Windows.Forms.ProgressBar();
     this.klblCurrentImport = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).BeginInit();
     this.kryptonHeaderGroup18.Panel.SuspendLayout();
     this.kryptonHeaderGroup18.SuspendLayout();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlVenue)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location = new System.Drawing.Point(0, 0);
     this.kryptonButton1.Name = "kryptonButton1";
     this.kryptonButton1.Size = new System.Drawing.Size(90, 25);
     this.kryptonButton1.TabIndex = 0;
     //
     // bwVenueSync
     //
     this.bwVenueSync.WorkerSupportsCancellation = true;
     this.bwVenueSync.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bwVenueSync_DoWork);
     this.bwVenueSync.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bwVenueSync_ProgressChanged);
     this.bwVenueSync.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bwVenueSync_RunWorkerCompleted);
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonHeaderGroup18);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.kryptonPanel1.Size = new System.Drawing.Size(531, 275);
     this.kryptonPanel1.TabIndex = 7;
     //
     // kryptonHeaderGroup18
     //
     this.kryptonHeaderGroup18.AutoSize = true;
     this.kryptonHeaderGroup18.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonHeaderGroup18.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.TabStandardProfile;
     this.kryptonHeaderGroup18.HeaderVisibleSecondary = false;
     this.kryptonHeaderGroup18.Location = new System.Drawing.Point(1, 1);
     this.kryptonHeaderGroup18.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonHeaderGroup18.Name = "kryptonHeaderGroup18";
     //
     // kryptonHeaderGroup18.Panel
     //
     this.kryptonHeaderGroup18.Panel.Controls.Add(this.pnlMain);
     this.kryptonHeaderGroup18.Size = new System.Drawing.Size(529, 273);
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonHeaderGroup18.TabIndex = 2;
     this.kryptonHeaderGroup18.ValuesPrimary.Heading = "Select Venue To Sync";
     this.kryptonHeaderGroup18.ValuesPrimary.Image = null;
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.Transparent;
     this.pnlMain.Controls.Add(this.klblCurrentImport);
     this.pnlMain.Controls.Add(this.pbSync);
     this.pnlMain.Controls.Add(this.kbtnLogout);
     this.pnlMain.Controls.Add(this.klblTimeUnit);
     this.pnlMain.Controls.Add(this.kryptonLabel2);
     this.pnlMain.Controls.Add(this.ktxtSyncTime);
     this.pnlMain.Controls.Add(this.kbtnStopSync);
     this.pnlMain.Controls.Add(this.ddlVenue);
     this.pnlMain.Controls.Add(this.kryptonLabel1);
     this.pnlMain.Controls.Add(this.kbtnStartSync);
     this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new System.Drawing.Size(527, 246);
     this.pnlMain.TabIndex = 0;
     //
     // kbtnLogout
     //
     this.kbtnLogout.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.kbtnLogout.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnLogout.Location = new System.Drawing.Point(434, 3);
     this.kbtnLogout.Name = "kbtnLogout";
     this.kbtnLogout.Size = new System.Drawing.Size(90, 25);
     this.kbtnLogout.TabIndex = 157;
     this.kbtnLogout.Values.Text = "&Logout";
     this.kbtnLogout.Click += new System.EventHandler(this.kbtnLogout_Click);
     //
     // klblTimeUnit
     //
     this.klblTimeUnit.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.klblTimeUnit.Location = new System.Drawing.Point(341, 68);
     this.klblTimeUnit.Name = "klblTimeUnit";
     this.klblTimeUnit.Size = new System.Drawing.Size(82, 20);
     this.klblTimeUnit.TabIndex = 156;
     this.klblTimeUnit.Values.Text = "(In Seconds)";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(57, 68);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.Size = new System.Drawing.Size(72, 20);
     this.kryptonLabel2.TabIndex = 154;
     this.kryptonLabel2.Values.Text = "Sync Time : ";
     //
     // ktxtSyncTime
     //
     this.ktxtSyncTime.BackColor = System.Drawing.Color.LemonChiffon;
     this.ktxtSyncTime.Location = new System.Drawing.Point(150, 68);
     this.ktxtSyncTime.MaxLength = 25;
     this.ktxtSyncTime.Name = "ktxtSyncTime";
     this.ktxtSyncTime.Size = new System.Drawing.Size(180, 20);
     this.ktxtSyncTime.TabIndex = 153;
     this.ktxtSyncTime.Tag = "Please enter Sync Time";
     this.ktxtSyncTime.Text = "30";
     this.ktxtSyncTime.Leave += new System.EventHandler(this.ktxtSyncTime_Leave);
     //
     // kbtnStopSync
     //
     this.kbtnStopSync.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnStopSync.Enabled = false;
     this.kbtnStopSync.Location = new System.Drawing.Point(246, 106);
     this.kbtnStopSync.Name = "kbtnStopSync";
     this.kbtnStopSync.Size = new System.Drawing.Size(90, 25);
     this.kbtnStopSync.TabIndex = 152;
     this.kbtnStopSync.Values.Text = "S&top Sync";
     this.kbtnStopSync.Click += new System.EventHandler(this.kbtnStopSync_Click);
     //
     // ddlVenue
     //
     this.ddlVenue.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
     this.ddlVenue.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.ddlVenue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddlVenue.DropDownWidth = 148;
     this.ddlVenue.Location = new System.Drawing.Point(150, 41);
     this.ddlVenue.Name = "ddlVenue";
     this.ddlVenue.Size = new System.Drawing.Size(180, 21);
     this.ddlVenue.TabIndex = 151;
     this.ddlVenue.Tag = "Please select Venue";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(57, 42);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(87, 20);
     this.kryptonLabel1.TabIndex = 150;
     this.kryptonLabel1.Values.Text = "Select Venue : ";
     //
     // kbtnStartSync
     //
     this.kbtnStartSync.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnStartSync.Location = new System.Drawing.Point(150, 106);
     this.kbtnStartSync.Name = "kbtnStartSync";
     this.kbtnStartSync.Size = new System.Drawing.Size(90, 25);
     this.kbtnStartSync.TabIndex = 4;
     this.kbtnStartSync.Values.Text = "&Start Sync";
     this.kbtnStartSync.Click += new System.EventHandler(this.kbtnStartSync_Click);
     //
     // tmSync
     //
     this.tmSync.Interval = 30000;
     this.tmSync.Tick += new System.EventHandler(this.tmSync_Tick);
     //
     // pbSync
     //
     this.pbSync.Location = new System.Drawing.Point(10, 195);
     this.pbSync.Name = "pbSync";
     this.pbSync.Size = new System.Drawing.Size(507, 23);
     this.pbSync.TabIndex = 158;
     this.pbSync.Visible = false;
     //
     // klblCurrentImport
     //
     this.klblCurrentImport.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.klblCurrentImport.Location = new System.Drawing.Point(10, 169);
     this.klblCurrentImport.Name = "klblCurrentImport";
     this.klblCurrentImport.Size = new System.Drawing.Size(56, 20);
     this.klblCurrentImport.TabIndex = 159;
     this.klblCurrentImport.Values.Text = "Step1/3";
     this.klblCurrentImport.Visible = false;
     //
     // KaraokiVenue
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(531, 275);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "KaraokiVenue";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "synQ | Automated karaoQ Syncing Service";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.KaraokiVenue_FormClosing);
     this.Load += new System.EventHandler(this.KaraokiVenue_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).EndInit();
     this.kryptonHeaderGroup18.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).EndInit();
     this.kryptonHeaderGroup18.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlVenue)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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);
 }
예제 #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.kryptonHeaderGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.panel1 = new System.Windows.Forms.Panel();
     this.dgvPortMapping = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.portCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stepName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.className = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.btnAdd = new System.Windows.Forms.ToolStripButton();
     this.btnDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnDeleteAll = new System.Windows.Forms.ToolStripButton();
     this.save = new System.Windows.Forms.ToolStripButton();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).BeginInit();
     this.kryptonHeaderGroup1.Panel.SuspendLayout();
     this.kryptonHeaderGroup1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPortMapping)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonHeaderGroup1
     //
     this.kryptonHeaderGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonHeaderGroup1.HeaderVisibleSecondary = false;
     this.kryptonHeaderGroup1.Location = new System.Drawing.Point(0, 0);
     this.kryptonHeaderGroup1.Name = "kryptonHeaderGroup1";
     //
     // kryptonHeaderGroup1.Panel
     //
     this.kryptonHeaderGroup1.Panel.Controls.Add(this.panel1);
     this.kryptonHeaderGroup1.Panel.Controls.Add(this.kryptonPanel1);
     this.kryptonHeaderGroup1.Size = new System.Drawing.Size(594, 405);
     this.kryptonHeaderGroup1.TabIndex = 0;
     this.kryptonHeaderGroup1.ValuesPrimary.Heading = "端口信息设置";
     this.kryptonHeaderGroup1.ValuesPrimary.Image = global::ProxyClient.Properties.Resources.BasicSetting;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.dgvPortMapping);
     this.panel1.Controls.Add(this.toolStrip1);
     this.panel1.Location = new System.Drawing.Point(11, 13);
     this.panel1.MaximumSize = new System.Drawing.Size(592, 313);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(570, 288);
     this.panel1.TabIndex = 0;
     //
     // dgvPortMapping
     //
     this.dgvPortMapping.AllowUserToAddRows = false;
     this.dgvPortMapping.AllowUserToDeleteRows = false;
     this.dgvPortMapping.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvPortMapping.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.portCode,
     this.stepName,
     this.className});
     this.dgvPortMapping.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvPortMapping.Location = new System.Drawing.Point(0, 36);
     this.dgvPortMapping.Name = "dgvPortMapping";
     this.dgvPortMapping.ReadOnly = true;
     this.dgvPortMapping.RowTemplate.Height = 23;
     this.dgvPortMapping.Size = new System.Drawing.Size(566, 248);
     this.dgvPortMapping.TabIndex = 2;
     //
     // portCode
     //
     this.portCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.portCode.HeaderText = "端口编号";
     this.portCode.Name = "portCode";
     this.portCode.ReadOnly = true;
     //
     // stepName
     //
     this.stepName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.stepName.HeaderText = "清洗槽";
     this.stepName.Name = "stepName";
     this.stepName.ReadOnly = true;
     //
     // className
     //
     this.className.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.className.HeaderText = "备注";
     this.className.Name = "className";
     this.className.ReadOnly = true;
     this.className.Visible = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnAdd,
     this.btnDelete,
     this.toolStripSeparator1,
     this.btnDeleteAll,
     this.save});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(566, 36);
     this.toolStrip1.TabIndex = 3;
     this.toolStrip1.Text = "toolStrip1";
     //
     // btnAdd
     //
     this.btnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnAdd.Image = global::ProxyClient.Properties.Resources.Add;
     this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(23, 33);
     this.btnAdd.Text = "添加";
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnDelete
     //
     this.btnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnDelete.Image = global::ProxyClient.Properties.Resources.delete;
     this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(23, 33);
     this.btnDelete.Text = "删除";
     this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 36);
     //
     // btnDeleteAll
     //
     this.btnDeleteAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnDeleteAll.Image = global::ProxyClient.Properties.Resources.deleteAll;
     this.btnDeleteAll.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDeleteAll.Name = "btnDeleteAll";
     this.btnDeleteAll.Size = new System.Drawing.Size(23, 33);
     this.btnDeleteAll.Text = "全部删除";
     this.btnDeleteAll.Click += new System.EventHandler(this.btnDeleteAll_Click);
     //
     // save
     //
     this.save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.save.Image = global::ProxyClient.Properties.Resources.save;
     this.save.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.save.Name = "save";
     this.save.Size = new System.Drawing.Size(23, 33);
     this.save.Text = "保存";
     this.save.Click += new System.EventHandler(this.save_Click);
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Size = new System.Drawing.Size(592, 320);
     this.kryptonPanel1.TabIndex = 1;
     //
     // PortSet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(594, 405);
     this.Controls.Add(this.kryptonHeaderGroup1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "PortSet";
     this.Text = "端口设置";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PortSet_FormClosed);
     this.Load += new System.EventHandler(this.PortSet_Load);
     this.kryptonHeaderGroup1.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).EndInit();
     this.kryptonHeaderGroup1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPortMapping)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components             = new System.ComponentModel.Container();
     this.panelFind              = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.textFind               = new ComponentLib.Controls.TextEdit();
     this.buttonSpecAny2         = new ComponentFactory.Krypton.Toolkit.ButtonSpecAny();
     this.kryptonLabel1          = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.gridEntries            = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.Column1                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.contextMenuEntries     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.separatorTop           = new System.Windows.Forms.ToolStripSeparator();
     this.menuAdd                = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDelete             = new System.Windows.Forms.ToolStripMenuItem();
     this.menuMove               = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1    = new System.Windows.Forms.ToolStripSeparator();
     this.menuSynonyms           = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDefineSynonyms     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3    = new System.Windows.Forms.ToolStripSeparator();
     this.menuAntonyms           = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDefineAntonyms     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2    = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator4    = new System.Windows.Forms.ToolStripSeparator();
     this.menuColumns            = new System.Windows.Forms.ToolStripMenuItem();
     this.bindingEntry           = new System.Windows.Forms.BindingSource(this.components);
     this.backgroundSpellChecker = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.panelFind)).BeginInit();
     this.panelFind.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEntries)).BeginInit();
     this.contextMenuEntries.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingEntry)).BeginInit();
     this.SuspendLayout();
     //
     // panelFind
     //
     this.panelFind.Controls.Add(this.textFind);
     this.panelFind.Controls.Add(this.kryptonLabel1);
     this.panelFind.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelFind.Location = new System.Drawing.Point(0, 0);
     this.panelFind.Name     = "panelFind";
     this.panelFind.Size     = new System.Drawing.Size(805, 30);
     this.panelFind.TabIndex = 3;
     //
     // textFind
     //
     this.textFind.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textFind.ButtonSpecs.AddRange(new ComponentFactory.Krypton.Toolkit.ButtonSpecAny[] {
         this.buttonSpecAny2
     });
     this.textFind.EmptyText = "Строка поиска";
     this.textFind.Location  = new System.Drawing.Point(51, 5);
     this.textFind.Name      = "textFind";
     this.textFind.Size      = new System.Drawing.Size(751, 20);
     this.textFind.StateCommon.Content.Color1 = System.Drawing.SystemColors.ControlDark;
     this.textFind.TabIndex     = 0;
     this.textFind.Text         = "Строка поиска";
     this.textFind.ValueText    = null;
     this.textFind.TextChanged += new System.EventHandler(this.textFind_TextChanged);
     //
     // buttonSpecAny2
     //
     this.buttonSpecAny2.Edge       = ComponentFactory.Krypton.Toolkit.PaletteRelativeEdgeAlign.Near;
     this.buttonSpecAny2.Type       = ComponentFactory.Krypton.Toolkit.PaletteButtonSpecStyle.Close;
     this.buttonSpecAny2.UniqueName = "087F14188A5C4FAFC8AB230E62545E16";
     this.buttonSpecAny2.Click     += new System.EventHandler(this.buttonSpecAny2_Click);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location    = new System.Drawing.Point(3, 6);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(46, 22);
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "Поиск";
     //
     // gridEntries
     //
     this.gridEntries.AutoGenerateColumns = false;
     this.gridEntries.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     this.gridEntries.ContextMenuStrip        = this.contextMenuEntries;
     this.gridEntries.DataSource              = this.bindingEntry;
     this.gridEntries.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.gridEntries.HideOuterBorders        = true;
     this.gridEntries.Location                = new System.Drawing.Point(0, 30);
     this.gridEntries.Name                    = "gridEntries";
     this.gridEntries.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.gridEntries.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.gridEntries.Size                    = new System.Drawing.Size(805, 339);
     this.gridEntries.TabIndex                = 4;
     this.gridEntries.VirtualMode             = true;
     this.gridEntries.CancelRowEdit          += new System.Windows.Forms.QuestionEventHandler(this.GridEntriesCancelRowEdit);
     this.gridEntries.CellMouseDown          += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.GridEntriesCellMouseDown);
     this.gridEntries.CellMouseMove          += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.GridEntriesCellMouseMove);
     this.gridEntries.CellMouseUp            += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.GridEntriesCellMouseUp);
     this.gridEntries.CellPainting           += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.gridEntries_CellPainting);
     this.gridEntries.CellValueNeeded        += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.GridEntriesCellValueNeeded);
     this.gridEntries.CellValuePushed        += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.GridEntriesCellValuePushed);
     this.gridEntries.RowValidated           += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridEntriesRowValidated);
     this.gridEntries.SelectionChanged       += new System.EventHandler(this.GridEntriesSelectionChanged);
     this.gridEntries.QueryContinueDrag      += new System.Windows.Forms.QueryContinueDragEventHandler(this.GridEntriesQueryContinueDrag);
     //
     // Column1
     //
     this.Column1.HeaderText = "Column1";
     this.Column1.Name       = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "Column2";
     this.Column2.Name       = "Column2";
     //
     // contextMenuEntries
     //
     this.contextMenuEntries.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.contextMenuEntries.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.separatorTop,
         this.menuAdd,
         this.menuDelete,
         this.menuMove,
         this.toolStripSeparator1,
         this.menuSynonyms,
         this.menuAntonyms,
         this.toolStripSeparator4,
         this.menuColumns
     });
     this.contextMenuEntries.Name     = "contextMenuEntries";
     this.contextMenuEntries.Size     = new System.Drawing.Size(210, 154);
     this.contextMenuEntries.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuEntriesOpening);
     //
     // separatorTop
     //
     this.separatorTop.Name = "separatorTop";
     this.separatorTop.Size = new System.Drawing.Size(206, 6);
     //
     // menuAdd
     //
     this.menuAdd.Image        = global::VocabularyTest.Addons.VocabularyWindow.Images.textfield_add;
     this.menuAdd.Name         = "menuAdd";
     this.menuAdd.ShortcutKeys = System.Windows.Forms.Keys.Insert;
     this.menuAdd.Size         = new System.Drawing.Size(209, 22);
     this.menuAdd.Text         = "Добавить строку...";
     this.menuAdd.Click       += new System.EventHandler(this.menuAdd_Click);
     //
     // menuDelete
     //
     this.menuDelete.Image        = global::VocabularyTest.Addons.VocabularyWindow.Images.textfield_delete;
     this.menuDelete.Name         = "menuDelete";
     this.menuDelete.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete)));
     this.menuDelete.Size         = new System.Drawing.Size(209, 22);
     this.menuDelete.Text         = "Удалить строку";
     this.menuDelete.Click       += new System.EventHandler(this.menuDelete_Click);
     //
     // menuMove
     //
     this.menuMove.Name = "menuMove";
     this.menuMove.Size = new System.Drawing.Size(209, 22);
     this.menuMove.Text = "Переместить";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(206, 6);
     //
     // menuSynonyms
     //
     this.menuSynonyms.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuDefineSynonyms,
         this.toolStripSeparator3
     });
     this.menuSynonyms.Name = "menuSynonyms";
     this.menuSynonyms.Size = new System.Drawing.Size(209, 22);
     this.menuSynonyms.Text = "Синонимы";
     //
     // menuDefineSynonyms
     //
     this.menuDefineSynonyms.Name   = "menuDefineSynonyms";
     this.menuDefineSynonyms.Size   = new System.Drawing.Size(140, 22);
     this.menuDefineSynonyms.Text   = "Определить";
     this.menuDefineSynonyms.Click += new System.EventHandler(this.menuDefineSynonyms_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(137, 6);
     //
     // menuAntonyms
     //
     this.menuAntonyms.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuDefineAntonyms,
         this.toolStripSeparator2
     });
     this.menuAntonyms.Name = "menuAntonyms";
     this.menuAntonyms.Size = new System.Drawing.Size(209, 22);
     this.menuAntonyms.Text = "Антонимы";
     //
     // menuDefineAntonyms
     //
     this.menuDefineAntonyms.Name   = "menuDefineAntonyms";
     this.menuDefineAntonyms.Size   = new System.Drawing.Size(140, 22);
     this.menuDefineAntonyms.Text   = "Определить";
     this.menuDefineAntonyms.Click += new System.EventHandler(this.menuDefineAntonyms_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(137, 6);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(206, 6);
     //
     // menuColumns
     //
     this.menuColumns.Image  = global::VocabularyTest.Addons.VocabularyWindow.Images.columns_view;
     this.menuColumns.Name   = "menuColumns";
     this.menuColumns.Size   = new System.Drawing.Size(209, 22);
     this.menuColumns.Text   = "Столбцы словаря...";
     this.menuColumns.Click += new System.EventHandler(this.menuColumns_Click);
     //
     // backgroundSpellChecker
     //
     this.backgroundSpellChecker.WorkerSupportsCancellation = true;
     this.backgroundSpellChecker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundSpellChecker_DoWork);
     this.backgroundSpellChecker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundSpellChecker_RunWorkerCompleted);
     //
     // VocabularyWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(805, 369);
     this.Controls.Add(this.gridEntries);
     this.Controls.Add(this.panelFind);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name = "VocabularyWindow";
     this.Text = "Словарь";
     ((System.ComponentModel.ISupportInitialize)(this.panelFind)).EndInit();
     this.panelFind.ResumeLayout(false);
     this.panelFind.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEntries)).EndInit();
     this.contextMenuEntries.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bindingEntry)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pnlButtons         = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.btnCancel          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.btnNext            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.btnBack            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.pnlButtonBright3d  = new System.Windows.Forms.Panel();
     this.pnlButtonDark3d    = new System.Windows.Forms.Panel();
     this.kryptonPanel1      = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonBorderEdge1 = new ComponentFactory.Krypton.Toolkit.KryptonBorderEdge();
     ((System.ComponentModel.ISupportInitialize)(this.pnlButtons)).BeginInit();
     this.pnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlButtons
     //
     this.pnlButtons.Controls.Add(this.kryptonBorderEdge1);
     this.pnlButtons.Controls.Add(this.btnCancel);
     this.pnlButtons.Controls.Add(this.btnNext);
     this.pnlButtons.Controls.Add(this.btnBack);
     this.pnlButtons.Controls.Add(this.pnlButtonBright3d);
     this.pnlButtons.Controls.Add(this.pnlButtonDark3d);
     this.pnlButtons.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlButtons.Location = new System.Drawing.Point(0, 224);
     this.pnlButtons.Name     = "pnlButtons";
     this.pnlButtons.Size     = new System.Drawing.Size(444, 48);
     this.pnlButtons.TabIndex = 0;
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(356, 12);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 26);
     this.btnCancel.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.btnCancel.StateCommon.Border.Rounding = 5;
     this.btnCancel.TabIndex    = 5;
     this.btnCancel.Values.Text = "Cancel";
     this.btnCancel.Click      += new System.EventHandler(this.btnCancel_Click);
     //
     // btnNext
     //
     this.btnNext.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNext.Location = new System.Drawing.Point(272, 12);
     this.btnNext.Name     = "btnNext";
     this.btnNext.Size     = new System.Drawing.Size(75, 26);
     this.btnNext.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)(((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                                                                                                           | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.btnNext.StateCommon.Border.Rounding = 5;
     this.btnNext.TabIndex    = 4;
     this.btnNext.Values.Text = "&Next >";
     this.btnNext.Click      += new System.EventHandler(this.btnNext_Click);
     this.btnNext.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.btnNext_MouseDown);
     //
     // btnBack
     //
     this.btnBack.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBack.Location = new System.Drawing.Point(196, 12);
     this.btnBack.Name     = "btnBack";
     this.btnBack.Size     = new System.Drawing.Size(75, 26);
     this.btnBack.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)(((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                                                                                                           | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)));
     this.btnBack.StateCommon.Border.Rounding = 5;
     this.btnBack.TabIndex    = 3;
     this.btnBack.Values.Text = "< &Back";
     this.btnBack.Click      += new System.EventHandler(this.btnBack_Click);
     this.btnBack.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.btnBack_MouseDown);
     //
     // pnlButtonBright3d
     //
     this.pnlButtonBright3d.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.pnlButtonBright3d.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pnlButtonBright3d.Location  = new System.Drawing.Point(0, 1);
     this.pnlButtonBright3d.Name      = "pnlButtonBright3d";
     this.pnlButtonBright3d.Size      = new System.Drawing.Size(444, 1);
     this.pnlButtonBright3d.TabIndex  = 1;
     //
     // pnlButtonDark3d
     //
     this.pnlButtonDark3d.BackColor = System.Drawing.SystemColors.ControlDark;
     this.pnlButtonDark3d.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pnlButtonDark3d.Location  = new System.Drawing.Point(0, 0);
     this.pnlButtonDark3d.Name      = "pnlButtonDark3d";
     this.pnlButtonDark3d.Size      = new System.Drawing.Size(444, 1);
     this.pnlButtonDark3d.TabIndex  = 2;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(444, 272);
     this.kryptonPanel1.TabIndex = 1;
     //
     // kryptonBorderEdge1
     //
     this.kryptonBorderEdge1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonBorderEdge1.Location    = new System.Drawing.Point(271, 12);
     this.kryptonBorderEdge1.Name        = "kryptonBorderEdge1";
     this.kryptonBorderEdge1.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.kryptonBorderEdge1.Size        = new System.Drawing.Size(1, 26);
     this.kryptonBorderEdge1.Text        = "kryptonBorderEdge1";
     //
     // Wizard
     //
     this.Controls.Add(this.pnlButtons);
     this.Controls.Add(this.kryptonPanel1);
     this.Font  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "Wizard";
     this.Size  = new System.Drawing.Size(444, 272);
     this.Load += new System.EventHandler(this.Wizard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlButtons)).EndInit();
     this.pnlButtons.ResumeLayout(false);
     this.pnlButtons.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #17
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.label4 = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.loginBtn = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.passwordTextBox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.usuarioTextBox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.errValidator = new System.Windows.Forms.ErrorProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).BeginInit();
     this.kryptonPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errValidator)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel
     //
     this.kryptonPanel.Controls.Add(this.label4);
     this.kryptonPanel.Controls.Add(this.pictureBox1);
     this.kryptonPanel.Controls.Add(this.loginBtn);
     this.kryptonPanel.Controls.Add(this.passwordTextBox);
     this.kryptonPanel.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel.Controls.Add(this.usuarioTextBox);
     this.kryptonPanel.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel.Name = "kryptonPanel";
     this.kryptonPanel.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonPanel.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
     this.kryptonPanel.Size = new System.Drawing.Size(354, 153);
     this.kryptonPanel.TabIndex = 0;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Franklin Gothic Medium", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location = new System.Drawing.Point(59, 18);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(267, 20);
     this.label4.TabIndex = 6;
     this.label4.Text = "SOFTWARE PARA BANCO FALABELLA ®";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = global::ExactTarget.Windows.Properties.Resources.Profile_48;
     this.pictureBox1.Location = new System.Drawing.Point(27, 61);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(52, 55);
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop = false;
     //
     // loginBtn
     //
     this.loginBtn.ButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.Standalone;
     this.loginBtn.Location = new System.Drawing.Point(252, 116);
     this.loginBtn.Name = "loginBtn";
     this.loginBtn.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.loginBtn.Size = new System.Drawing.Size(90, 25);
     this.loginBtn.TabIndex = 4;
     this.loginBtn.Text = "Login";
     this.loginBtn.Values.ExtraText = "";
     this.loginBtn.Values.Image = null;
     this.loginBtn.Values.ImageStates.ImageCheckedNormal = null;
     this.loginBtn.Values.ImageStates.ImageCheckedPressed = null;
     this.loginBtn.Values.ImageStates.ImageCheckedTracking = null;
     this.loginBtn.Values.Text = "Login";
     this.loginBtn.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // passwordTextBox
     //
     this.passwordTextBox.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.passwordTextBox.Location = new System.Drawing.Point(185, 87);
     this.passwordTextBox.Name = "passwordTextBox";
     this.passwordTextBox.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.passwordTextBox.PasswordChar = '●';
     this.passwordTextBox.Size = new System.Drawing.Size(157, 20);
     this.passwordTextBox.TabIndex = 3;
     this.passwordTextBox.Text = "1234";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.kryptonLabel2.Location = new System.Drawing.Point(94, 87);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonLabel2.Size = new System.Drawing.Size(65, 20);
     this.kryptonLabel2.TabIndex = 2;
     this.kryptonLabel2.Text = "Password:"******"";
     this.kryptonLabel2.Values.Image = null;
     this.kryptonLabel2.Values.Text = "Password:"******"usuarioTextBox";
     this.usuarioTextBox.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.usuarioTextBox.Size = new System.Drawing.Size(157, 20);
     this.usuarioTextBox.TabIndex = 1;
     this.usuarioTextBox.Text = "mijailstell";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.kryptonLabel1.Location = new System.Drawing.Point(94, 61);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonLabel1.Size = new System.Drawing.Size(55, 20);
     this.kryptonLabel1.TabIndex = 0;
     this.kryptonLabel1.Text = "Usuario:";
     this.kryptonLabel1.Values.ExtraText = "";
     this.kryptonLabel1.Values.Image = null;
     this.kryptonLabel1.Values.Text = "Usuario:";
     //
     // errValidator
     //
     this.errValidator.ContainerControl = this;
     //
     // FrmLogin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(354, 153);
     this.Controls.Add(this.kryptonPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "FrmLogin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "INGRESAR AL SISTEMA";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).EndInit();
     this.kryptonPanel.ResumeLayout(false);
     this.kryptonPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errValidator)).EndInit();
     this.ResumeLayout(false);
 }
예제 #18
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();
 }
예제 #19
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectionView));
     this.panel           = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.btnConnect      = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.displayControl5 = new SubSonic.CPF.UI.DisplayControl();
     this.cmbProvider     = new System.Windows.Forms.ComboBox();
     this.displayControl4 = new SubSonic.CPF.UI.DisplayControl();
     this.txtPass         = new System.Windows.Forms.TextBox();
     this.displayControl3 = new SubSonic.CPF.UI.DisplayControl();
     this.txtUser         = new System.Windows.Forms.TextBox();
     this.displayControl2 = new SubSonic.CPF.UI.DisplayControl();
     this.txtBase         = new System.Windows.Forms.TextBox();
     this.kryptonHeader1  = new ComponentFactory.Krypton.Toolkit.KryptonHeader();
     this.displayControl1 = new SubSonic.CPF.UI.DisplayControl();
     this.txtServer       = new System.Windows.Forms.TextBox();
     this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
     ((System.ComponentModel.ISupportInitialize)(this.panel)).BeginInit();
     this.panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnConnect)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeader1)).BeginInit();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.Controls.Add(this.checkedListBox1);
     this.panel.Controls.Add(this.btnConnect);
     this.panel.Controls.Add(this.displayControl5);
     this.panel.Controls.Add(this.displayControl4);
     this.panel.Controls.Add(this.displayControl3);
     this.panel.Controls.Add(this.displayControl2);
     this.panel.Controls.Add(this.kryptonHeader1);
     this.panel.Controls.Add(this.displayControl1);
     this.panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(499, 410);
     this.panel.TabIndex = 0;
     //
     // btnConnect
     //
     this.btnConnect.Location         = new System.Drawing.Point(272, 267);
     this.btnConnect.Name             = "btnConnect";
     this.btnConnect.Size             = new System.Drawing.Size(90, 25);
     this.btnConnect.TabIndex         = 6;
     this.btnConnect.Text             = "Connect";
     this.btnConnect.Values.ExtraText = "";
     this.btnConnect.Values.Image     = null;
     this.btnConnect.Values.ImageStates.ImageCheckedNormal   = null;
     this.btnConnect.Values.ImageStates.ImageCheckedPressed  = null;
     this.btnConnect.Values.ImageStates.ImageCheckedTracking = null;
     this.btnConnect.Values.Text = "Connect";
     this.btnConnect.Click      += new System.EventHandler(this.btnConnect_Click);
     //
     // displayControl5
     //
     this.displayControl5.BackColor   = System.Drawing.Color.Transparent;
     this.displayControl5.Caption     = "Provider";
     this.displayControl5.Location    = new System.Drawing.Point(16, 37);
     this.displayControl5.Name        = "displayControl5";
     this.displayControl5.Padding     = new System.Windows.Forms.Padding(2);
     this.displayControl5.Size        = new System.Drawing.Size(173, 26);
     this.displayControl5.TabIndex    = 5;
     this.displayControl5.ViewControl = this.cmbProvider;
     //
     // cmbProvider
     //
     this.cmbProvider.FormattingEnabled = true;
     this.cmbProvider.Location          = new System.Drawing.Point(0, 0);
     this.cmbProvider.Name     = "cmbProvider";
     this.cmbProvider.Size     = new System.Drawing.Size(121, 21);
     this.cmbProvider.TabIndex = 6;
     //
     // displayControl4
     //
     this.displayControl4.BackColor   = System.Drawing.Color.Transparent;
     this.displayControl4.Caption     = "Password:"******"displayControl4";
     this.displayControl4.Padding     = new System.Windows.Forms.Padding(2);
     this.displayControl4.Size        = new System.Drawing.Size(158, 27);
     this.displayControl4.TabIndex    = 4;
     this.displayControl4.ViewControl = this.txtPass;
     //
     // txtPass
     //
     this.txtPass.Location = new System.Drawing.Point(0, 0);
     this.txtPass.Name     = "txtPass";
     this.txtPass.Size     = new System.Drawing.Size(100, 20);
     this.txtPass.TabIndex = 7;
     //
     // displayControl3
     //
     this.displayControl3.BackColor   = System.Drawing.Color.Transparent;
     this.displayControl3.Caption     = "User: "******"displayControl3";
     this.displayControl3.Padding     = new System.Windows.Forms.Padding(2);
     this.displayControl3.Size        = new System.Drawing.Size(139, 24);
     this.displayControl3.TabIndex    = 3;
     this.displayControl3.ViewControl = this.txtUser;
     //
     // txtUser
     //
     this.txtUser.Location = new System.Drawing.Point(0, 0);
     this.txtUser.Name     = "txtUser";
     this.txtUser.Size     = new System.Drawing.Size(100, 20);
     this.txtUser.TabIndex = 6;
     //
     // displayControl2
     //
     this.displayControl2.BackColor   = System.Drawing.Color.Transparent;
     this.displayControl2.Caption     = "Database: ";
     this.displayControl2.Location    = new System.Drawing.Point(24, 99);
     this.displayControl2.Name        = "displayControl2";
     this.displayControl2.Padding     = new System.Windows.Forms.Padding(2);
     this.displayControl2.Size        = new System.Drawing.Size(164, 24);
     this.displayControl2.TabIndex    = 2;
     this.displayControl2.ViewControl = this.txtBase;
     //
     // txtBase
     //
     this.txtBase.Location = new System.Drawing.Point(0, 0);
     this.txtBase.Name     = "txtBase";
     this.txtBase.Size     = new System.Drawing.Size(100, 20);
     this.txtBase.TabIndex = 5;
     //
     // kryptonHeader1
     //
     this.kryptonHeader1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.kryptonHeader1.Location           = new System.Drawing.Point(0, 0);
     this.kryptonHeader1.Name               = "kryptonHeader1";
     this.kryptonHeader1.Size               = new System.Drawing.Size(499, 31);
     this.kryptonHeader1.TabIndex           = 1;
     this.kryptonHeader1.Text               = "Provider Setup";
     this.kryptonHeader1.Values.Description = "Description";
     this.kryptonHeader1.Values.Heading     = "Provider Setup";
     this.kryptonHeader1.Values.Image       = ((System.Drawing.Image)(resources.GetObject("kryptonHeader1.Values.Image")));
     //
     // displayControl1
     //
     this.displayControl1.BackColor   = System.Drawing.Color.Transparent;
     this.displayControl1.Caption     = "Server";
     this.displayControl1.Location    = new System.Drawing.Point(45, 67);
     this.displayControl1.Name        = "displayControl1";
     this.displayControl1.Padding     = new System.Windows.Forms.Padding(2);
     this.displayControl1.Size        = new System.Drawing.Size(146, 26);
     this.displayControl1.TabIndex    = 0;
     this.displayControl1.ViewControl = this.txtServer;
     //
     // txtServer
     //
     this.txtServer.Location = new System.Drawing.Point(0, 0);
     this.txtServer.Name     = "txtServer";
     this.txtServer.Size     = new System.Drawing.Size(100, 20);
     this.txtServer.TabIndex = 1;
     //
     // checkedListBox1
     //
     this.checkedListBox1.FormattingEnabled = true;
     this.checkedListBox1.Location          = new System.Drawing.Point(295, 49);
     this.checkedListBox1.Name     = "checkedListBox1";
     this.checkedListBox1.Size     = new System.Drawing.Size(167, 169);
     this.checkedListBox1.TabIndex = 7;
     //
     // ConnectionView
     //
     this.Controls.Add(this.panel);
     this.Name = "ConnectionView";
     this.Size = new System.Drawing.Size(499, 410);
     ((System.ComponentModel.ISupportInitialize)(this.panel)).EndInit();
     this.panel.ResumeLayout(false);
     this.panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnConnect)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeader1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BasicSetting));
     this.contentPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonHeaderGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.selfPort = new ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBox();
     this.selfAddress = new ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBox();
     this.armSocketPort = new ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBox();
     this.armSocketServer = new ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBox();
     this.serviceIP = new ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBox();
     this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.contentPanel)).BeginInit();
     this.contentPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).BeginInit();
     this.kryptonHeaderGroup1.Panel.SuspendLayout();
     this.kryptonHeaderGroup1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // contentPanel
     //
     this.contentPanel.Controls.Add(this.kryptonHeaderGroup1);
     this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.contentPanel.Location = new System.Drawing.Point(0, 0);
     this.contentPanel.Name = "contentPanel";
     this.contentPanel.Size = new System.Drawing.Size(594, 447);
     this.contentPanel.TabIndex = 0;
     //
     // kryptonHeaderGroup1
     //
     this.kryptonHeaderGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonHeaderGroup1.Location = new System.Drawing.Point(0, 0);
     this.kryptonHeaderGroup1.Name = "kryptonHeaderGroup1";
     //
     // kryptonHeaderGroup1.Panel
     //
     this.kryptonHeaderGroup1.Panel.Controls.Add(this.kryptonPanel1);
     this.kryptonHeaderGroup1.Size = new System.Drawing.Size(594, 447);
     this.kryptonHeaderGroup1.TabIndex = 0;
     this.kryptonHeaderGroup1.ValuesPrimary.Heading = "基本信息设置";
     this.kryptonHeaderGroup1.ValuesPrimary.Image = global::ProxyClient.Properties.Resources.BasicSetting;
     this.kryptonHeaderGroup1.ValuesSecondary.Heading = "";
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.panel1);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Size = new System.Drawing.Size(592, 359);
     this.kryptonPanel1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.kryptonLabel5);
     this.panel1.Controls.Add(this.kryptonLabel3);
     this.panel1.Controls.Add(this.kryptonLabel4);
     this.panel1.Controls.Add(this.kryptonLabel2);
     this.panel1.Controls.Add(this.selfPort);
     this.panel1.Controls.Add(this.selfAddress);
     this.panel1.Controls.Add(this.armSocketPort);
     this.panel1.Controls.Add(this.armSocketServer);
     this.panel1.Controls.Add(this.serviceIP);
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Controls.Add(this.kryptonLabel1);
     this.panel1.Location = new System.Drawing.Point(11, 13);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(570, 330);
     this.panel1.TabIndex = 0;
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel5.Location = new System.Drawing.Point(42, 241);
     this.kryptonLabel5.Name = "kryptonLabel5";
     this.kryptonLabel5.Size = new System.Drawing.Size(150, 29);
     this.kryptonLabel5.TabIndex = 16;
     this.kryptonLabel5.Values.Text = "本机Socket端口:";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel3.Location = new System.Drawing.Point(42, 137);
     this.kryptonLabel3.Name = "kryptonLabel3";
     this.kryptonLabel3.Size = new System.Drawing.Size(162, 29);
     this.kryptonLabel3.TabIndex = 15;
     this.kryptonLabel3.Values.Text = "Arm端服务端口:";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel4.Location = new System.Drawing.Point(42, 204);
     this.kryptonLabel4.Name = "kryptonLabel4";
     this.kryptonLabel4.Size = new System.Drawing.Size(164, 29);
     this.kryptonLabel4.TabIndex = 18;
     this.kryptonLabel4.Values.Text = "本机Socket地址:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel2.Location = new System.Drawing.Point(42, 99);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.Size = new System.Drawing.Size(162, 29);
     this.kryptonLabel2.TabIndex = 17;
     this.kryptonLabel2.Values.Text = "Arm端服务地址:";
     //
     // selfPort
     //
     this.selfPort.AlwaysActive = false;
     this.selfPort.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Ribbon;
     this.selfPort.Location = new System.Drawing.Point(231, 244);
     this.selfPort.Name = "selfPort";
     this.selfPort.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalOffice2003;
     this.selfPort.Size = new System.Drawing.Size(54, 26);
     this.selfPort.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.selfPort.StateCommon.Border.Color1 = System.Drawing.Color.LimeGreen;
     this.selfPort.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.selfPort.StateCommon.Border.GraphicsHint = ComponentFactory.Krypton.Toolkit.PaletteGraphicsHint.AntiAlias;
     this.selfPort.StateCommon.Border.Rounding = 4;
     this.selfPort.StateCommon.Border.Width = 2;
     this.selfPort.TabIndex = 14;
     //
     // selfAddress
     //
     this.selfAddress.AlwaysActive = false;
     this.selfAddress.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Ribbon;
     this.selfAddress.Location = new System.Drawing.Point(231, 207);
     this.selfAddress.Name = "selfAddress";
     this.selfAddress.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalOffice2003;
     this.selfAddress.Size = new System.Drawing.Size(238, 26);
     this.selfAddress.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.selfAddress.StateCommon.Border.Color1 = System.Drawing.Color.LimeGreen;
     this.selfAddress.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.selfAddress.StateCommon.Border.GraphicsHint = ComponentFactory.Krypton.Toolkit.PaletteGraphicsHint.AntiAlias;
     this.selfAddress.StateCommon.Border.Rounding = 4;
     this.selfAddress.StateCommon.Border.Width = 2;
     this.selfAddress.TabIndex = 13;
     this.selfAddress.TextChanged += new System.EventHandler(this.MarkedTextChanged);
     //
     // armSocketPort
     //
     this.armSocketPort.AlwaysActive = false;
     this.armSocketPort.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Ribbon;
     this.armSocketPort.Location = new System.Drawing.Point(231, 140);
     this.armSocketPort.Name = "armSocketPort";
     this.armSocketPort.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalOffice2003;
     this.armSocketPort.Size = new System.Drawing.Size(54, 26);
     this.armSocketPort.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.armSocketPort.StateCommon.Border.Color1 = System.Drawing.Color.Lime;
     this.armSocketPort.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.armSocketPort.StateCommon.Border.GraphicsHint = ComponentFactory.Krypton.Toolkit.PaletteGraphicsHint.AntiAlias;
     this.armSocketPort.StateCommon.Border.Rounding = 4;
     this.armSocketPort.StateCommon.Border.Width = 2;
     this.armSocketPort.TabIndex = 10;
     //
     // armSocketServer
     //
     this.armSocketServer.AlwaysActive = false;
     this.armSocketServer.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Ribbon;
     this.armSocketServer.Location = new System.Drawing.Point(231, 102);
     this.armSocketServer.Name = "armSocketServer";
     this.armSocketServer.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalOffice2003;
     this.armSocketServer.Size = new System.Drawing.Size(238, 26);
     this.armSocketServer.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.armSocketServer.StateCommon.Border.Color1 = System.Drawing.Color.LimeGreen;
     this.armSocketServer.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.armSocketServer.StateCommon.Border.GraphicsHint = ComponentFactory.Krypton.Toolkit.PaletteGraphicsHint.AntiAlias;
     this.armSocketServer.StateCommon.Border.Rounding = 4;
     this.armSocketServer.StateCommon.Border.Width = 2;
     this.armSocketServer.TabIndex = 11;
     this.armSocketServer.TextChanged += new System.EventHandler(this.MarkedTextChanged);
     //
     // serviceIP
     //
     this.serviceIP.AlwaysActive = false;
     this.serviceIP.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Ribbon;
     this.serviceIP.Location = new System.Drawing.Point(231, 40);
     this.serviceIP.Name = "serviceIP";
     this.serviceIP.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalOffice2003;
     this.serviceIP.Size = new System.Drawing.Size(238, 26);
     this.serviceIP.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.serviceIP.StateCommon.Border.Color1 = System.Drawing.Color.LimeGreen;
     this.serviceIP.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.serviceIP.StateCommon.Border.GraphicsHint = ComponentFactory.Krypton.Toolkit.PaletteGraphicsHint.AntiAlias;
     this.serviceIP.StateCommon.Border.Rounding = 4;
     this.serviceIP.StateCommon.Border.Width = 2;
     this.serviceIP.TabIndex = 12;
     this.serviceIP.TextChanged += new System.EventHandler(this.MarkedTextChanged);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(477, 275);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(83, 43);
     this.btnSave.TabIndex = 9;
     this.btnSave.Values.Text = "保存";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel1.Location = new System.Drawing.Point(33, 12);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(171, 66);
     this.kryptonLabel1.TabIndex = 8;
     this.kryptonLabel1.Values.Image = global::ProxyClient.Properties.Resources.network_workgroup;
     this.kryptonLabel1.Values.Text = "服务地址:";
     //
     // BasicSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(594, 447);
     this.Controls.Add(this.contentPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HeaderStyle = ComponentFactory.Krypton.Toolkit.HeaderStyle.Primary;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(600, 431);
     this.Name = "BasicSetting";
     this.Text = "地址设置";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.BasicSetting_FormClosed);
     this.Load += new System.EventHandler(this.BasicSetting_Load);
     ((System.ComponentModel.ISupportInitialize)(this.contentPanel)).EndInit();
     this.contentPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).EndInit();
     this.kryptonHeaderGroup1.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).EndInit();
     this.kryptonHeaderGroup1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #21
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartPageWindow));
     this.kryptonPanel1       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.gridRecentFiles     = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.kryptonLabel2       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.buttonLoad          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.buttonCreate        = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel1       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonPanel2       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.buttonDelete        = new System.Windows.Forms.ToolStripButton();
     this.buttonHide          = new System.Windows.Forms.ToolStripButton();
     this.ColumnName          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnOpened        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnAction        = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewButtonColumn();
     this.ColumnStartPractice = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewButtonColumn();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridRecentFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonPanel2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.pictureBox1);
     this.kryptonPanel1.Controls.Add(this.buttonLoad);
     this.kryptonPanel1.Controls.Add(this.buttonCreate);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1004, 548);
     this.kryptonPanel1.TabIndex = 0;
     //
     // gridRecentFiles
     //
     this.gridRecentFiles.AllowUserToAddRows       = false;
     this.gridRecentFiles.AllowUserToDeleteRows    = false;
     this.gridRecentFiles.AllowUserToOrderColumns  = true;
     this.gridRecentFiles.AllowUserToResizeColumns = false;
     this.gridRecentFiles.AllowUserToResizeRows    = false;
     this.gridRecentFiles.ColumnHeadersHeight      = 25;
     this.gridRecentFiles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ColumnName,
         this.ColumnOpened,
         this.ColumnAction,
         this.ColumnStartPractice
     });
     this.gridRecentFiles.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.gridRecentFiles.Location                = new System.Drawing.Point(0, 25);
     this.gridRecentFiles.MultiSelect             = false;
     this.gridRecentFiles.Name                    = "gridRecentFiles";
     this.gridRecentFiles.ReadOnly                = true;
     this.gridRecentFiles.RowHeadersVisible       = false;
     this.gridRecentFiles.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.gridRecentFiles.RowTemplate.Height      = 27;
     this.gridRecentFiles.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.gridRecentFiles.Size                    = new System.Drawing.Size(980, 361);
     this.gridRecentFiles.TabIndex                = 10;
     this.gridRecentFiles.CellContentClick       += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridRecentFilesCellContentClick);
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(12, 128);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(94, 16);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.kryptonLabel2.TabIndex    = 9;
     this.kryptonLabel2.Values.Text = "Выберите тему";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = global::VocabularyTest.Addons.StartPage.Images.accessories_dictionary;
     this.pictureBox1.Location  = new System.Drawing.Point(860, 12);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(132, 132);
     this.pictureBox1.TabIndex  = 8;
     this.pictureBox1.TabStop   = false;
     //
     // buttonLoad
     //
     this.buttonLoad.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.buttonLoad.Location     = new System.Drawing.Point(12, 78);
     this.buttonLoad.Name         = "buttonLoad";
     this.buttonLoad.Size         = new System.Drawing.Size(227, 25);
     this.buttonLoad.TabIndex     = 7;
     this.buttonLoad.Values.Image = ((System.Drawing.Image)(resources.GetObject("buttonLoad.Values.Image")));
     this.buttonLoad.Values.Text  = "Загрузить новые словари";
     this.buttonLoad.Click       += new System.EventHandler(this.ButtonLoadClick);
     //
     // buttonCreate
     //
     this.buttonCreate.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.buttonCreate.Location     = new System.Drawing.Point(12, 47);
     this.buttonCreate.Name         = "buttonCreate";
     this.buttonCreate.Size         = new System.Drawing.Size(227, 25);
     this.buttonCreate.TabIndex     = 5;
     this.buttonCreate.Values.Image = ((System.Drawing.Image)(resources.GetObject("buttonCreate.Values.Image")));
     this.buttonCreate.Values.Text  = "Создать новый словарь";
     this.buttonCreate.Click       += new System.EventHandler(this.ButtonCreateClick);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle  = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel1.Location    = new System.Drawing.Point(12, 12);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(296, 29);
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "Тренировка словарного запаса";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.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.kryptonPanel2.Controls.Add(this.gridRecentFiles);
     this.kryptonPanel2.Controls.Add(this.toolStrip1);
     this.kryptonPanel2.Location = new System.Drawing.Point(12, 150);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(980, 386);
     this.kryptonPanel2.TabIndex = 11;
     //
     // toolStrip1
     //
     this.toolStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonDelete,
         this.buttonHide
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(980, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // buttonDelete
     //
     this.buttonDelete.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.buttonDelete.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonDelete.Image")));
     this.buttonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonDelete.Name   = "buttonDelete";
     this.buttonDelete.Size   = new System.Drawing.Size(84, 22);
     this.buttonDelete.Text   = "Удалить тему";
     this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
     //
     // buttonHide
     //
     this.buttonHide.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.buttonHide.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonHide.Image")));
     this.buttonHide.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonHide.Name   = "buttonHide";
     this.buttonHide.Size   = new System.Drawing.Size(52, 22);
     this.buttonHide.Text   = "Скрыть";
     this.buttonHide.Click += new System.EventHandler(this.buttonHide_Click);
     //
     // ColumnName
     //
     this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColumnName.HeaderText   = "Наименование";
     this.ColumnName.Name         = "ColumnName";
     this.ColumnName.ReadOnly     = true;
     //
     // ColumnOpened
     //
     this.ColumnOpened.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.ColumnOpened.HeaderText   = "Дата изменения";
     this.ColumnOpened.Name         = "ColumnOpened";
     this.ColumnOpened.ReadOnly     = true;
     this.ColumnOpened.Width        = 124;
     //
     // ColumnAction
     //
     this.ColumnAction.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ColumnAction.HeaderText   = "";
     this.ColumnAction.Name         = "ColumnAction";
     this.ColumnAction.ReadOnly     = true;
     this.ColumnAction.Text         = "";
     this.ColumnAction.Width        = 7;
     //
     // ColumnStartPractice
     //
     this.ColumnStartPractice.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ColumnStartPractice.HeaderText   = "";
     this.ColumnStartPractice.Name         = "ColumnStartPractice";
     this.ColumnStartPractice.ReadOnly     = true;
     this.ColumnStartPractice.Width        = 7;
     //
     // StartPageWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1004, 548);
     this.CloseButton         = false;
     this.DockAreas           = WeifenLuo.WinFormsUI.Docking.DockAreas.Document;
     this.HideOnClose         = true;
     this.Controls.Add(this.kryptonPanel1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name = "StartPageWindow";
     this.Text = "Главная";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridRecentFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }