예제 #1
0
        static void Main(string[] args)
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            ComponentFactory.Krypton.Toolkit.KryptonManager kmRenderSettings = new ComponentFactory.Krypton.Toolkit.KryptonManager();
            kmRenderSettings.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.Office2010Silver;

            //Application.Run(new VisualScriptingWindow());
            Application.Run(new ProjectStartup());
            //new ProjectStartup().ShowDialog();
        }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DockingMDI));
         this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
         this.DockPanel = new WeifenLuo.WinFormsUI.DockPanel();
         this.mnuFChangeLogin = new System.Windows.Forms.ToolStripMenuItem();
         this.mnuFActiveUsers = new System.Windows.Forms.ToolStripMenuItem();
         this.mnuFChangePassword = new System.Windows.Forms.ToolStripMenuItem();
         this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
         this.mnuFSecurity = new System.Windows.Forms.ToolStripMenuItem();
         this.ToolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
         this.mnuFPrintSetup = new System.Windows.Forms.ToolStripMenuItem();
         this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
         this.mnuFSend = new System.Windows.Forms.ToolStripMenuItem();
         this.mnuFSAttachment = new System.Windows.Forms.ToolStripMenuItem();
         this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
         this.mnuFSMessage = new System.Windows.Forms.ToolStripMenuItem();
         this.ToolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
         this.mnuFExit = new System.Windows.Forms.ToolStripMenuItem();
         this.StatusStrip = new System.Windows.Forms.StatusStrip();
         this.InfoPanel = new System.Windows.Forms.ToolStripStatusLabel();
         this.InfoProgress = new System.Windows.Forms.ToolStripProgressBar();
         this.QuickActions = new System.Windows.Forms.ToolStripSplitButton();
         this.KryptonManager1 = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
         ((System.ComponentModel.ISupportInitialize) this.ErrorNotify).BeginInit();
         this.StatusStrip.SuspendLayout();
         this.SuspendLayout();
         //
         //DockPanel
         //
         this.DockPanel.ActiveAutoHideContent = null;
         this.DockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
         this.DockPanel.Font = new System.Drawing.Font("Tahoma", 11.0F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
         this.DockPanel.Location = new System.Drawing.Point(0, 0);
         this.DockPanel.Name = "DockPanel";
         this.DockPanel.ShowDocumentIcon = true;
         this.DockPanel.Size = new System.Drawing.Size(665, 416);
         this.DockPanel.TabIndex = 9;
         //
         //mnuFChangeLogin
         //
         this.mnuFChangeLogin.ImageTransparentColor = System.Drawing.Color.Black;
         this.mnuFChangeLogin.Name = "mnuFChangeLogin";
         this.mnuFChangeLogin.ShortcutKeys = (System.Windows.Forms.Keys) (System.Windows.Forms.Keys.Control || System.Windows.Forms.Keys.L);
         this.mnuFChangeLogin.Size = new System.Drawing.Size(192, 22);
         this.mnuFChangeLogin.Text = "&Change Login";
         //
         //mnuFActiveUsers
         //
         this.mnuFActiveUsers.ImageTransparentColor = System.Drawing.Color.Black;
         this.mnuFActiveUsers.Name = "mnuFActiveUsers";
         this.mnuFActiveUsers.ShortcutKeys = (System.Windows.Forms.Keys) (System.Windows.Forms.Keys.Control || System.Windows.Forms.Keys.U);
         this.mnuFActiveUsers.Size = new System.Drawing.Size(192, 22);
         this.mnuFActiveUsers.Text = "Active &User(s)";
         //
         //mnuFChangePassword
         //
         this.mnuFChangePassword.Name = "mnuFChangePassword";
         this.mnuFChangePassword.Size = new System.Drawing.Size(192, 22);
         this.mnuFChangePassword.Text = "Change &Password";
         //
         //ToolStripSeparator3
         //
         this.ToolStripSeparator3.Name = "ToolStripSeparator3";
         this.ToolStripSeparator3.Size = new System.Drawing.Size(189, 6);
         //
         //mnuFSecurity
         //
         this.mnuFSecurity.ImageTransparentColor = System.Drawing.Color.Black;
         this.mnuFSecurity.Name = "mnuFSecurity";
         this.mnuFSecurity.ShortcutKeys = System.Windows.Forms.Keys.F7;
         this.mnuFSecurity.Size = new System.Drawing.Size(192, 22);
         this.mnuFSecurity.Text = "&Security";
         //
         //ToolStripSeparator4
         //
         this.ToolStripSeparator4.Name = "ToolStripSeparator4";
         this.ToolStripSeparator4.Size = new System.Drawing.Size(189, 6);
         //
         //mnuFPrintSetup
         //
         this.mnuFPrintSetup.Name = "mnuFPrintSetup";
         this.mnuFPrintSetup.Size = new System.Drawing.Size(192, 22);
         this.mnuFPrintSetup.Text = "Print Setup";
         //
         //ToolStripSeparator5
         //
         this.ToolStripSeparator5.Name = "ToolStripSeparator5";
         this.ToolStripSeparator5.Size = new System.Drawing.Size(189, 6);
         //
         //mnuFSend
         //
         this.mnuFSend.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {this.mnuFSAttachment, this.ToolStripSeparator1, this.mnuFSMessage});
         this.mnuFSend.Name = "mnuFSend";
         this.mnuFSend.Size = new System.Drawing.Size(192, 22);
         this.mnuFSend.Text = "Send";
         //
         //mnuFSAttachment
         //
         this.mnuFSAttachment.Name = "mnuFSAttachment";
         this.mnuFSAttachment.Size = new System.Drawing.Size(153, 22);
         this.mnuFSAttachment.Text = "As Attachment";
         //
         //ToolStripSeparator1
         //
         this.ToolStripSeparator1.Name = "ToolStripSeparator1";
         this.ToolStripSeparator1.Size = new System.Drawing.Size(150, 6);
         //
         //mnuFSMessage
         //
         this.mnuFSMessage.Name = "mnuFSMessage";
         this.mnuFSMessage.Size = new System.Drawing.Size(153, 22);
         this.mnuFSMessage.Text = "&Message";
         //
         //ToolStripSeparator9
         //
         this.ToolStripSeparator9.Name = "ToolStripSeparator9";
         this.ToolStripSeparator9.Size = new System.Drawing.Size(189, 6);
         //
         //mnuFExit
         //
         this.mnuFExit.Name = "mnuFExit";
         this.mnuFExit.ShortcutKeys = (System.Windows.Forms.Keys) (System.Windows.Forms.Keys.Control || System.Windows.Forms.Keys.Q);
         this.mnuFExit.Size = new System.Drawing.Size(192, 22);
         this.mnuFExit.Text = "E&xit";
         //
         //StatusStrip
         //
         this.StatusStrip.Font = new System.Drawing.Font("Segoe UI", 9.0F);
         this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {this.InfoPanel, this.InfoProgress, this.QuickActions});
         this.StatusStrip.Location = new System.Drawing.Point(0, 394);
         this.StatusStrip.Name = "StatusStrip";
         this.StatusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
         this.StatusStrip.Size = new System.Drawing.Size(665, 22);
         this.StatusStrip.TabIndex = 13;
         this.StatusStrip.Text = "StatusStrip";
         //
         //InfoPanel
         //
         this.InfoPanel.AutoSize = false;
         this.InfoPanel.AutoToolTip = true;
         this.InfoPanel.Name = "InfoPanel";
         this.InfoPanel.Size = new System.Drawing.Size(600, 17);
         //
         //InfoProgress
         //
         this.InfoProgress.Name = "InfoProgress";
         this.InfoProgress.Size = new System.Drawing.Size(100, 16);
         //
         //QuickActions
         //
         this.QuickActions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
         this.QuickActions.Image = (System.Drawing.Image) (resources.GetObject("QuickActions.Image"));
         this.QuickActions.ImageTransparentColor = System.Drawing.Color.Magenta;
         this.QuickActions.Name = "QuickActions";
         this.QuickActions.Size = new System.Drawing.Size(32, 20);
         this.QuickActions.Text = "Quick Launch";
         this.QuickActions.ToolTipText = "Quick Actions";
         //
         //DockingMDI
         //
         this.AutoScaleDimensions = new System.Drawing.SizeF(6.0, 13.0);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.ClientSize = new System.Drawing.Size(665, 416);
         this.Controls.Add(this.StatusStrip);
         this.Controls.Add(this.DockPanel);
         this.DoubleBuffered = true;
         this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (0)));
         this.Icon = (System.Drawing.Icon) (resources.GetObject("$this.Icon"));
         this.IsMdiContainer = true;
         this.Name = "DockingMDI";
         this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
         ((System.ComponentModel.ISupportInitialize) this.ErrorNotify).EndInit();
         this.StatusStrip.ResumeLayout(false);
         this.StatusStrip.PerformLayout();
         this.ResumeLayout(false);
         this.PerformLayout();
 }
 /// <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);
 }
예제 #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.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);
 }
예제 #5
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()
 {
     this.components = new System.ComponentModel.Container();
     WeifenLuo.WinFormsUI.Docking.DockPanelSkin                   dockPanelSkin1                   = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
     WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin               autoHideStripSkin1               = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
     WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient1               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient1                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin               dockPaneStripSkin1               = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
     WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient           dockPaneStripGradient1           = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient2                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient2               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient3                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient4                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient5                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient3               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient6                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient7                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     this.menuApp                         = new System.Windows.Forms.MenuStrip();
     this.menuItemFile                    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemCreate                  = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemOpen                    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemRecentFiles             = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemLoadNewDictionary       = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemOpenVocabulary          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator8             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemImport                  = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemExport                  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemProperty                = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPrint                   = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPreview                 = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPrintConfig             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemExit                    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemSettings                = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPalettes                = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteSystem           = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteOffice2003       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemPaletteOffice2007Blue   = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteOffice2007Silver = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteOffice2007Black  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemPaletteOffice2010Blue   = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteOffice2010Silver = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteOffice2010Black  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6             = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemPaletteSparkleBlue      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteSparkleOrange    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaletteSparklePurple    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemHelp                    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1             = new System.Windows.Forms.ToolStripContainer();
     this.statusStripApp                  = new System.Windows.Forms.StatusStrip();
     this.toolStatusWordType              = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStatusPronunciation         = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStatusComment               = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStatusLoading               = new System.Windows.Forms.ToolStripStatusLabel();
     this.dockPanel1                      = new WeifenLuo.WinFormsUI.Docking.DockPanel();
     this.toolStripApp                    = new System.Windows.Forms.ToolStrip();
     this.paletteManager                  = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.backgroundLoading               = new System.ComponentModel.BackgroundWorker();
     this.menuApp.SuspendLayout();
     this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.statusStripApp.SuspendLayout();
     this.SuspendLayout();
     //
     // menuApp
     //
     this.menuApp.Dock = System.Windows.Forms.DockStyle.None;
     this.menuApp.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.menuApp.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemFile,
         this.menuItemSettings,
         this.menuItemHelp
     });
     this.menuApp.Location = new System.Drawing.Point(0, 0);
     this.menuApp.Name     = "menuApp";
     this.menuApp.Size     = new System.Drawing.Size(962, 24);
     this.menuApp.TabIndex = 2;
     this.menuApp.Text     = "menuStrip2";
     //
     // menuItemFile
     //
     this.menuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemCreate,
         this.menuItemOpen,
         this.menuItemRecentFiles,
         this.menuItemLoadNewDictionary,
         this.menuItemOpenVocabulary,
         this.toolStripSeparator8,
         this.menuItemImport,
         this.menuItemExport,
         this.toolStripSeparator9,
         this.menuItemProperty,
         this.menuItemPrint,
         this.menuItemPreview,
         this.menuItemPrintConfig,
         this.toolStripSeparator1,
         this.menuItemExit
     });
     this.menuItemFile.Name = "menuItemFile";
     this.menuItemFile.Size = new System.Drawing.Size(48, 20);
     this.menuItemFile.Text = "Файл";
     //
     // menuItemCreate
     //
     this.menuItemCreate.Image        = global::VocabularyTest.Images.create;
     this.menuItemCreate.Name         = "menuItemCreate";
     this.menuItemCreate.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.menuItemCreate.Size         = new System.Drawing.Size(279, 22);
     this.menuItemCreate.Text         = "Создать";
     //
     // menuItemOpen
     //
     this.menuItemOpen.Image        = global::VocabularyTest.Images.open;
     this.menuItemOpen.Name         = "menuItemOpen";
     this.menuItemOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.menuItemOpen.Size         = new System.Drawing.Size(279, 22);
     this.menuItemOpen.Text         = "Открыть";
     //
     // menuItemRecentFiles
     //
     this.menuItemRecentFiles.Name = "menuItemRecentFiles";
     this.menuItemRecentFiles.Size = new System.Drawing.Size(279, 22);
     this.menuItemRecentFiles.Text = "Последние файлы";
     //
     // menuItemLoadNewDictionary
     //
     this.menuItemLoadNewDictionary.Image        = global::VocabularyTest.Images.load_new_dictionary;
     this.menuItemLoadNewDictionary.Name         = "menuItemLoadNewDictionary";
     this.menuItemLoadNewDictionary.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
     this.menuItemLoadNewDictionary.Size         = new System.Drawing.Size(279, 22);
     this.menuItemLoadNewDictionary.Text         = "Загрузить новые словари...";
     //
     // menuItemOpenVocabulary
     //
     this.menuItemOpenVocabulary.Name = "menuItemOpenVocabulary";
     this.menuItemOpenVocabulary.Size = new System.Drawing.Size(279, 22);
     this.menuItemOpenVocabulary.Text = "Открыть загруженные словари...";
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(276, 6);
     //
     // menuItemImport
     //
     this.menuItemImport.Image = global::VocabularyTest.Images.import;
     this.menuItemImport.Name  = "menuItemImport";
     this.menuItemImport.Size  = new System.Drawing.Size(279, 22);
     this.menuItemImport.Text  = "Импорт...";
     //
     // menuItemExport
     //
     this.menuItemExport.Image = global::VocabularyTest.Images.export;
     this.menuItemExport.Name  = "menuItemExport";
     this.menuItemExport.Size  = new System.Drawing.Size(279, 22);
     this.menuItemExport.Text  = "Экспорт...";
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(276, 6);
     //
     // menuItemProperty
     //
     this.menuItemProperty.Image = global::VocabularyTest.Images.property;
     this.menuItemProperty.Name  = "menuItemProperty";
     this.menuItemProperty.Size  = new System.Drawing.Size(279, 22);
     this.menuItemProperty.Text  = "Свойства...";
     //
     // menuItemPrint
     //
     this.menuItemPrint.Image        = global::VocabularyTest.Images.document_print;
     this.menuItemPrint.Name         = "menuItemPrint";
     this.menuItemPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.menuItemPrint.Size         = new System.Drawing.Size(279, 22);
     this.menuItemPrint.Text         = "Печать...";
     //
     // menuItemPreview
     //
     this.menuItemPreview.Image        = global::VocabularyTest.Images.document_print_preview;
     this.menuItemPreview.Name         = "menuItemPreview";
     this.menuItemPreview.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F2)));
     this.menuItemPreview.Size         = new System.Drawing.Size(279, 22);
     this.menuItemPreview.Text         = "Предварительный просмотр";
     //
     // menuItemPrintConfig
     //
     this.menuItemPrintConfig.Name = "menuItemPrintConfig";
     this.menuItemPrintConfig.Size = new System.Drawing.Size(279, 22);
     this.menuItemPrintConfig.Text = "Настройка печати...";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(276, 6);
     //
     // menuItemExit
     //
     this.menuItemExit.Image  = global::VocabularyTest.Images.exit;
     this.menuItemExit.Name   = "menuItemExit";
     this.menuItemExit.Size   = new System.Drawing.Size(279, 22);
     this.menuItemExit.Text   = "Выход";
     this.menuItemExit.Click += new System.EventHandler(this.MenuItemExitClick);
     //
     // menuItemSettings
     //
     this.menuItemSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemPalettes
     });
     this.menuItemSettings.Name = "menuItemSettings";
     this.menuItemSettings.Size = new System.Drawing.Size(78, 20);
     this.menuItemSettings.Text = "Настройка";
     //
     // menuItemPalettes
     //
     this.menuItemPalettes.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemPaletteSystem,
         this.menuItemPaletteOffice2003,
         this.toolStripSeparator4,
         this.menuItemPaletteOffice2007Blue,
         this.menuItemPaletteOffice2007Silver,
         this.menuItemPaletteOffice2007Black,
         this.toolStripSeparator5,
         this.menuItemPaletteOffice2010Blue,
         this.menuItemPaletteOffice2010Silver,
         this.menuItemPaletteOffice2010Black,
         this.toolStripSeparator6,
         this.menuItemPaletteSparkleBlue,
         this.menuItemPaletteSparkleOrange,
         this.menuItemPaletteSparklePurple
     });
     this.menuItemPalettes.Name = "menuItemPalettes";
     this.menuItemPalettes.Size = new System.Drawing.Size(240, 22);
     this.menuItemPalettes.Text = "Пользовательский интерфейс";
     //
     // menuItemPaletteSystem
     //
     this.menuItemPaletteSystem.Name = "menuItemPaletteSystem";
     this.menuItemPaletteSystem.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteSystem.Tag  = "ProfessionalSystem";
     this.menuItemPaletteSystem.Text = "Professional - System";
     //
     // menuItemPaletteOffice2003
     //
     this.menuItemPaletteOffice2003.Name = "menuItemPaletteOffice2003";
     this.menuItemPaletteOffice2003.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2003.Tag  = "ProfessionalOffice2003";
     this.menuItemPaletteOffice2003.Text = "Professional - Office 2003";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(205, 6);
     //
     // menuItemPaletteOffice2007Blue
     //
     this.menuItemPaletteOffice2007Blue.Name = "menuItemPaletteOffice2007Blue";
     this.menuItemPaletteOffice2007Blue.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2007Blue.Tag  = "Office2007Blue";
     this.menuItemPaletteOffice2007Blue.Text = "Office 2007 - Blue";
     //
     // menuItemPaletteOffice2007Silver
     //
     this.menuItemPaletteOffice2007Silver.Name = "menuItemPaletteOffice2007Silver";
     this.menuItemPaletteOffice2007Silver.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2007Silver.Tag  = "Office2007Silver";
     this.menuItemPaletteOffice2007Silver.Text = "Office 2007 - Silver";
     //
     // menuItemPaletteOffice2007Black
     //
     this.menuItemPaletteOffice2007Black.Name = "menuItemPaletteOffice2007Black";
     this.menuItemPaletteOffice2007Black.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2007Black.Tag  = "Office2007Black";
     this.menuItemPaletteOffice2007Black.Text = "Office 2007 - Black";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(205, 6);
     //
     // menuItemPaletteOffice2010Blue
     //
     this.menuItemPaletteOffice2010Blue.Name = "menuItemPaletteOffice2010Blue";
     this.menuItemPaletteOffice2010Blue.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2010Blue.Tag  = "Office2010Blue";
     this.menuItemPaletteOffice2010Blue.Text = "Office 2010 - Blue";
     //
     // menuItemPaletteOffice2010Silver
     //
     this.menuItemPaletteOffice2010Silver.Name = "menuItemPaletteOffice2010Silver";
     this.menuItemPaletteOffice2010Silver.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2010Silver.Tag  = "Office2010Silver";
     this.menuItemPaletteOffice2010Silver.Text = "Office 2010 - Silver";
     //
     // menuItemPaletteOffice2010Black
     //
     this.menuItemPaletteOffice2010Black.Name = "menuItemPaletteOffice2010Black";
     this.menuItemPaletteOffice2010Black.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteOffice2010Black.Tag  = "Office2010Black";
     this.menuItemPaletteOffice2010Black.Text = "Office 2010 - Black";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(205, 6);
     //
     // menuItemPaletteSparkleBlue
     //
     this.menuItemPaletteSparkleBlue.Name = "menuItemPaletteSparkleBlue";
     this.menuItemPaletteSparkleBlue.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteSparkleBlue.Tag  = "SparkleBlue";
     this.menuItemPaletteSparkleBlue.Text = "Sparkle - Blue";
     //
     // menuItemPaletteSparkleOrange
     //
     this.menuItemPaletteSparkleOrange.Name = "menuItemPaletteSparkleOrange";
     this.menuItemPaletteSparkleOrange.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteSparkleOrange.Tag  = "SparkleOrange";
     this.menuItemPaletteSparkleOrange.Text = "Sparkle - Orange";
     //
     // menuItemPaletteSparklePurple
     //
     this.menuItemPaletteSparklePurple.Name = "menuItemPaletteSparklePurple";
     this.menuItemPaletteSparklePurple.Size = new System.Drawing.Size(208, 22);
     this.menuItemPaletteSparklePurple.Tag  = "SparklePurple";
     this.menuItemPaletteSparklePurple.Text = "Sparkle - Purple";
     //
     // menuItemHelp
     //
     this.menuItemHelp.Name = "menuItemHelp";
     this.menuItemHelp.Size = new System.Drawing.Size(65, 20);
     this.menuItemHelp.Text = "Справка";
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStripApp);
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.dockPanel1);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(962, 397);
     this.toolStripContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     this.toolStripContainer1.Size     = new System.Drawing.Size(962, 468);
     this.toolStripContainer1.TabIndex = 3;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuApp);
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStripApp);
     //
     // statusStripApp
     //
     this.statusStripApp.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStripApp.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStatusWordType,
         this.toolStatusPronunciation,
         this.toolStatusComment,
         this.toolStatusLoading
     });
     this.statusStripApp.Location = new System.Drawing.Point(0, 0);
     this.statusStripApp.Name     = "statusStripApp";
     this.statusStripApp.Size     = new System.Drawing.Size(962, 22);
     this.statusStripApp.TabIndex = 4;
     //
     // toolStatusWordType
     //
     this.toolStatusWordType.Name = "toolStatusWordType";
     this.toolStatusWordType.Size = new System.Drawing.Size(88, 17);
     this.toolStatusWordType.Text = "Часть речи: {0}";
     //
     // toolStatusPronunciation
     //
     this.toolStatusPronunciation.Name = "toolStatusPronunciation";
     this.toolStatusPronunciation.Size = new System.Drawing.Size(113, 17);
     this.toolStatusPronunciation.Text = "Произношение: {0}";
     //
     // toolStatusComment
     //
     this.toolStatusComment.Name = "toolStatusComment";
     this.toolStatusComment.Size = new System.Drawing.Size(104, 17);
     this.toolStatusComment.Text = "Комментарий: {0}";
     //
     // toolStatusLoading
     //
     this.toolStatusLoading.Name = "toolStatusLoading";
     this.toolStatusLoading.Size = new System.Drawing.Size(59, 17);
     this.toolStatusLoading.Text = "Loading...";
     //
     // dockPanel1
     //
     this.dockPanel1.ActiveAutoHideContent = null;
     this.dockPanel1.Dock                                     = System.Windows.Forms.DockStyle.Fill;
     this.dockPanel1.DockBackColor                            = System.Drawing.SystemColors.AppWorkspace;
     this.dockPanel1.DocumentStyle                            = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
     this.dockPanel1.Location                                 = new System.Drawing.Point(0, 0);
     this.dockPanel1.Name                                     = "dockPanel1";
     this.dockPanel1.Size                                     = new System.Drawing.Size(962, 397);
     dockPanelGradient1.EndColor                              = System.Drawing.SystemColors.ControlLight;
     dockPanelGradient1.StartColor                            = System.Drawing.SystemColors.ControlLight;
     autoHideStripSkin1.DockStripGradient                     = dockPanelGradient1;
     tabGradient1.EndColor                                    = System.Drawing.SystemColors.Control;
     tabGradient1.StartColor                                  = System.Drawing.SystemColors.Control;
     tabGradient1.TextColor                                   = System.Drawing.SystemColors.ControlDarkDark;
     autoHideStripSkin1.TabGradient                           = tabGradient1;
     autoHideStripSkin1.TextFont                              = new System.Drawing.Font("Segoe UI", 9F);
     dockPanelSkin1.AutoHideStripSkin                         = autoHideStripSkin1;
     tabGradient2.EndColor                                    = System.Drawing.SystemColors.ControlLightLight;
     tabGradient2.StartColor                                  = System.Drawing.SystemColors.ControlLightLight;
     tabGradient2.TextColor                                   = System.Drawing.SystemColors.ControlText;
     dockPaneStripGradient1.ActiveTabGradient                 = tabGradient2;
     dockPanelGradient2.EndColor                              = System.Drawing.SystemColors.Control;
     dockPanelGradient2.StartColor                            = System.Drawing.SystemColors.Control;
     dockPaneStripGradient1.DockStripGradient                 = dockPanelGradient2;
     tabGradient3.EndColor                                    = System.Drawing.SystemColors.ControlLight;
     tabGradient3.StartColor                                  = System.Drawing.SystemColors.ControlLight;
     tabGradient3.TextColor                                   = System.Drawing.SystemColors.ControlText;
     dockPaneStripGradient1.InactiveTabGradient               = tabGradient3;
     dockPaneStripSkin1.DocumentGradient                      = dockPaneStripGradient1;
     dockPaneStripSkin1.TextFont                              = new System.Drawing.Font("Segoe UI", 9F);
     tabGradient4.EndColor                                    = System.Drawing.SystemColors.ActiveCaption;
     tabGradient4.LinearGradientMode                          = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     tabGradient4.StartColor                                  = System.Drawing.SystemColors.GradientActiveCaption;
     tabGradient4.TextColor                                   = System.Drawing.SystemColors.ActiveCaptionText;
     dockPaneStripToolWindowGradient1.ActiveCaptionGradient   = tabGradient4;
     tabGradient5.EndColor                                    = System.Drawing.SystemColors.Control;
     tabGradient5.StartColor                                  = System.Drawing.SystemColors.Control;
     tabGradient5.TextColor                                   = System.Drawing.SystemColors.ControlText;
     dockPaneStripToolWindowGradient1.ActiveTabGradient       = tabGradient5;
     dockPanelGradient3.EndColor                              = System.Drawing.SystemColors.ControlLight;
     dockPanelGradient3.StartColor                            = System.Drawing.SystemColors.ControlLight;
     dockPaneStripToolWindowGradient1.DockStripGradient       = dockPanelGradient3;
     tabGradient6.EndColor                                    = System.Drawing.SystemColors.InactiveCaption;
     tabGradient6.LinearGradientMode                          = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     tabGradient6.StartColor                                  = System.Drawing.SystemColors.GradientInactiveCaption;
     tabGradient6.TextColor                                   = System.Drawing.SystemColors.InactiveCaptionText;
     dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
     tabGradient7.EndColor                                    = System.Drawing.Color.Transparent;
     tabGradient7.StartColor                                  = System.Drawing.Color.Transparent;
     tabGradient7.TextColor                                   = System.Drawing.SystemColors.ControlDarkDark;
     dockPaneStripToolWindowGradient1.InactiveTabGradient     = tabGradient7;
     dockPaneStripSkin1.ToolWindowGradient                    = dockPaneStripToolWindowGradient1;
     dockPanelSkin1.DockPaneStripSkin                         = dockPaneStripSkin1;
     this.dockPanel1.TabIndex                                 = 4;
     //
     // toolStripApp
     //
     this.toolStripApp.Dock     = System.Windows.Forms.DockStyle.None;
     this.toolStripApp.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.toolStripApp.Location = new System.Drawing.Point(3, 24);
     this.toolStripApp.Name     = "toolStripApp";
     this.toolStripApp.Size     = new System.Drawing.Size(43, 25);
     this.toolStripApp.TabIndex = 3;
     //
     // paletteManager
     //
     this.paletteManager.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.ProfessionalSystem;
     //
     // backgroundLoading
     //
     this.backgroundLoading.WorkerReportsProgress = true;
     this.backgroundLoading.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundLoading_DoWork);
     this.backgroundLoading.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundLoading_RunWorkerCompleted);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(962, 468);
     this.Controls.Add(this.toolStripContainer1);
     this.Name         = "MainForm";
     this.Text         = "VocabularyTest";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.menuApp.ResumeLayout(false);
     this.menuApp.PerformLayout();
     this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.statusStripApp.ResumeLayout(false);
     this.statusStripApp.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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>
 /// 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);
 }
예제 #8
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(DatabaseSyncMain));
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.timerCountUserLoginTime = new System.Windows.Forms.Timer(this.components);
     this.kryptonManager = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.notifyIconSync = new System.Windows.Forms.NotifyIcon(this.components);
     this.cmKaraoq = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuStopSync = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuEditSettings = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuExit = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.ssSumary = new System.Windows.Forms.StatusStrip();
     this.lblSystemVersion = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblSystemVersionValue = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblDate = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblDateValue = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblUserLoginTime = new System.Windows.Forms.ToolStripStatusLabel();
     this.llblUserSystemStartTimeValue = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblTimeUserSystemStart = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblbLoginTime = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblLoginTimeValue = new System.Windows.Forms.ToolStripStatusLabel();
     this.cmKaraoq.SuspendLayout();
     this.ssSumary.SuspendLayout();
     this.SuspendLayout();
     //
     // timerCountUserLoginTime
     //
     this.timerCountUserLoginTime.Interval = 1000;
     this.timerCountUserLoginTime.Tick += new System.EventHandler(this.timerCountUserLoginTime_Tick);
     //
     // kryptonManager
     //
     this.kryptonManager.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.Office2007Blue;
     //
     // notifyIconSync
     //
     resources.ApplyResources(this.notifyIconSync, "notifyIconSync");
     this.notifyIconSync.ContextMenuStrip = this.cmKaraoq;
     this.notifyIconSync.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIconDatabaseSync_MouseDoubleClick);
     //
     // cmKaraoq
     //
     resources.ApplyResources(this.cmKaraoq, "cmKaraoq");
     this.cmKaraoq.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuStopSync,
     this.toolStripMenuEditSettings,
     this.toolStripMenuExit});
     this.cmKaraoq.Name = "contextMenuStrip1";
     //
     // toolStripMenuStopSync
     //
     this.toolStripMenuStopSync.Name = "toolStripMenuStopSync";
     resources.ApplyResources(this.toolStripMenuStopSync, "toolStripMenuStopSync");
     this.toolStripMenuStopSync.Click += new System.EventHandler(this.toolStripMenuStopSync_Click);
     //
     // toolStripMenuEditSettings
     //
     this.toolStripMenuEditSettings.Name = "toolStripMenuEditSettings";
     resources.ApplyResources(this.toolStripMenuEditSettings, "toolStripMenuEditSettings");
     this.toolStripMenuEditSettings.Click += new System.EventHandler(this.toolStripMenuEditSettings_Click);
     //
     // toolStripMenuExit
     //
     this.toolStripMenuExit.Name = "toolStripMenuExit";
     resources.ApplyResources(this.toolStripMenuExit, "toolStripMenuExit");
     this.toolStripMenuExit.Click += new System.EventHandler(this.toolStripMenuExit_Click);
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.SystemColors.Control;
     resources.ApplyResources(this.pnlMain, "pnlMain");
     this.pnlMain.Name = "pnlMain";
     //
     // ssSumary
     //
     this.ssSumary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(229)))), ((int)(((byte)(251)))));
     resources.ApplyResources(this.ssSumary, "ssSumary");
     this.ssSumary.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.lblSystemVersion,
     this.lblSystemVersionValue,
     this.lblDate,
     this.lblDateValue,
     this.lblUserLoginTime,
     this.llblUserSystemStartTimeValue,
     this.lblTimeUserSystemStart,
     this.toolStripStatusLabel1,
     this.lblbLoginTime,
     this.lblLoginTimeValue});
     this.ssSumary.Name = "ssSumary";
     this.ssSumary.SizingGrip = false;
     //
     // lblSystemVersion
     //
     this.lblSystemVersion.BorderStyle = System.Windows.Forms.Border3DStyle.Bump;
     this.lblSystemVersion.ForeColor = System.Drawing.Color.Black;
     this.lblSystemVersion.Name = "lblSystemVersion";
     resources.ApplyResources(this.lblSystemVersion, "lblSystemVersion");
     //
     // lblSystemVersionValue
     //
     this.lblSystemVersionValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.lblSystemVersionValue.BorderStyle = System.Windows.Forms.Border3DStyle.Bump;
     this.lblSystemVersionValue.ForeColor = System.Drawing.Color.Black;
     this.lblSystemVersionValue.Name = "lblSystemVersionValue";
     resources.ApplyResources(this.lblSystemVersionValue, "lblSystemVersionValue");
     //
     // lblDate
     //
     this.lblDate.BorderStyle = System.Windows.Forms.Border3DStyle.Bump;
     this.lblDate.ForeColor = System.Drawing.Color.Black;
     this.lblDate.Name = "lblDate";
     this.lblDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
     resources.ApplyResources(this.lblDate, "lblDate");
     //
     // lblDateValue
     //
     this.lblDateValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.lblDateValue.BorderStyle = System.Windows.Forms.Border3DStyle.Bump;
     this.lblDateValue.Name = "lblDateValue";
     resources.ApplyResources(this.lblDateValue, "lblDateValue");
     //
     // lblUserLoginTime
     //
     this.lblUserLoginTime.BorderStyle = System.Windows.Forms.Border3DStyle.Bump;
     this.lblUserLoginTime.ForeColor = System.Drawing.Color.Black;
     this.lblUserLoginTime.Name = "lblUserLoginTime";
     this.lblUserLoginTime.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
     resources.ApplyResources(this.lblUserLoginTime, "lblUserLoginTime");
     //
     // llblUserSystemStartTimeValue
     //
     this.llblUserSystemStartTimeValue.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.llblUserSystemStartTimeValue.BorderStyle = System.Windows.Forms.Border3DStyle.Bump;
     this.llblUserSystemStartTimeValue.Name = "llblUserSystemStartTimeValue";
     resources.ApplyResources(this.llblUserSystemStartTimeValue, "llblUserSystemStartTimeValue");
     //
     // lblTimeUserSystemStart
     //
     this.lblTimeUserSystemStart.ForeColor = System.Drawing.Color.Black;
     this.lblTimeUserSystemStart.Name = "lblTimeUserSystemStart";
     this.lblTimeUserSystemStart.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
     resources.ApplyResources(this.lblTimeUserSystemStart, "lblTimeUserSystemStart");
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Bump;
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
     //
     // lblbLoginTime
     //
     this.lblbLoginTime.Name = "lblbLoginTime";
     resources.ApplyResources(this.lblbLoginTime, "lblbLoginTime");
     //
     // lblLoginTimeValue
     //
     this.lblLoginTimeValue.Name = "lblLoginTimeValue";
     resources.ApplyResources(this.lblLoginTimeValue, "lblLoginTimeValue");
     //
     // DatabaseSyncMain
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pnlMain);
     this.Controls.Add(this.ssSumary);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.IsMdiContainer = true;
     this.MaximizeBox = false;
     this.Name = "DatabaseSyncMain";
     this.StateCommon.Header.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DatabaseSyncMain_FormClosing);
     this.Load += new System.EventHandler(this.DatabaseSyncMain_Load);
     this.Resize += new System.EventHandler(this.DatabaseSyncMain_Resize);
     this.cmKaraoq.ResumeLayout(false);
     this.ssSumary.ResumeLayout(false);
     this.ssSumary.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }