/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Tools.MetroSplitButtonRenderer       metroSplitButtonRenderer2 = new Syncfusion.Windows.Forms.Tools.MetroSplitButtonRenderer();
     System.ComponentModel.ComponentResourceManager                resources              = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection2      = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
     Syncfusion.Windows.Forms.Tools.CustomImageCollection          customImageCollection2 = new Syncfusion.Windows.Forms.Tools.CustomImageCollection();
     Syncfusion.Windows.Forms.Tools.ResetButton resetButton2 = new Syncfusion.Windows.Forms.Tools.ResetButton();
     this.splitButton1            = new Syncfusion.Windows.Forms.Tools.SplitButton();
     this.multiSelectionComboBox1 = new Syncfusion.Windows.Forms.Tools.MultiSelectionComboBox();
     this.treeNavigator1          = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
     this.treeMenuItem1           = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem5           = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem6           = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem7           = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem2           = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem3           = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem4           = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.barItem1       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.barItem2       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.barItem3       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.barItem4       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.ratingControl1 = new Syncfusion.Windows.Forms.Tools.RatingControl();
     ((System.ComponentModel.ISupportInitialize)(this.multiSelectionComboBox1)).BeginInit();
     this.SuspendLayout();
     //
     // splitButton1
     //
     this.splitButton1.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.splitButton1.BeforeTouchSize           = new System.Drawing.Size(133, 30);
     this.splitButton1.DropDownPosition          = Syncfusion.Windows.Forms.Tools.Position.Bottom;
     this.splitButton1.Font                      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.splitButton1.ForeColor                 = System.Drawing.Color.Black;
     this.splitButton1.Location                  = new System.Drawing.Point(300, 8);
     this.splitButton1.MinimumSize               = new System.Drawing.Size(75, 23);
     this.splitButton1.Name                      = "splitButton1";
     metroSplitButtonRenderer2.SplitButton       = this.splitButton1;
     this.splitButton1.Renderer                  = metroSplitButtonRenderer2;
     this.splitButton1.ShowDropDownOnButtonClick = false;
     this.splitButton1.Size                      = new System.Drawing.Size(133, 30);
     this.splitButton1.TabIndex                  = 4;
     this.splitButton1.Text                      = "asdasd";
     this.splitButton1.ThemeName                 = "Metro";
     //
     // multiSelectionComboBox1
     //
     this.multiSelectionComboBox1.BeforeTouchSize = new System.Drawing.Size(281, 30);
     this.multiSelectionComboBox1.ButtonStyle     = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.multiSelectionComboBox1.DataSource      = ((object)(resources.GetObject("multiSelectionComboBox1.DataSource")));
     this.multiSelectionComboBox1.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.multiSelectionComboBox1.Location        = new System.Drawing.Point(13, 8);
     this.multiSelectionComboBox1.Name            = "multiSelectionComboBox1";
     this.multiSelectionComboBox1.Size            = new System.Drawing.Size(281, 30);
     this.multiSelectionComboBox1.TabIndex        = 0;
     this.multiSelectionComboBox1.ThemeName       = "Metro";
     this.multiSelectionComboBox1.UseVisualStyle  = true;
     this.multiSelectionComboBox1.Click          += new System.EventHandler(this.multiSelectionComboBox1_Click);
     //
     // treeNavigator1
     //
     headerCollection2.Font            = new System.Drawing.Font("Arial", 8F);
     this.treeNavigator1.Header        = headerCollection2;
     this.treeNavigator1.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeNavigator1.Items.Add(this.treeMenuItem1);
     this.treeNavigator1.Items.Add(this.treeMenuItem2);
     this.treeNavigator1.Items.Add(this.treeMenuItem3);
     this.treeNavigator1.Items.Add(this.treeMenuItem4);
     this.treeNavigator1.Location               = new System.Drawing.Point(12, 43);
     this.treeNavigator1.MinimumSize            = new System.Drawing.Size(150, 150);
     this.treeNavigator1.Name                   = "treeNavigator1";
     this.treeNavigator1.NavigationMode         = Syncfusion.Windows.Forms.Tools.NavigationMode.Default;
     this.treeNavigator1.ShowHeader             = false;
     this.treeNavigator1.Size                   = new System.Drawing.Size(200, 325);
     this.treeNavigator1.TabIndex               = 2;
     this.treeNavigator1.Text                   = "treeNavigator1";
     this.treeNavigator1.ThemeName              = "Metro";
     this.treeNavigator1.UseTouchScrollBehavior = true;
     //
     // treeMenuItem1
     //
     this.treeMenuItem1.BackColor     = System.Drawing.SystemColors.Control;
     this.treeMenuItem1.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeMenuItem1.Items.Add(this.treeMenuItem5);
     this.treeMenuItem1.Items.Add(this.treeMenuItem6);
     this.treeMenuItem1.Items.Add(this.treeMenuItem7);
     this.treeMenuItem1.Location = new System.Drawing.Point(0, 0);
     this.treeMenuItem1.Name     = "treeMenuItem1";
     this.treeMenuItem1.Size     = new System.Drawing.Size(198, 50);
     this.treeMenuItem1.TabIndex = 1;
     this.treeMenuItem1.Text     = "treeMenuItem1";
     //
     // treeMenuItem5
     //
     this.treeMenuItem5.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeMenuItem5.Location      = new System.Drawing.Point(0, 0);
     this.treeMenuItem5.Name          = "treeMenuItem5";
     this.treeMenuItem5.Size          = new System.Drawing.Size(0, 0);
     this.treeMenuItem5.TabIndex      = 0;
     this.treeMenuItem5.Text          = "treeMenuItem5";
     //
     // treeMenuItem6
     //
     this.treeMenuItem6.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeMenuItem6.Location      = new System.Drawing.Point(0, 0);
     this.treeMenuItem6.Name          = "treeMenuItem6";
     this.treeMenuItem6.Size          = new System.Drawing.Size(0, 0);
     this.treeMenuItem6.TabIndex      = 0;
     this.treeMenuItem6.Text          = "treeMenuItem6";
     //
     // treeMenuItem7
     //
     this.treeMenuItem7.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeMenuItem7.Location      = new System.Drawing.Point(0, 0);
     this.treeMenuItem7.Name          = "treeMenuItem7";
     this.treeMenuItem7.Size          = new System.Drawing.Size(0, 0);
     this.treeMenuItem7.TabIndex      = 0;
     this.treeMenuItem7.Text          = "treeMenuItem7";
     //
     // treeMenuItem2
     //
     this.treeMenuItem2.BackColor     = System.Drawing.SystemColors.Control;
     this.treeMenuItem2.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeMenuItem2.Location      = new System.Drawing.Point(0, 52);
     this.treeMenuItem2.Name          = "treeMenuItem2";
     this.treeMenuItem2.Size          = new System.Drawing.Size(198, 50);
     this.treeMenuItem2.TabIndex      = 1;
     this.treeMenuItem2.Text          = "treeMenuItem2";
     //
     // treeMenuItem3
     //
     this.treeMenuItem3.BackColor     = System.Drawing.SystemColors.Control;
     this.treeMenuItem3.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeMenuItem3.Location      = new System.Drawing.Point(0, 104);
     this.treeMenuItem3.Name          = "treeMenuItem3";
     this.treeMenuItem3.Size          = new System.Drawing.Size(198, 50);
     this.treeMenuItem3.TabIndex      = 1;
     this.treeMenuItem3.Text          = "treeMenuItem3";
     //
     // treeMenuItem4
     //
     this.treeMenuItem4.BackColor     = System.Drawing.SystemColors.Control;
     this.treeMenuItem4.ItemBackColor = System.Drawing.SystemColors.Control;
     this.treeMenuItem4.Location      = new System.Drawing.Point(0, 156);
     this.treeMenuItem4.Name          = "treeMenuItem4";
     this.treeMenuItem4.Size          = new System.Drawing.Size(198, 50);
     this.treeMenuItem4.TabIndex      = 1;
     this.treeMenuItem4.Text          = "treeMenuItem4";
     //
     // barItem1
     //
     this.barItem1.BarName            = "barItem1";
     this.barItem1.ShowToolTipInPopUp = false;
     this.barItem1.SizeToFit          = true;
     //
     // barItem2
     //
     this.barItem2.BarName            = "barItem2";
     this.barItem2.ShowToolTipInPopUp = false;
     this.barItem2.SizeToFit          = true;
     //
     // barItem3
     //
     this.barItem3.BarName            = "barItem3";
     this.barItem3.ShowToolTipInPopUp = false;
     this.barItem3.SizeToFit          = true;
     //
     // barItem4
     //
     this.barItem4.BarName            = "barItem4";
     this.barItem4.ShowToolTipInPopUp = false;
     this.barItem4.SizeToFit          = true;
     //
     // ratingControl1
     //
     this.ratingControl1.Images      = customImageCollection2;
     this.ratingControl1.Location    = new System.Drawing.Point(439, 10);
     this.ratingControl1.Name        = "ratingControl1";
     this.ratingControl1.ResetButton = resetButton2;
     this.ratingControl1.Shape       = Syncfusion.Windows.Forms.Tools.Shapes.Heart;
     this.ratingControl1.Size        = new System.Drawing.Size(150, 28);
     this.ratingControl1.TabIndex    = 5;
     this.ratingControl1.Text        = "ratingControl1";
     //
     // Form2
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(800, 522);
     this.Controls.Add(this.ratingControl1);
     this.Controls.Add(this.splitButton1);
     this.Controls.Add(this.multiSelectionComboBox1);
     this.Controls.Add(this.treeNavigator1);
     this.Name  = "Form2";
     this.Text  = "Form2";
     this.Load += new System.EventHandler(this.Form2_Load);
     ((System.ComponentModel.ISupportInitialize)(this.multiSelectionComboBox1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Tools.CustomImageCollection customImageCollection1 = new Syncfusion.Windows.Forms.Tools.CustomImageCollection();
     Syncfusion.Windows.Forms.Tools.ResetButton           resetButton1           = new Syncfusion.Windows.Forms.Tools.ResetButton();
     Syncfusion.Windows.Forms.Tools.CustomImageCollection customImageCollection2 = new Syncfusion.Windows.Forms.Tools.CustomImageCollection();
     Syncfusion.Windows.Forms.Tools.ResetButton           resetButton2           = new Syncfusion.Windows.Forms.Tools.ResetButton();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(EvaluarUsuarioPDI));
     this.labelError           = new System.Windows.Forms.Label();
     this.textBoxComentarioPDI = new System.Windows.Forms.RichTextBox();
     this.labelComentario      = new System.Windows.Forms.Label();
     this.bCancelar            = new System.Windows.Forms.Button();
     this.bAceptar             = new System.Windows.Forms.Button();
     this.labelValoracionONG   = new System.Windows.Forms.Label();
     this.labelComentarioONG   = new System.Windows.Forms.Label();
     this.textBoxComentarioONG = new System.Windows.Forms.RichTextBox();
     this.labelValoracionPDI   = new System.Windows.Forms.Label();
     this.lHoras             = new System.Windows.Forms.Label();
     this.lblHorasInvertidas = new System.Windows.Forms.Label();
     this.lblArchivoAdjunto  = new System.Windows.Forms.Label();
     this.btnDescargar       = new System.Windows.Forms.Button();
     this.txtNombreArchivo   = new System.Windows.Forms.TextBox();
     this.ratingONG          = new Syncfusion.Windows.Forms.Tools.RatingControl();
     this.panel1             = new System.Windows.Forms.Panel();
     this.lNombreOrganizador = new System.Windows.Forms.Label();
     this.lblOrganizador     = new System.Windows.Forms.Label();
     this.lblTitONG          = new System.Windows.Forms.Label();
     this.panel2             = new System.Windows.Forms.Panel();
     this.lNombreActividad   = new System.Windows.Forms.Label();
     this.lblActividad       = new System.Windows.Forms.Label();
     this.lUserEvaluado      = new System.Windows.Forms.Label();
     this.userEvaluado       = new System.Windows.Forms.Label();
     this.ratingPDI          = new Syncfusion.Windows.Forms.Tools.RatingControl();
     this.lblTitPDI          = new System.Windows.Forms.Label();
     this.lblTitulo          = new System.Windows.Forms.Label();
     this.saveFileDialog1    = new System.Windows.Forms.SaveFileDialog();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // labelError
     //
     this.labelError.AutoSize  = true;
     this.labelError.BackColor = System.Drawing.Color.Transparent;
     this.labelError.Font      = new System.Drawing.Font("Bahnschrift", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelError.ForeColor = System.Drawing.Color.Red;
     this.labelError.Location  = new System.Drawing.Point(35, 353);
     this.labelError.Name      = "labelError";
     this.labelError.Size      = new System.Drawing.Size(42, 17);
     this.labelError.TabIndex  = 36;
     this.labelError.Text      = "error";
     //
     // textBoxComentarioPDI
     //
     this.textBoxComentarioPDI.Font     = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxComentarioPDI.Location = new System.Drawing.Point(192, 240);
     this.textBoxComentarioPDI.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.textBoxComentarioPDI.Name     = "textBoxComentarioPDI";
     this.textBoxComentarioPDI.Size     = new System.Drawing.Size(239, 72);
     this.textBoxComentarioPDI.TabIndex = 35;
     this.textBoxComentarioPDI.Text     = "";
     //
     // labelComentario
     //
     this.labelComentario.AutoSize  = true;
     this.labelComentario.Font      = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelComentario.ForeColor = System.Drawing.SystemColors.ControlText;
     this.labelComentario.Location  = new System.Drawing.Point(33, 240);
     this.labelComentario.Name      = "labelComentario";
     this.labelComentario.Size      = new System.Drawing.Size(141, 21);
     this.labelComentario.TabIndex  = 33;
     this.labelComentario.Text      = "Comentario ONG:";
     //
     // bCancelar
     //
     this.bCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.bCancelar.Font      = new System.Drawing.Font("Modern No. 20", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bCancelar.Location  = new System.Drawing.Point(828, 485);
     this.bCancelar.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.bCancelar.Name      = "bCancelar";
     this.bCancelar.Size      = new System.Drawing.Size(105, 33);
     this.bCancelar.TabIndex  = 31;
     this.bCancelar.Text      = "Cancelar";
     this.bCancelar.UseVisualStyleBackColor = true;
     this.bCancelar.Click += new System.EventHandler(this.bCancelar_Click);
     //
     // bAceptar
     //
     this.bAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.bAceptar.Font      = new System.Drawing.Font("Modern No. 20", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bAceptar.Location  = new System.Drawing.Point(693, 485);
     this.bAceptar.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.bAceptar.Name      = "bAceptar";
     this.bAceptar.Size      = new System.Drawing.Size(109, 33);
     this.bAceptar.TabIndex  = 30;
     this.bAceptar.Text      = "Aceptar";
     this.bAceptar.UseVisualStyleBackColor = true;
     this.bAceptar.Click += new System.EventHandler(this.bAceptar_Click);
     //
     // labelValoracionONG
     //
     this.labelValoracionONG.AutoSize  = true;
     this.labelValoracionONG.Font      = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelValoracionONG.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.labelValoracionONG.Location  = new System.Drawing.Point(21, 172);
     this.labelValoracionONG.Name      = "labelValoracionONG";
     this.labelValoracionONG.Size      = new System.Drawing.Size(132, 21);
     this.labelValoracionONG.TabIndex  = 37;
     this.labelValoracionONG.Text      = "Valoracion ONG:";
     //
     // labelComentarioONG
     //
     this.labelComentarioONG.AutoSize  = true;
     this.labelComentarioONG.Font      = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelComentarioONG.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.labelComentarioONG.Location  = new System.Drawing.Point(21, 239);
     this.labelComentarioONG.Name      = "labelComentarioONG";
     this.labelComentarioONG.Size      = new System.Drawing.Size(141, 21);
     this.labelComentarioONG.TabIndex  = 38;
     this.labelComentarioONG.Text      = "Comentario ONG:";
     //
     // textBoxComentarioONG
     //
     this.textBoxComentarioONG.Enabled   = false;
     this.textBoxComentarioONG.Font      = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxComentarioONG.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.textBoxComentarioONG.Location  = new System.Drawing.Point(180, 239);
     this.textBoxComentarioONG.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.textBoxComentarioONG.Name      = "textBoxComentarioONG";
     this.textBoxComentarioONG.ReadOnly  = true;
     this.textBoxComentarioONG.Size      = new System.Drawing.Size(223, 72);
     this.textBoxComentarioONG.TabIndex  = 39;
     this.textBoxComentarioONG.Text      = "";
     //
     // labelValoracionPDI
     //
     this.labelValoracionPDI.AutoSize  = true;
     this.labelValoracionPDI.Font      = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelValoracionPDI.ForeColor = System.Drawing.SystemColors.ControlText;
     this.labelValoracionPDI.Location  = new System.Drawing.Point(33, 174);
     this.labelValoracionPDI.Name      = "labelValoracionPDI";
     this.labelValoracionPDI.Size      = new System.Drawing.Size(125, 21);
     this.labelValoracionPDI.TabIndex  = 40;
     this.labelValoracionPDI.Text      = "Valoracion PDI:";
     //
     // lHoras
     //
     this.lHoras.AutoSize  = true;
     this.lHoras.Font      = new System.Drawing.Font("Bahnschrift Condensed", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lHoras.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.lHoras.Location  = new System.Drawing.Point(177, 121);
     this.lHoras.Name      = "lHoras";
     this.lHoras.Size      = new System.Drawing.Size(108, 21);
     this.lHoras.TabIndex  = 42;
     this.lHoras.Text      = "horasParticipante";
     //
     // lblHorasInvertidas
     //
     this.lblHorasInvertidas.AutoSize  = true;
     this.lblHorasInvertidas.Font      = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHorasInvertidas.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lblHorasInvertidas.Location  = new System.Drawing.Point(19, 118);
     this.lblHorasInvertidas.Name      = "lblHorasInvertidas";
     this.lblHorasInvertidas.Size      = new System.Drawing.Size(141, 21);
     this.lblHorasInvertidas.TabIndex  = 48;
     this.lblHorasInvertidas.Text      = "Horas Invertidas:";
     //
     // lblArchivoAdjunto
     //
     this.lblArchivoAdjunto.AutoSize  = true;
     this.lblArchivoAdjunto.Font      = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblArchivoAdjunto.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lblArchivoAdjunto.Location  = new System.Drawing.Point(21, 345);
     this.lblArchivoAdjunto.Name      = "lblArchivoAdjunto";
     this.lblArchivoAdjunto.Size      = new System.Drawing.Size(134, 21);
     this.lblArchivoAdjunto.TabIndex  = 49;
     this.lblArchivoAdjunto.Text      = "Archivo Adjunto:";
     //
     // btnDescargar
     //
     this.btnDescargar.Enabled  = false;
     this.btnDescargar.Font     = new System.Drawing.Font("Bahnschrift", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDescargar.Location = new System.Drawing.Point(331, 347);
     this.btnDescargar.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnDescargar.Name     = "btnDescargar";
     this.btnDescargar.Size     = new System.Drawing.Size(101, 23);
     this.btnDescargar.TabIndex = 51;
     this.btnDescargar.Text     = "Descargar";
     this.btnDescargar.UseVisualStyleBackColor = true;
     this.btnDescargar.Click += new System.EventHandler(this.btnDescargar_Click);
     //
     // txtNombreArchivo
     //
     this.txtNombreArchivo.Font      = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNombreArchivo.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.txtNombreArchivo.Location  = new System.Drawing.Point(181, 347);
     this.txtNombreArchivo.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtNombreArchivo.Name      = "txtNombreArchivo";
     this.txtNombreArchivo.ReadOnly  = true;
     this.txtNombreArchivo.Size      = new System.Drawing.Size(137, 26);
     this.txtNombreArchivo.TabIndex  = 50;
     //
     // ratingONG
     //
     this.ratingONG.Enabled         = false;
     this.ratingONG.Images          = customImageCollection1;
     this.ratingONG.ItemBackColor   = System.Drawing.Color.White;
     this.ratingONG.ItemBorderColor = System.Drawing.Color.Black;
     this.ratingONG.Location        = new System.Drawing.Point(180, 172);
     this.ratingONG.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ratingONG.Name            = "ratingONG";
     this.ratingONG.Precision       = Syncfusion.Windows.Forms.Tools.PrecisionMode.Half;
     this.ratingONG.ResetButton     = resetButton1;
     this.ratingONG.Size            = new System.Drawing.Size(223, 33);
     this.ratingONG.TabIndex        = 52;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.lNombreOrganizador);
     this.panel1.Controls.Add(this.lblOrganizador);
     this.panel1.Controls.Add(this.lblTitONG);
     this.panel1.Controls.Add(this.ratingONG);
     this.panel1.Controls.Add(this.btnDescargar);
     this.panel1.Controls.Add(this.txtNombreArchivo);
     this.panel1.Controls.Add(this.lblArchivoAdjunto);
     this.panel1.Controls.Add(this.lblHorasInvertidas);
     this.panel1.Controls.Add(this.lHoras);
     this.panel1.Controls.Add(this.textBoxComentarioONG);
     this.panel1.Controls.Add(this.labelComentarioONG);
     this.panel1.Controls.Add(this.labelValoracionONG);
     this.panel1.Location = new System.Drawing.Point(17, 68);
     this.panel1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(450, 404);
     this.panel1.TabIndex = 53;
     //
     // lNombreOrganizador
     //
     this.lNombreOrganizador.AutoSize  = true;
     this.lNombreOrganizador.Font      = new System.Drawing.Font("Bahnschrift Condensed", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lNombreOrganizador.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.lNombreOrganizador.Location  = new System.Drawing.Point(176, 75);
     this.lNombreOrganizador.Name      = "lNombreOrganizador";
     this.lNombreOrganizador.Size      = new System.Drawing.Size(53, 21);
     this.lNombreOrganizador.TabIndex  = 58;
     this.lNombreOrganizador.Text      = "nombre";
     //
     // lblOrganizador
     //
     this.lblOrganizador.AutoSize  = true;
     this.lblOrganizador.Font      = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOrganizador.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lblOrganizador.Location  = new System.Drawing.Point(49, 75);
     this.lblOrganizador.Name      = "lblOrganizador";
     this.lblOrganizador.Size      = new System.Drawing.Size(104, 21);
     this.lblOrganizador.TabIndex  = 57;
     this.lblOrganizador.Text      = "Organizador:";
     //
     // lblTitONG
     //
     this.lblTitONG.AutoSize  = true;
     this.lblTitONG.Font      = new System.Drawing.Font("Bahnschrift SemiCondensed", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitONG.ForeColor = System.Drawing.Color.DarkGray;
     this.lblTitONG.Location  = new System.Drawing.Point(19, 9);
     this.lblTitONG.Name      = "lblTitONG";
     this.lblTitONG.Size      = new System.Drawing.Size(146, 24);
     this.lblTitONG.TabIndex  = 53;
     this.lblTitONG.Text      = "VALORACIÓN ONG";
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.lNombreActividad);
     this.panel2.Controls.Add(this.lblActividad);
     this.panel2.Controls.Add(this.lUserEvaluado);
     this.panel2.Controls.Add(this.userEvaluado);
     this.panel2.Controls.Add(this.ratingPDI);
     this.panel2.Controls.Add(this.lblTitPDI);
     this.panel2.Controls.Add(this.labelValoracionPDI);
     this.panel2.Controls.Add(this.labelError);
     this.panel2.Controls.Add(this.textBoxComentarioPDI);
     this.panel2.Controls.Add(this.labelComentario);
     this.panel2.Location = new System.Drawing.Point(467, 68);
     this.panel2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(467, 404);
     this.panel2.TabIndex = 54;
     //
     // lNombreActividad
     //
     this.lNombreActividad.AutoSize  = true;
     this.lNombreActividad.Font      = new System.Drawing.Font("Bahnschrift", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lNombreActividad.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lNombreActividad.Location  = new System.Drawing.Point(199, 111);
     this.lNombreActividad.Name      = "lNombreActividad";
     this.lNombreActividad.Size      = new System.Drawing.Size(59, 18);
     this.lNombreActividad.TabIndex  = 58;
     this.lNombreActividad.Text      = "nombre";
     //
     // lblActividad
     //
     this.lblActividad.AutoSize  = true;
     this.lblActividad.Font      = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblActividad.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblActividad.Location  = new System.Drawing.Point(20, 108);
     this.lblActividad.Name      = "lblActividad";
     this.lblActividad.Size      = new System.Drawing.Size(157, 21);
     this.lblActividad.TabIndex  = 57;
     this.lblActividad.Text      = "Actividad Evaluada:";
     //
     // lUserEvaluado
     //
     this.lUserEvaluado.AutoSize  = true;
     this.lUserEvaluado.Font      = new System.Drawing.Font("Bahnschrift", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lUserEvaluado.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lUserEvaluado.Location  = new System.Drawing.Point(199, 65);
     this.lUserEvaluado.Name      = "lUserEvaluado";
     this.lUserEvaluado.Size      = new System.Drawing.Size(59, 18);
     this.lUserEvaluado.TabIndex  = 56;
     this.lUserEvaluado.Text      = "nombre";
     //
     // userEvaluado
     //
     this.userEvaluado.AutoSize  = true;
     this.userEvaluado.Font      = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.userEvaluado.ForeColor = System.Drawing.SystemColors.ControlText;
     this.userEvaluado.Location  = new System.Drawing.Point(35, 62);
     this.userEvaluado.Name      = "userEvaluado";
     this.userEvaluado.Size      = new System.Drawing.Size(146, 21);
     this.userEvaluado.TabIndex  = 55;
     this.userEvaluado.Text      = "Usuario Evaluado:";
     //
     // ratingPDI
     //
     this.ratingPDI.Images          = customImageCollection2;
     this.ratingPDI.ItemBackColor   = System.Drawing.Color.White;
     this.ratingPDI.ItemBorderColor = System.Drawing.Color.Black;
     this.ratingPDI.Location        = new System.Drawing.Point(192, 174);
     this.ratingPDI.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ratingPDI.Name            = "ratingPDI";
     this.ratingPDI.Precision       = Syncfusion.Windows.Forms.Tools.PrecisionMode.Half;
     this.ratingPDI.ResetButton     = resetButton2;
     this.ratingPDI.Size            = new System.Drawing.Size(223, 33);
     this.ratingPDI.TabIndex        = 54;
     //
     // lblTitPDI
     //
     this.lblTitPDI.AutoSize  = true;
     this.lblTitPDI.Font      = new System.Drawing.Font("Bahnschrift SemiCondensed", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitPDI.ForeColor = System.Drawing.Color.DarkGray;
     this.lblTitPDI.Location  = new System.Drawing.Point(19, 10);
     this.lblTitPDI.Name      = "lblTitPDI";
     this.lblTitPDI.Size      = new System.Drawing.Size(140, 24);
     this.lblTitPDI.TabIndex  = 54;
     this.lblTitPDI.Text      = "VALORACIÓN PDI";
     //
     // lblTitulo
     //
     this.lblTitulo.AutoSize  = true;
     this.lblTitulo.Font      = new System.Drawing.Font("Bahnschrift SemiBold SemiConden", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitulo.ForeColor = System.Drawing.Color.DarkCyan;
     this.lblTitulo.Location  = new System.Drawing.Point(12, 9);
     this.lblTitulo.Name      = "lblTitulo";
     this.lblTitulo.Size      = new System.Drawing.Size(784, 36);
     this.lblTitulo.TabIndex  = 55;
     this.lblTitulo.Text      = "¿CUÁL ES LA NOTA DEL USUARIO nombreUser EN ESTA ACTIVIDAD?";
     this.lblTitulo.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // EvaluarUsuarioPDI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(961, 549);
     this.Controls.Add(this.lblTitulo);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.bCancelar);
     this.Controls.Add(this.bAceptar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name            = "EvaluarUsuarioPDI";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Evaluar al Participante";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Tools.CustomImageCollection customImageCollection1 = new Syncfusion.Windows.Forms.Tools.CustomImageCollection();
     Syncfusion.Windows.Forms.Tools.ResetButton           resetButton1           = new Syncfusion.Windows.Forms.Tools.ResetButton();
     Syncfusion.Windows.Forms.Tools.CustomImageCollection customImageCollection2 = new Syncfusion.Windows.Forms.Tools.CustomImageCollection();
     Syncfusion.Windows.Forms.Tools.ResetButton           resetButton2           = new Syncfusion.Windows.Forms.Tools.ResetButton();
     Syncfusion.Windows.Forms.Tools.CustomImageCollection customImageCollection3 = new Syncfusion.Windows.Forms.Tools.CustomImageCollection();
     Syncfusion.Windows.Forms.Tools.ResetButton           resetButton3           = new Syncfusion.Windows.Forms.Tools.ResetButton();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(CartelActividadesRealizadas));
     this.panel1             = new System.Windows.Forms.Panel();
     this.lUsuario           = new System.Windows.Forms.Label();
     this.lblUsuario         = new System.Windows.Forms.Label();
     this.lHorasHechas       = new System.Windows.Forms.Label();
     this.lblHorasRealizadas = new System.Windows.Forms.Label();
     this.ratingPDI          = new Syncfusion.Windows.Forms.Tools.RatingControl();
     this.ratingONG          = new Syncfusion.Windows.Forms.Tools.RatingControl();
     this.ratingUser         = new Syncfusion.Windows.Forms.Tools.RatingControl();
     this.lValoracionPDI     = new System.Windows.Forms.Label();
     this.lValoracionONG     = new System.Windows.Forms.Label();
     this.lNumHoras          = new System.Windows.Forms.Label();
     this.lTipoTrabajo       = new System.Windows.Forms.Label();
     this.lAmbitoTrabajo     = new System.Windows.Forms.Label();
     this.lblNumHoras        = new System.Windows.Forms.Label();
     this.lblTipoTrabajo     = new System.Windows.Forms.Label();
     this.lblAmbitoTrabajo   = new System.Windows.Forms.Label();
     this.lShowFin           = new System.Windows.Forms.Label();
     this.lblFechaFin        = new System.Windows.Forms.Label();
     this.lTuValoracion      = new System.Windows.Forms.Label();
     this.lShowResp          = new System.Windows.Forms.Label();
     this.lResp          = new System.Windows.Forms.Label();
     this.lShowOrg       = new System.Windows.Forms.Label();
     this.lShowIni       = new System.Windows.Forms.Label();
     this.lFechaInicial  = new System.Windows.Forms.Label();
     this.lOrg           = new System.Windows.Forms.Label();
     this.lTipoActividad = new System.Windows.Forms.Label();
     this.lTipoA         = new System.Windows.Forms.Label();
     this.bVerMas        = new System.Windows.Forms.Button();
     this.labelName      = new System.Windows.Forms.Label();
     this.pict           = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pict)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.lUsuario);
     this.panel1.Controls.Add(this.lblUsuario);
     this.panel1.Controls.Add(this.lHorasHechas);
     this.panel1.Controls.Add(this.lblHorasRealizadas);
     this.panel1.Controls.Add(this.ratingPDI);
     this.panel1.Controls.Add(this.ratingONG);
     this.panel1.Controls.Add(this.ratingUser);
     this.panel1.Controls.Add(this.lValoracionPDI);
     this.panel1.Controls.Add(this.lValoracionONG);
     this.panel1.Controls.Add(this.lNumHoras);
     this.panel1.Controls.Add(this.lTipoTrabajo);
     this.panel1.Controls.Add(this.lAmbitoTrabajo);
     this.panel1.Controls.Add(this.lblNumHoras);
     this.panel1.Controls.Add(this.lblTipoTrabajo);
     this.panel1.Controls.Add(this.lblAmbitoTrabajo);
     this.panel1.Controls.Add(this.lShowFin);
     this.panel1.Controls.Add(this.lblFechaFin);
     this.panel1.Controls.Add(this.lTuValoracion);
     this.panel1.Controls.Add(this.lShowResp);
     this.panel1.Controls.Add(this.lResp);
     this.panel1.Controls.Add(this.lShowOrg);
     this.panel1.Controls.Add(this.lShowIni);
     this.panel1.Controls.Add(this.lFechaInicial);
     this.panel1.Controls.Add(this.lOrg);
     this.panel1.Controls.Add(this.lTipoActividad);
     this.panel1.Controls.Add(this.lTipoA);
     this.panel1.Controls.Add(this.bVerMas);
     this.panel1.Controls.Add(this.labelName);
     this.panel1.Controls.Add(this.pict);
     this.panel1.Location = new System.Drawing.Point(4, 4);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1070, 209);
     this.panel1.TabIndex = 3;
     //
     // lUsuario
     //
     this.lUsuario.AutoSize = true;
     this.lUsuario.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lUsuario.Location = new System.Drawing.Point(339, 131);
     this.lUsuario.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lUsuario.Name     = "lUsuario";
     this.lUsuario.Size     = new System.Drawing.Size(69, 17);
     this.lUsuario.TabIndex = 37;
     this.lUsuario.Text     = "nounresp";
     this.lUsuario.Visible  = false;
     //
     // lblUsuario
     //
     this.lblUsuario.AutoSize = true;
     this.lblUsuario.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsuario.Location = new System.Drawing.Point(227, 131);
     this.lblUsuario.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblUsuario.Name     = "lblUsuario";
     this.lblUsuario.Size     = new System.Drawing.Size(60, 17);
     this.lblUsuario.TabIndex = 36;
     this.lblUsuario.Text     = "Usuario:";
     this.lblUsuario.Visible  = false;
     //
     // lHorasHechas
     //
     this.lHorasHechas.AutoSize = true;
     this.lHorasHechas.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lHorasHechas.Location = new System.Drawing.Point(795, 174);
     this.lHorasHechas.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lHorasHechas.Name     = "lHorasHechas";
     this.lHorasHechas.Size     = new System.Drawing.Size(36, 17);
     this.lHorasHechas.TabIndex = 35;
     this.lHorasHechas.Text     = "num";
     //
     // lblHorasRealizadas
     //
     this.lblHorasRealizadas.AutoSize = true;
     this.lblHorasRealizadas.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHorasRealizadas.Location = new System.Drawing.Point(672, 172);
     this.lblHorasRealizadas.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblHorasRealizadas.Name     = "lblHorasRealizadas";
     this.lblHorasRealizadas.Size     = new System.Drawing.Size(115, 17);
     this.lblHorasRealizadas.TabIndex = 34;
     this.lblHorasRealizadas.Text     = "NºHoras Hechas:";
     //
     // ratingPDI
     //
     this.ratingPDI.Enabled         = false;
     this.ratingPDI.Images          = customImageCollection1;
     this.ratingPDI.ItemBackColor   = System.Drawing.Color.White;
     this.ratingPDI.ItemBorderColor = System.Drawing.Color.Black;
     this.ratingPDI.ItemSize        = new System.Drawing.Size(18, 18);
     this.ratingPDI.Location        = new System.Drawing.Point(325, 172);
     this.ratingPDI.Name            = "ratingPDI";
     this.ratingPDI.Precision       = Syncfusion.Windows.Forms.Tools.PrecisionMode.Half;
     this.ratingPDI.ResetButton     = resetButton1;
     this.ratingPDI.Size            = new System.Drawing.Size(307, 30);
     this.ratingPDI.TabIndex        = 33;
     this.ratingPDI.Text            = "ratingControl3";
     this.ratingPDI.Visible         = false;
     //
     // ratingONG
     //
     this.ratingONG.Enabled         = false;
     this.ratingONG.Images          = customImageCollection2;
     this.ratingONG.ItemBackColor   = System.Drawing.Color.White;
     this.ratingONG.ItemBorderColor = System.Drawing.Color.Black;
     this.ratingONG.ItemSize        = new System.Drawing.Size(18, 18);
     this.ratingONG.Location        = new System.Drawing.Point(325, 131);
     this.ratingONG.Name            = "ratingONG";
     this.ratingONG.Precision       = Syncfusion.Windows.Forms.Tools.PrecisionMode.Half;
     this.ratingONG.ResetButton     = resetButton2;
     this.ratingONG.Size            = new System.Drawing.Size(326, 27);
     this.ratingONG.TabIndex        = 32;
     this.ratingONG.Text            = "ratingControl2";
     //
     // ratingUser
     //
     this.ratingUser.Enabled         = false;
     this.ratingUser.Images          = customImageCollection3;
     this.ratingUser.ItemBackColor   = System.Drawing.Color.White;
     this.ratingUser.ItemBorderColor = System.Drawing.Color.Black;
     this.ratingUser.ItemSize        = new System.Drawing.Size(18, 18);
     this.ratingUser.Location        = new System.Drawing.Point(325, 94);
     this.ratingUser.Name            = "ratingUser";
     this.ratingUser.Precision       = Syncfusion.Windows.Forms.Tools.PrecisionMode.Half;
     this.ratingUser.ResetButton     = resetButton3;
     this.ratingUser.Size            = new System.Drawing.Size(297, 25);
     this.ratingUser.TabIndex        = 31;
     this.ratingUser.Text            = "ratingControl1";
     //
     // lValoracionPDI
     //
     this.lValoracionPDI.AutoSize = true;
     this.lValoracionPDI.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lValoracionPDI.Location = new System.Drawing.Point(204, 174);
     this.lValoracionPDI.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lValoracionPDI.Name     = "lValoracionPDI";
     this.lValoracionPDI.Size     = new System.Drawing.Size(104, 17);
     this.lValoracionPDI.TabIndex = 30;
     this.lValoracionPDI.Text     = "Valoración PDI:";
     this.lValoracionPDI.Visible  = false;
     //
     // lValoracionONG
     //
     this.lValoracionONG.AutoSize = true;
     this.lValoracionONG.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lValoracionONG.Location = new System.Drawing.Point(198, 131);
     this.lValoracionONG.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lValoracionONG.Name     = "lValoracionONG";
     this.lValoracionONG.Size     = new System.Drawing.Size(110, 17);
     this.lValoracionONG.TabIndex = 29;
     this.lValoracionONG.Text     = "Valoración ONG:";
     //
     // lNumHoras
     //
     this.lNumHoras.AutoSize = true;
     this.lNumHoras.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lNumHoras.Location = new System.Drawing.Point(795, 141);
     this.lNumHoras.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lNumHoras.Name     = "lNumHoras";
     this.lNumHoras.Size     = new System.Drawing.Size(36, 17);
     this.lNumHoras.TabIndex = 28;
     this.lNumHoras.Text     = "num";
     //
     // lTipoTrabajo
     //
     this.lTipoTrabajo.AutoSize = true;
     this.lTipoTrabajo.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lTipoTrabajo.Location = new System.Drawing.Point(851, 102);
     this.lTipoTrabajo.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lTipoTrabajo.Name     = "lTipoTrabajo";
     this.lTipoTrabajo.Size     = new System.Drawing.Size(78, 17);
     this.lTipoTrabajo.TabIndex = 27;
     this.lTipoTrabajo.Text     = "tipoTrabajo";
     //
     // lAmbitoTrabajo
     //
     this.lAmbitoTrabajo.AutoSize = true;
     this.lAmbitoTrabajo.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lAmbitoTrabajo.Location = new System.Drawing.Point(851, 71);
     this.lAmbitoTrabajo.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lAmbitoTrabajo.Name     = "lAmbitoTrabajo";
     this.lAmbitoTrabajo.Size     = new System.Drawing.Size(80, 17);
     this.lAmbitoTrabajo.TabIndex = 26;
     this.lAmbitoTrabajo.Text     = "ambTrabajo";
     //
     // lblNumHoras
     //
     this.lblNumHoras.AutoSize = true;
     this.lblNumHoras.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNumHoras.Location = new System.Drawing.Point(654, 141);
     this.lblNumHoras.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblNumHoras.Name     = "lblNumHoras";
     this.lblNumHoras.Size     = new System.Drawing.Size(133, 17);
     this.lblNumHoras.TabIndex = 25;
     this.lblNumHoras.Text     = "NºHoras Sugeridas:";
     //
     // lblTipoTrabajo
     //
     this.lblTipoTrabajo.AutoSize = true;
     this.lblTipoTrabajo.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTipoTrabajo.Location = new System.Drawing.Point(731, 102);
     this.lblTipoTrabajo.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblTipoTrabajo.Name     = "lblTipoTrabajo";
     this.lblTipoTrabajo.Size     = new System.Drawing.Size(88, 17);
     this.lblTipoTrabajo.TabIndex = 24;
     this.lblTipoTrabajo.Text     = "Tipo Trabajo:";
     //
     // lblAmbitoTrabajo
     //
     this.lblAmbitoTrabajo.AutoSize = true;
     this.lblAmbitoTrabajo.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAmbitoTrabajo.Location = new System.Drawing.Point(712, 71);
     this.lblAmbitoTrabajo.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblAmbitoTrabajo.Name     = "lblAmbitoTrabajo";
     this.lblAmbitoTrabajo.Size     = new System.Drawing.Size(107, 17);
     this.lblAmbitoTrabajo.TabIndex = 23;
     this.lblAmbitoTrabajo.Text     = "Ambito Trabajo:";
     //
     // lShowFin
     //
     this.lShowFin.AutoSize = true;
     this.lShowFin.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lShowFin.Location = new System.Drawing.Point(980, 174);
     this.lShowFin.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lShowFin.Name     = "lShowFin";
     this.lShowFin.Size     = new System.Drawing.Size(24, 17);
     this.lShowFin.TabIndex = 22;
     this.lShowFin.Text     = "fin";
     //
     // lblFechaFin
     //
     this.lblFechaFin.AutoSize = true;
     this.lblFechaFin.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFechaFin.Location = new System.Drawing.Point(888, 174);
     this.lblFechaFin.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblFechaFin.Name     = "lblFechaFin";
     this.lblFechaFin.Size     = new System.Drawing.Size(73, 17);
     this.lblFechaFin.TabIndex = 21;
     this.lblFechaFin.Text     = "Fecha Fin:";
     //
     // lTuValoracion
     //
     this.lTuValoracion.AutoSize = true;
     this.lTuValoracion.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lTuValoracion.Location = new System.Drawing.Point(212, 94);
     this.lTuValoracion.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lTuValoracion.Name     = "lTuValoracion";
     this.lTuValoracion.Size     = new System.Drawing.Size(96, 17);
     this.lTuValoracion.TabIndex = 20;
     this.lTuValoracion.Text     = "Tu Valoración:";
     //
     // lShowResp
     //
     this.lShowResp.AutoSize = true;
     this.lShowResp.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lShowResp.Location = new System.Drawing.Point(140, 71);
     this.lShowResp.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lShowResp.Name     = "lShowResp";
     this.lShowResp.Size     = new System.Drawing.Size(69, 17);
     this.lShowResp.TabIndex = 19;
     this.lShowResp.Text     = "nounresp";
     //
     // lResp
     //
     this.lResp.AutoSize = true;
     this.lResp.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lResp.Location = new System.Drawing.Point(20, 71);
     this.lResp.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lResp.Name     = "lResp";
     this.lResp.Size     = new System.Drawing.Size(93, 17);
     this.lResp.TabIndex = 18;
     this.lResp.Text     = "Responsable:";
     //
     // lShowOrg
     //
     this.lShowOrg.AutoSize = true;
     this.lShowOrg.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lShowOrg.Location = new System.Drawing.Point(111, 44);
     this.lShowOrg.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lShowOrg.Name     = "lShowOrg";
     this.lShowOrg.Size     = new System.Drawing.Size(62, 17);
     this.lShowOrg.TabIndex = 17;
     this.lShowOrg.Text     = "nounorg";
     //
     // lShowIni
     //
     this.lShowIni.AutoSize = true;
     this.lShowIni.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lShowIni.Location = new System.Drawing.Point(980, 141);
     this.lShowIni.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lShowIni.Name     = "lShowIni";
     this.lShowIni.Size     = new System.Drawing.Size(24, 17);
     this.lShowIni.TabIndex = 16;
     this.lShowIni.Text     = "ini";
     //
     // lFechaInicial
     //
     this.lFechaInicial.AutoSize = true;
     this.lFechaInicial.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lFechaInicial.Location = new System.Drawing.Point(873, 141);
     this.lFechaInicial.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lFechaInicial.Name     = "lFechaInicial";
     this.lFechaInicial.Size     = new System.Drawing.Size(88, 17);
     this.lFechaInicial.TabIndex = 14;
     this.lFechaInicial.Text     = "Fecha Inicio:";
     //
     // lOrg
     //
     this.lOrg.AutoSize = true;
     this.lOrg.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lOrg.Location = new System.Drawing.Point(20, 44);
     this.lOrg.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lOrg.Name     = "lOrg";
     this.lOrg.Size     = new System.Drawing.Size(67, 17);
     this.lOrg.TabIndex = 13;
     this.lOrg.Text     = "Organiza:";
     //
     // lTipoActividad
     //
     this.lTipoActividad.AutoSize = true;
     this.lTipoActividad.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lTipoActividad.Location = new System.Drawing.Point(851, 44);
     this.lTipoActividad.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lTipoActividad.Name     = "lTipoActividad";
     this.lTipoActividad.Size     = new System.Drawing.Size(52, 17);
     this.lTipoActividad.TabIndex = 12;
     this.lTipoActividad.Text     = "tipoact";
     //
     // lTipoA
     //
     this.lTipoA.AutoSize = true;
     this.lTipoA.Font     = new System.Drawing.Font("Bahnschrift", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lTipoA.Location = new System.Drawing.Point(698, 44);
     this.lTipoA.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lTipoA.Name     = "lTipoA";
     this.lTipoA.Size     = new System.Drawing.Size(121, 17);
     this.lTipoA.TabIndex = 11;
     this.lTipoA.Text     = "Tipo de Actividad:";
     //
     // bVerMas
     //
     this.bVerMas.FlatAppearance.BorderSize = 0;
     this.bVerMas.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bVerMas.Image     = ((System.Drawing.Image)(resources.GetObject("bVerMas.Image")));
     this.bVerMas.Location  = new System.Drawing.Point(994, 5);
     this.bVerMas.Margin    = new System.Windows.Forms.Padding(4);
     this.bVerMas.Name      = "bVerMas";
     this.bVerMas.Size      = new System.Drawing.Size(72, 68);
     this.bVerMas.TabIndex  = 7;
     this.bVerMas.UseVisualStyleBackColor = true;
     this.bVerMas.Click += new System.EventHandler(this.bVerMas_Click);
     //
     // labelName
     //
     this.labelName.Font     = new System.Drawing.Font("Bahnschrift", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelName.Location = new System.Drawing.Point(4, 5);
     this.labelName.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelName.Name     = "labelName";
     this.labelName.Size     = new System.Drawing.Size(543, 28);
     this.labelName.TabIndex = 4;
     this.labelName.Text     = "Nombre";
     //
     // pict
     //
     this.pict.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pict.Image       = global::APS.Properties.Resources.no_image;
     this.pict.Location    = new System.Drawing.Point(14, 102);
     this.pict.Margin      = new System.Windows.Forms.Padding(4);
     this.pict.Name        = "pict";
     this.pict.Size        = new System.Drawing.Size(176, 100);
     this.pict.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pict.TabIndex    = 6;
     this.pict.TabStop     = false;
     //
     // CartelActividadesRealizadas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.LightBlue;
     this.Controls.Add(this.panel1);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "CartelActividadesRealizadas";
     this.Size   = new System.Drawing.Size(1078, 217);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pict)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(CalificacionVehiculosFRM));
     Syncfusion.Windows.Forms.Tools.CustomImageCollection customImageCollection1 = new Syncfusion.Windows.Forms.Tools.CustomImageCollection();
     Syncfusion.Windows.Forms.Tools.ResetButton           resetButton1           = new Syncfusion.Windows.Forms.Tools.ResetButton();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.label1            = new System.Windows.Forms.Label();
     this.observacionInp    = new System.Windows.Forms.RichTextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.recomiendaInp2    = new System.Windows.Forms.RadioButton();
     this.recomiendaInp     = new System.Windows.Forms.RadioButton();
     this.button1           = new System.Windows.Forms.Button();
     this.calificacionInput = new Syncfusion.Windows.Forms.Tools.RatingControl();
     this.label4            = new System.Windows.Forms.Label();
     this.panel1            = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureBox1.Location = new System.Drawing.Point(13, 13);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(85, 81);
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(105, 48);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(275, 32);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Calificación de vehiculos";
     this.label1.UseCompatibleTextRendering = true;
     this.label1.Click += new System.EventHandler(this.label1_Click);
     //
     // observacionInp
     //
     this.observacionInp.Location = new System.Drawing.Point(74, 218);
     this.observacionInp.Name     = "observacionInp";
     this.observacionInp.Size     = new System.Drawing.Size(227, 82);
     this.observacionInp.TabIndex = 5;
     this.observacionInp.Text     = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(71, 202);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(162, 13);
     this.label2.TabIndex = 6;
     this.label2.Text     = "observaciones del vehiculo";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(71, 317);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(145, 13);
     this.label3.TabIndex = 7;
     this.label3.Text     = "recomienda el vehiculo?";
     //
     // recomiendaInp2
     //
     this.recomiendaInp2.AutoSize = true;
     this.recomiendaInp2.Location = new System.Drawing.Point(232, 340);
     this.recomiendaInp2.Name     = "recomiendaInp2";
     this.recomiendaInp2.Size     = new System.Drawing.Size(39, 17);
     this.recomiendaInp2.TabIndex = 8;
     this.recomiendaInp2.TabStop  = true;
     this.recomiendaInp2.Text     = "No";
     this.recomiendaInp2.UseVisualStyleBackColor = true;
     //
     // recomiendaInp
     //
     this.recomiendaInp.AutoSize = true;
     this.recomiendaInp.Location = new System.Drawing.Point(232, 317);
     this.recomiendaInp.Name     = "recomiendaInp";
     this.recomiendaInp.Size     = new System.Drawing.Size(34, 17);
     this.recomiendaInp.TabIndex = 9;
     this.recomiendaInp.TabStop  = true;
     this.recomiendaInp.Text     = "Si";
     this.recomiendaInp.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(141, 384);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(92, 27);
     this.button1.TabIndex = 10;
     this.button1.Text     = "Calificar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // calificacionInput
     //
     this.calificacionInput.Images      = customImageCollection1;
     this.calificacionInput.Location    = new System.Drawing.Point(153, 153);
     this.calificacionInput.Name        = "calificacionInput";
     this.calificacionInput.ResetButton = resetButton1;
     this.calificacionInput.Size        = new System.Drawing.Size(148, 27);
     this.calificacionInput.TabIndex    = 11;
     this.calificacionInput.Text        = "ratingControl1";
     this.calificacionInput.Click      += new System.EventHandler(this.calificacion_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(71, 153);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(73, 13);
     this.label4.TabIndex = 12;
     this.label4.Text     = "Calificación";
     this.label4.Click   += new System.EventHandler(this.label4_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.MenuHighlight;
     this.panel1.Location  = new System.Drawing.Point(-136, 94);
     this.panel1.Margin    = new System.Windows.Forms.Padding(4);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(532, 14);
     this.panel1.TabIndex  = 13;
     //
     // CalificacionVehiculosFRM
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.ClientSize          = new System.Drawing.Size(393, 449);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.calificacionInput);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.recomiendaInp);
     this.Controls.Add(this.recomiendaInp2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.observacionInp);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.Name  = "CalificacionVehiculosFRM";
     this.Text  = "CARSHOWROOM";
     this.Load += new System.EventHandler(this.CalificacionVehiculosFRM_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.Windows.Forms.Tools.CustomImageCollection customImageCollection1 = new Syncfusion.Windows.Forms.Tools.CustomImageCollection();
     Syncfusion.Windows.Forms.Tools.ResetButton           resetButton1           = new Syncfusion.Windows.Forms.Tools.ResetButton();
     this.Contianer           = new System.Windows.Forms.TableLayoutPanel();
     this.container           = new System.Windows.Forms.Panel();
     this.verifyPanel         = new Syncfusion.Windows.Forms.Tools.RatingControl();
     this.dataFieldValueField = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.editBtn             = new Syncfusion.Windows.Forms.ButtonAdv();
     this.removeBtn           = new Syncfusion.Windows.Forms.ButtonAdv();
     this.Contianer.SuspendLayout();
     this.container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataFieldValueField)).BeginInit();
     this.SuspendLayout();
     //
     // Contianer
     //
     this.Contianer.ColumnCount = 3;
     this.Contianer.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.Contianer.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 51F));
     this.Contianer.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 51F));
     this.Contianer.Controls.Add(this.container, 0, 0);
     this.Contianer.Controls.Add(this.editBtn, 1, 0);
     this.Contianer.Controls.Add(this.removeBtn, 2, 0);
     this.Contianer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Contianer.Location = new System.Drawing.Point(0, 0);
     this.Contianer.Name     = "Contianer";
     this.Contianer.RowCount = 1;
     this.Contianer.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.Contianer.Size     = new System.Drawing.Size(342, 46);
     this.Contianer.TabIndex = 0;
     //
     // container
     //
     this.container.Controls.Add(this.verifyPanel);
     this.container.Controls.Add(this.dataFieldValueField);
     this.container.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.container.Location = new System.Drawing.Point(3, 4);
     this.container.Margin   = new System.Windows.Forms.Padding(3, 4, 6, 3);
     this.container.Name     = "container";
     this.container.Size     = new System.Drawing.Size(231, 39);
     this.container.TabIndex = 56;
     //
     // verifyPanel
     //
     this.verifyPanel.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.verifyPanel.ApplyGradientColors = false;
     this.verifyPanel.BackColor           = System.Drawing.Color.White;
     this.verifyPanel.CanOverrideStyle    = true;
     this.verifyPanel.Images        = customImageCollection1;
     this.verifyPanel.ItemBackColor = System.Drawing.Color.Transparent;
     this.verifyPanel.ItemsCount    = 1;
     this.verifyPanel.Location      = new System.Drawing.Point(201, 5);
     this.verifyPanel.Margin        = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.verifyPanel.Name          = "verifyPanel";
     resetButton1.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     resetButton1.BackColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.verifyPanel.ResetButton   = resetButton1;
     this.verifyPanel.Size          = new System.Drawing.Size(30, 25);
     this.verifyPanel.Style         = Syncfusion.Windows.Forms.Tools.RatingControl.Styles.Metro;
     this.verifyPanel.TabIndex      = 55;
     this.verifyPanel.ThemeName     = "Metro";
     this.verifyPanel.Click        += new System.EventHandler(this.VerifyPanel_Click);
     //
     // dataFieldValueField
     //
     this.dataFieldValueField.BeforeTouchSize = new System.Drawing.Size(231, 39);
     this.dataFieldValueField.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.dataFieldValueField.BorderSides     = System.Windows.Forms.Border3DSide.Bottom;
     this.dataFieldValueField.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dataFieldValueField.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.dataFieldValueField.Font            = new System.Drawing.Font("Dosis", 18.5F);
     this.dataFieldValueField.HideSelection   = false;
     this.dataFieldValueField.Location        = new System.Drawing.Point(0, 0);
     this.dataFieldValueField.Name            = "dataFieldValueField";
     this.dataFieldValueField.Size            = new System.Drawing.Size(231, 39);
     this.dataFieldValueField.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
     this.dataFieldValueField.TabIndex        = 53;
     this.dataFieldValueField.Text            = "Data Field";
     this.dataFieldValueField.ThemeName       = "Metro";
     this.dataFieldValueField.WordWrap        = false;
     this.dataFieldValueField.EnabledChanged += new System.EventHandler(this.DataFieldValueField_EnabledChanged);
     this.dataFieldValueField.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.dataFieldValueField_KeyUp);
     //
     // editBtn
     //
     this.editBtn.Appearance      = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.editBtn.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.editBtn.BeforeTouchSize = new System.Drawing.Size(47, 40);
     this.editBtn.BorderStyleAdv  = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Flat;
     this.editBtn.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.editBtn.Font            = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.editBtn.ForeColor       = System.Drawing.Color.White;
     this.editBtn.Image           = global::Synapse.Shared.Properties.Resources.pencil_edit_button;
     this.editBtn.Location        = new System.Drawing.Point(241, 3);
     this.editBtn.Margin          = new System.Windows.Forms.Padding(1, 3, 3, 3);
     this.editBtn.Name            = "editBtn";
     this.editBtn.Size            = new System.Drawing.Size(47, 40);
     this.editBtn.TabIndex        = 52;
     this.editBtn.ThemeName       = "Metro";
     this.editBtn.UseVisualStyle  = true;
     this.editBtn.Click          += new System.EventHandler(this.editBtn_Click);
     //
     // removeBtn
     //
     this.removeBtn.Appearance      = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.removeBtn.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.removeBtn.BeforeTouchSize = new System.Drawing.Size(49, 40);
     this.removeBtn.BorderStyleAdv  = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Flat;
     this.removeBtn.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.removeBtn.Font            = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.removeBtn.ForeColor       = System.Drawing.Color.White;
     this.removeBtn.Image           = global::Synapse.Shared.Properties.Resources.cross_close_or_delete_circular_interface_button_symbol;
     this.removeBtn.Location        = new System.Drawing.Point(292, 3);
     this.removeBtn.Margin          = new System.Windows.Forms.Padding(1, 3, 1, 3);
     this.removeBtn.MetroColor      = System.Drawing.Color.Tomato;
     this.removeBtn.Name            = "removeBtn";
     this.removeBtn.Size            = new System.Drawing.Size(49, 40);
     this.removeBtn.TabIndex        = 54;
     this.removeBtn.ThemeName       = "Metro";
     this.removeBtn.UseVisualStyle  = true;
     this.removeBtn.Click          += new System.EventHandler(this.removeBtn_Click);
     //
     // DatabaseField
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.Contianer);
     this.MinimumSize = new System.Drawing.Size(342, 46);
     this.Name        = "DatabaseField";
     this.Size        = new System.Drawing.Size(342, 46);
     this.Contianer.ResumeLayout(false);
     this.container.ResumeLayout(false);
     this.container.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataFieldValueField)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Tools.CustomImageCollection customImageCollection1 = new Syncfusion.Windows.Forms.Tools.CustomImageCollection();
     Syncfusion.Windows.Forms.Tools.ResetButton           resetButton1           = new Syncfusion.Windows.Forms.Tools.ResetButton();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(EvaluarActividad));
     this.bAceptarEvaluacion  = new System.Windows.Forms.Button();
     this.bCancelarEvaluacion = new System.Windows.Forms.Button();
     this.labelValoracion     = new System.Windows.Forms.Label();
     this.labelComentario     = new System.Windows.Forms.Label();
     this.textBoxComentario   = new System.Windows.Forms.RichTextBox();
     this.labelError          = new System.Windows.Forms.Label();
     this.lblTitulo           = new System.Windows.Forms.Label();
     this.ratingValoracion    = new Syncfusion.Windows.Forms.Tools.RatingControl();
     this.SuspendLayout();
     //
     // bAceptarEvaluacion
     //
     this.bAceptarEvaluacion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.bAceptarEvaluacion.Font      = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bAceptarEvaluacion.Location  = new System.Drawing.Point(273, 404);
     this.bAceptarEvaluacion.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.bAceptarEvaluacion.Name      = "bAceptarEvaluacion";
     this.bAceptarEvaluacion.Size      = new System.Drawing.Size(91, 30);
     this.bAceptarEvaluacion.TabIndex  = 0;
     this.bAceptarEvaluacion.Text      = "Aceptar";
     this.bAceptarEvaluacion.UseVisualStyleBackColor = true;
     this.bAceptarEvaluacion.Click += new System.EventHandler(this.bAceptarEvaluacion_Click_1);
     //
     // bCancelarEvaluacion
     //
     this.bCancelarEvaluacion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.bCancelarEvaluacion.Font      = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bCancelarEvaluacion.Location  = new System.Drawing.Point(381, 404);
     this.bCancelarEvaluacion.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.bCancelarEvaluacion.Name      = "bCancelarEvaluacion";
     this.bCancelarEvaluacion.Size      = new System.Drawing.Size(99, 30);
     this.bCancelarEvaluacion.TabIndex  = 1;
     this.bCancelarEvaluacion.Text      = "Cancelar";
     this.bCancelarEvaluacion.UseVisualStyleBackColor = true;
     this.bCancelarEvaluacion.Click += new System.EventHandler(this.bCancelarEvaluacion_Click_1);
     //
     // labelValoracion
     //
     this.labelValoracion.AutoSize = true;
     this.labelValoracion.Font     = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelValoracion.Location = new System.Drawing.Point(41, 180);
     this.labelValoracion.Name     = "labelValoracion";
     this.labelValoracion.Size     = new System.Drawing.Size(93, 21);
     this.labelValoracion.TabIndex = 4;
     this.labelValoracion.Text     = "Valoración:";
     //
     // labelComentario
     //
     this.labelComentario.AutoSize = true;
     this.labelComentario.Font     = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelComentario.Location = new System.Drawing.Point(28, 258);
     this.labelComentario.Name     = "labelComentario";
     this.labelComentario.Size     = new System.Drawing.Size(102, 21);
     this.labelComentario.TabIndex = 6;
     this.labelComentario.Text     = "Comentario:";
     //
     // textBoxComentario
     //
     this.textBoxComentario.Font     = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxComentario.Location = new System.Drawing.Point(143, 258);
     this.textBoxComentario.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.textBoxComentario.Name     = "textBoxComentario";
     this.textBoxComentario.Size     = new System.Drawing.Size(305, 107);
     this.textBoxComentario.TabIndex = 17;
     this.textBoxComentario.Text     = "";
     //
     // labelError
     //
     this.labelError.AutoSize  = true;
     this.labelError.BackColor = System.Drawing.Color.Transparent;
     this.labelError.Font      = new System.Drawing.Font("Bahnschrift", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelError.ForeColor = System.Drawing.Color.Red;
     this.labelError.Location  = new System.Drawing.Point(28, 404);
     this.labelError.Name      = "labelError";
     this.labelError.Size      = new System.Drawing.Size(42, 17);
     this.labelError.TabIndex  = 28;
     this.labelError.Text      = "error";
     //
     // lblTitulo
     //
     this.lblTitulo.AutoSize  = true;
     this.lblTitulo.Font      = new System.Drawing.Font("Bahnschrift SemiBold SemiConden", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitulo.ForeColor = System.Drawing.Color.DarkCyan;
     this.lblTitulo.Location  = new System.Drawing.Point(12, 9);
     this.lblTitulo.Name      = "lblTitulo";
     this.lblTitulo.Size      = new System.Drawing.Size(487, 72);
     this.lblTitulo.TabIndex  = 29;
     this.lblTitulo.Text      = "¿QUÉ TAL TE HA PARECIDO LA ACTIVIDAD\r\nNOMBRE_ACTIVIDAD? ¡PUNTÚALA!";
     this.lblTitulo.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // ratingValoracion
     //
     this.ratingValoracion.Images          = customImageCollection1;
     this.ratingValoracion.ItemBackColor   = System.Drawing.Color.White;
     this.ratingValoracion.ItemBorderColor = System.Drawing.Color.Black;
     this.ratingValoracion.Location        = new System.Drawing.Point(156, 174);
     this.ratingValoracion.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ratingValoracion.Name            = "ratingValoracion";
     this.ratingValoracion.Precision       = Syncfusion.Windows.Forms.Tools.PrecisionMode.Half;
     this.ratingValoracion.ResetButton     = resetButton1;
     this.ratingValoracion.Size            = new System.Drawing.Size(292, 33);
     this.ratingValoracion.TabIndex        = 31;
     this.ratingValoracion.Text            = "ratingControl1";
     //
     // EvaluarActividad
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(541, 470);
     this.Controls.Add(this.ratingValoracion);
     this.Controls.Add(this.lblTitulo);
     this.Controls.Add(this.labelError);
     this.Controls.Add(this.textBoxComentario);
     this.Controls.Add(this.labelComentario);
     this.Controls.Add(this.labelValoracion);
     this.Controls.Add(this.bCancelarEvaluacion);
     this.Controls.Add(this.bAceptarEvaluacion);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name            = "EvaluarActividad";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Evaluar Actividad";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Tools.CustomImageCollection customImageCollection1 = new Syncfusion.Windows.Forms.Tools.CustomImageCollection();
     Syncfusion.Windows.Forms.Tools.ResetButton           resetButton1           = new Syncfusion.Windows.Forms.Tools.ResetButton();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(EvaluarUsuarioONG));
     this.ratingValoracion    = new Syncfusion.Windows.Forms.Tools.RatingControl();
     this.lblTitulo           = new System.Windows.Forms.Label();
     this.textBoxComentario   = new System.Windows.Forms.RichTextBox();
     this.labelComentario     = new System.Windows.Forms.Label();
     this.labelValoracion     = new System.Windows.Forms.Label();
     this.bCancelarEvaluacion = new System.Windows.Forms.Button();
     this.bAceptarEvaluacion  = new System.Windows.Forms.Button();
     this.lblArchivoAdjunto   = new System.Windows.Forms.Label();
     this.openFileDialog1     = new System.Windows.Forms.OpenFileDialog();
     this.txtURL             = new System.Windows.Forms.TextBox();
     this.btnExaminar        = new System.Windows.Forms.Button();
     this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
     this.labelError         = new System.Windows.Forms.Label();
     this.numericHoras       = new System.Windows.Forms.NumericUpDown();
     this.labelHoras         = new System.Windows.Forms.Label();
     this.userEvaluado       = new System.Windows.Forms.Label();
     this.lUserEvaluado      = new System.Windows.Forms.Label();
     this.lblFechaIni        = new System.Windows.Forms.Label();
     this.lblFechaFin        = new System.Windows.Forms.Label();
     this.dateTimePickerIni  = new System.Windows.Forms.DateTimePicker();
     this.dateTimePickerFin  = new System.Windows.Forms.DateTimePicker();
     ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericHoras)).BeginInit();
     this.SuspendLayout();
     //
     // ratingValoracion
     //
     this.ratingValoracion.Images          = customImageCollection1;
     this.ratingValoracion.ItemBackColor   = System.Drawing.Color.White;
     this.ratingValoracion.ItemBorderColor = System.Drawing.Color.Black;
     this.ratingValoracion.Location        = new System.Drawing.Point(155, 286);
     this.ratingValoracion.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ratingValoracion.Name            = "ratingValoracion";
     this.ratingValoracion.Precision       = Syncfusion.Windows.Forms.Tools.PrecisionMode.Half;
     this.ratingValoracion.ResetButton     = resetButton1;
     this.ratingValoracion.Size            = new System.Drawing.Size(292, 33);
     this.ratingValoracion.TabIndex        = 41;
     this.ratingValoracion.Text            = "ratingControl1";
     //
     // lblTitulo
     //
     this.lblTitulo.AutoSize  = true;
     this.lblTitulo.Font      = new System.Drawing.Font("Bahnschrift SemiBold SemiConden", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitulo.ForeColor = System.Drawing.Color.DarkCyan;
     this.lblTitulo.Location  = new System.Drawing.Point(59, 9);
     this.lblTitulo.Name      = "lblTitulo";
     this.lblTitulo.Size      = new System.Drawing.Size(428, 72);
     this.lblTitulo.TabIndex  = 39;
     this.lblTitulo.Text      = "¿CÓMO HA TRABAJADO EL USUARIO \r\nNOMBRE_USUARIO? ¡PUNTÚALO!";
     this.lblTitulo.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // textBoxComentario
     //
     this.textBoxComentario.Font     = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxComentario.Location = new System.Drawing.Point(155, 341);
     this.textBoxComentario.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.textBoxComentario.Name     = "textBoxComentario";
     this.textBoxComentario.Size     = new System.Drawing.Size(296, 107);
     this.textBoxComentario.TabIndex = 37;
     this.textBoxComentario.Text     = "";
     //
     // labelComentario
     //
     this.labelComentario.AutoSize = true;
     this.labelComentario.Font     = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelComentario.Location = new System.Drawing.Point(39, 341);
     this.labelComentario.Name     = "labelComentario";
     this.labelComentario.Size     = new System.Drawing.Size(102, 21);
     this.labelComentario.TabIndex = 36;
     this.labelComentario.Text     = "Comentario:";
     //
     // labelValoracion
     //
     this.labelValoracion.AutoSize = true;
     this.labelValoracion.Font     = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelValoracion.Location = new System.Drawing.Point(49, 286);
     this.labelValoracion.Name     = "labelValoracion";
     this.labelValoracion.Size     = new System.Drawing.Size(93, 21);
     this.labelValoracion.TabIndex = 34;
     this.labelValoracion.Text     = "Valoración:";
     //
     // bCancelarEvaluacion
     //
     this.bCancelarEvaluacion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.bCancelarEvaluacion.Font      = new System.Drawing.Font("Modern No. 20", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bCancelarEvaluacion.Location  = new System.Drawing.Point(392, 576);
     this.bCancelarEvaluacion.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.bCancelarEvaluacion.Name      = "bCancelarEvaluacion";
     this.bCancelarEvaluacion.Size      = new System.Drawing.Size(99, 30);
     this.bCancelarEvaluacion.TabIndex  = 33;
     this.bCancelarEvaluacion.Text      = "Cancelar";
     this.bCancelarEvaluacion.UseVisualStyleBackColor = true;
     this.bCancelarEvaluacion.Click += new System.EventHandler(this.bCancelar_Click);
     //
     // bAceptarEvaluacion
     //
     this.bAceptarEvaluacion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.bAceptarEvaluacion.Font      = new System.Drawing.Font("Modern No. 20", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bAceptarEvaluacion.Location  = new System.Drawing.Point(279, 576);
     this.bAceptarEvaluacion.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.bAceptarEvaluacion.Name      = "bAceptarEvaluacion";
     this.bAceptarEvaluacion.Size      = new System.Drawing.Size(91, 30);
     this.bAceptarEvaluacion.TabIndex  = 32;
     this.bAceptarEvaluacion.Text      = "Aceptar";
     this.bAceptarEvaluacion.UseVisualStyleBackColor = true;
     this.bAceptarEvaluacion.Click += new System.EventHandler(this.bAceptar_Click);
     //
     // lblArchivoAdjunto
     //
     this.lblArchivoAdjunto.AutoSize = true;
     this.lblArchivoAdjunto.Font     = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblArchivoAdjunto.Location = new System.Drawing.Point(39, 485);
     this.lblArchivoAdjunto.Name     = "lblArchivoAdjunto";
     this.lblArchivoAdjunto.Size     = new System.Drawing.Size(134, 21);
     this.lblArchivoAdjunto.TabIndex = 42;
     this.lblArchivoAdjunto.Text     = "Archivo Adjunto:";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // txtURL
     //
     this.txtURL.Font     = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtURL.Location = new System.Drawing.Point(195, 486);
     this.txtURL.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtURL.Name     = "txtURL";
     this.txtURL.Size     = new System.Drawing.Size(200, 26);
     this.txtURL.TabIndex = 43;
     //
     // btnExaminar
     //
     this.btnExaminar.Font     = new System.Drawing.Font("Bahnschrift", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExaminar.Location = new System.Drawing.Point(405, 486);
     this.btnExaminar.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnExaminar.Name     = "btnExaminar";
     this.btnExaminar.Size     = new System.Drawing.Size(99, 23);
     this.btnExaminar.TabIndex = 44;
     this.btnExaminar.Text     = "Examinar";
     this.btnExaminar.UseVisualStyleBackColor = true;
     this.btnExaminar.Click += new System.EventHandler(this.btnExaminar_Click);
     //
     // fileSystemWatcher1
     //
     this.fileSystemWatcher1.EnableRaisingEvents = true;
     this.fileSystemWatcher1.SynchronizingObject = this;
     //
     // labelError
     //
     this.labelError.AutoSize  = true;
     this.labelError.BackColor = System.Drawing.Color.Transparent;
     this.labelError.Font      = new System.Drawing.Font("Bahnschrift", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelError.ForeColor = System.Drawing.Color.Red;
     this.labelError.Location  = new System.Drawing.Point(37, 576);
     this.labelError.Name      = "labelError";
     this.labelError.Size      = new System.Drawing.Size(42, 17);
     this.labelError.TabIndex  = 45;
     this.labelError.Text      = "error";
     //
     // numericHoras
     //
     this.numericHoras.Font     = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericHoras.Location = new System.Drawing.Point(217, 239);
     this.numericHoras.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.numericHoras.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericHoras.Name     = "numericHoras";
     this.numericHoras.Size     = new System.Drawing.Size(120, 26);
     this.numericHoras.TabIndex = 47;
     //
     // labelHoras
     //
     this.labelHoras.AutoSize = true;
     this.labelHoras.Font     = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelHoras.Location = new System.Drawing.Point(44, 239);
     this.labelHoras.Name     = "labelHoras";
     this.labelHoras.Size     = new System.Drawing.Size(141, 21);
     this.labelHoras.TabIndex = 46;
     this.labelHoras.Text     = "Horas Invertidas:";
     //
     // userEvaluado
     //
     this.userEvaluado.AutoSize = true;
     this.userEvaluado.Font     = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.userEvaluado.Location = new System.Drawing.Point(39, 118);
     this.userEvaluado.Name     = "userEvaluado";
     this.userEvaluado.Size     = new System.Drawing.Size(146, 21);
     this.userEvaluado.TabIndex = 48;
     this.userEvaluado.Text     = "Usuario Evaluado:";
     //
     // lUserEvaluado
     //
     this.lUserEvaluado.AutoSize  = true;
     this.lUserEvaluado.Font      = new System.Drawing.Font("Bahnschrift", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lUserEvaluado.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lUserEvaluado.Location  = new System.Drawing.Point(204, 122);
     this.lUserEvaluado.Name      = "lUserEvaluado";
     this.lUserEvaluado.Size      = new System.Drawing.Size(59, 18);
     this.lUserEvaluado.TabIndex  = 49;
     this.lUserEvaluado.Text      = "nombre";
     //
     // lblFechaIni
     //
     this.lblFechaIni.AutoSize = true;
     this.lblFechaIni.Font     = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFechaIni.Location = new System.Drawing.Point(53, 163);
     this.lblFechaIni.Name     = "lblFechaIni";
     this.lblFechaIni.Size     = new System.Drawing.Size(138, 21);
     this.lblFechaIni.TabIndex = 50;
     this.lblFechaIni.Text     = "Fecha Comienzo:";
     //
     // lblFechaFin
     //
     this.lblFechaFin.AutoSize = true;
     this.lblFechaFin.Font     = new System.Drawing.Font("Bahnschrift", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFechaFin.Location = new System.Drawing.Point(39, 201);
     this.lblFechaFin.Name     = "lblFechaFin";
     this.lblFechaFin.Size     = new System.Drawing.Size(152, 21);
     this.lblFechaFin.TabIndex = 51;
     this.lblFechaFin.Text     = "Fecha Finalización:";
     //
     // dateTimePickerIni
     //
     this.dateTimePickerIni.CalendarFont = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePickerIni.Location     = new System.Drawing.Point(207, 163);
     this.dateTimePickerIni.Name         = "dateTimePickerIni";
     this.dateTimePickerIni.Size         = new System.Drawing.Size(244, 22);
     this.dateTimePickerIni.TabIndex     = 52;
     //
     // dateTimePickerFin
     //
     this.dateTimePickerFin.CalendarFont = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePickerFin.Location     = new System.Drawing.Point(207, 201);
     this.dateTimePickerFin.Name         = "dateTimePickerFin";
     this.dateTimePickerFin.Size         = new System.Drawing.Size(244, 22);
     this.dateTimePickerFin.TabIndex     = 53;
     //
     // EvaluarUsuarioONG
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(537, 621);
     this.Controls.Add(this.dateTimePickerFin);
     this.Controls.Add(this.dateTimePickerIni);
     this.Controls.Add(this.lblFechaFin);
     this.Controls.Add(this.lblFechaIni);
     this.Controls.Add(this.lUserEvaluado);
     this.Controls.Add(this.userEvaluado);
     this.Controls.Add(this.numericHoras);
     this.Controls.Add(this.labelHoras);
     this.Controls.Add(this.labelError);
     this.Controls.Add(this.btnExaminar);
     this.Controls.Add(this.txtURL);
     this.Controls.Add(this.lblArchivoAdjunto);
     this.Controls.Add(this.ratingValoracion);
     this.Controls.Add(this.lblTitulo);
     this.Controls.Add(this.textBoxComentario);
     this.Controls.Add(this.labelComentario);
     this.Controls.Add(this.labelValoracion);
     this.Controls.Add(this.bCancelarEvaluacion);
     this.Controls.Add(this.bAceptarEvaluacion);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name            = "EvaluarUsuarioONG";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Evaluar al Participante";
     ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericHoras)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }