/// <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(PropertiesDBDocDialog));
     this.buttonEdit              = new System.Windows.Forms.Button();
     this.buttonOK                = new System.Windows.Forms.Button();
     this.buttonCancel            = new System.Windows.Forms.Button();
     this.label1                  = new System.Windows.Forms.Label();
     this.number                  = new System.Windows.Forms.TextBox();
     this.groupBoxDocument        = new System.Windows.Forms.GroupBox();
     this.textBoxName             = new System.Windows.Forms.TextBox();
     this.checkBoxNoNumber        = new System.Windows.Forms.CheckBox();
     this.docTypeBlock            = new Kesco.Lib.Win.Document.Blocks.DocTypeBlock();
     this.dateBlock               = new Kesco.Lib.Win.Document.Blocks.DateBlock();
     this.label2                  = new System.Windows.Forms.Label();
     this.label3                  = new System.Windows.Forms.Label();
     this.checkBoxName            = new System.Windows.Forms.CheckBox();
     this.description             = new System.Windows.Forms.TextBox();
     this.groupBoxPersons         = new System.Windows.Forms.GroupBox();
     this.personBlock             = new Kesco.Lib.Win.Document.Blocks.PersonBlock();
     this.groupBox1               = new System.Windows.Forms.GroupBox();
     this.buttonLook              = new System.Windows.Forms.Button();
     this.label5                  = new System.Windows.Forms.Label();
     this.lblEditor               = new System.Windows.Forms.Label();
     this.lblEdited               = new System.Windows.Forms.Label();
     this.checkBoxProtected       = new System.Windows.Forms.CheckBox();
     this.groupBox2               = new System.Windows.Forms.GroupBox();
     this.toolTip1                = new System.Windows.Forms.ToolTip(this.components);
     this.newWindowDocumentButton = new Kesco.Lib.Win.Document.Controls.NewWindowDocumentButton(this.components);
     this.lblDocAurtor            = new System.Windows.Forms.Label();
     this.lblDocCreateDate        = new System.Windows.Forms.Label();
     this.groupBoxDocument.SuspendLayout();
     this.groupBoxPersons.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonEdit
     //
     resources.ApplyResources(this.buttonEdit, "buttonEdit");
     this.buttonEdit.Name   = "buttonEdit";
     this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
     //
     // buttonOK
     //
     resources.ApplyResources(this.buttonOK, "buttonOK");
     this.buttonOK.Name   = "buttonOK";
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     resources.ApplyResources(this.buttonCancel, "buttonCancel");
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.Click       += new System.EventHandler(this.buttonCancel_Click);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // number
     //
     resources.ApplyResources(this.number, "number");
     this.number.Name = "number";
     //
     // groupBoxDocument
     //
     this.groupBoxDocument.Controls.Add(this.textBoxName);
     this.groupBoxDocument.Controls.Add(this.checkBoxNoNumber);
     this.groupBoxDocument.Controls.Add(this.docTypeBlock);
     this.groupBoxDocument.Controls.Add(this.dateBlock);
     this.groupBoxDocument.Controls.Add(this.number);
     this.groupBoxDocument.Controls.Add(this.label1);
     this.groupBoxDocument.Controls.Add(this.label2);
     this.groupBoxDocument.Controls.Add(this.label3);
     this.groupBoxDocument.Controls.Add(this.checkBoxName);
     resources.ApplyResources(this.groupBoxDocument, "groupBoxDocument");
     this.groupBoxDocument.Name    = "groupBoxDocument";
     this.groupBoxDocument.TabStop = false;
     //
     // textBoxName
     //
     resources.ApplyResources(this.textBoxName, "textBoxName");
     this.textBoxName.Name = "textBoxName";
     this.toolTip1.SetToolTip(this.textBoxName, resources.GetString("textBoxName.ToolTip"));
     //
     // checkBoxNoNumber
     //
     resources.ApplyResources(this.checkBoxNoNumber, "checkBoxNoNumber");
     this.checkBoxNoNumber.Name = "checkBoxNoNumber";
     this.checkBoxNoNumber.UseVisualStyleBackColor = true;
     this.checkBoxNoNumber.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // docTypeBlock
     //
     this.docTypeBlock.ID = 0;
     resources.ApplyResources(this.docTypeBlock, "docTypeBlock");
     this.docTypeBlock.Name                = "docTypeBlock";
     this.docTypeBlock.Selected           += new Kesco.Lib.Win.Document.Blocks.BlockEventHandler(this.docTypeBlock_Selected);
     this.docTypeBlock.DocTypeTextChanged += new System.EventHandler(this.docTypeBlock_DocTypeTextChanged);
     //
     // dateBlock
     //
     resources.ApplyResources(this.dateBlock, "dateBlock");
     this.dateBlock.Name   = "dateBlock";
     this.dateBlock.Leave += new System.EventHandler(this.dateBlock_Leave);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // checkBoxName
     //
     resources.ApplyResources(this.checkBoxName, "checkBoxName");
     this.checkBoxName.Name = "checkBoxName";
     this.toolTip1.SetToolTip(this.checkBoxName, resources.GetString("checkBoxName.ToolTip"));
     this.checkBoxName.UseVisualStyleBackColor = true;
     this.checkBoxName.CheckedChanged         += new System.EventHandler(this.checkBoxName_CheckedChanged);
     //
     // description
     //
     resources.ApplyResources(this.description, "description");
     this.description.Name = "description";
     //
     // groupBoxPersons
     //
     this.groupBoxPersons.Controls.Add(this.personBlock);
     resources.ApplyResources(this.groupBoxPersons, "groupBoxPersons");
     this.groupBoxPersons.Name    = "groupBoxPersons";
     this.groupBoxPersons.TabStop = false;
     //
     // personBlock
     //
     this.personBlock.Able = true;
     resources.ApplyResources(this.personBlock, "personBlock");
     this.personBlock.Name = "personBlock";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.buttonLook);
     this.groupBox1.Controls.Add(this.label5);
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // buttonLook
     //
     resources.ApplyResources(this.buttonLook, "buttonLook");
     this.buttonLook.Name   = "buttonLook";
     this.buttonLook.Click += new System.EventHandler(this.buttonLook_Click);
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // lblEditor
     //
     resources.ApplyResources(this.lblEditor, "lblEditor");
     this.lblEditor.Name = "lblEditor";
     //
     // lblEdited
     //
     resources.ApplyResources(this.lblEdited, "lblEdited");
     this.lblEdited.Name = "lblEdited";
     //
     // checkBoxProtected
     //
     resources.ApplyResources(this.checkBoxProtected, "checkBoxProtected");
     this.checkBoxProtected.Name = "checkBoxProtected";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.description);
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Name    = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // newWindowDocumentButton
     //
     resources.ApplyResources(this.newWindowDocumentButton, "newWindowDocumentButton");
     this.newWindowDocumentButton.Name                    = "newWindowDocumentButton";
     this.newWindowDocumentButton.TabStop                 = false;
     this.newWindowDocumentButton.UseMnemonic             = false;
     this.newWindowDocumentButton.UseVisualStyleBackColor = true;
     //
     // lblDocAurtor
     //
     resources.ApplyResources(this.lblDocAurtor, "lblDocAurtor");
     this.lblDocAurtor.Name = "lblDocAurtor";
     //
     // lblDocCreateDate
     //
     resources.ApplyResources(this.lblDocCreateDate, "lblDocCreateDate");
     this.lblDocCreateDate.Name = "lblDocCreateDate";
     //
     // PropertiesDBDocDialog
     //
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.buttonCancel;
     this.Controls.Add(this.lblDocAurtor);
     this.Controls.Add(this.lblDocCreateDate);
     this.Controls.Add(this.newWindowDocumentButton);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.checkBoxProtected);
     this.Controls.Add(this.lblEditor);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBoxPersons);
     this.Controls.Add(this.groupBoxDocument);
     this.Controls.Add(this.buttonEdit);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.lblEdited);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "PropertiesDBDocDialog";
     this.Load           += new System.EventHandler(this.DocProperties_Load);
     this.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.PropertiesDBDocDialog_KeyUp);
     this.groupBoxDocument.ResumeLayout(false);
     this.groupBoxDocument.PerformLayout();
     this.groupBoxPersons.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PropertiesDocImageDialog));
     this.labelDate           = new System.Windows.Forms.Label();
     this.groupBoxArchives    = new System.Windows.Forms.GroupBox();
     this.archiveEditLabel    = new System.Windows.Forms.Label();
     this.archiveEditorLabel  = new System.Windows.Forms.Label();
     this.original            = new System.Windows.Forms.CheckBox();
     this.archiveLabel        = new System.Windows.Forms.Label();
     this.buttonSelectArchive = new System.Windows.Forms.Button();
     this.archive             = new System.Windows.Forms.TextBox();
     this.buttonOK            = new System.Windows.Forms.Button();
     this.buttonCancel        = new System.Windows.Forms.Button();
     this.labelMain           = new System.Windows.Forms.Label();
     this.groupBoxMainImage   = new System.Windows.Forms.GroupBox();
     this.buttonMakeMain      = new System.Windows.Forms.Button();
     this.labelDoc            = new System.Windows.Forms.Label();
     this.groupBoxServers     = new System.Windows.Forms.GroupBox();
     this.servers             = new System.Windows.Forms.ListView();
     this.panelDoc            = new System.Windows.Forms.Panel();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.groupSend               = new System.Windows.Forms.GroupBox();
     this.sended                  = new System.Windows.Forms.ListView();
     this.labelEditor             = new System.Windows.Forms.Label();
     this.labelEdit               = new System.Windows.Forms.Label();
     this.buttonFileProperties    = new System.Windows.Forms.Button();
     this.groupBoxCurrentImage    = new System.Windows.Forms.GroupBox();
     this.labelResolution         = new System.Windows.Forms.Label();
     this.labelSize               = new System.Windows.Forms.Label();
     this.labelColorType          = new System.Windows.Forms.Label();
     this.labelCreator            = new System.Windows.Forms.Label();
     this.newWindowDocumentButton = new NewWindowDocumentButton(this.components);
     this.groupBoxArchives.SuspendLayout();
     this.groupBoxMainImage.SuspendLayout();
     this.groupBoxServers.SuspendLayout();
     this.panelDoc.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupSend.SuspendLayout();
     this.groupBoxCurrentImage.SuspendLayout();
     this.SuspendLayout();
     //
     // labelDate
     //
     resources.ApplyResources(this.labelDate, "labelDate");
     this.labelDate.Name = "labelDate";
     //
     // groupBoxArchives
     //
     resources.ApplyResources(this.groupBoxArchives, "groupBoxArchives");
     this.groupBoxArchives.Controls.Add(this.archiveEditLabel);
     this.groupBoxArchives.Controls.Add(this.archiveEditorLabel);
     this.groupBoxArchives.Controls.Add(this.original);
     this.groupBoxArchives.Controls.Add(this.archiveLabel);
     this.groupBoxArchives.Controls.Add(this.buttonSelectArchive);
     this.groupBoxArchives.Controls.Add(this.archive);
     this.groupBoxArchives.Name    = "groupBoxArchives";
     this.groupBoxArchives.TabStop = false;
     //
     // archiveEditLabel
     //
     resources.ApplyResources(this.archiveEditLabel, "archiveEditLabel");
     this.archiveEditLabel.Name = "archiveEditLabel";
     //
     // archiveEditorLabel
     //
     resources.ApplyResources(this.archiveEditorLabel, "archiveEditorLabel");
     this.archiveEditorLabel.Name = "archiveEditorLabel";
     //
     // original
     //
     resources.ApplyResources(this.original, "original");
     this.original.Name            = "original";
     this.original.CheckedChanged += new System.EventHandler(this.original_CheckedChanged);
     //
     // archiveLabel
     //
     resources.ApplyResources(this.archiveLabel, "archiveLabel");
     this.archiveLabel.Name = "archiveLabel";
     //
     // buttonSelectArchive
     //
     resources.ApplyResources(this.buttonSelectArchive, "buttonSelectArchive");
     this.buttonSelectArchive.Name   = "buttonSelectArchive";
     this.buttonSelectArchive.Click += new System.EventHandler(this.buttonSelectArchive_Click);
     //
     // archive
     //
     resources.ApplyResources(this.archive, "archive");
     this.archive.Name = "archive";
     //
     // buttonOK
     //
     resources.ApplyResources(this.buttonOK, "buttonOK");
     this.buttonOK.Name   = "buttonOK";
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     resources.ApplyResources(this.buttonCancel, "buttonCancel");
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.Click       += new System.EventHandler(this.buttonCancel_Click);
     //
     // labelMain
     //
     resources.ApplyResources(this.labelMain, "labelMain");
     this.labelMain.Name = "labelMain";
     //
     // groupBoxMainImage
     //
     resources.ApplyResources(this.groupBoxMainImage, "groupBoxMainImage");
     this.groupBoxMainImage.Controls.Add(this.buttonMakeMain);
     this.groupBoxMainImage.Controls.Add(this.labelMain);
     this.groupBoxMainImage.Name    = "groupBoxMainImage";
     this.groupBoxMainImage.TabStop = false;
     //
     // buttonMakeMain
     //
     resources.ApplyResources(this.buttonMakeMain, "buttonMakeMain");
     this.buttonMakeMain.Name   = "buttonMakeMain";
     this.buttonMakeMain.Click += new System.EventHandler(this.buttonMakeMain_Click);
     //
     // labelDoc
     //
     resources.ApplyResources(this.labelDoc, "labelDoc");
     this.labelDoc.Name     = "labelDoc";
     this.labelDoc.AutoSize = true;
     //
     // groupBoxServers
     //
     resources.ApplyResources(this.groupBoxServers, "groupBoxServers");
     this.groupBoxServers.Controls.Add(this.servers);
     this.groupBoxServers.Name    = "groupBoxServers";
     this.groupBoxServers.TabStop = false;
     //
     // servers
     //
     resources.ApplyResources(this.servers, "servers");
     this.servers.FullRowSelect    = true;
     this.servers.HideSelection    = false;
     this.servers.MultiSelect      = false;
     this.servers.Name             = "servers";
     this.servers.ShowItemToolTips = true;
     this.servers.UseCompatibleStateImageBehavior = false;
     this.servers.View = System.Windows.Forms.View.Details;
     //
     // panelDoc
     //
     resources.ApplyResources(this.panelDoc, "panelDoc");
     this.panelDoc.Controls.Add(this.labelDoc);
     this.panelDoc.Name = "panelDoc";
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Controls.Add(this.groupSend);
     this.panel1.Name = "panel1";
     //
     // groupSend
     //
     this.groupSend.Controls.Add(this.sended);
     resources.ApplyResources(this.groupSend, "groupSend");
     this.groupSend.Name    = "groupSend";
     this.groupSend.TabStop = false;
     //
     // sended
     //
     resources.ApplyResources(this.sended, "sended");
     this.sended.HideSelection    = false;
     this.sended.MultiSelect      = false;
     this.sended.Name             = "sended";
     this.sended.ShowItemToolTips = true;
     this.sended.UseCompatibleStateImageBehavior = false;
     this.sended.View = System.Windows.Forms.View.Details;
     //
     // labelEditor
     //
     resources.ApplyResources(this.labelEditor, "labelEditor");
     this.labelEditor.Name = "labelEditor";
     //
     // labelEdit
     //
     resources.ApplyResources(this.labelEdit, "labelEdit");
     this.labelEdit.Name = "labelEdit";
     //
     // buttonFileProperties
     //
     resources.ApplyResources(this.buttonFileProperties, "buttonFileProperties");
     this.buttonFileProperties.Name = "buttonFileProperties";
     //
     // groupBoxCurrentImage
     //
     resources.ApplyResources(this.groupBoxCurrentImage, "groupBoxCurrentImage");
     this.groupBoxCurrentImage.Controls.Add(this.labelResolution);
     this.groupBoxCurrentImage.Controls.Add(this.labelSize);
     this.groupBoxCurrentImage.Controls.Add(this.labelColorType);
     this.groupBoxCurrentImage.Name    = "groupBoxCurrentImage";
     this.groupBoxCurrentImage.TabStop = false;
     //
     // labelResolution
     //
     resources.ApplyResources(this.labelResolution, "labelResolution");
     this.labelResolution.Name = "labelResolution";
     //
     // labelSize
     //
     resources.ApplyResources(this.labelSize, "labelSize");
     this.labelSize.Name = "labelSize";
     //
     // labelColorType
     //
     resources.ApplyResources(this.labelColorType, "labelColorType");
     this.labelColorType.Name = "labelColorType";
     //
     // labelCreator
     //
     resources.ApplyResources(this.labelCreator, "labelCreator");
     this.labelCreator.Name = "labelCreator";
     //
     // newWindowDocumentButton
     //
     resources.ApplyResources(this.newWindowDocumentButton, "newWindowDocumentButton");
     this.newWindowDocumentButton.Name                    = "newWindowDocumentButton";
     this.newWindowDocumentButton.TabStop                 = false;
     this.newWindowDocumentButton.UseMnemonic             = false;
     this.newWindowDocumentButton.UseVisualStyleBackColor = true;
     //
     // PropertiesDocImageDialog
     //
     this.AcceptButton = this.buttonOK;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.buttonCancel;
     this.Controls.Add(this.newWindowDocumentButton);
     this.Controls.Add(this.labelCreator);
     this.Controls.Add(this.groupBoxCurrentImage);
     this.Controls.Add(this.buttonFileProperties);
     this.Controls.Add(this.labelEdit);
     this.Controls.Add(this.labelEditor);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panelDoc);
     this.Controls.Add(this.groupBoxServers);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.groupBoxArchives);
     this.Controls.Add(this.labelDate);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.groupBoxMainImage);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "PropertiesDocImageDialog";
     this.Load           += new System.EventHandler(this.PropertiesDocImageDialog_Load);
     this.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.PropertiesDocImageDialog_KeyUp);
     this.groupBoxArchives.ResumeLayout(false);
     this.groupBoxArchives.PerformLayout();
     this.groupBoxMainImage.ResumeLayout(false);
     this.groupBoxServers.ResumeLayout(false);
     this.panelDoc.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.groupSend.ResumeLayout(false);
     this.groupBoxCurrentImage.ResumeLayout(false);
     this.groupBoxCurrentImage.PerformLayout();
     this.ResumeLayout(false);
 }