/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDesignerDrogSelect));
     this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
     this.imgToolbar = new System.Windows.Forms.ImageList(this.components);
     this.tlbMain = new System.Windows.Forms.ToolBar();
     this.tbbSeparator1 = new System.Windows.Forms.ToolBarButton();
     this.tbbNew = new System.Windows.Forms.ToolBarButton();
     this.tbbModify = new System.Windows.Forms.ToolBarButton();
     this.tbbInactivate = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton();
     this.tbbRefresh = new System.Windows.Forms.ToolBarButton();
     this.pnlFilter = new System.Windows.Forms.Panel();
     this.cmbCategoryRef = new Ndi.HelpDesk.UI.Controls.TextComboBox();
     this.lblCategoryRef = new System.Windows.Forms.Label();
     this.cmbActual = new Ndi.HelpDesk.UI.Controls.TextComboBox();
     this.cmbStatus = new Ndi.HelpDesk.UI.Controls.TextComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
     this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
     this.colTitle = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colAuthor = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colSource = new System.Windows.Forms.DataGridTextBoxColumn();
     this.colCategory = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colActive = new System.Windows.Forms.DataGridBoolColumn();
     this.colIsActual = new System.Windows.Forms.DataGridBoolColumn();
     this.pnlFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
     this.SuspendLayout();
     //
     // pHeader
     //
     this.pHeader.BackColor = System.Drawing.SystemColors.Window;
     this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
     this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
     this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
     this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
     this.pHeader.GradientEndColor = System.Drawing.Color.White;
     this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
     this.pHeader.Image = null;
     this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
     this.pHeader.ImageOffsetX = 2;
     this.pHeader.ImageOffsetY = 0;
     this.pHeader.Location = new System.Drawing.Point(0, 0);
     this.pHeader.Name = "pHeader";
     this.pHeader.Size = new System.Drawing.Size(800, 46);
     this.pHeader.TabIndex = 0;
     this.pHeader.Text1 = "Designer drogok";
     this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
     this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
     this.pHeader.Text1OffsetX = 0;
     this.pHeader.Text1OffsetY = 0;
     this.pHeader.Text2 = "A Designer drogok portálon megjelenõ elemek szerkeszétse";
     this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
     this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
     this.pHeader.Text2OffsetX = 20;
     this.pHeader.Text2OffsetY = 0;
     //
     // imgToolbar
     //
     this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
     this.imgToolbar.TransparentColor = System.Drawing.Color.Transparent;
     this.imgToolbar.Images.SetKeyName(0, "");
     this.imgToolbar.Images.SetKeyName(1, "");
     this.imgToolbar.Images.SetKeyName(2, "");
     this.imgToolbar.Images.SetKeyName(3, "");
     this.imgToolbar.Images.SetKeyName(4, "");
     //
     // tlbMain
     //
     this.tlbMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.tlbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSeparator1,
     this.tbbNew,
     this.tbbModify,
     this.tbbInactivate,
     this.tbbSeparator2,
     this.tbbRefresh});
     this.tlbMain.DropDownArrows = true;
     this.tlbMain.ImageList = this.imgToolbar;
     this.tlbMain.Location = new System.Drawing.Point(0, 46);
     this.tlbMain.Name = "tlbMain";
     this.tlbMain.ShowToolTips = true;
     this.tlbMain.Size = new System.Drawing.Size(800, 28);
     this.tlbMain.TabIndex = 1;
     this.tlbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tlbMain_ButtonClick);
     //
     // tbbSeparator1
     //
     this.tbbSeparator1.Name = "tbbSeparator1";
     this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbNew
     //
     this.tbbNew.ImageIndex = 0;
     this.tbbNew.Name = "tbbNew";
     this.tbbNew.ToolTipText = "Új hír";
     //
     // tbbModify
     //
     this.tbbModify.ImageIndex = 1;
     this.tbbModify.Name = "tbbModify";
     this.tbbModify.ToolTipText = "Hír módosítása";
     //
     // tbbInactivate
     //
     this.tbbInactivate.ImageIndex = 2;
     this.tbbInactivate.Name = "tbbInactivate";
     this.tbbInactivate.ToolTipText = "Inaktiválás/aktiválás";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Name = "tbbSeparator2";
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbRefresh
     //
     this.tbbRefresh.ImageIndex = 3;
     this.tbbRefresh.Name = "tbbRefresh";
     this.tbbRefresh.ToolTipText = "Lista frissítése/szûrés";
     //
     // pnlFilter
     //
     this.pnlFilter.Controls.Add(this.cmbCategoryRef);
     this.pnlFilter.Controls.Add(this.lblCategoryRef);
     this.pnlFilter.Controls.Add(this.cmbActual);
     this.pnlFilter.Controls.Add(this.cmbStatus);
     this.pnlFilter.Controls.Add(this.label4);
     this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlFilter.Location = new System.Drawing.Point(0, 74);
     this.pnlFilter.Name = "pnlFilter";
     this.pnlFilter.Size = new System.Drawing.Size(800, 80);
     this.pnlFilter.TabIndex = 2;
     //
     // cmbCategoryRef
     //
     this.cmbCategoryRef.AllowNull = true;
     this.cmbCategoryRef.BreakSort = false;
     this.cmbCategoryRef.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCategoryRef.Items.AddRange(new object[] {
     "Magyar"});
     this.cmbCategoryRef.Location = new System.Drawing.Point(101, 34);
     this.cmbCategoryRef.Name = "cmbCategoryRef";
     this.cmbCategoryRef.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.cmbCategoryRef.Size = new System.Drawing.Size(341, 24);
     this.cmbCategoryRef.TabIndex = 44;
     this.cmbCategoryRef.ToolBarUse = false;
     this.cmbCategoryRef.ValidationErrorMessage = "Érvénytelen karakter!";
     //
     // lblCategoryRef
     //
     this.lblCategoryRef.Location = new System.Drawing.Point(9, 39);
     this.lblCategoryRef.Name = "lblCategoryRef";
     this.lblCategoryRef.Size = new System.Drawing.Size(86, 23);
     this.lblCategoryRef.TabIndex = 45;
     this.lblCategoryRef.Text = "Kategória:";
     //
     // cmbActual
     //
     this.cmbActual.AllowNull = true;
     this.cmbActual.BreakSort = false;
     this.cmbActual.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbActual.Location = new System.Drawing.Point(303, 6);
     this.cmbActual.Name = "cmbActual";
     this.cmbActual.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.cmbActual.Size = new System.Drawing.Size(139, 24);
     this.cmbActual.TabIndex = 7;
     this.cmbActual.ToolBarUse = false;
     this.cmbActual.ValidationErrorMessage = "Érvénytelen karakter!";
     //
     // cmbStatus
     //
     this.cmbStatus.AllowNull = true;
     this.cmbStatus.BreakSort = false;
     this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStatus.Location = new System.Drawing.Point(101, 6);
     this.cmbStatus.Name = "cmbStatus";
     this.cmbStatus.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.cmbStatus.Size = new System.Drawing.Size(139, 24);
     this.cmbStatus.TabIndex = 5;
     this.cmbStatus.ToolBarUse = false;
     this.cmbStatus.ValidationErrorMessage = "Érvénytelen karakter!";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 11);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(55, 17);
     this.label4.TabIndex = 4;
     this.label4.Text = "Állapot:";
     //
     // dtgMain
     //
     this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
     this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
     this.dtgMain.CaptionVisible = false;
     this.dtgMain.DataMember = "";
     this.dtgMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
     this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dtgMain.Location = new System.Drawing.Point(0, 154);
     this.dtgMain.Name = "dtgMain";
     this.dtgMain.ReadOnly = true;
     this.dtgMain.RowHeaderWidth = 3;
     this.dtgMain.Size = new System.Drawing.Size(800, 155);
     this.dtgMain.TabIndex = 3;
     this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
     this.dtgMain.Navigate += new System.Windows.Forms.NavigateEventHandler(this.dtgMain_Navigate);
     this.dtgMain.DoubleClick += new System.EventHandler(this.dtgMain_DoubleClick);
     //
     // customStylesCollection1
     //
     this.customStylesCollection1.DataGrid = this.dtgMain;
     this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colTitle,
     this.colAuthor,
     this.colSource,
     this.colCategory,
     this.colActive,
     this.colIsActual});
     this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.customStylesCollection1.MappingName = "Table";
     this.customStylesCollection1.RowHeaderWidth = 3;
     this.customStylesCollection1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     //
     // colTitle
     //
     this.colTitle.Format = "";
     this.colTitle.FormatInfo = null;
     this.colTitle.HeaderText = "Cím";
     this.colTitle.MappingName = "cTitle";
     this.colTitle.Width = 200;
     //
     // colVisibleForVisitor
     //
     this.colAuthor.HeaderText = "Szerzõ";
     this.colAuthor.MappingName = "cAuthor";
     this.colAuthor.Width = 100;
     //
     // colVisibleForRegistered
     //
     this.colSource.HeaderText = "Forrás";
     this.colSource.MappingName = "cSource";
     this.colSource.Width = 100;
     //
     // colCategory
     //
     this.colCategory.Format = "";
     this.colCategory.FormatInfo = null;
     this.colCategory.HeaderText = "Kategória";
     this.colCategory.MappingName = "cCategoryName";
     this.colCategory.Width = 135;
     //
     // colActive
     //
     this.colActive.HeaderText = "Aktív";
     this.colActive.MappingName = "bIsActive";
     this.colActive.Width = 75;
     //
     // colIsActual
     //
     this.colIsActual.HeaderText = "Aktuális";
     this.colIsActual.MappingName = "bIsActual";
     this.colIsActual.Width = 75;
     //
     // frmDesignerDrogSelect
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(800, 309);
     this.Controls.Add(this.dtgMain);
     this.Controls.Add(this.pnlFilter);
     this.Controls.Add(this.tlbMain);
     this.Controls.Add(this.pHeader);
     this.Name = "frmDesignerDrogSelect";
     this.Text = "NDI HelpDesk Adminisztrátor";
     this.Load += new System.EventHandler(this.frmDesignerDrogsSelect_Load);
     this.pnlFilter.ResumeLayout(false);
     this.pnlFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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()
 {
     this.pnlBottom = new System.Windows.Forms.Panel();
       this.btnSend = new System.Windows.Forms.Button();
       this.btnCancel = new System.Windows.Forms.Button();
       this.btnOk = new System.Windows.Forms.Button();
       this.label9 = new System.Windows.Forms.Label();
       this.label8 = new System.Windows.Forms.Label();
       this.label1 = new System.Windows.Forms.Label();
       this.label2 = new System.Windows.Forms.Label();
       this.label3 = new System.Windows.Forms.Label();
       this.lstTo = new System.Windows.Forms.ListBox();
       this.grpCategory = new System.Windows.Forms.GroupBox();
       this.cbxNDI = new System.Windows.Forms.CheckBox();
       this.cbxAll = new System.Windows.Forms.CheckBox();
       this.cbxOrgActPrevention = new System.Windows.Forms.CheckBox();
       this.cbxOrgActResearch = new System.Windows.Forms.CheckBox();
       this.cbxOrgActRehabilitation = new System.Windows.Forms.CheckBox();
       this.cbxOrgActOther = new System.Windows.Forms.CheckBox();
       this.progBar = new System.Windows.Forms.ProgressBar();
       this.tabControl1 = new System.Windows.Forms.TabControl();
       this.tabPageBase = new System.Windows.Forms.TabPage();
       this.tabPageAttachment = new System.Windows.Forms.TabPage();
       this.lblFileTitle = new System.Windows.Forms.Label();
       this.btnDeleteFile = new System.Windows.Forms.Button();
       this.btnNewFile = new System.Windows.Forms.Button();
       this.btnFile = new System.Windows.Forms.Button();
       this.lblFilePath = new System.Windows.Forms.Label();
       this.txtSubject = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtMailBody = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtSent = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtCategory = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtCC = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtFileTitle = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtFilePath = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.dtgFiles = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colPath = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colCreatedDate = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colFileSize = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.pnlBottom.SuspendLayout();
       this.grpCategory.SuspendLayout();
       this.tabControl1.SuspendLayout();
       this.tabPageBase.SuspendLayout();
       this.tabPageAttachment.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgFiles)).BeginInit();
       this.SuspendLayout();
       //
       // pnlBottom
       //
       this.pnlBottom.Controls.Add(this.btnSend);
       this.pnlBottom.Controls.Add(this.btnCancel);
       this.pnlBottom.Controls.Add(this.btnOk);
       this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.pnlBottom.Location = new System.Drawing.Point(0, 570);
       this.pnlBottom.Name = "pnlBottom";
       this.pnlBottom.Size = new System.Drawing.Size(526, 40);
       this.pnlBottom.TabIndex = 13;
       //
       // btnSend
       //
       this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnSend.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnSend.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnSend.Location = new System.Drawing.Point(280, 12);
       this.btnSend.Name = "btnSend";
       this.btnSend.Size = new System.Drawing.Size(70, 20);
       this.btnSend.TabIndex = 0;
       this.btnSend.Text = "Küldés";
       this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
       //
       // btnCancel
       //
       this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnCancel.Location = new System.Drawing.Point(444, 12);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(70, 20);
       this.btnCancel.TabIndex = 2;
       this.btnCancel.Text = "Mégse";
       //
       // btnOk
       //
       this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnOk.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnOk.Location = new System.Drawing.Point(364, 12);
       this.btnOk.Name = "btnOk";
       this.btnOk.Size = new System.Drawing.Size(70, 20);
       this.btnOk.TabIndex = 1;
       this.btnOk.Text = "Rendben";
       this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
       //
       // label9
       //
       this.label9.Location = new System.Drawing.Point(16, 16);
       this.label9.Name = "label9";
       this.label9.Size = new System.Drawing.Size(80, 16);
       this.label9.TabIndex = 1;
       this.label9.Text = "Címzett:";
       //
       // label8
       //
       this.label8.Location = new System.Drawing.Point(16, 128);
       this.label8.Name = "label8";
       this.label8.Size = new System.Drawing.Size(80, 16);
       this.label8.TabIndex = 5;
       this.label8.Text = "Tárgy:";
       //
       // label1
       //
       this.label1.Location = new System.Drawing.Point(16, 340);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(84, 16);
       this.label1.TabIndex = 10;
       this.label1.Text = "Küldés dátuma:";
       //
       // label2
       //
       this.label2.Location = new System.Drawing.Point(16, 104);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(81, 16);
       this.label2.TabIndex = 3;
       this.label2.Text = "Másolatot kap:";
       //
       // label3
       //
       this.label3.AutoSize = true;
       this.label3.Location = new System.Drawing.Point(16, 316);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(55, 13);
       this.label3.TabIndex = 8;
       this.label3.Text = "Kategória:";
       //
       // lstTo
       //
       this.lstTo.BackColor = System.Drawing.SystemColors.Control;
       this.lstTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.lstTo.Location = new System.Drawing.Point(100, 16);
       this.lstTo.Name = "lstTo";
       this.lstTo.Size = new System.Drawing.Size(392, 80);
       this.lstTo.TabIndex = 0;
       //
       // grpCategory
       //
       this.grpCategory.Controls.Add(this.cbxNDI);
       this.grpCategory.Controls.Add(this.cbxAll);
       this.grpCategory.Controls.Add(this.cbxOrgActPrevention);
       this.grpCategory.Controls.Add(this.cbxOrgActResearch);
       this.grpCategory.Controls.Add(this.cbxOrgActRehabilitation);
       this.grpCategory.Controls.Add(this.cbxOrgActOther);
       this.grpCategory.Location = new System.Drawing.Point(100, 360);
       this.grpCategory.Name = "grpCategory";
       this.grpCategory.Size = new System.Drawing.Size(392, 60);
       this.grpCategory.TabIndex = 12;
       this.grpCategory.TabStop = false;
       this.grpCategory.Text = "Tevékenységek";
       //
       // cbxNDI
       //
       this.cbxNDI.Location = new System.Drawing.Point(296, 36);
       this.cbxNDI.Name = "cbxNDI";
       this.cbxNDI.Size = new System.Drawing.Size(76, 20);
       this.cbxNDI.TabIndex = 12;
       this.cbxNDI.Text = "NDI";
       this.cbxNDI.CheckedChanged += new System.EventHandler(this.cbxNDI_CheckedChanged);
       //
       // cbxAll
       //
       this.cbxAll.Location = new System.Drawing.Point(296, 16);
       this.cbxAll.Name = "cbxAll";
       this.cbxAll.Size = new System.Drawing.Size(76, 20);
       this.cbxAll.TabIndex = 11;
       this.cbxAll.Text = "Mindenki";
       this.cbxAll.CheckedChanged += new System.EventHandler(this.cbxAll_CheckedChanged);
       //
       // cbxOrgActPrevention
       //
       this.cbxOrgActPrevention.Location = new System.Drawing.Point(24, 16);
       this.cbxOrgActPrevention.Name = "cbxOrgActPrevention";
       this.cbxOrgActPrevention.Size = new System.Drawing.Size(80, 20);
       this.cbxOrgActPrevention.TabIndex = 0;
       this.cbxOrgActPrevention.Text = "Prevenció";
       this.cbxOrgActPrevention.CheckedChanged += new System.EventHandler(this.cbxOrgActPrevention_CheckedChanged);
       //
       // cbxOrgActResearch
       //
       this.cbxOrgActResearch.Location = new System.Drawing.Point(24, 36);
       this.cbxOrgActResearch.Name = "cbxOrgActResearch";
       this.cbxOrgActResearch.Size = new System.Drawing.Size(68, 20);
       this.cbxOrgActResearch.TabIndex = 2;
       this.cbxOrgActResearch.Text = "Kutatás";
       this.cbxOrgActResearch.CheckedChanged += new System.EventHandler(this.cbxOrgActResearch_CheckedChanged);
       //
       // cbxOrgActRehabilitation
       //
       this.cbxOrgActRehabilitation.Location = new System.Drawing.Point(170, 16);
       this.cbxOrgActRehabilitation.Name = "cbxOrgActRehabilitation";
       this.cbxOrgActRehabilitation.Size = new System.Drawing.Size(60, 20);
       this.cbxOrgActRehabilitation.TabIndex = 1;
       this.cbxOrgActRehabilitation.Text = "Ellátás";
       this.cbxOrgActRehabilitation.CheckedChanged += new System.EventHandler(this.cbxOrgActRehabilitation_CheckedChanged);
       //
       // cbxOrgActOther
       //
       this.cbxOrgActOther.Location = new System.Drawing.Point(170, 36);
       this.cbxOrgActOther.Name = "cbxOrgActOther";
       this.cbxOrgActOther.Size = new System.Drawing.Size(80, 20);
       this.cbxOrgActOther.TabIndex = 3;
       this.cbxOrgActOther.Text = "Egyéb";
       this.cbxOrgActOther.CheckedChanged += new System.EventHandler(this.cbxOrgActOther_CheckedChanged);
       //
       // progBar
       //
       this.progBar.Location = new System.Drawing.Point(376, 344);
       this.progBar.Name = "progBar";
       this.progBar.Size = new System.Drawing.Size(116, 12);
       this.progBar.TabIndex = 12;
       this.progBar.Visible = false;
       //
       // tabControl1
       //
       this.tabControl1.Controls.Add(this.tabPageBase);
       this.tabControl1.Controls.Add(this.tabPageAttachment);
       this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
       this.tabControl1.Location = new System.Drawing.Point(0, 40);
       this.tabControl1.Name = "tabControl1";
       this.tabControl1.SelectedIndex = 0;
       this.tabControl1.Size = new System.Drawing.Size(526, 530);
       this.tabControl1.TabIndex = 14;
       //
       // tabPageBase
       //
       this.tabPageBase.Controls.Add(this.progBar);
       this.tabPageBase.Controls.Add(this.txtSubject);
       this.tabPageBase.Controls.Add(this.txtMailBody);
       this.tabPageBase.Controls.Add(this.label9);
       this.tabPageBase.Controls.Add(this.label8);
       this.tabPageBase.Controls.Add(this.txtSent);
       this.tabPageBase.Controls.Add(this.txtCategory);
       this.tabPageBase.Controls.Add(this.label1);
       this.tabPageBase.Controls.Add(this.label2);
       this.tabPageBase.Controls.Add(this.label3);
       this.tabPageBase.Controls.Add(this.txtCC);
       this.tabPageBase.Controls.Add(this.lstTo);
       this.tabPageBase.Controls.Add(this.grpCategory);
       this.tabPageBase.Location = new System.Drawing.Point(4, 22);
       this.tabPageBase.Name = "tabPageBase";
       this.tabPageBase.Size = new System.Drawing.Size(518, 504);
       this.tabPageBase.TabIndex = 0;
       this.tabPageBase.Text = "Hír adatai";
       //
       // tabPageAttachment
       //
       this.tabPageAttachment.Controls.Add(this.lblFileTitle);
       this.tabPageAttachment.Controls.Add(this.btnDeleteFile);
       this.tabPageAttachment.Controls.Add(this.btnNewFile);
       this.tabPageAttachment.Controls.Add(this.btnFile);
       this.tabPageAttachment.Controls.Add(this.lblFilePath);
       this.tabPageAttachment.Controls.Add(this.txtFileTitle);
       this.tabPageAttachment.Controls.Add(this.txtFilePath);
       this.tabPageAttachment.Controls.Add(this.dtgFiles);
       this.tabPageAttachment.Location = new System.Drawing.Point(4, 22);
       this.tabPageAttachment.Name = "tabPageAttachment";
       this.tabPageAttachment.Size = new System.Drawing.Size(518, 504);
       this.tabPageAttachment.TabIndex = 2;
       this.tabPageAttachment.Text = "Csatolt fálok";
       this.tabPageAttachment.Visible = false;
       //
       // lblFileTitle
       //
       this.lblFileTitle.Location = new System.Drawing.Point(16, 32);
       this.lblFileTitle.Name = "lblFileTitle";
       this.lblFileTitle.Size = new System.Drawing.Size(112, 20);
       this.lblFileTitle.TabIndex = 17;
       this.lblFileTitle.Text = "Megjelenítendõ név:";
       //
       // btnDeleteFile
       //
       this.btnDeleteFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnDeleteFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnDeleteFile.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnDeleteFile.Location = new System.Drawing.Point(428, 474);
       this.btnDeleteFile.Name = "btnDeleteFile";
       this.btnDeleteFile.Size = new System.Drawing.Size(76, 20);
       this.btnDeleteFile.TabIndex = 15;
       this.btnDeleteFile.Text = "Törlés";
       this.btnDeleteFile.Click += new System.EventHandler(this.btnDeleteFile_Click);
       //
       // btnNewFile
       //
       this.btnNewFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnNewFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnNewFile.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnNewFile.Location = new System.Drawing.Point(344, 474);
       this.btnNewFile.Name = "btnNewFile";
       this.btnNewFile.Size = new System.Drawing.Size(76, 20);
       this.btnNewFile.TabIndex = 14;
       this.btnNewFile.Text = "Új";
       this.btnNewFile.Click += new System.EventHandler(this.btnNewFile_Click);
       //
       // btnFile
       //
       this.btnFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnFile.Location = new System.Drawing.Point(480, 8);
       this.btnFile.Name = "btnFile";
       this.btnFile.Size = new System.Drawing.Size(24, 20);
       this.btnFile.TabIndex = 1;
       this.btnFile.Text = "...";
       this.btnFile.Click += new System.EventHandler(this.btnFileUrl_Click);
       //
       // lblFilePath
       //
       this.lblFilePath.Location = new System.Drawing.Point(16, 8);
       this.lblFilePath.Name = "lblFilePath";
       this.lblFilePath.Size = new System.Drawing.Size(80, 20);
       this.lblFilePath.TabIndex = 11;
       this.lblFilePath.Text = "Fájl:";
       //
       // txtSubject
       //
       this.txtSubject.AllowNull = false;
       this.txtSubject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtSubject.InvalidCharSet = "";
       this.txtSubject.Location = new System.Drawing.Point(100, 124);
       this.txtSubject.MaxLength = 250;
       this.txtSubject.Name = "txtSubject";
       this.txtSubject.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtSubject.Size = new System.Drawing.Size(392, 20);
       this.txtSubject.TabIndex = 2;
       this.txtSubject.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtSubject.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtSubject.ValidationMask = "";
       this.txtSubject.ValidCharSet = "";
       //
       // txtMailBody
       //
       this.txtMailBody.AllowNull = false;
       this.txtMailBody.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtMailBody.InvalidCharSet = "";
       this.txtMailBody.Location = new System.Drawing.Point(16, 148);
       this.txtMailBody.Multiline = true;
       this.txtMailBody.Name = "txtMailBody";
       this.txtMailBody.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtMailBody.ScrollBars = System.Windows.Forms.ScrollBars.Both;
       this.txtMailBody.Size = new System.Drawing.Size(476, 160);
       this.txtMailBody.TabIndex = 3;
       this.txtMailBody.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtMailBody.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtMailBody.ValidationMask = "";
       this.txtMailBody.ValidCharSet = "";
       //
       // txtSent
       //
       this.txtSent.AllowNull = true;
       this.txtSent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtSent.InvalidCharSet = "";
       this.txtSent.Location = new System.Drawing.Point(100, 336);
       this.txtSent.Name = "txtSent";
       this.txtSent.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtSent.ReadOnly = true;
       this.txtSent.Size = new System.Drawing.Size(116, 20);
       this.txtSent.TabIndex = 5;
       this.txtSent.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtSent.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtSent.ValidationMask = "";
       this.txtSent.ValidCharSet = "";
       //
       // txtCategory
       //
       this.txtCategory.AllowNull = true;
       this.txtCategory.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtCategory.InvalidCharSet = "";
       this.txtCategory.Location = new System.Drawing.Point(100, 312);
       this.txtCategory.Name = "txtCategory";
       this.txtCategory.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtCategory.ReadOnly = true;
       this.txtCategory.Size = new System.Drawing.Size(392, 20);
       this.txtCategory.TabIndex = 4;
       this.txtCategory.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtCategory.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtCategory.ValidationMask = "";
       this.txtCategory.ValidCharSet = "";
       //
       // txtCC
       //
       this.txtCC.AllowNull = true;
       this.txtCC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtCC.InvalidCharSet = "";
       this.txtCC.Location = new System.Drawing.Point(100, 100);
       this.txtCC.Name = "txtCC";
       this.txtCC.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtCC.ReadOnly = true;
       this.txtCC.Size = new System.Drawing.Size(392, 20);
       this.txtCC.TabIndex = 1;
       this.txtCC.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtCC.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtCC.ValidationMask = "";
       this.txtCC.ValidCharSet = "";
       //
       // txtFileTitle
       //
       this.txtFileTitle.AllowNull = true;
       this.txtFileTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtFileTitle.InvalidCharSet = "";
       this.txtFileTitle.Location = new System.Drawing.Point(128, 32);
       this.txtFileTitle.MaxLength = 250;
       this.txtFileTitle.Name = "txtFileTitle";
       this.txtFileTitle.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtFileTitle.Size = new System.Drawing.Size(376, 20);
       this.txtFileTitle.TabIndex = 2;
       this.txtFileTitle.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtFileTitle.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtFileTitle.ValidationMask = "";
       this.txtFileTitle.ValidCharSet = "";
       //
       // txtFilePath
       //
       this.txtFilePath.AllowNull = true;
       this.txtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtFilePath.InvalidCharSet = "";
       this.txtFilePath.Location = new System.Drawing.Point(128, 8);
       this.txtFilePath.MaxLength = 100;
       this.txtFilePath.Name = "txtFilePath";
       this.txtFilePath.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtFilePath.ReadOnly = true;
       this.txtFilePath.Size = new System.Drawing.Size(348, 20);
       this.txtFilePath.TabIndex = 0;
       this.txtFilePath.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtFilePath.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtFilePath.ValidationMask = "";
       this.txtFilePath.ValidCharSet = "";
       //
       // dtgFiles
       //
       this.dtgFiles.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgFiles.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgFiles.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgFiles.CaptionVisible = false;
       this.dtgFiles.DataMember = "";
       this.dtgFiles.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgFiles.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgFiles.Location = new System.Drawing.Point(16, 64);
       this.dtgFiles.Name = "dtgFiles";
       this.dtgFiles.ReadOnly = true;
       this.dtgFiles.RowHeaderWidth = 3;
       this.dtgFiles.Size = new System.Drawing.Size(488, 328);
       this.dtgFiles.TabIndex = 12;
       this.dtgFiles.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       this.dtgFiles.Navigate += new System.Windows.Forms.NavigateEventHandler(this.dtgFiles_Navigate);
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgFiles;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colPath,
     this.colName,
     this.colCreatedDate,
     this.colFileSize});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colPath
       //
       this.colPath.Format = "";
       this.colPath.FormatInfo = null;
       this.colPath.HeaderText = "Útvonal";
       this.colPath.MappingName = "Path";
       this.colPath.Width = 110;
       //
       // colName
       //
       this.colName.Format = "";
       this.colName.FormatInfo = null;
       this.colName.HeaderText = "Név";
       this.colName.MappingName = "Name";
       this.colName.Width = 75;
       //
       // colCreatedDate
       //
       this.colCreatedDate.Format = "";
       this.colCreatedDate.FormatInfo = null;
       this.colCreatedDate.HeaderText = "Létrehozás d.";
       this.colCreatedDate.MappingName = "CreatedDate";
       this.colCreatedDate.Width = 120;
       //
       // colFileSize
       //
       this.colFileSize.Format = "### ### ### Byte";
       this.colFileSize.FormatInfo = null;
       this.colFileSize.HeaderText = "Méret";
       this.colFileSize.MappingName = "FileSize";
       this.colFileSize.Width = 110;
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(526, 40);
       this.pHeader.TabIndex = 0;
       this.pHeader.TabStop = false;
       this.pHeader.Text1 = "Levelek";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Hírlevél szerkesztése";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // frmEmailEdit
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
       this.CancelButton = this.btnCancel;
       this.ClientSize = new System.Drawing.Size(526, 610);
       this.Controls.Add(this.tabControl1);
       this.Controls.Add(this.pnlBottom);
       this.Controls.Add(this.pHeader);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "frmEmailEdit";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmEmailEdit_Load);
       this.pnlBottom.ResumeLayout(false);
       this.grpCategory.ResumeLayout(false);
       this.tabControl1.ResumeLayout(false);
       this.tabPageBase.ResumeLayout(false);
       this.tabPageBase.PerformLayout();
       this.tabPageAttachment.ResumeLayout(false);
       this.tabPageAttachment.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgFiles)).EndInit();
       this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmContinuativeSelect));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.tlbMain = new System.Windows.Forms.ToolBar();
       this.tbbSeparator1 = new System.Windows.Forms.ToolBarButton();
       this.tbbNew = new System.Windows.Forms.ToolBarButton();
       this.tbbModify = new System.Windows.Forms.ToolBarButton();
       this.tbbInactivate = new System.Windows.Forms.ToolBarButton();
       this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton();
       this.tbbRefresh = new System.Windows.Forms.ToolBarButton();
       this.imgToolbar = new System.Windows.Forms.ImageList(this.components);
       this.pnlFilter = new System.Windows.Forms.Panel();
       this.cmbStatus = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.lblActive = new System.Windows.Forms.Label();
       this.lblContinuativeName = new System.Windows.Forms.Label();
       this.txtContinuativeName = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtTargetGroup = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.lblTargetGroup = new System.Windows.Forms.Label();
       this.lblPersonName = new System.Windows.Forms.Label();
       this.txtPersonName = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colID = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colContinuativeName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colPersonName = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colTargetGroup = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colWhere = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colDateTo = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colOuterLink = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colActive = new System.Windows.Forms.DataGridBoolColumn();
       this.pnlFilter.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(609, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.Text1 = "Továbbképzési lehetõségek ajánlásai";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Továbbképzési lehetõségek ajánlásainak karbantartása";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // tlbMain
       //
       this.tlbMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
       this.tlbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSeparator1,
     this.tbbNew,
     this.tbbModify,
     this.tbbInactivate,
     this.tbbSeparator2,
     this.tbbRefresh});
       this.tlbMain.DropDownArrows = true;
       this.tlbMain.ImageList = this.imgToolbar;
       this.tlbMain.Location = new System.Drawing.Point(0, 46);
       this.tlbMain.Name = "tlbMain";
       this.tlbMain.ShowToolTips = true;
       this.tlbMain.Size = new System.Drawing.Size(609, 28);
       this.tlbMain.TabIndex = 1;
       this.tlbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tlbMain_ButtonClick);
       //
       // tbbSeparator1
       //
       this.tbbSeparator1.Name = "tbbSeparator1";
       this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbNew
       //
       this.tbbNew.ImageIndex = 0;
       this.tbbNew.Name = "tbbNew";
       this.tbbNew.ToolTipText = "Új továbbképzési lehetõség";
       //
       // tbbModify
       //
       this.tbbModify.ImageIndex = 1;
       this.tbbModify.Name = "tbbModify";
       this.tbbModify.ToolTipText = "Továbbképzési lehetõség módosítása";
       //
       // tbbInactivate
       //
       this.tbbInactivate.ImageIndex = 2;
       this.tbbInactivate.Name = "tbbInactivate";
       this.tbbInactivate.ToolTipText = "Inaktiválás/aktiválás";
       //
       // tbbSeparator2
       //
       this.tbbSeparator2.Name = "tbbSeparator2";
       this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbRefresh
       //
       this.tbbRefresh.ImageIndex = 3;
       this.tbbRefresh.Name = "tbbRefresh";
       this.tbbRefresh.ToolTipText = "Lista frissítése/szûrés";
       //
       // imgToolbar
       //
       this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
       this.imgToolbar.TransparentColor = System.Drawing.Color.Transparent;
       this.imgToolbar.Images.SetKeyName(0, "");
       this.imgToolbar.Images.SetKeyName(1, "");
       this.imgToolbar.Images.SetKeyName(2, "");
       this.imgToolbar.Images.SetKeyName(3, "");
       this.imgToolbar.Images.SetKeyName(4, "");
       this.imgToolbar.Images.SetKeyName(5, "");
       //
       // pnlFilter
       //
       this.pnlFilter.Controls.Add(this.cmbStatus);
       this.pnlFilter.Controls.Add(this.lblActive);
       this.pnlFilter.Controls.Add(this.lblContinuativeName);
       this.pnlFilter.Controls.Add(this.txtContinuativeName);
       this.pnlFilter.Controls.Add(this.txtTargetGroup);
       this.pnlFilter.Controls.Add(this.lblTargetGroup);
       this.pnlFilter.Controls.Add(this.lblPersonName);
       this.pnlFilter.Controls.Add(this.txtPersonName);
       this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
       this.pnlFilter.Location = new System.Drawing.Point(0, 74);
       this.pnlFilter.Name = "pnlFilter";
       this.pnlFilter.Size = new System.Drawing.Size(609, 97);
       this.pnlFilter.TabIndex = 2;
       //
       // cmbStatus
       //
       this.cmbStatus.AllowNull = true;
       this.cmbStatus.BreakSort = false;
       this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbStatus.Location = new System.Drawing.Point(398, 65);
       this.cmbStatus.Name = "cmbStatus";
       this.cmbStatus.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbStatus.Size = new System.Drawing.Size(192, 24);
       this.cmbStatus.TabIndex = 3;
       this.cmbStatus.ToolBarUse = false;
       this.cmbStatus.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // lblActive
       //
       this.lblActive.AutoSize = true;
       this.lblActive.Location = new System.Drawing.Point(341, 69);
       this.lblActive.Name = "lblActive";
       this.lblActive.Size = new System.Drawing.Size(55, 17);
       this.lblActive.TabIndex = 17;
       this.lblActive.Text = "Állapot:";
       //
       // lblContinuativeName
       //
       this.lblContinuativeName.Location = new System.Drawing.Point(10, 14);
       this.lblContinuativeName.Name = "lblContinuativeName";
       this.lblContinuativeName.Size = new System.Drawing.Size(105, 18);
       this.lblContinuativeName.TabIndex = 16;
       this.lblContinuativeName.Text = "Megnevezés:";
       //
       // txtContinuativeName
       //
       this.txtContinuativeName.AllowNull = true;
       this.txtContinuativeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtContinuativeName.InvalidCharSet = "";
       this.txtContinuativeName.Location = new System.Drawing.Point(120, 9);
       this.txtContinuativeName.MaxLength = 50;
       this.txtContinuativeName.Name = "txtContinuativeName";
       this.txtContinuativeName.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtContinuativeName.Size = new System.Drawing.Size(470, 22);
       this.txtContinuativeName.TabIndex = 0;
       this.txtContinuativeName.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtContinuativeName.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtContinuativeName.ValidationMask = "";
       this.txtContinuativeName.ValidCharSet = "";
       //
       // txtTargetGroup
       //
       this.txtTargetGroup.AllowNull = true;
       this.txtTargetGroup.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtTargetGroup.InvalidCharSet = "";
       this.txtTargetGroup.Location = new System.Drawing.Point(120, 65);
       this.txtTargetGroup.MaxLength = 50;
       this.txtTargetGroup.Name = "txtTargetGroup";
       this.txtTargetGroup.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtTargetGroup.Size = new System.Drawing.Size(211, 22);
       this.txtTargetGroup.TabIndex = 2;
       this.txtTargetGroup.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtTargetGroup.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtTargetGroup.ValidationMask = "";
       this.txtTargetGroup.ValidCharSet = "";
       //
       // lblTargetGroup
       //
       this.lblTargetGroup.Location = new System.Drawing.Point(10, 69);
       this.lblTargetGroup.Name = "lblTargetGroup";
       this.lblTargetGroup.Size = new System.Drawing.Size(105, 19);
       this.lblTargetGroup.TabIndex = 13;
       this.lblTargetGroup.Text = "Célcsoport:";
       //
       // lblPersonName
       //
       this.lblPersonName.Location = new System.Drawing.Point(10, 42);
       this.lblPersonName.Name = "lblPersonName";
       this.lblPersonName.Size = new System.Drawing.Size(105, 18);
       this.lblPersonName.TabIndex = 12;
       this.lblPersonName.Text = "Felelõs:";
       //
       // txtPersonName
       //
       this.txtPersonName.AllowNull = true;
       this.txtPersonName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtPersonName.InvalidCharSet = "";
       this.txtPersonName.Location = new System.Drawing.Point(120, 37);
       this.txtPersonName.MaxLength = 50;
       this.txtPersonName.Name = "txtPersonName";
       this.txtPersonName.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtPersonName.Size = new System.Drawing.Size(470, 22);
       this.txtPersonName.TabIndex = 1;
       this.txtPersonName.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtPersonName.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtPersonName.ValidationMask = "";
       this.txtPersonName.ValidCharSet = "";
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(0, 171);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 15;
       this.dtgMain.Size = new System.Drawing.Size(609, 219);
       this.dtgMain.TabIndex = 3;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       this.dtgMain.DoubleClick += new System.EventHandler(this.dtgMain_DoubleClick);
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colID,
     this.colContinuativeName,
     this.colPersonName,
     this.colTargetGroup,
     this.colWhere,
     this.colDateTo,
     this.colOuterLink,
     this.colActive});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.customStylesCollection1.RowHeaderWidth = 3;
       this.customStylesCollection1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
       //
       // colID
       //
       this.colID.Format = "";
       this.colID.FormatInfo = null;
       this.colID.HeaderText = "ID";
       this.colID.MappingName = "   ID";
       this.colID.Width = 0;
       //
       // colContinuativeName
       //
       this.colContinuativeName.Format = "";
       this.colContinuativeName.FormatInfo = null;
       this.colContinuativeName.HeaderText = "Megnevezés";
       this.colContinuativeName.MappingName = "ContinuativeName";
       this.colContinuativeName.Width = 120;
       //
       // colPersonName
       //
       this.colPersonName.Format = "";
       this.colPersonName.FormatInfo = null;
       this.colPersonName.HeaderText = "Felelõs";
       this.colPersonName.MappingName = "PersonName";
       this.colPersonName.Width = 75;
       //
       // colTargetGroup
       //
       this.colTargetGroup.Format = "";
       this.colTargetGroup.FormatInfo = null;
       this.colTargetGroup.HeaderText = "Célcsoport";
       this.colTargetGroup.MappingName = "TargetGrop";
       this.colTargetGroup.Width = 75;
       //
       // colWhere
       //
       this.colWhere.Format = "";
       this.colWhere.FormatInfo = null;
       this.colWhere.HeaderText = "Hol";
       this.colWhere.MappingName = "Where";
       this.colWhere.Width = 75;
       //
       // colDateTo
       //
       this.colDateTo.Format = "";
       this.colDateTo.FormatInfo = null;
       this.colDateTo.HeaderText = "Idõtartam";
       this.colDateTo.MappingName = "DateTo";
       this.colDateTo.Width = 75;
       //
       // colOuterLink
       //
       this.colOuterLink.Format = "";
       this.colOuterLink.FormatInfo = null;
       this.colOuterLink.HeaderText = "Link (Official)";
       this.colOuterLink.MappingName = "OuterLink";
       this.colOuterLink.Width = 75;
       //
       // colActive
       //
       this.colActive.HeaderText = "Aktív?";
       this.colActive.MappingName = "IsActive";
       this.colActive.Width = 75;
       //
       // frmContinuativeSelect
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.ClientSize = new System.Drawing.Size(609, 390);
       this.Controls.Add(this.dtgMain);
       this.Controls.Add(this.pnlFilter);
       this.Controls.Add(this.tlbMain);
       this.Controls.Add(this.pHeader);
       this.Name = "frmContinuativeSelect";
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmContinuativeSelect_Load);
       this.pnlFilter.ResumeLayout(false);
       this.pnlFilter.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.ResumeLayout(false);
       this.PerformLayout();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pnlBottom = new System.Windows.Forms.Panel();
       this.btnCancel = new System.Windows.Forms.Button();
       this.btnOk = new System.Windows.Forms.Button();
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.txtDescription = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtName = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label2 = new System.Windows.Forms.Label();
       this.label1 = new System.Windows.Forms.Label();
       this.cmbStatus = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.label16 = new System.Windows.Forms.Label();
       this.txtNonregisteredPartners = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label3 = new System.Windows.Forms.Label();
       this.cmbResponsible = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.label4 = new System.Windows.Forms.Label();
       this.cmbCoordinator1 = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.label5 = new System.Windows.Forms.Label();
       this.cmbCoordinator2 = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.label6 = new System.Windows.Forms.Label();
       this.cbxActivate = new System.Windows.Forms.CheckBox();
       this.label7 = new System.Windows.Forms.Label();
       this.label8 = new System.Windows.Forms.Label();
       this.tabControl = new System.Windows.Forms.TabControl();
       this.tabPageBase = new System.Windows.Forms.TabPage();
       this.lstAvaiableRegion1 = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.lstSelectedRegion = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.btnNoRegion = new System.Windows.Forms.Button();
       this.btnAllRegion = new System.Windows.Forms.Button();
       this.btnRemoveRegion = new System.Windows.Forms.Button();
       this.label19 = new System.Windows.Forms.Label();
       this.label18 = new System.Windows.Forms.Label();
       this.label17 = new System.Windows.Forms.Label();
       this.txtOrganisation = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtCategory = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtFinishDate = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtStartDate = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label14 = new System.Windows.Forms.Label();
       this.label11 = new System.Windows.Forms.Label();
       this.btnAddRegion = new System.Windows.Forms.Button();
       this.tabPageExpert = new System.Windows.Forms.TabPage();
       this.dtgExpertDetail = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection2 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colExpertNameDetail = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colEmailDetail = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colAddressDetail = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colPhoneDetail = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colActiveDetail = new System.Windows.Forms.DataGridBoolColumn();
       this.btnDetailExpert = new System.Windows.Forms.Button();
       this.btnRemoveExpert = new System.Windows.Forms.Button();
       this.btnAddExpert = new System.Windows.Forms.Button();
       this.label10 = new System.Windows.Forms.Label();
       this.dtgExpert = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection6 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colExpertName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colEmail = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colAddress = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colPhone = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colActiveExpert = new System.Windows.Forms.DataGridBoolColumn();
       this.tabPageAttachment = new System.Windows.Forms.TabPage();
       this.btnActivate = new System.Windows.Forms.Button();
       this.btnModifyAttachment = new System.Windows.Forms.Button();
       this.btnNewAttachment = new System.Windows.Forms.Button();
       this.label12 = new System.Windows.Forms.Label();
       this.dtgAttachment = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection5 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colNameAtt = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colPath = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colKeywords = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colCreatedDate = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colFileSize = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colActiveAtt = new System.Windows.Forms.DataGridBoolColumn();
       this.tabPageOrganisation = new System.Windows.Forms.TabPage();
       this.dtgOrgDetail = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection3 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colNameOrg = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colRegionOrg = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colActiveOrg = new System.Windows.Forms.DataGridBoolColumn();
       this.btnDetailOrganisation = new System.Windows.Forms.Button();
       this.btnRemoveOrganisation = new System.Windows.Forms.Button();
       this.btnAddOrganisation = new System.Windows.Forms.Button();
       this.label9 = new System.Windows.Forms.Label();
       this.dtgOrg = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.dtgOrgSelected = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.colName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colRegion = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colActive = new System.Windows.Forms.DataGridBoolColumn();
       this.tabPageKeyword = new System.Windows.Forms.TabPage();
       this.dtgThesaurusDetail = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection7 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colKeywordDetail = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colActiveThesaurusDetail = new System.Windows.Forms.DataGridBoolColumn();
       this.btnDetailThesaurus = new System.Windows.Forms.Button();
       this.btnRemoveThesaurus = new System.Windows.Forms.Button();
       this.btnAddThesaurus = new System.Windows.Forms.Button();
       this.label15 = new System.Windows.Forms.Label();
       this.dtgThesaurus = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection4 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colKeyword = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colActiveThesaurus = new System.Windows.Forms.DataGridBoolColumn();
       this.label13 = new System.Windows.Forms.Label();
       this.pnlBottom.SuspendLayout();
       this.tabControl.SuspendLayout();
       this.tabPageBase.SuspendLayout();
       this.tabPageExpert.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgExpertDetail)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.dtgExpert)).BeginInit();
       this.tabPageAttachment.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgAttachment)).BeginInit();
       this.tabPageOrganisation.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgOrgDetail)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.dtgOrg)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.dtgOrgSelected)).BeginInit();
       this.tabPageKeyword.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgThesaurusDetail)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.dtgThesaurus)).BeginInit();
       this.SuspendLayout();
       //
       // pnlBottom
       //
       this.pnlBottom.Controls.Add(this.btnCancel);
       this.pnlBottom.Controls.Add(this.btnOk);
       this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.pnlBottom.Location = new System.Drawing.Point(0, 573);
       this.pnlBottom.Name = "pnlBottom";
       this.pnlBottom.Size = new System.Drawing.Size(804, 45);
       this.pnlBottom.TabIndex = 2;
       //
       // btnCancel
       //
       this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnCancel.Location = new System.Drawing.Point(705, 14);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(84, 23);
       this.btnCancel.TabIndex = 1;
       this.btnCancel.Text = "Mégse";
       //
       // btnOk
       //
       this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnOk.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnOk.Location = new System.Drawing.Point(609, 14);
       this.btnOk.Name = "btnOk";
       this.btnOk.Size = new System.Drawing.Size(84, 23);
       this.btnOk.TabIndex = 0;
       this.btnOk.Text = "Rendben";
       this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(804, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.TabStop = false;
       this.pHeader.Text1 = "Programok";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Program szerkesztése";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // txtDescription
       //
       this.txtDescription.AllowNull = false;
       this.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtDescription.InvalidCharSet = "";
       this.txtDescription.Location = new System.Drawing.Point(14, 203);
       this.txtDescription.MaxLength = 5000;
       this.txtDescription.Multiline = true;
       this.txtDescription.Name = "txtDescription";
       this.txtDescription.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
       this.txtDescription.Size = new System.Drawing.Size(754, 143);
       this.txtDescription.TabIndex = 20;
       this.txtDescription.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtDescription.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtDescription.ValidationMask = "";
       this.txtDescription.ValidCharSet = "";
       //
       // txtName
       //
       this.txtName.AllowNull = false;
       this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtName.InvalidCharSet = "";
       this.txtName.Location = new System.Drawing.Point(130, 14);
       this.txtName.MaxLength = 250;
       this.txtName.Name = "txtName";
       this.txtName.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtName.Size = new System.Drawing.Size(580, 22);
       this.txtName.TabIndex = 1;
       this.txtName.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtName.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtName.ValidationMask = "";
       this.txtName.ValidCharSet = "";
       //
       // label2
       //
       this.label2.Location = new System.Drawing.Point(14, 185);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(183, 18);
       this.label2.TabIndex = 19;
       this.label2.Text = "A program részletes leírása:";
       //
       // label1
       //
       this.label1.Location = new System.Drawing.Point(14, 18);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(106, 19);
       this.label1.TabIndex = 0;
       this.label1.Text = "Program neve:";
       //
       // cmbStatus
       //
       this.cmbStatus.AllowNull = false;
       this.cmbStatus.BreakSort = false;
       this.cmbStatus.Location = new System.Drawing.Point(528, 69);
       this.cmbStatus.Name = "cmbStatus";
       this.cmbStatus.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbStatus.Size = new System.Drawing.Size(182, 24);
       this.cmbStatus.TabIndex = 13;
       this.cmbStatus.ToolBarUse = false;
       this.cmbStatus.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // label16
       //
       this.label16.Location = new System.Drawing.Point(418, 74);
       this.label16.Name = "label16";
       this.label16.Size = new System.Drawing.Size(96, 18);
       this.label16.TabIndex = 12;
       this.label16.Text = "Státusz:";
       //
       // txtNonregisteredPartners
       //
       this.txtNonregisteredPartners.AllowNull = true;
       this.txtNonregisteredPartners.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtNonregisteredPartners.InvalidCharSet = "";
       this.txtNonregisteredPartners.Location = new System.Drawing.Point(14, 272);
       this.txtNonregisteredPartners.Multiline = true;
       this.txtNonregisteredPartners.Name = "txtNonregisteredPartners";
       this.txtNonregisteredPartners.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtNonregisteredPartners.Size = new System.Drawing.Size(778, 65);
       this.txtNonregisteredPartners.TabIndex = 7;
       this.txtNonregisteredPartners.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtNonregisteredPartners.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtNonregisteredPartners.ValidationMask = "";
       this.txtNonregisteredPartners.ValidCharSet = "";
       //
       // label3
       //
       this.label3.Location = new System.Drawing.Point(14, 254);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(240, 18);
       this.label3.TabIndex = 6;
       this.label3.Text = "Nem regisztrált résztvevõ szervezetek:";
       //
       // cmbResponsible
       //
       this.cmbResponsible.AllowNull = true;
       this.cmbResponsible.BreakSort = false;
       this.cmbResponsible.Location = new System.Drawing.Point(130, 97);
       this.cmbResponsible.Name = "cmbResponsible";
       this.cmbResponsible.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbResponsible.Size = new System.Drawing.Size(264, 24);
       this.cmbResponsible.TabIndex = 7;
       this.cmbResponsible.ToolBarUse = false;
       this.cmbResponsible.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // label4
       //
       this.label4.Location = new System.Drawing.Point(14, 102);
       this.label4.Name = "label4";
       this.label4.Size = new System.Drawing.Size(106, 18);
       this.label4.TabIndex = 6;
       this.label4.Text = "Felelõs:";
       //
       // cmbCoordinator1
       //
       this.cmbCoordinator1.AllowNull = true;
       this.cmbCoordinator1.BreakSort = false;
       this.cmbCoordinator1.Location = new System.Drawing.Point(130, 125);
       this.cmbCoordinator1.Name = "cmbCoordinator1";
       this.cmbCoordinator1.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbCoordinator1.Size = new System.Drawing.Size(264, 24);
       this.cmbCoordinator1.TabIndex = 9;
       this.cmbCoordinator1.ToolBarUse = false;
       this.cmbCoordinator1.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // label5
       //
       this.label5.Location = new System.Drawing.Point(14, 129);
       this.label5.Name = "label5";
       this.label5.Size = new System.Drawing.Size(106, 19);
       this.label5.TabIndex = 8;
       this.label5.Text = "Koordinátor 1:";
       //
       // cmbCoordinator2
       //
       this.cmbCoordinator2.AllowNull = true;
       this.cmbCoordinator2.BreakSort = false;
       this.cmbCoordinator2.Location = new System.Drawing.Point(130, 152);
       this.cmbCoordinator2.Name = "cmbCoordinator2";
       this.cmbCoordinator2.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbCoordinator2.Size = new System.Drawing.Size(264, 24);
       this.cmbCoordinator2.TabIndex = 11;
       this.cmbCoordinator2.ToolBarUse = false;
       this.cmbCoordinator2.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // label6
       //
       this.label6.Location = new System.Drawing.Point(14, 157);
       this.label6.Name = "label6";
       this.label6.Size = new System.Drawing.Size(106, 18);
       this.label6.TabIndex = 10;
       this.label6.Text = "Koordinátor 2:";
       //
       // cbxActivate
       //
       this.cbxActivate.Location = new System.Drawing.Point(528, 152);
       this.cbxActivate.Name = "cbxActivate";
       this.cbxActivate.Size = new System.Drawing.Size(125, 28);
       this.cbxActivate.TabIndex = 18;
       this.cbxActivate.Text = "Aktív";
       //
       // label7
       //
       this.label7.Location = new System.Drawing.Point(418, 102);
       this.label7.Name = "label7";
       this.label7.Size = new System.Drawing.Size(105, 18);
       this.label7.TabIndex = 14;
       this.label7.Text = "Indulás dátuma:";
       //
       // label8
       //
       this.label8.Location = new System.Drawing.Point(418, 129);
       this.label8.Name = "label8";
       this.label8.Size = new System.Drawing.Size(105, 19);
       this.label8.TabIndex = 16;
       this.label8.Text = "Lezárás dátuma:";
       //
       // tabControl
       //
       this.tabControl.Controls.Add(this.tabPageBase);
       this.tabControl.Controls.Add(this.tabPageExpert);
       this.tabControl.Controls.Add(this.tabPageAttachment);
       this.tabControl.Controls.Add(this.tabPageOrganisation);
       this.tabControl.Controls.Add(this.tabPageKeyword);
       this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
       this.tabControl.Location = new System.Drawing.Point(0, 46);
       this.tabControl.Name = "tabControl";
       this.tabControl.SelectedIndex = 0;
       this.tabControl.Size = new System.Drawing.Size(804, 527);
       this.tabControl.TabIndex = 1;
       //
       // tabPageBase
       //
       this.tabPageBase.Controls.Add(this.lstAvaiableRegion1);
       this.tabPageBase.Controls.Add(this.lstSelectedRegion);
       this.tabPageBase.Controls.Add(this.btnNoRegion);
       this.tabPageBase.Controls.Add(this.btnAllRegion);
       this.tabPageBase.Controls.Add(this.btnRemoveRegion);
       this.tabPageBase.Controls.Add(this.label19);
       this.tabPageBase.Controls.Add(this.label18);
       this.tabPageBase.Controls.Add(this.label17);
       this.tabPageBase.Controls.Add(this.txtOrganisation);
       this.tabPageBase.Controls.Add(this.txtCategory);
       this.tabPageBase.Controls.Add(this.txtFinishDate);
       this.tabPageBase.Controls.Add(this.txtStartDate);
       this.tabPageBase.Controls.Add(this.label14);
       this.tabPageBase.Controls.Add(this.label11);
       this.tabPageBase.Controls.Add(this.label1);
       this.tabPageBase.Controls.Add(this.label2);
       this.tabPageBase.Controls.Add(this.txtName);
       this.tabPageBase.Controls.Add(this.txtDescription);
       this.tabPageBase.Controls.Add(this.label6);
       this.tabPageBase.Controls.Add(this.cmbCoordinator2);
       this.tabPageBase.Controls.Add(this.cmbResponsible);
       this.tabPageBase.Controls.Add(this.label4);
       this.tabPageBase.Controls.Add(this.cmbCoordinator1);
       this.tabPageBase.Controls.Add(this.label5);
       this.tabPageBase.Controls.Add(this.cmbStatus);
       this.tabPageBase.Controls.Add(this.label16);
       this.tabPageBase.Controls.Add(this.label7);
       this.tabPageBase.Controls.Add(this.label8);
       this.tabPageBase.Controls.Add(this.cbxActivate);
       this.tabPageBase.Controls.Add(this.btnAddRegion);
       this.tabPageBase.Location = new System.Drawing.Point(4, 25);
       this.tabPageBase.Name = "tabPageBase";
       this.tabPageBase.Size = new System.Drawing.Size(796, 498);
       this.tabPageBase.TabIndex = 0;
       this.tabPageBase.Text = "Alapadatok";
       //
       // lstAvaiableRegion1
       //
       this.lstAvaiableRegion1.AllowNull = true;
       this.lstAvaiableRegion1.BreakSort = false;
       this.lstAvaiableRegion1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
       this.lstAvaiableRegion1.Location = new System.Drawing.Point(475, 374);
       this.lstAvaiableRegion1.Name = "lstAvaiableRegion1";
       this.lstAvaiableRegion1.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.lstAvaiableRegion1.Size = new System.Drawing.Size(231, 111);
       this.lstAvaiableRegion1.TabIndex = 29;
       this.lstAvaiableRegion1.ToolBarUse = false;
       this.lstAvaiableRegion1.ValidationErrorMessage = "Érvénytelen karakter!";
       this.lstAvaiableRegion1.DoubleClick += new System.EventHandler(this.lstAvaiableRegion1_DoubleClick);
       //
       // lstSelectedRegion
       //
       this.lstSelectedRegion.AllowNull = false;
       this.lstSelectedRegion.BreakSort = false;
       this.lstSelectedRegion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
       this.lstSelectedRegion.Location = new System.Drawing.Point(130, 374);
       this.lstSelectedRegion.Name = "lstSelectedRegion";
       this.lstSelectedRegion.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.lstSelectedRegion.Size = new System.Drawing.Size(230, 111);
       this.lstSelectedRegion.TabIndex = 23;
       this.lstSelectedRegion.ToolBarUse = false;
       this.lstSelectedRegion.ValidationErrorMessage = "Érvénytelen karakter!";
       this.lstSelectedRegion.DoubleClick += new System.EventHandler(this.lstSelectedRegion_DoubleClick);
       //
       // btnNoRegion
       //
       this.btnNoRegion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnNoRegion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnNoRegion.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnNoRegion.Location = new System.Drawing.Point(376, 459);
       this.btnNoRegion.Name = "btnNoRegion";
       this.btnNoRegion.Size = new System.Drawing.Size(96, 23);
       this.btnNoRegion.TabIndex = 27;
       this.btnNoRegion.Text = "Egyik sem>";
       this.btnNoRegion.Click += new System.EventHandler(this.btnNoRegion_Click);
       //
       // btnAllRegion
       //
       this.btnAllRegion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnAllRegion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnAllRegion.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnAllRegion.Location = new System.Drawing.Point(376, 431);
       this.btnAllRegion.Name = "btnAllRegion";
       this.btnAllRegion.Size = new System.Drawing.Size(96, 23);
       this.btnAllRegion.TabIndex = 26;
       this.btnAllRegion.Text = "<Mind";
       this.btnAllRegion.Click += new System.EventHandler(this.btnAllRegion_Click);
       //
       // btnRemoveRegion
       //
       this.btnRemoveRegion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnRemoveRegion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnRemoveRegion.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnRemoveRegion.Location = new System.Drawing.Point(376, 404);
       this.btnRemoveRegion.Name = "btnRemoveRegion";
       this.btnRemoveRegion.Size = new System.Drawing.Size(96, 23);
       this.btnRemoveRegion.TabIndex = 25;
       this.btnRemoveRegion.Text = "Eltávolít>";
       this.btnRemoveRegion.Click += new System.EventHandler(this.btnRemoveRegion_Click);
       //
       // label19
       //
       this.label19.Location = new System.Drawing.Point(475, 351);
       this.label19.Name = "label19";
       this.label19.Size = new System.Drawing.Size(202, 18);
       this.label19.TabIndex = 28;
       this.label19.Text = "Választható megyék:";
       //
       // label18
       //
       this.label18.Location = new System.Drawing.Point(130, 351);
       this.label18.Name = "label18";
       this.label18.Size = new System.Drawing.Size(230, 18);
       this.label18.TabIndex = 22;
       this.label18.Text = "Kiválasztott megyék:";
       //
       // label17
       //
       this.label17.Location = new System.Drawing.Point(14, 374);
       this.label17.Name = "label17";
       this.label17.Size = new System.Drawing.Size(106, 18);
       this.label17.TabIndex = 21;
       this.label17.Text = "Megyék:";
       //
       // txtOrganisation
       //
       this.txtOrganisation.AllowNull = true;
       this.txtOrganisation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtOrganisation.InvalidCharSet = "";
       this.txtOrganisation.Location = new System.Drawing.Point(130, 42);
       this.txtOrganisation.MaxLength = 10;
       this.txtOrganisation.Name = "txtOrganisation";
       this.txtOrganisation.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtOrganisation.ReadOnly = true;
       this.txtOrganisation.Size = new System.Drawing.Size(580, 22);
       this.txtOrganisation.TabIndex = 3;
       this.txtOrganisation.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtOrganisation.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtOrganisation.ValidationMask = "";
       this.txtOrganisation.ValidCharSet = "";
       //
       // txtCategory
       //
       this.txtCategory.AllowNull = true;
       this.txtCategory.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtCategory.InvalidCharSet = "";
       this.txtCategory.Location = new System.Drawing.Point(130, 69);
       this.txtCategory.MaxLength = 10;
       this.txtCategory.Name = "txtCategory";
       this.txtCategory.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtCategory.ReadOnly = true;
       this.txtCategory.Size = new System.Drawing.Size(264, 22);
       this.txtCategory.TabIndex = 5;
       this.txtCategory.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtCategory.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtCategory.ValidationMask = "";
       this.txtCategory.ValidCharSet = "";
       //
       // txtFinishDate
       //
       this.txtFinishDate.AllowNull = true;
       this.txtFinishDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtFinishDate.InvalidCharSet = "";
       this.txtFinishDate.Location = new System.Drawing.Point(528, 125);
       this.txtFinishDate.MaxLength = 50;
       this.txtFinishDate.Name = "txtFinishDate";
       this.txtFinishDate.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtFinishDate.Size = new System.Drawing.Size(182, 22);
       this.txtFinishDate.TabIndex = 17;
       this.txtFinishDate.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtFinishDate.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtFinishDate.ValidationMask = "";
       this.txtFinishDate.ValidCharSet = "";
       //
       // txtStartDate
       //
       this.txtStartDate.AllowNull = true;
       this.txtStartDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtStartDate.InvalidCharSet = "";
       this.txtStartDate.Location = new System.Drawing.Point(528, 97);
       this.txtStartDate.MaxLength = 50;
       this.txtStartDate.Name = "txtStartDate";
       this.txtStartDate.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtStartDate.Size = new System.Drawing.Size(182, 22);
       this.txtStartDate.TabIndex = 15;
       this.txtStartDate.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtStartDate.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtStartDate.ValidationMask = "";
       this.txtStartDate.ValidCharSet = "";
       //
       // label14
       //
       this.label14.Location = new System.Drawing.Point(14, 46);
       this.label14.Name = "label14";
       this.label14.Size = new System.Drawing.Size(106, 19);
       this.label14.TabIndex = 2;
       this.label14.Text = "Szervezet:";
       //
       // label11
       //
       this.label11.Location = new System.Drawing.Point(14, 74);
       this.label11.Name = "label11";
       this.label11.Size = new System.Drawing.Size(106, 18);
       this.label11.TabIndex = 4;
       this.label11.Text = "Kategória:";
       //
       // btnAddRegion
       //
       this.btnAddRegion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnAddRegion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnAddRegion.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnAddRegion.Location = new System.Drawing.Point(376, 375);
       this.btnAddRegion.Name = "btnAddRegion";
       this.btnAddRegion.Size = new System.Drawing.Size(96, 24);
       this.btnAddRegion.TabIndex = 24;
       this.btnAddRegion.Text = "<Hozzáad";
       this.btnAddRegion.Click += new System.EventHandler(this.btnAddRegion_Click);
       //
       // tabPageExpert
       //
       this.tabPageExpert.Controls.Add(this.dtgExpertDetail);
       this.tabPageExpert.Controls.Add(this.btnDetailExpert);
       this.tabPageExpert.Controls.Add(this.btnRemoveExpert);
       this.tabPageExpert.Controls.Add(this.btnAddExpert);
       this.tabPageExpert.Controls.Add(this.label10);
       this.tabPageExpert.Controls.Add(this.dtgExpert);
       this.tabPageExpert.Location = new System.Drawing.Point(4, 25);
       this.tabPageExpert.Name = "tabPageExpert";
       this.tabPageExpert.Size = new System.Drawing.Size(796, 498);
       this.tabPageExpert.TabIndex = 2;
       this.tabPageExpert.Text = "Szakemberek";
       //
       // dtgExpertDetail
       //
       this.dtgExpertDetail.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgExpertDetail.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgExpertDetail.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgExpertDetail.CaptionVisible = false;
       this.dtgExpertDetail.DataMember = "";
       this.dtgExpertDetail.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgExpertDetail.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgExpertDetail.Location = new System.Drawing.Point(566, 37);
       this.dtgExpertDetail.Name = "dtgExpertDetail";
       this.dtgExpertDetail.ReadOnly = true;
       this.dtgExpertDetail.RowHeaderWidth = 3;
       this.dtgExpertDetail.Size = new System.Drawing.Size(221, 300);
       this.dtgExpertDetail.TabIndex = 5;
       this.dtgExpertDetail.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection2});
       this.dtgExpertDetail.DoubleClick += new System.EventHandler(this.dtgExpertDetail_DoubleClick);
       //
       // customStylesCollection2
       //
       this.customStylesCollection2.DataGrid = this.dtgExpertDetail;
       this.customStylesCollection2.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colExpertNameDetail,
     this.colEmailDetail,
     this.colAddressDetail,
     this.colPhoneDetail,
     this.colActiveDetail});
       this.customStylesCollection2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colExpertNameDetail
       //
       this.colExpertNameDetail.Format = "";
       this.colExpertNameDetail.FormatInfo = null;
       this.colExpertNameDetail.HeaderText = "Név";
       this.colExpertNameDetail.MappingName = "ExpertName";
       this.colExpertNameDetail.Width = 75;
       //
       // colEmailDetail
       //
       this.colEmailDetail.Format = "";
       this.colEmailDetail.FormatInfo = null;
       this.colEmailDetail.HeaderText = "E-mail cím";
       this.colEmailDetail.MappingName = "Email1";
       this.colEmailDetail.Width = 75;
       //
       // colAddressDetail
       //
       this.colAddressDetail.Format = "";
       this.colAddressDetail.FormatInfo = null;
       this.colAddressDetail.HeaderText = "Cím";
       this.colAddressDetail.MappingName = "Address";
       this.colAddressDetail.Width = 75;
       //
       // colPhoneDetail
       //
       this.colPhoneDetail.Format = "";
       this.colPhoneDetail.FormatInfo = null;
       this.colPhoneDetail.HeaderText = "Telefon";
       this.colPhoneDetail.MappingName = "Phone1";
       this.colPhoneDetail.Width = 75;
       //
       // colActiveDetail
       //
       this.colActiveDetail.HeaderText = "Aktív";
       this.colActiveDetail.MappingName = "IsActive";
       this.colActiveDetail.Width = 75;
       //
       // btnDetailExpert
       //
       this.btnDetailExpert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnDetailExpert.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnDetailExpert.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnDetailExpert.Location = new System.Drawing.Point(451, 398);
       this.btnDetailExpert.Name = "btnDetailExpert";
       this.btnDetailExpert.Size = new System.Drawing.Size(96, 26);
       this.btnDetailExpert.TabIndex = 4;
       this.btnDetailExpert.Text = "Részletek";
       this.btnDetailExpert.Click += new System.EventHandler(this.btnDetailExpert_Click);
       //
       // btnRemoveExpert
       //
       this.btnRemoveExpert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnRemoveExpert.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnRemoveExpert.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnRemoveExpert.Location = new System.Drawing.Point(451, 214);
       this.btnRemoveExpert.Name = "btnRemoveExpert";
       this.btnRemoveExpert.Size = new System.Drawing.Size(96, 23);
       this.btnRemoveExpert.TabIndex = 3;
       this.btnRemoveExpert.Text = "< Eltávolít";
       this.btnRemoveExpert.Click += new System.EventHandler(this.btnRemoveExpert_Click);
       //
       // btnAddExpert
       //
       this.btnAddExpert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnAddExpert.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnAddExpert.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnAddExpert.Location = new System.Drawing.Point(451, 182);
       this.btnAddExpert.Name = "btnAddExpert";
       this.btnAddExpert.Size = new System.Drawing.Size(96, 23);
       this.btnAddExpert.TabIndex = 2;
       this.btnAddExpert.Text = "Hozzáad >";
       this.btnAddExpert.Click += new System.EventHandler(this.btnAddExpert_Click);
       //
       // label10
       //
       this.label10.Location = new System.Drawing.Point(14, 14);
       this.label10.Name = "label10";
       this.label10.Size = new System.Drawing.Size(164, 23);
       this.label10.TabIndex = 0;
       this.label10.Text = "Résztvevõ szakemberek:";
       //
       // dtgExpert
       //
       this.dtgExpert.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgExpert.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgExpert.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgExpert.CaptionVisible = false;
       this.dtgExpert.DataMember = "";
       this.dtgExpert.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgExpert.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgExpert.Location = new System.Drawing.Point(14, 37);
       this.dtgExpert.Name = "dtgExpert";
       this.dtgExpert.ReadOnly = true;
       this.dtgExpert.RowHeaderWidth = 3;
       this.dtgExpert.Size = new System.Drawing.Size(428, 300);
       this.dtgExpert.TabIndex = 1;
       this.dtgExpert.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection6});
       this.dtgExpert.DoubleClick += new System.EventHandler(this.dtgExpert_DoubleClick);
       //
       // customStylesCollection6
       //
       this.customStylesCollection6.DataGrid = this.dtgExpert;
       this.customStylesCollection6.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colExpertName,
     this.colEmail,
     this.colAddress,
     this.colPhone,
     this.colActiveExpert});
       this.customStylesCollection6.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colExpertName
       //
       this.colExpertName.Format = "";
       this.colExpertName.FormatInfo = null;
       this.colExpertName.HeaderText = "Név";
       this.colExpertName.MappingName = "ExpertName";
       this.colExpertName.Width = 75;
       //
       // colEmail
       //
       this.colEmail.Format = "";
       this.colEmail.FormatInfo = null;
       this.colEmail.HeaderText = "E-mail cím";
       this.colEmail.MappingName = "Email1";
       this.colEmail.Width = 75;
       //
       // colAddress
       //
       this.colAddress.Format = "";
       this.colAddress.FormatInfo = null;
       this.colAddress.HeaderText = "Cím";
       this.colAddress.MappingName = "Address";
       this.colAddress.Width = 75;
       //
       // colPhone
       //
       this.colPhone.Format = "";
       this.colPhone.FormatInfo = null;
       this.colPhone.HeaderText = "Telefon";
       this.colPhone.MappingName = "Phone1";
       this.colPhone.Width = 75;
       //
       // colActiveExpert
       //
       this.colActiveExpert.HeaderText = "Aktív";
       this.colActiveExpert.MappingName = "IsActive";
       this.colActiveExpert.Width = 75;
       //
       // tabPageAttachment
       //
       this.tabPageAttachment.Controls.Add(this.btnActivate);
       this.tabPageAttachment.Controls.Add(this.btnModifyAttachment);
       this.tabPageAttachment.Controls.Add(this.btnNewAttachment);
       this.tabPageAttachment.Controls.Add(this.label12);
       this.tabPageAttachment.Controls.Add(this.dtgAttachment);
       this.tabPageAttachment.Location = new System.Drawing.Point(4, 25);
       this.tabPageAttachment.Name = "tabPageAttachment";
       this.tabPageAttachment.Size = new System.Drawing.Size(796, 498);
       this.tabPageAttachment.TabIndex = 3;
       this.tabPageAttachment.Text = "Dokumentumok";
       //
       // btnActivate
       //
       this.btnActivate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnActivate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnActivate.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnActivate.Location = new System.Drawing.Point(693, 247);
       this.btnActivate.Name = "btnActivate";
       this.btnActivate.Size = new System.Drawing.Size(92, 23);
       this.btnActivate.TabIndex = 4;
       this.btnActivate.Text = "Aktiválás";
       this.btnActivate.Click += new System.EventHandler(this.btnActivate_Click);
       //
       // btnModifyAttachment
       //
       this.btnModifyAttachment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnModifyAttachment.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnModifyAttachment.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnModifyAttachment.Location = new System.Drawing.Point(693, 214);
       this.btnModifyAttachment.Name = "btnModifyAttachment";
       this.btnModifyAttachment.Size = new System.Drawing.Size(92, 23);
       this.btnModifyAttachment.TabIndex = 3;
       this.btnModifyAttachment.Text = "Módosítás";
       this.btnModifyAttachment.Click += new System.EventHandler(this.btnModifyAttachment_Click);
       //
       // btnNewAttachment
       //
       this.btnNewAttachment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnNewAttachment.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnNewAttachment.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnNewAttachment.Location = new System.Drawing.Point(693, 182);
       this.btnNewAttachment.Name = "btnNewAttachment";
       this.btnNewAttachment.Size = new System.Drawing.Size(92, 23);
       this.btnNewAttachment.TabIndex = 2;
       this.btnNewAttachment.Text = "Új";
       this.btnNewAttachment.Click += new System.EventHandler(this.btnNewAttachment_Click);
       //
       // label12
       //
       this.label12.Location = new System.Drawing.Point(14, 14);
       this.label12.Name = "label12";
       this.label12.Size = new System.Drawing.Size(164, 23);
       this.label12.TabIndex = 0;
       this.label12.Text = "Csatolt dokumentumok:";
       //
       // dtgAttachment
       //
       this.dtgAttachment.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgAttachment.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgAttachment.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgAttachment.CaptionVisible = false;
       this.dtgAttachment.DataMember = "";
       this.dtgAttachment.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgAttachment.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgAttachment.Location = new System.Drawing.Point(14, 37);
       this.dtgAttachment.Name = "dtgAttachment";
       this.dtgAttachment.ReadOnly = true;
       this.dtgAttachment.RowHeaderWidth = 3;
       this.dtgAttachment.Size = new System.Drawing.Size(668, 300);
       this.dtgAttachment.TabIndex = 1;
       this.dtgAttachment.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection5});
       this.dtgAttachment.DoubleClick += new System.EventHandler(this.dtgAttachment_DoubleClick);
       //
       // customStylesCollection5
       //
       this.customStylesCollection5.DataGrid = this.dtgAttachment;
       this.customStylesCollection5.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colNameAtt,
     this.colPath,
     this.colKeywords,
     this.colCreatedDate,
     this.colFileSize,
     this.colActiveAtt});
       this.customStylesCollection5.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colNameAtt
       //
       this.colNameAtt.Format = "";
       this.colNameAtt.FormatInfo = null;
       this.colNameAtt.HeaderText = "Név";
       this.colNameAtt.MappingName = "Name";
       this.colNameAtt.Width = 150;
       //
       // colPath
       //
       this.colPath.Format = "";
       this.colPath.FormatInfo = null;
       this.colPath.HeaderText = "Fájl";
       this.colPath.MappingName = "Path";
       this.colPath.Width = 125;
       //
       // colKeywords
       //
       this.colKeywords.Format = "";
       this.colKeywords.FormatInfo = null;
       this.colKeywords.HeaderText = "Kulcsszavak";
       this.colKeywords.MappingName = "Keywords";
       this.colKeywords.Width = 75;
       //
       // colCreatedDate
       //
       this.colCreatedDate.Format = "";
       this.colCreatedDate.FormatInfo = null;
       this.colCreatedDate.HeaderText = "Létrehozás dátuma";
       this.colCreatedDate.MappingName = "CreatedDate";
       this.colCreatedDate.Width = 75;
       //
       // colFileSize
       //
       this.colFileSize.Format = "";
       this.colFileSize.FormatInfo = null;
       this.colFileSize.HeaderText = "Méret";
       this.colFileSize.MappingName = "nFileSize";
       this.colFileSize.Width = 75;
       //
       // colActiveAtt
       //
       this.colActiveAtt.HeaderText = "Aktív";
       this.colActiveAtt.MappingName = "IsActive";
       this.colActiveAtt.Width = 75;
       //
       // tabPageOrganisation
       //
       this.tabPageOrganisation.Controls.Add(this.dtgOrgDetail);
       this.tabPageOrganisation.Controls.Add(this.btnDetailOrganisation);
       this.tabPageOrganisation.Controls.Add(this.btnRemoveOrganisation);
       this.tabPageOrganisation.Controls.Add(this.btnAddOrganisation);
       this.tabPageOrganisation.Controls.Add(this.label9);
       this.tabPageOrganisation.Controls.Add(this.dtgOrg);
       this.tabPageOrganisation.Controls.Add(this.label3);
       this.tabPageOrganisation.Controls.Add(this.txtNonregisteredPartners);
       this.tabPageOrganisation.Location = new System.Drawing.Point(4, 25);
       this.tabPageOrganisation.Name = "tabPageOrganisation";
       this.tabPageOrganisation.Size = new System.Drawing.Size(796, 498);
       this.tabPageOrganisation.TabIndex = 1;
       this.tabPageOrganisation.Text = "Szervezetek";
       //
       // dtgOrgDetail
       //
       this.dtgOrgDetail.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgOrgDetail.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgOrgDetail.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgOrgDetail.CaptionVisible = false;
       this.dtgOrgDetail.DataMember = "";
       this.dtgOrgDetail.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgOrgDetail.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgOrgDetail.Location = new System.Drawing.Point(557, 37);
       this.dtgOrgDetail.Name = "dtgOrgDetail";
       this.dtgOrgDetail.ReadOnly = true;
       this.dtgOrgDetail.RowHeaderWidth = 3;
       this.dtgOrgDetail.Size = new System.Drawing.Size(235, 198);
       this.dtgOrgDetail.TabIndex = 5;
       this.dtgOrgDetail.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection3});
       this.dtgOrgDetail.DoubleClick += new System.EventHandler(this.dtgOrgDetail_DoubleClick);
       //
       // customStylesCollection3
       //
       this.customStylesCollection3.DataGrid = this.dtgOrgDetail;
       this.customStylesCollection3.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colNameOrg,
     this.colRegionOrg,
     this.colActiveOrg});
       this.customStylesCollection3.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colNameOrg
       //
       this.colNameOrg.Format = "";
       this.colNameOrg.FormatInfo = null;
       this.colNameOrg.HeaderText = "Szervezet neve";
       this.colNameOrg.MappingName = "Name";
       this.colNameOrg.Width = 175;
       //
       // colRegionOrg
       //
       this.colRegionOrg.Format = "";
       this.colRegionOrg.FormatInfo = null;
       this.colRegionOrg.HeaderText = "Régió";
       this.colRegionOrg.MappingName = "RegionName";
       this.colRegionOrg.Width = 75;
       //
       // colActiveOrg
       //
       this.colActiveOrg.HeaderText = "Aktív";
       this.colActiveOrg.MappingName = "IsActive";
       this.colActiveOrg.Width = 75;
       //
       // btnDetailOrganisation
       //
       this.btnDetailOrganisation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnDetailOrganisation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnDetailOrganisation.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnDetailOrganisation.Location = new System.Drawing.Point(446, 343);
       this.btnDetailOrganisation.Name = "btnDetailOrganisation";
       this.btnDetailOrganisation.Size = new System.Drawing.Size(96, 23);
       this.btnDetailOrganisation.TabIndex = 4;
       this.btnDetailOrganisation.Text = "Részletek";
       this.btnDetailOrganisation.Click += new System.EventHandler(this.btnDetailOrganisation_Click);
       //
       // btnRemoveOrganisation
       //
       this.btnRemoveOrganisation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnRemoveOrganisation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnRemoveOrganisation.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnRemoveOrganisation.Location = new System.Drawing.Point(446, 214);
       this.btnRemoveOrganisation.Name = "btnRemoveOrganisation";
       this.btnRemoveOrganisation.Size = new System.Drawing.Size(96, 23);
       this.btnRemoveOrganisation.TabIndex = 3;
       this.btnRemoveOrganisation.Text = "< Eltávolít";
       this.btnRemoveOrganisation.Click += new System.EventHandler(this.btnRemoveOrganisation_Click);
       //
       // btnAddOrganisation
       //
       this.btnAddOrganisation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnAddOrganisation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnAddOrganisation.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnAddOrganisation.Location = new System.Drawing.Point(446, 182);
       this.btnAddOrganisation.Name = "btnAddOrganisation";
       this.btnAddOrganisation.Size = new System.Drawing.Size(96, 23);
       this.btnAddOrganisation.TabIndex = 2;
       this.btnAddOrganisation.Text = "Hozzáad >";
       this.btnAddOrganisation.Click += new System.EventHandler(this.btnAddOrganisation_Click);
       //
       // label9
       //
       this.label9.Location = new System.Drawing.Point(14, 14);
       this.label9.Name = "label9";
       this.label9.Size = new System.Drawing.Size(212, 23);
       this.label9.TabIndex = 0;
       this.label9.Text = "Regisztrált résztvevõ szervezetek:";
       //
       // dtgOrg
       //
       this.dtgOrg.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgOrg.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgOrg.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgOrg.CaptionVisible = false;
       this.dtgOrg.DataMember = "";
       this.dtgOrg.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgOrg.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgOrg.Location = new System.Drawing.Point(14, 37);
       this.dtgOrg.Name = "dtgOrg";
       this.dtgOrg.ReadOnly = true;
       this.dtgOrg.RowHeaderWidth = 3;
       this.dtgOrg.Size = new System.Drawing.Size(428, 198);
       this.dtgOrg.TabIndex = 1;
       this.dtgOrg.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       this.dtgOrg.DoubleClick += new System.EventHandler(this.dtgOrg_DoubleClick);
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgOrg;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colName,
     this.colRegion,
     this.colActive});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // dtgOrgSelected
       //
       this.dtgOrgSelected.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgOrgSelected.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgOrgSelected.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgOrgSelected.CaptionVisible = false;
       this.dtgOrgSelected.DataMember = "";
       this.dtgOrgSelected.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgOrgSelected.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgOrgSelected.Location = new System.Drawing.Point(472, 32);
       this.dtgOrgSelected.Name = "dtgOrgSelected";
       this.dtgOrgSelected.ReadOnly = true;
       this.dtgOrgSelected.RowHeaderWidth = 3;
       this.dtgOrgSelected.Size = new System.Drawing.Size(160, 176);
       this.dtgOrgSelected.TabIndex = 8;
       this.dtgOrgSelected.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       //
       // colName
       //
       this.colName.Format = "";
       this.colName.FormatInfo = null;
       this.colName.HeaderText = "Szervezet neve";
       this.colName.MappingName = "Name";
       this.colName.Width = 175;
       //
       // colRegion
       //
       this.colRegion.Format = "";
       this.colRegion.FormatInfo = null;
       this.colRegion.HeaderText = "Régió";
       this.colRegion.MappingName = "RegionName";
       this.colRegion.Width = 75;
       //
       // colActive
       //
       this.colActive.HeaderText = "Aktív";
       this.colActive.MappingName = "IsActive";
       this.colActive.Width = 75;
       //
       // tabPageKeyword
       //
       this.tabPageKeyword.Controls.Add(this.dtgThesaurusDetail);
       this.tabPageKeyword.Controls.Add(this.btnDetailThesaurus);
       this.tabPageKeyword.Controls.Add(this.btnRemoveThesaurus);
       this.tabPageKeyword.Controls.Add(this.btnAddThesaurus);
       this.tabPageKeyword.Controls.Add(this.label15);
       this.tabPageKeyword.Controls.Add(this.dtgThesaurus);
       this.tabPageKeyword.Location = new System.Drawing.Point(4, 25);
       this.tabPageKeyword.Name = "tabPageKeyword";
       this.tabPageKeyword.Size = new System.Drawing.Size(796, 498);
       this.tabPageKeyword.TabIndex = 4;
       this.tabPageKeyword.Text = "Tezaurusz";
       //
       // dtgThesaurusDetail
       //
       this.dtgThesaurusDetail.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgThesaurusDetail.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgThesaurusDetail.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgThesaurusDetail.CaptionVisible = false;
       this.dtgThesaurusDetail.DataMember = "";
       this.dtgThesaurusDetail.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgThesaurusDetail.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgThesaurusDetail.Location = new System.Drawing.Point(557, 38);
       this.dtgThesaurusDetail.Name = "dtgThesaurusDetail";
       this.dtgThesaurusDetail.ReadOnly = true;
       this.dtgThesaurusDetail.RowHeaderWidth = 3;
       this.dtgThesaurusDetail.Size = new System.Drawing.Size(230, 300);
       this.dtgThesaurusDetail.TabIndex = 5;
       this.dtgThesaurusDetail.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection7});
       this.dtgThesaurusDetail.DoubleClick += new System.EventHandler(this.dtgThesaurusDetail_DoubleClick);
       //
       // customStylesCollection7
       //
       this.customStylesCollection7.DataGrid = this.dtgThesaurusDetail;
       this.customStylesCollection7.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colKeywordDetail,
     this.colActiveThesaurusDetail});
       this.customStylesCollection7.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colKeywordDetail
       //
       this.colKeywordDetail.Format = "";
       this.colKeywordDetail.FormatInfo = null;
       this.colKeywordDetail.HeaderText = "Vezérszó";
       this.colKeywordDetail.MappingName = "Keyword";
       this.colKeywordDetail.Width = 75;
       //
       // colActiveThesaurusDetail
       //
       this.colActiveThesaurusDetail.HeaderText = "Aktív";
       this.colActiveThesaurusDetail.MappingName = "IsActive";
       this.colActiveThesaurusDetail.Width = 75;
       //
       // btnDetailThesaurus
       //
       this.btnDetailThesaurus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnDetailThesaurus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnDetailThesaurus.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnDetailThesaurus.Location = new System.Drawing.Point(451, 313);
       this.btnDetailThesaurus.Name = "btnDetailThesaurus";
       this.btnDetailThesaurus.Size = new System.Drawing.Size(96, 24);
       this.btnDetailThesaurus.TabIndex = 4;
       this.btnDetailThesaurus.Text = "Részletek";
       this.btnDetailThesaurus.Click += new System.EventHandler(this.btnDetailThesaurus_Click);
       //
       // btnRemoveThesaurus
       //
       this.btnRemoveThesaurus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnRemoveThesaurus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnRemoveThesaurus.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnRemoveThesaurus.Location = new System.Drawing.Point(451, 214);
       this.btnRemoveThesaurus.Name = "btnRemoveThesaurus";
       this.btnRemoveThesaurus.Size = new System.Drawing.Size(96, 24);
       this.btnRemoveThesaurus.TabIndex = 3;
       this.btnRemoveThesaurus.Text = "< Eltávolít";
       this.btnRemoveThesaurus.Click += new System.EventHandler(this.btnRemoveThesaurus_Click);
       //
       // btnAddThesaurus
       //
       this.btnAddThesaurus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnAddThesaurus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnAddThesaurus.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnAddThesaurus.Location = new System.Drawing.Point(451, 182);
       this.btnAddThesaurus.Name = "btnAddThesaurus";
       this.btnAddThesaurus.Size = new System.Drawing.Size(96, 23);
       this.btnAddThesaurus.TabIndex = 2;
       this.btnAddThesaurus.Text = "Hozzáad >";
       this.btnAddThesaurus.Click += new System.EventHandler(this.btnAddThesaurus_Click);
       //
       // label15
       //
       this.label15.Location = new System.Drawing.Point(14, 15);
       this.label15.Name = "label15";
       this.label15.Size = new System.Drawing.Size(164, 23);
       this.label15.TabIndex = 0;
       this.label15.Text = "Tezaurusz szócikkek:";
       //
       // dtgThesaurus
       //
       this.dtgThesaurus.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgThesaurus.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgThesaurus.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgThesaurus.CaptionVisible = false;
       this.dtgThesaurus.DataMember = "";
       this.dtgThesaurus.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgThesaurus.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgThesaurus.Location = new System.Drawing.Point(14, 38);
       this.dtgThesaurus.Name = "dtgThesaurus";
       this.dtgThesaurus.ReadOnly = true;
       this.dtgThesaurus.RowHeaderWidth = 3;
       this.dtgThesaurus.Size = new System.Drawing.Size(428, 300);
       this.dtgThesaurus.TabIndex = 1;
       this.dtgThesaurus.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection4});
       this.dtgThesaurus.DoubleClick += new System.EventHandler(this.dtgThesaurus_DoubleClick);
       //
       // customStylesCollection4
       //
       this.customStylesCollection4.DataGrid = this.dtgThesaurus;
       this.customStylesCollection4.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colKeyword,
     this.colActiveThesaurus});
       this.customStylesCollection4.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colKeyword
       //
       this.colKeyword.Format = "";
       this.colKeyword.FormatInfo = null;
       this.colKeyword.HeaderText = "Vezérszó";
       this.colKeyword.MappingName = "Keyword";
       this.colKeyword.Width = 200;
       //
       // colActiveThesaurus
       //
       this.colActiveThesaurus.HeaderText = "Aktív";
       this.colActiveThesaurus.MappingName = "IsActive";
       this.colActiveThesaurus.Width = 75;
       //
       // label13
       //
       this.label13.Location = new System.Drawing.Point(0, 0);
       this.label13.Name = "label13";
       this.label13.Size = new System.Drawing.Size(100, 23);
       this.label13.TabIndex = 0;
       //
       // frmProgramEdit
       //
       this.AcceptButton = this.btnOk;
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.CancelButton = this.btnCancel;
       this.ClientSize = new System.Drawing.Size(804, 618);
       this.Controls.Add(this.tabControl);
       this.Controls.Add(this.pHeader);
       this.Controls.Add(this.pnlBottom);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "frmProgramEdit";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Closing += new System.ComponentModel.CancelEventHandler(this.frmProgramEdit_Closing);
       this.Load += new System.EventHandler(this.frmProgramEdit_Load);
       this.pnlBottom.ResumeLayout(false);
       this.tabControl.ResumeLayout(false);
       this.tabPageBase.ResumeLayout(false);
       this.tabPageBase.PerformLayout();
       this.tabPageExpert.ResumeLayout(false);
       ((System.ComponentModel.ISupportInitialize)(this.dtgExpertDetail)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.dtgExpert)).EndInit();
       this.tabPageAttachment.ResumeLayout(false);
       ((System.ComponentModel.ISupportInitialize)(this.dtgAttachment)).EndInit();
       this.tabPageOrganisation.ResumeLayout(false);
       this.tabPageOrganisation.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgOrgDetail)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.dtgOrg)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.dtgOrgSelected)).EndInit();
       this.tabPageKeyword.ResumeLayout(false);
       ((System.ComponentModel.ISupportInitialize)(this.dtgThesaurusDetail)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.dtgThesaurus)).EndInit();
       this.ResumeLayout(false);
 }
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();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLanguageSelect));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.imgToolbar = new System.Windows.Forms.ImageList(this.components);
       this.tlbMain = new System.Windows.Forms.ToolBar();
       this.tbbSeparator1 = new System.Windows.Forms.ToolBarButton();
       this.tbbNew = new System.Windows.Forms.ToolBarButton();
       this.tbbModify = new System.Windows.Forms.ToolBarButton();
       this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton();
       this.tbbRefresh = new System.Windows.Forms.ToolBarButton();
       this.pnlFilter = new System.Windows.Forms.Panel();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colID = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(641, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.Text1 = "Nyelvek";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Nyelvek felvétele, szerkesztése";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // imgToolbar
       //
       this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
       this.imgToolbar.TransparentColor = System.Drawing.Color.Transparent;
       this.imgToolbar.Images.SetKeyName(0, "");
       this.imgToolbar.Images.SetKeyName(1, "");
       this.imgToolbar.Images.SetKeyName(2, "");
       this.imgToolbar.Images.SetKeyName(3, "");
       this.imgToolbar.Images.SetKeyName(4, "");
       //
       // tlbMain
       //
       this.tlbMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
       this.tlbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSeparator1,
     this.tbbNew,
     this.tbbModify,
     this.tbbSeparator2,
     this.tbbRefresh});
       this.tlbMain.DropDownArrows = true;
       this.tlbMain.ImageList = this.imgToolbar;
       this.tlbMain.Location = new System.Drawing.Point(0, 46);
       this.tlbMain.Name = "tlbMain";
       this.tlbMain.ShowToolTips = true;
       this.tlbMain.Size = new System.Drawing.Size(641, 28);
       this.tlbMain.TabIndex = 1;
       this.tlbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tlbMain_ButtonClick);
       //
       // tbbSeparator1
       //
       this.tbbSeparator1.Name = "tbbSeparator1";
       this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbNew
       //
       this.tbbNew.ImageIndex = 0;
       this.tbbNew.Name = "tbbNew";
       this.tbbNew.ToolTipText = "Új nyelv létrehozása";
       //
       // tbbModify
       //
       this.tbbModify.ImageIndex = 1;
       this.tbbModify.Name = "tbbModify";
       this.tbbModify.ToolTipText = "Nyelv módosítása";
       //
       // tbbSeparator2
       //
       this.tbbSeparator2.Name = "tbbSeparator2";
       this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbRefresh
       //
       this.tbbRefresh.ImageIndex = 3;
       this.tbbRefresh.Name = "tbbRefresh";
       this.tbbRefresh.ToolTipText = "Lista frissítése/szûrés";
       //
       // pnlFilter
       //
       this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
       this.pnlFilter.Location = new System.Drawing.Point(0, 74);
       this.pnlFilter.Name = "pnlFilter";
       this.pnlFilter.Size = new System.Drawing.Size(641, 10);
       this.pnlFilter.TabIndex = 2;
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(0, 84);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 3;
       this.dtgMain.Size = new System.Drawing.Size(641, 182);
       this.dtgMain.TabIndex = 3;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       this.dtgMain.DoubleClick += new System.EventHandler(this.dtgMain_DoubleClick);
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colID,
     this.colName});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.customStylesCollection1.RowHeaderWidth = 3;
       this.customStylesCollection1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
       //
       // colID
       //
       this.colID.Format = "";
       this.colID.FormatInfo = null;
       this.colID.HeaderText = "ID";
       this.colID.MappingName = "ID";
       this.colID.Width = 75;
       //
       // colName
       //
       this.colName.Format = "";
       this.colName.FormatInfo = null;
       this.colName.HeaderText = "Név";
       this.colName.MappingName = "Name";
       this.colName.Width = 75;
       //
       // frmLanguageSelect
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.ClientSize = new System.Drawing.Size(641, 266);
       this.Controls.Add(this.dtgMain);
       this.Controls.Add(this.pnlFilter);
       this.Controls.Add(this.tlbMain);
       this.Controls.Add(this.pHeader);
       this.Name = "frmLanguageSelect";
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmLanguageSelect_Load);
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.ResumeLayout(false);
       this.PerformLayout();
 }
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()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSystemLogSelect));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.imgToolbar = new System.Windows.Forms.ImageList(this.components);
       this.tlbMain = new System.Windows.Forms.ToolBar();
       this.tbbSeparator1 = new System.Windows.Forms.ToolBarButton();
       this.tbbModify = new System.Windows.Forms.ToolBarButton();
       this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton();
       this.tbbRefresh = new System.Windows.Forms.ToolBarButton();
       this.pnlFilter = new System.Windows.Forms.Panel();
       this.txtLoginName = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label4 = new System.Windows.Forms.Label();
       this.dtpTo = new System.Windows.Forms.DateTimePicker();
       this.dtpFrom = new System.Windows.Forms.DateTimePicker();
       this.label2 = new System.Windows.Forms.Label();
       this.label3 = new System.Windows.Forms.Label();
       this.cmbFunctions = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.label1 = new System.Windows.Forms.Label();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colEventDate = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colEventCategory = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colSeverity = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colLoginName = new System.Windows.Forms.DataGridTextBoxColumn();
       this.pnlFilter.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(603, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.Text1 = "Rendszernapló";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Rendszeresemények listája, események megtekintése";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // imgToolbar
       //
       this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
       this.imgToolbar.TransparentColor = System.Drawing.Color.Transparent;
       this.imgToolbar.Images.SetKeyName(0, "");
       this.imgToolbar.Images.SetKeyName(1, "");
       this.imgToolbar.Images.SetKeyName(2, "");
       this.imgToolbar.Images.SetKeyName(3, "");
       this.imgToolbar.Images.SetKeyName(4, "");
       //
       // tlbMain
       //
       this.tlbMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
       this.tlbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSeparator1,
     this.tbbModify,
     this.tbbSeparator2,
     this.tbbRefresh});
       this.tlbMain.DropDownArrows = true;
       this.tlbMain.ImageList = this.imgToolbar;
       this.tlbMain.Location = new System.Drawing.Point(0, 46);
       this.tlbMain.Name = "tlbMain";
       this.tlbMain.ShowToolTips = true;
       this.tlbMain.Size = new System.Drawing.Size(603, 28);
       this.tlbMain.TabIndex = 1;
       this.tlbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tlbMain_ButtonClick);
       //
       // tbbSeparator1
       //
       this.tbbSeparator1.Name = "tbbSeparator1";
       this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbModify
       //
       this.tbbModify.ImageIndex = 1;
       this.tbbModify.Name = "tbbModify";
       this.tbbModify.ToolTipText = "Megtekintés";
       //
       // tbbSeparator2
       //
       this.tbbSeparator2.Name = "tbbSeparator2";
       this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbRefresh
       //
       this.tbbRefresh.ImageIndex = 2;
       this.tbbRefresh.Name = "tbbRefresh";
       this.tbbRefresh.ToolTipText = "Lista frissítése/szûrés";
       //
       // pnlFilter
       //
       this.pnlFilter.Controls.Add(this.txtLoginName);
       this.pnlFilter.Controls.Add(this.label4);
       this.pnlFilter.Controls.Add(this.dtpTo);
       this.pnlFilter.Controls.Add(this.dtpFrom);
       this.pnlFilter.Controls.Add(this.label2);
       this.pnlFilter.Controls.Add(this.label3);
       this.pnlFilter.Controls.Add(this.cmbFunctions);
       this.pnlFilter.Controls.Add(this.label1);
       this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
       this.pnlFilter.Location = new System.Drawing.Point(0, 74);
       this.pnlFilter.Name = "pnlFilter";
       this.pnlFilter.Size = new System.Drawing.Size(603, 97);
       this.pnlFilter.TabIndex = 2;
       //
       // txtLoginName
       //
       this.txtLoginName.AllowNull = true;
       this.txtLoginName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtLoginName.InvalidCharSet = "";
       this.txtLoginName.Location = new System.Drawing.Point(143, 37);
       this.txtLoginName.MaxLength = 50;
       this.txtLoginName.Name = "txtLoginName";
       this.txtLoginName.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtLoginName.Size = new System.Drawing.Size(274, 22);
       this.txtLoginName.TabIndex = 3;
       this.txtLoginName.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtLoginName.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtLoginName.ValidationMask = "";
       this.txtLoginName.ValidCharSet = "";
       //
       // label4
       //
       this.label4.AutoSize = true;
       this.label4.Location = new System.Drawing.Point(269, 69);
       this.label4.Name = "label4";
       this.label4.Size = new System.Drawing.Size(13, 17);
       this.label4.TabIndex = 6;
       this.label4.Text = "-";
       //
       // dtpTo
       //
       this.dtpTo.Checked = false;
       this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
       this.dtpTo.Location = new System.Drawing.Point(283, 65);
       this.dtpTo.Name = "dtpTo";
       this.dtpTo.ShowCheckBox = true;
       this.dtpTo.Size = new System.Drawing.Size(130, 22);
       this.dtpTo.TabIndex = 7;
       //
       // dtpFrom
       //
       this.dtpFrom.Checked = false;
       this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
       this.dtpFrom.Location = new System.Drawing.Point(139, 65);
       this.dtpFrom.Name = "dtpFrom";
       this.dtpFrom.ShowCheckBox = true;
       this.dtpFrom.Size = new System.Drawing.Size(130, 22);
       this.dtpFrom.TabIndex = 5;
       //
       // label2
       //
       this.label2.AutoSize = true;
       this.label2.Location = new System.Drawing.Point(10, 69);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(53, 17);
       this.label2.TabIndex = 4;
       this.label2.Text = "Dátum:";
       //
       // label3
       //
       this.label3.AutoSize = true;
       this.label3.Location = new System.Drawing.Point(10, 14);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(133, 17);
       this.label3.TabIndex = 0;
       this.label3.Text = "Esemény kategória:";
       //
       // cmbFunctions
       //
       this.cmbFunctions.AllowNull = true;
       this.cmbFunctions.BreakSort = false;
       this.cmbFunctions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbFunctions.Location = new System.Drawing.Point(143, 9);
       this.cmbFunctions.Name = "cmbFunctions";
       this.cmbFunctions.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbFunctions.Size = new System.Drawing.Size(394, 24);
       this.cmbFunctions.TabIndex = 1;
       this.cmbFunctions.ToolBarUse = false;
       this.cmbFunctions.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // label1
       //
       this.label1.AutoSize = true;
       this.label1.Location = new System.Drawing.Point(10, 42);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(74, 17);
       this.label1.TabIndex = 2;
       this.label1.Text = "Login név:";
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(0, 171);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 3;
       this.dtgMain.Size = new System.Drawing.Size(603, 137);
       this.dtgMain.TabIndex = 3;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       this.dtgMain.DoubleClick += new System.EventHandler(this.dtgMain_DoubleClick);
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colEventDate,
     this.colEventCategory,
     this.colSeverity,
     this.colLoginName});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.customStylesCollection1.RowHeaderWidth = 3;
       this.customStylesCollection1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
       //
       // colEventDate
       //
       this.colEventDate.Format = "";
       this.colEventDate.FormatInfo = null;
       this.colEventDate.HeaderText = "Dátum";
       this.colEventDate.MappingName = "TimeStamp";
       this.colEventDate.Width = 110;
       //
       // colEventCategory
       //
       this.colEventCategory.Format = "";
       this.colEventCategory.FormatInfo = null;
       this.colEventCategory.HeaderText = "Kategória";
       this.colEventCategory.MappingName = "MethodName";
       this.colEventCategory.Width = 200;
       //
       // colSeverity
       //
       this.colSeverity.Format = "";
       this.colSeverity.FormatInfo = null;
       this.colSeverity.HeaderText = "Eredmény";
       this.colSeverity.MappingName = "Severity";
       this.colSeverity.Width = 75;
       //
       // colLoginName
       //
       this.colLoginName.Format = "";
       this.colLoginName.FormatInfo = null;
       this.colLoginName.HeaderText = "Felhasználó";
       this.colLoginName.MappingName = "PrincipalName";
       this.colLoginName.Width = 75;
       //
       // frmSystemLogSelect
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.ClientSize = new System.Drawing.Size(603, 308);
       this.Controls.Add(this.dtgMain);
       this.Controls.Add(this.pnlFilter);
       this.Controls.Add(this.tlbMain);
       this.Controls.Add(this.pHeader);
       this.Name = "frmSystemLogSelect";
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmSystemLogSelect_Load);
       this.pnlFilter.ResumeLayout(false);
       this.pnlFilter.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       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()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDocumentSelect));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.tlbMain = new System.Windows.Forms.ToolBar();
       this.tbbSeparator1 = new System.Windows.Forms.ToolBarButton();
       this.tbbNew = new System.Windows.Forms.ToolBarButton();
       this.tbbModify = new System.Windows.Forms.ToolBarButton();
       this.tbbInactivate = new System.Windows.Forms.ToolBarButton();
       this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton();
       this.tbbRefresh = new System.Windows.Forms.ToolBarButton();
       this.imgToolbar = new System.Windows.Forms.ImageList(this.components);
       this.pnlFilter = new System.Windows.Forms.Panel();
       this.txtPublishYear = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.lblPublishYear = new System.Windows.Forms.Label();
       this.txtPublisherName = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.lblPublisherName = new System.Windows.Forms.Label();
       this.cmbStatus = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.lblActive = new System.Windows.Forms.Label();
       this.txtLink = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.lblLink = new System.Windows.Forms.Label();
       this.cmbCategoryRef = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.lblCategoryRef = new System.Windows.Forms.Label();
       this.txtCommAuthor = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtCommTitle = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.lblCommAuthor = new System.Windows.Forms.Label();
       this.lblCommName = new System.Windows.Forms.Label();
       this.cmbSubType = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.lblSubType = new System.Windows.Forms.Label();
       this.lblLanguage = new System.Windows.Forms.Label();
       this.cmbLanguage = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.txtAuthor = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.lblAuthor = new System.Windows.Forms.Label();
       this.label8 = new System.Windows.Forms.Label();
       this.txtTitle = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colID = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colTitle = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colAuthor = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colLanguageName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colCategoryName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colSubTypeName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colLink = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colCommTitle = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colCommAuthor = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colModifiedDate = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colVisibleForVisitor = new System.Windows.Forms.DataGridBoolColumn();
       this.colVisibleForRegistered = new System.Windows.Forms.DataGridBoolColumn();
       this.colIsActive = new System.Windows.Forms.DataGridBoolColumn();
       this.pnlFilter.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(602, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.Text1 = "Monitorozás, értékelés";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Monitoroás, értékelés dokumentumainak, linkjeinek karbantartása";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // tlbMain
       //
       this.tlbMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
       this.tlbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSeparator1,
     this.tbbNew,
     this.tbbModify,
     this.tbbInactivate,
     this.tbbSeparator2,
     this.tbbRefresh});
       this.tlbMain.DropDownArrows = true;
       this.tlbMain.ImageList = this.imgToolbar;
       this.tlbMain.Location = new System.Drawing.Point(0, 46);
       this.tlbMain.Name = "tlbMain";
       this.tlbMain.ShowToolTips = true;
       this.tlbMain.Size = new System.Drawing.Size(602, 28);
       this.tlbMain.TabIndex = 1;
       this.tlbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tlbMain_ButtonClick);
       //
       // tbbSeparator1
       //
       this.tbbSeparator1.Name = "tbbSeparator1";
       this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbNew
       //
       this.tbbNew.ImageIndex = 0;
       this.tbbNew.Name = "tbbNew";
       this.tbbNew.ToolTipText = "Új kiadvány";
       //
       // tbbModify
       //
       this.tbbModify.ImageIndex = 1;
       this.tbbModify.Name = "tbbModify";
       this.tbbModify.ToolTipText = "Kiadvány módosítása";
       //
       // tbbInactivate
       //
       this.tbbInactivate.ImageIndex = 2;
       this.tbbInactivate.Name = "tbbInactivate";
       this.tbbInactivate.ToolTipText = "Inaktiválás/aktiválás";
       //
       // tbbSeparator2
       //
       this.tbbSeparator2.Name = "tbbSeparator2";
       this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbRefresh
       //
       this.tbbRefresh.ImageIndex = 3;
       this.tbbRefresh.Name = "tbbRefresh";
       this.tbbRefresh.ToolTipText = "Lista frissítése/szûrés";
       //
       // imgToolbar
       //
       this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
       this.imgToolbar.TransparentColor = System.Drawing.Color.Transparent;
       this.imgToolbar.Images.SetKeyName(0, "");
       this.imgToolbar.Images.SetKeyName(1, "");
       this.imgToolbar.Images.SetKeyName(2, "");
       this.imgToolbar.Images.SetKeyName(3, "");
       this.imgToolbar.Images.SetKeyName(4, "");
       this.imgToolbar.Images.SetKeyName(5, "");
       //
       // pnlFilter
       //
       this.pnlFilter.Controls.Add(this.txtPublishYear);
       this.pnlFilter.Controls.Add(this.lblPublishYear);
       this.pnlFilter.Controls.Add(this.txtPublisherName);
       this.pnlFilter.Controls.Add(this.lblPublisherName);
       this.pnlFilter.Controls.Add(this.cmbStatus);
       this.pnlFilter.Controls.Add(this.lblActive);
       this.pnlFilter.Controls.Add(this.txtLink);
       this.pnlFilter.Controls.Add(this.lblLink);
       this.pnlFilter.Controls.Add(this.cmbCategoryRef);
       this.pnlFilter.Controls.Add(this.lblCategoryRef);
       this.pnlFilter.Controls.Add(this.txtCommAuthor);
       this.pnlFilter.Controls.Add(this.txtCommTitle);
       this.pnlFilter.Controls.Add(this.lblCommAuthor);
       this.pnlFilter.Controls.Add(this.lblCommName);
       this.pnlFilter.Controls.Add(this.cmbSubType);
       this.pnlFilter.Controls.Add(this.lblSubType);
       this.pnlFilter.Controls.Add(this.lblLanguage);
       this.pnlFilter.Controls.Add(this.cmbLanguage);
       this.pnlFilter.Controls.Add(this.txtAuthor);
       this.pnlFilter.Controls.Add(this.lblAuthor);
       this.pnlFilter.Controls.Add(this.label8);
       this.pnlFilter.Controls.Add(this.txtTitle);
       this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
       this.pnlFilter.Location = new System.Drawing.Point(0, 74);
       this.pnlFilter.Name = "pnlFilter";
       this.pnlFilter.Size = new System.Drawing.Size(602, 284);
       this.pnlFilter.TabIndex = 2;
       //
       // txtPublishYear
       //
       this.txtPublishYear.AllowNull = true;
       this.txtPublishYear.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtPublishYear.InvalidCharSet = "";
       this.txtPublishYear.Location = new System.Drawing.Point(120, 255);
       this.txtPublishYear.MaxLength = 4;
       this.txtPublishYear.Name = "txtPublishYear";
       this.txtPublishYear.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtPublishYear.Size = new System.Drawing.Size(82, 22);
       this.txtPublishYear.TabIndex = 10;
       this.txtPublishYear.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtPublishYear.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtPublishYear.ValidationMask = "";
       this.txtPublishYear.ValidCharSet = "0123456789";
       //
       // lblPublishYear
       //
       this.lblPublishYear.Location = new System.Drawing.Point(10, 258);
       this.lblPublishYear.Name = "lblPublishYear";
       this.lblPublishYear.Size = new System.Drawing.Size(105, 24);
       this.lblPublishYear.TabIndex = 50;
       this.lblPublishYear.Text = "Kiadás éve:";
       //
       // txtPublisherName
       //
       this.txtPublisherName.AllowNull = true;
       this.txtPublisherName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtPublisherName.InvalidCharSet = "";
       this.txtPublisherName.Location = new System.Drawing.Point(120, 227);
       this.txtPublisherName.MaxLength = 50;
       this.txtPublisherName.Name = "txtPublisherName";
       this.txtPublisherName.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtPublisherName.Size = new System.Drawing.Size(470, 22);
       this.txtPublisherName.TabIndex = 9;
       this.txtPublisherName.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtPublisherName.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtPublisherName.ValidationMask = "";
       this.txtPublisherName.ValidCharSet = "";
       //
       // lblPublisherName
       //
       this.lblPublisherName.Location = new System.Drawing.Point(10, 231);
       this.lblPublisherName.Name = "lblPublisherName";
       this.lblPublisherName.Size = new System.Drawing.Size(105, 23);
       this.lblPublisherName.TabIndex = 49;
       this.lblPublisherName.Text = "Kiadó:";
       //
       // cmbStatus
       //
       this.cmbStatus.AllowNull = true;
       this.cmbStatus.BreakSort = false;
       this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbStatus.Location = new System.Drawing.Point(442, 89);
       this.cmbStatus.Name = "cmbStatus";
       this.cmbStatus.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbStatus.Size = new System.Drawing.Size(148, 24);
       this.cmbStatus.TabIndex = 4;
       this.cmbStatus.ToolBarUse = false;
       this.cmbStatus.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // lblActive
       //
       this.lblActive.AutoSize = true;
       this.lblActive.Location = new System.Drawing.Point(384, 92);
       this.lblActive.Name = "lblActive";
       this.lblActive.Size = new System.Drawing.Size(55, 17);
       this.lblActive.TabIndex = 46;
       this.lblActive.Text = "Állapot:";
       //
       // txtLink
       //
       this.txtLink.AllowNull = true;
       this.txtLink.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtLink.InvalidCharSet = "";
       this.txtLink.Location = new System.Drawing.Point(120, 36);
       this.txtLink.MaxLength = 250;
       this.txtLink.Name = "txtLink";
       this.txtLink.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtLink.Size = new System.Drawing.Size(470, 22);
       this.txtLink.TabIndex = 1;
       this.txtLink.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtLink.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtLink.ValidationMask = "";
       this.txtLink.ValidCharSet = "";
       //
       // lblLink
       //
       this.lblLink.Location = new System.Drawing.Point(10, 37);
       this.lblLink.Name = "lblLink";
       this.lblLink.Size = new System.Drawing.Size(105, 23);
       this.lblLink.TabIndex = 45;
       this.lblLink.Text = "Link:";
       //
       // cmbCategoryRef
       //
       this.cmbCategoryRef.AllowNull = true;
       this.cmbCategoryRef.BreakSort = false;
       this.cmbCategoryRef.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbCategoryRef.Items.AddRange(new object[] {
     "Magyar"});
       this.cmbCategoryRef.Location = new System.Drawing.Point(120, 117);
       this.cmbCategoryRef.Name = "cmbCategoryRef";
       this.cmbCategoryRef.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbCategoryRef.Size = new System.Drawing.Size(341, 24);
       this.cmbCategoryRef.TabIndex = 5;
       this.cmbCategoryRef.ToolBarUse = false;
       this.cmbCategoryRef.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // lblCategoryRef
       //
       this.lblCategoryRef.Location = new System.Drawing.Point(10, 120);
       this.lblCategoryRef.Name = "lblCategoryRef";
       this.lblCategoryRef.Size = new System.Drawing.Size(105, 23);
       this.lblCategoryRef.TabIndex = 43;
       this.lblCategoryRef.Text = "Kategória:";
       //
       // txtCommAuthor
       //
       this.txtCommAuthor.AllowNull = true;
       this.txtCommAuthor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtCommAuthor.InvalidCharSet = "";
       this.txtCommAuthor.Location = new System.Drawing.Point(120, 200);
       this.txtCommAuthor.MaxLength = 50;
       this.txtCommAuthor.Name = "txtCommAuthor";
       this.txtCommAuthor.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtCommAuthor.Size = new System.Drawing.Size(470, 22);
       this.txtCommAuthor.TabIndex = 8;
       this.txtCommAuthor.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtCommAuthor.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtCommAuthor.ValidationMask = "";
       this.txtCommAuthor.ValidCharSet = "";
       //
       // txtCommTitle
       //
       this.txtCommTitle.AllowNull = true;
       this.txtCommTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtCommTitle.InvalidCharSet = "";
       this.txtCommTitle.Location = new System.Drawing.Point(120, 172);
       this.txtCommTitle.MaxLength = 50;
       this.txtCommTitle.Name = "txtCommTitle";
       this.txtCommTitle.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtCommTitle.Size = new System.Drawing.Size(470, 22);
       this.txtCommTitle.TabIndex = 7;
       this.txtCommTitle.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtCommTitle.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtCommTitle.ValidationMask = "";
       this.txtCommTitle.ValidCharSet = "";
       //
       // lblCommAuthor
       //
       this.lblCommAuthor.Location = new System.Drawing.Point(10, 203);
       this.lblCommAuthor.Name = "lblCommAuthor";
       this.lblCommAuthor.Size = new System.Drawing.Size(105, 23);
       this.lblCommAuthor.TabIndex = 40;
       this.lblCommAuthor.Text = "Ajánló szerzõ:";
       //
       // lblCommName
       //
       this.lblCommName.Location = new System.Drawing.Point(10, 175);
       this.lblCommName.Name = "lblCommName";
       this.lblCommName.Size = new System.Drawing.Size(105, 23);
       this.lblCommName.TabIndex = 39;
       this.lblCommName.Text = "Ajánló cím:";
       //
       // cmbSubType
       //
       this.cmbSubType.AllowNull = true;
       this.cmbSubType.BreakSort = false;
       this.cmbSubType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbSubType.Items.AddRange(new object[] {
     "Kiadvány"});
       this.cmbSubType.Location = new System.Drawing.Point(120, 144);
       this.cmbSubType.Name = "cmbSubType";
       this.cmbSubType.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbSubType.Size = new System.Drawing.Size(341, 24);
       this.cmbSubType.TabIndex = 6;
       this.cmbSubType.ToolBarUse = false;
       this.cmbSubType.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // lblSubType
       //
       this.lblSubType.Location = new System.Drawing.Point(10, 148);
       this.lblSubType.Name = "lblSubType";
       this.lblSubType.Size = new System.Drawing.Size(105, 23);
       this.lblSubType.TabIndex = 37;
       this.lblSubType.Text = "Típus:";
       //
       // lblLanguage
       //
       this.lblLanguage.Location = new System.Drawing.Point(10, 92);
       this.lblLanguage.Name = "lblLanguage";
       this.lblLanguage.Size = new System.Drawing.Size(105, 23);
       this.lblLanguage.TabIndex = 36;
       this.lblLanguage.Text = "Nyelv:";
       //
       // cmbLanguage
       //
       this.cmbLanguage.AllowNull = true;
       this.cmbLanguage.BreakSort = false;
       this.cmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbLanguage.Items.AddRange(new object[] {
     "Magyar"});
       this.cmbLanguage.Location = new System.Drawing.Point(120, 89);
       this.cmbLanguage.Name = "cmbLanguage";
       this.cmbLanguage.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbLanguage.Size = new System.Drawing.Size(254, 24);
       this.cmbLanguage.TabIndex = 3;
       this.cmbLanguage.ToolBarUse = false;
       this.cmbLanguage.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // txtAuthor
       //
       this.txtAuthor.AllowNull = true;
       this.txtAuthor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtAuthor.InvalidCharSet = "";
       this.txtAuthor.Location = new System.Drawing.Point(120, 62);
       this.txtAuthor.MaxLength = 250;
       this.txtAuthor.Name = "txtAuthor";
       this.txtAuthor.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtAuthor.Size = new System.Drawing.Size(254, 22);
       this.txtAuthor.TabIndex = 2;
       this.txtAuthor.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtAuthor.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtAuthor.ValidationMask = "";
       this.txtAuthor.ValidCharSet = "";
       //
       // lblAuthor
       //
       this.lblAuthor.Location = new System.Drawing.Point(10, 65);
       this.lblAuthor.Name = "lblAuthor";
       this.lblAuthor.Size = new System.Drawing.Size(105, 23);
       this.lblAuthor.TabIndex = 29;
       this.lblAuthor.Text = "Szerzõ:";
       //
       // label8
       //
       this.label8.Location = new System.Drawing.Point(10, 14);
       this.label8.Name = "label8";
       this.label8.Size = new System.Drawing.Size(105, 18);
       this.label8.TabIndex = 12;
       this.label8.Text = "Cím:";
       //
       // txtTitle
       //
       this.txtTitle.AllowNull = true;
       this.txtTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtTitle.InvalidCharSet = "";
       this.txtTitle.Location = new System.Drawing.Point(120, 9);
       this.txtTitle.MaxLength = 50;
       this.txtTitle.Name = "txtTitle";
       this.txtTitle.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtTitle.Size = new System.Drawing.Size(470, 22);
       this.txtTitle.TabIndex = 0;
       this.txtTitle.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtTitle.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtTitle.ValidationMask = "";
       this.txtTitle.ValidCharSet = "";
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(0, 358);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 15;
       this.dtgMain.Size = new System.Drawing.Size(602, 225);
       this.dtgMain.TabIndex = 0;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       this.dtgMain.DoubleClick += new System.EventHandler(this.dtgMain_DoubleClick);
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colID,
     this.colTitle,
     this.colAuthor,
     this.colLanguageName,
     this.colCategoryName,
     this.colSubTypeName,
     this.colLink,
     this.colCommTitle,
     this.colCommAuthor,
     this.colModifiedDate,
     this.colVisibleForVisitor,
     this.colVisibleForRegistered,
     this.colIsActive});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.customStylesCollection1.MappingName = "Table";
       this.customStylesCollection1.RowHeaderWidth = 3;
       this.customStylesCollection1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
       //
       // colID
       //
       this.colID.Format = "";
       this.colID.FormatInfo = null;
       this.colID.HeaderText = "ID";
       this.colID.MappingName = "uID";
       this.colID.Width = 0;
       //
       // colTitle
       //
       this.colTitle.Format = "";
       this.colTitle.FormatInfo = null;
       this.colTitle.HeaderText = "Cím";
       this.colTitle.MappingName = "cTitle";
       this.colTitle.Width = 60;
       //
       // colAuthor
       //
       this.colAuthor.Format = "";
       this.colAuthor.FormatInfo = null;
       this.colAuthor.HeaderText = "Szerzõ";
       this.colAuthor.MappingName = "cAuthor";
       this.colAuthor.Width = 60;
       //
       // colLanguageName
       //
       this.colLanguageName.Format = "";
       this.colLanguageName.FormatInfo = null;
       this.colLanguageName.HeaderText = "Nyelv";
       this.colLanguageName.MappingName = "cLanguageName";
       this.colLanguageName.Width = 60;
       //
       // colCategoryName
       //
       this.colCategoryName.Format = "";
       this.colCategoryName.FormatInfo = null;
       this.colCategoryName.HeaderText = "Kategória";
       this.colCategoryName.MappingName = "cCategoryName";
       this.colCategoryName.Width = 75;
       //
       // colSubTypeName
       //
       this.colSubTypeName.Format = "";
       this.colSubTypeName.FormatInfo = null;
       this.colSubTypeName.HeaderText = "Típus";
       this.colSubTypeName.MappingName = "cSubTypeName";
       this.colSubTypeName.Width = 60;
       //
       // colLink
       //
       this.colLink.Format = "";
       this.colLink.FormatInfo = null;
       this.colLink.HeaderText = "Link";
       this.colLink.MappingName = "cLink";
       this.colLink.Width = 120;
       //
       // colCommTitle
       //
       this.colCommTitle.Format = "";
       this.colCommTitle.FormatInfo = null;
       this.colCommTitle.HeaderText = "Ajánló cím";
       this.colCommTitle.MappingName = "cCommTitle";
       this.colCommTitle.Width = 75;
       //
       // colCommAuthor
       //
       this.colCommAuthor.Format = "";
       this.colCommAuthor.FormatInfo = null;
       this.colCommAuthor.HeaderText = "Ajánló szerzõ";
       this.colCommAuthor.MappingName = "cCommAuthor";
       this.colCommAuthor.Width = 75;
       //
       // colModifiedDate
       //
       this.colModifiedDate.Format = "";
       this.colModifiedDate.FormatInfo = null;
       this.colModifiedDate.HeaderText = "Utolsó módosítás";
       this.colModifiedDate.MappingName = "dModifiedDate";
       this.colModifiedDate.Width = 105;
       //
       // colVisibleForVisitor
       //
       this.colVisibleForVisitor.HeaderText = "Látogató";
       this.colVisibleForVisitor.MappingName = "bVisibleForVisitor";
       this.colVisibleForVisitor.NullValue = null;
       this.colVisibleForVisitor.Width = 50;
       //
       // colVisibleForRegistered
       //
       this.colVisibleForRegistered.HeaderText = "Felhasználó";
       this.colVisibleForRegistered.MappingName = "bVisibleForRegistered";
       this.colVisibleForRegistered.NullValue = null;
       this.colVisibleForRegistered.Width = 70;
       //
       // colIsActive
       //
       this.colIsActive.HeaderText = "Aktív?";
       this.colIsActive.MappingName = "bIsActive";
       this.colIsActive.Width = 50;
       //
       // frmDocumentSelect
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.ClientSize = new System.Drawing.Size(602, 583);
       this.Controls.Add(this.dtgMain);
       this.Controls.Add(this.pnlFilter);
       this.Controls.Add(this.tlbMain);
       this.Controls.Add(this.pHeader);
       this.Name = "frmDocumentSelect";
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmDocumentSelect_Load);
       this.pnlFilter.ResumeLayout(false);
       this.pnlFilter.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.ResumeLayout(false);
       this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQuestionFormSelect));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.imgToolbar = new System.Windows.Forms.ImageList(this.components);
       this.tlbMain = new System.Windows.Forms.ToolBar();
       this.tbbSeparator1 = new System.Windows.Forms.ToolBarButton();
       this.tbbModify = new System.Windows.Forms.ToolBarButton();
       this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton();
       this.tbbRefresh = new System.Windows.Forms.ToolBarButton();
       this.tbbExport = new System.Windows.Forms.ToolBarButton();
       this.pnlFilter = new System.Windows.Forms.Panel();
       this.label1 = new System.Windows.Forms.Label();
       this.cmbProgram = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.cmbOrganisation = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.cmbCategory = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.label3 = new System.Windows.Forms.Label();
       this.label4 = new System.Windows.Forms.Label();
       this.label2 = new System.Windows.Forms.Label();
       this.cmbTemplate = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colOrganisationName = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colProgramName = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colCategory = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colTemplateName = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colModifiedDate = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.csvSaveFileDialog = new System.Windows.Forms.SaveFileDialog();
       this.pnlFilter.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(799, 46);
       this.pHeader.TabIndex = 2;
       this.pHeader.Text1 = "Kitöltött kérdõívek";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Kérdõívek listája";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // imgToolbar
       //
       this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
       this.imgToolbar.TransparentColor = System.Drawing.Color.Transparent;
       this.imgToolbar.Images.SetKeyName(0, "");
       this.imgToolbar.Images.SetKeyName(1, "");
       this.imgToolbar.Images.SetKeyName(2, "");
       this.imgToolbar.Images.SetKeyName(3, "");
       this.imgToolbar.Images.SetKeyName(4, "");
       this.imgToolbar.Images.SetKeyName(5, "");
       //
       // tlbMain
       //
       this.tlbMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
       this.tlbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSeparator1,
     this.tbbModify,
     this.tbbSeparator2,
     this.tbbRefresh,
     this.tbbExport});
       this.tlbMain.DropDownArrows = true;
       this.tlbMain.ImageList = this.imgToolbar;
       this.tlbMain.Location = new System.Drawing.Point(0, 46);
       this.tlbMain.Name = "tlbMain";
       this.tlbMain.ShowToolTips = true;
       this.tlbMain.Size = new System.Drawing.Size(799, 28);
       this.tlbMain.TabIndex = 3;
       this.tlbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tlbMain_ButtonClick);
       //
       // tbbSeparator1
       //
       this.tbbSeparator1.Name = "tbbSeparator1";
       this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbModify
       //
       this.tbbModify.ImageIndex = 1;
       this.tbbModify.Name = "tbbModify";
       this.tbbModify.ToolTipText = "Kérdõív megtekintése";
       //
       // tbbSeparator2
       //
       this.tbbSeparator2.Name = "tbbSeparator2";
       this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbRefresh
       //
       this.tbbRefresh.ImageIndex = 2;
       this.tbbRefresh.Name = "tbbRefresh";
       this.tbbRefresh.ToolTipText = "Lista frissítése/szûrés";
       //
       // tbbExport
       //
       this.tbbExport.Enabled = false;
       this.tbbExport.ImageIndex = 5;
       this.tbbExport.Name = "tbbExport";
       this.tbbExport.ToolTipText = "Lista exportálása";
       //
       // pnlFilter
       //
       this.pnlFilter.Controls.Add(this.label1);
       this.pnlFilter.Controls.Add(this.cmbProgram);
       this.pnlFilter.Controls.Add(this.cmbOrganisation);
       this.pnlFilter.Controls.Add(this.cmbCategory);
       this.pnlFilter.Controls.Add(this.label3);
       this.pnlFilter.Controls.Add(this.label4);
       this.pnlFilter.Controls.Add(this.label2);
       this.pnlFilter.Controls.Add(this.cmbTemplate);
       this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
       this.pnlFilter.Location = new System.Drawing.Point(0, 74);
       this.pnlFilter.Name = "pnlFilter";
       this.pnlFilter.Size = new System.Drawing.Size(799, 70);
       this.pnlFilter.TabIndex = 59;
       //
       // label1
       //
       this.label1.AutoSize = true;
       this.label1.Location = new System.Drawing.Point(10, 40);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(56, 17);
       this.label1.TabIndex = 71;
       this.label1.Text = "Sablon:";
       //
       // cmbProgram
       //
       this.cmbProgram.AllowNull = true;
       this.cmbProgram.BreakSort = false;
       this.cmbProgram.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbProgram.Location = new System.Drawing.Point(376, 38);
       this.cmbProgram.Name = "cmbProgram";
       this.cmbProgram.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbProgram.Size = new System.Drawing.Size(404, 24);
       this.cmbProgram.TabIndex = 69;
       this.cmbProgram.ToolBarUse = false;
       this.cmbProgram.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // cmbOrganisation
       //
       this.cmbOrganisation.AllowNull = true;
       this.cmbOrganisation.BreakSort = false;
       this.cmbOrganisation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbOrganisation.Location = new System.Drawing.Point(376, 9);
       this.cmbOrganisation.Name = "cmbOrganisation";
       this.cmbOrganisation.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbOrganisation.Size = new System.Drawing.Size(404, 24);
       this.cmbOrganisation.TabIndex = 68;
       this.cmbOrganisation.ToolBarUse = false;
       this.cmbOrganisation.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // cmbCategory
       //
       this.cmbCategory.AllowNull = true;
       this.cmbCategory.BreakSort = false;
       this.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbCategory.Location = new System.Drawing.Point(86, 9);
       this.cmbCategory.Name = "cmbCategory";
       this.cmbCategory.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbCategory.Size = new System.Drawing.Size(179, 24);
       this.cmbCategory.TabIndex = 67;
       this.cmbCategory.ToolBarUse = false;
       this.cmbCategory.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // label3
       //
       this.label3.AutoSize = true;
       this.label3.Location = new System.Drawing.Point(300, 15);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(75, 17);
       this.label3.TabIndex = 62;
       this.label3.Text = "Szervezet:";
       //
       // label4
       //
       this.label4.AutoSize = true;
       this.label4.Location = new System.Drawing.Point(300, 40);
       this.label4.Name = "label4";
       this.label4.Size = new System.Drawing.Size(66, 17);
       this.label4.TabIndex = 66;
       this.label4.Text = "Program:";
       //
       // label2
       //
       this.label2.AutoSize = true;
       this.label2.Location = new System.Drawing.Point(10, 15);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(73, 17);
       this.label2.TabIndex = 64;
       this.label2.Text = "Kategória:";
       //
       // cmbTemplate
       //
       this.cmbTemplate.AllowNull = true;
       this.cmbTemplate.BreakSort = false;
       this.cmbTemplate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbTemplate.Location = new System.Drawing.Point(86, 37);
       this.cmbTemplate.Name = "cmbTemplate";
       this.cmbTemplate.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbTemplate.Size = new System.Drawing.Size(179, 24);
       this.cmbTemplate.TabIndex = 70;
       this.cmbTemplate.ToolBarUse = false;
       this.cmbTemplate.ValidationErrorMessage = "Érvénytelen karakter!";
       this.cmbTemplate.SelectedIndexChanged += new System.EventHandler(this.cmbTemplate_SelectedIndexChanged);
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(0, 144);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 3;
       this.dtgMain.Size = new System.Drawing.Size(799, 155);
       this.dtgMain.TabIndex = 60;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       this.dtgMain.DoubleClick += new System.EventHandler(this.dtgMain_DoubleClick);
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colOrganisationName,
     this.colProgramName,
     this.colCategory,
     this.colTemplateName,
     this.colModifiedDate});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.customStylesCollection1.RowHeaderWidth = 3;
       this.customStylesCollection1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
       //
       // colOrganisationName
       //
       this.colOrganisationName.Format = "";
       this.colOrganisationName.FormatInfo = null;
       this.colOrganisationName.HeaderText = "Szervezet";
       this.colOrganisationName.MappingName = "OrganisationName";
       this.colOrganisationName.Width = 150;
       //
       // colProgramName
       //
       this.colProgramName.Format = "";
       this.colProgramName.FormatInfo = null;
       this.colProgramName.HeaderText = "Program";
       this.colProgramName.MappingName = "ProgramName";
       this.colProgramName.Width = 125;
       //
       // colCategory
       //
       this.colCategory.Format = "";
       this.colCategory.FormatInfo = null;
       this.colCategory.HeaderText = "Kategória";
       this.colCategory.MappingName = "ProgramCategoryName";
       this.colCategory.Width = 75;
       //
       // colTemplateName
       //
       this.colTemplateName.Format = "";
       this.colTemplateName.FormatInfo = null;
       this.colTemplateName.HeaderText = "Kérdõív";
       this.colTemplateName.MappingName = "TemplateName";
       this.colTemplateName.Width = 125;
       //
       // colModifiedDate
       //
       this.colModifiedDate.Format = "";
       this.colModifiedDate.FormatInfo = null;
       this.colModifiedDate.HeaderText = "Módosítás dátuma";
       this.colModifiedDate.MappingName = "LastModifiedDate";
       this.colModifiedDate.Width = 120;
       //
       // csvSaveFileDialog
       //
       this.csvSaveFileDialog.DefaultExt = "csv";
       this.csvSaveFileDialog.Filter = "CSV files|*.csv|All files|*.*";
       //
       // frmQuestionFormSelect
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.ClientSize = new System.Drawing.Size(799, 299);
       this.Controls.Add(this.dtgMain);
       this.Controls.Add(this.pnlFilter);
       this.Controls.Add(this.tlbMain);
       this.Controls.Add(this.pHeader);
       this.Name = "frmQuestionFormSelect";
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmQuestionFormSelect_Load);
       this.pnlFilter.ResumeLayout(false);
       this.pnlFilter.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.ResumeLayout(false);
       this.PerformLayout();
 }
Exemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmForumThreadSelect));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.imgToolbar = new System.Windows.Forms.ImageList(this.components);
       this.tlbMain = new System.Windows.Forms.ToolBar();
       this.tbbSeparator1 = new System.Windows.Forms.ToolBarButton();
       this.tbbNew = new System.Windows.Forms.ToolBarButton();
       this.tbbModify = new System.Windows.Forms.ToolBarButton();
       this.tbbInactivate = new System.Windows.Forms.ToolBarButton();
       this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton();
       this.tbbRefresh = new System.Windows.Forms.ToolBarButton();
       this.pnlFilter = new System.Windows.Forms.Panel();
       this.label2 = new System.Windows.Forms.Label();
       this.dtpLastItemTo = new System.Windows.Forms.DateTimePicker();
       this.label1 = new System.Windows.Forms.Label();
       this.dtpLastItemFrom = new System.Windows.Forms.DateTimePicker();
       this.cmbStatus = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.label4 = new System.Windows.Forms.Label();
       this.label3 = new System.Windows.Forms.Label();
       this.cmbForumGroup = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colGroup = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colName = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colCreator = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colCreatedDate = new System.Windows.Forms.DataGridTextBoxColumn();
       this.colActive = new System.Windows.Forms.DataGridBoolColumn();
       this.colLastItem = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colNumberOfItems = new System.Windows.Forms.DataGridTextBoxColumn();
       this.pnlFilter.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(611, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.Text1 = "Fórum szálak";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Fórum szálak szerkesztése";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // imgToolbar
       //
       this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
       this.imgToolbar.TransparentColor = System.Drawing.Color.Transparent;
       this.imgToolbar.Images.SetKeyName(0, "");
       this.imgToolbar.Images.SetKeyName(1, "");
       this.imgToolbar.Images.SetKeyName(2, "");
       this.imgToolbar.Images.SetKeyName(3, "");
       this.imgToolbar.Images.SetKeyName(4, "");
       //
       // tlbMain
       //
       this.tlbMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
       this.tlbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSeparator1,
     this.tbbNew,
     this.tbbModify,
     this.tbbInactivate,
     this.tbbSeparator2,
     this.tbbRefresh});
       this.tlbMain.DropDownArrows = true;
       this.tlbMain.ImageList = this.imgToolbar;
       this.tlbMain.Location = new System.Drawing.Point(0, 46);
       this.tlbMain.Name = "tlbMain";
       this.tlbMain.ShowToolTips = true;
       this.tlbMain.Size = new System.Drawing.Size(611, 28);
       this.tlbMain.TabIndex = 1;
       this.tlbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tlbMain_ButtonClick);
       //
       // tbbSeparator1
       //
       this.tbbSeparator1.Name = "tbbSeparator1";
       this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbNew
       //
       this.tbbNew.ImageIndex = 0;
       this.tbbNew.Name = "tbbNew";
       this.tbbNew.ToolTipText = "Új fórum szál létrehozása";
       //
       // tbbModify
       //
       this.tbbModify.ImageIndex = 1;
       this.tbbModify.Name = "tbbModify";
       this.tbbModify.ToolTipText = "Fórum szál szerkesztése";
       //
       // tbbInactivate
       //
       this.tbbInactivate.ImageIndex = 2;
       this.tbbInactivate.Name = "tbbInactivate";
       this.tbbInactivate.ToolTipText = "Fórum szál lezárása/engedélyezése";
       //
       // tbbSeparator2
       //
       this.tbbSeparator2.Name = "tbbSeparator2";
       this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbRefresh
       //
       this.tbbRefresh.ImageIndex = 3;
       this.tbbRefresh.Name = "tbbRefresh";
       this.tbbRefresh.ToolTipText = "Lista frissítése/szûrés";
       //
       // pnlFilter
       //
       this.pnlFilter.Controls.Add(this.label2);
       this.pnlFilter.Controls.Add(this.dtpLastItemTo);
       this.pnlFilter.Controls.Add(this.label1);
       this.pnlFilter.Controls.Add(this.dtpLastItemFrom);
       this.pnlFilter.Controls.Add(this.cmbStatus);
       this.pnlFilter.Controls.Add(this.label4);
       this.pnlFilter.Controls.Add(this.label3);
       this.pnlFilter.Controls.Add(this.cmbForumGroup);
       this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
       this.pnlFilter.Location = new System.Drawing.Point(0, 74);
       this.pnlFilter.Name = "pnlFilter";
       this.pnlFilter.Size = new System.Drawing.Size(611, 70);
       this.pnlFilter.TabIndex = 2;
       //
       // label2
       //
       this.label2.AutoSize = true;
       this.label2.Location = new System.Drawing.Point(269, 42);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(13, 17);
       this.label2.TabIndex = 4;
       this.label2.Text = "-";
       //
       // dtpLastItemTo
       //
       this.dtpLastItemTo.Checked = false;
       this.dtpLastItemTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
       this.dtpLastItemTo.Location = new System.Drawing.Point(283, 37);
       this.dtpLastItemTo.Name = "dtpLastItemTo";
       this.dtpLastItemTo.ShowCheckBox = true;
       this.dtpLastItemTo.Size = new System.Drawing.Size(130, 22);
       this.dtpLastItemTo.TabIndex = 2;
       //
       // label1
       //
       this.label1.AutoSize = true;
       this.label1.Location = new System.Drawing.Point(10, 42);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(134, 17);
       this.label1.TabIndex = 2;
       this.label1.Text = "Utolsó hozzászólás:";
       //
       // dtpLastItemFrom
       //
       this.dtpLastItemFrom.Checked = false;
       this.dtpLastItemFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
       this.dtpLastItemFrom.Location = new System.Drawing.Point(139, 37);
       this.dtpLastItemFrom.Name = "dtpLastItemFrom";
       this.dtpLastItemFrom.ShowCheckBox = true;
       this.dtpLastItemFrom.Size = new System.Drawing.Size(130, 22);
       this.dtpLastItemFrom.TabIndex = 1;
       //
       // cmbStatus
       //
       this.cmbStatus.AllowNull = true;
       this.cmbStatus.BreakSort = false;
       this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbStatus.Location = new System.Drawing.Point(475, 37);
       this.cmbStatus.Name = "cmbStatus";
       this.cmbStatus.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbStatus.Size = new System.Drawing.Size(120, 24);
       this.cmbStatus.TabIndex = 3;
       this.cmbStatus.ToolBarUse = false;
       this.cmbStatus.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // label4
       //
       this.label4.AutoSize = true;
       this.label4.Location = new System.Drawing.Point(422, 42);
       this.label4.Name = "label4";
       this.label4.Size = new System.Drawing.Size(55, 17);
       this.label4.TabIndex = 6;
       this.label4.Text = "Állapot:";
       //
       // label3
       //
       this.label3.AutoSize = true;
       this.label3.Location = new System.Drawing.Point(10, 14);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(87, 17);
       this.label3.TabIndex = 0;
       this.label3.Text = "Fórum téma:";
       //
       // cmbForumGroup
       //
       this.cmbForumGroup.AllowNull = true;
       this.cmbForumGroup.BreakSort = false;
       this.cmbForumGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbForumGroup.Location = new System.Drawing.Point(139, 9);
       this.cmbForumGroup.Name = "cmbForumGroup";
       this.cmbForumGroup.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbForumGroup.Size = new System.Drawing.Size(456, 24);
       this.cmbForumGroup.TabIndex = 0;
       this.cmbForumGroup.ToolBarUse = false;
       this.cmbForumGroup.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(0, 144);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 3;
       this.dtgMain.Size = new System.Drawing.Size(611, 122);
       this.dtgMain.TabIndex = 3;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       this.dtgMain.DoubleClick += new System.EventHandler(this.dtgMain_DoubleClick);
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colGroup,
     this.colName,
     this.colCreator,
     this.colCreatedDate,
     this.colActive,
     this.colLastItem,
     this.colNumberOfItems});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.customStylesCollection1.RowHeaderWidth = 3;
       this.customStylesCollection1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
       //
       // colGroup
       //
       this.colGroup.Format = "";
       this.colGroup.FormatInfo = null;
       this.colGroup.HeaderText = "Téma";
       this.colGroup.MappingName = "ForumGroupName";
       this.colGroup.Width = 75;
       //
       // colName
       //
       this.colName.Format = "";
       this.colName.FormatInfo = null;
       this.colName.HeaderText = "Fórum szál neve";
       this.colName.MappingName = "Name";
       this.colName.Width = 200;
       //
       // colCreator
       //
       this.colCreator.Format = "";
       this.colCreator.FormatInfo = null;
       this.colCreator.HeaderText = "Indította";
       this.colCreator.MappingName = "CreatedBy";
       this.colCreator.Width = 75;
       //
       // colCreatedDate
       //
       this.colCreatedDate.Format = "";
       this.colCreatedDate.FormatInfo = null;
       this.colCreatedDate.HeaderText = "Indítás dátuma";
       this.colCreatedDate.MappingName = "CreatedDate";
       this.colCreatedDate.Width = 75;
       //
       // colActive
       //
       this.colActive.HeaderText = "Aktív";
       this.colActive.MappingName = "IsActive";
       this.colActive.Width = 75;
       //
       // colLastItem
       //
       this.colLastItem.Format = "";
       this.colLastItem.FormatInfo = null;
       this.colLastItem.HeaderText = "Utolsó hozzászólás";
       this.colLastItem.MappingName = "LastItem";
       this.colLastItem.Width = 75;
       //
       // colNumberOfItems
       //
       this.colNumberOfItems.Format = "";
       this.colNumberOfItems.FormatInfo = null;
       this.colNumberOfItems.HeaderText = "Hozzászólások száma";
       this.colNumberOfItems.MappingName = "ItemCount";
       this.colNumberOfItems.Width = 75;
       //
       // frmForumThreadSelect
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.ClientSize = new System.Drawing.Size(611, 266);
       this.Controls.Add(this.dtgMain);
       this.Controls.Add(this.pnlFilter);
       this.Controls.Add(this.tlbMain);
       this.Controls.Add(this.pHeader);
       this.Name = "frmForumThreadSelect";
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmForumThreadSelect_Load);
       this.pnlFilter.ResumeLayout(false);
       this.pnlFilter.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.ResumeLayout(false);
       this.PerformLayout();
 }
Exemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmNewsEdit));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.pnlBottom = new System.Windows.Forms.Panel();
       this.btnCancel = new System.Windows.Forms.Button();
       this.btnOk = new System.Windows.Forms.Button();
       this.label17 = new System.Windows.Forms.Label();
       this.txtAbstract = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label9 = new System.Windows.Forms.Label();
       this.txtPictureUrl = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label8 = new System.Windows.Forms.Label();
       this.txtTitle = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.cbxVisibleForVisitor = new System.Windows.Forms.CheckBox();
       this.btnPictureUrl = new System.Windows.Forms.Button();
       this.txtNewsBody = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label1 = new System.Windows.Forms.Label();
       this.cbxVisibleForRegistered = new System.Windows.Forms.CheckBox();
       this.cbxActivate = new System.Windows.Forms.CheckBox();
       this.imgToolbar = new System.Windows.Forms.ImageList(this.components);
       this.tabControl1 = new System.Windows.Forms.TabControl();
       this.tabPageBase = new System.Windows.Forms.TabPage();
       this.cmbCategory = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.lblCategory = new System.Windows.Forms.Label();
       this.cbxActual = new System.Windows.Forms.CheckBox();
       this.btnDeleteBasePicture = new System.Windows.Forms.Button();
       this.pbxPictureBase = new System.Windows.Forms.PictureBox();
       this.tabPagePicture = new System.Windows.Forms.TabPage();
       this.pbxView = new System.Windows.Forms.PictureBox();
       this.txtUrlOther = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.btnPictureUrlOther = new System.Windows.Forms.Button();
       this.label2 = new System.Windows.Forms.Label();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colTitle = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colPictureUrl = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.label5 = new System.Windows.Forms.Label();
       this.txtPictureTitle = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.btnDelete = new System.Windows.Forms.Button();
       this.btnNew = new System.Windows.Forms.Button();
       this.tebPageAttachment = new System.Windows.Forms.TabPage();
       this.btnActivate = new System.Windows.Forms.Button();
       this.lblDescription = new System.Windows.Forms.Label();
       this.txtDescription = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtFilePath = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.btnFile = new System.Windows.Forms.Button();
       this.lblFilePath = new System.Windows.Forms.Label();
       this.lblFileTitle = new System.Windows.Forms.Label();
       this.txtFileTitle = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.btnDeleteFile = new System.Windows.Forms.Button();
       this.btnNewFile = new System.Windows.Forms.Button();
       this.dtgFiles = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection2 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colID = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colPath = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colSize = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colDesc = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colActive = new System.Windows.Forms.DataGridBoolColumn();
       this.txtPictureUrlOther = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.pnlBottom.SuspendLayout();
       this.tabControl1.SuspendLayout();
       this.tabPageBase.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.pbxPictureBase)).BeginInit();
       this.tabPagePicture.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.pbxView)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.tebPageAttachment.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgFiles)).BeginInit();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(626, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.Text1 = "Hírek, információk";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Hírek adatainak módosítása";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // pnlBottom
       //
       this.pnlBottom.Controls.Add(this.btnCancel);
       this.pnlBottom.Controls.Add(this.btnOk);
       this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.pnlBottom.Location = new System.Drawing.Point(0, 524);
       this.pnlBottom.Name = "pnlBottom";
       this.pnlBottom.Size = new System.Drawing.Size(626, 52);
       this.pnlBottom.TabIndex = 2;
       //
       // btnCancel
       //
       this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnCancel.Location = new System.Drawing.Point(528, 18);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(84, 24);
       this.btnCancel.TabIndex = 1;
       this.btnCancel.Text = "Mégse";
       //
       // btnOk
       //
       this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnOk.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnOk.Location = new System.Drawing.Point(432, 18);
       this.btnOk.Name = "btnOk";
       this.btnOk.Size = new System.Drawing.Size(84, 24);
       this.btnOk.TabIndex = 0;
       this.btnOk.Text = "Rendben";
       this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
       //
       // label17
       //
       this.label17.Location = new System.Drawing.Point(14, 78);
       this.label17.Name = "label17";
       this.label17.Size = new System.Drawing.Size(125, 19);
       this.label17.TabIndex = 5;
       this.label17.Text = "Rövid összefoglaló:";
       //
       // txtAbstract
       //
       this.txtAbstract.AllowNull = false;
       this.txtAbstract.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtAbstract.InvalidCharSet = "";
       this.txtAbstract.Location = new System.Drawing.Point(144, 74);
       this.txtAbstract.MaxLength = 4000;
       this.txtAbstract.Multiline = true;
       this.txtAbstract.Name = "txtAbstract";
       this.txtAbstract.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtAbstract.ScrollBars = System.Windows.Forms.ScrollBars.Both;
       this.txtAbstract.Size = new System.Drawing.Size(442, 92);
       this.txtAbstract.TabIndex = 6;
       this.txtAbstract.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtAbstract.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtAbstract.ValidationMask = "";
       this.txtAbstract.ValidCharSet = "";
       //
       // label9
       //
       this.label9.Location = new System.Drawing.Point(14, 46);
       this.label9.Name = "label9";
       this.label9.Size = new System.Drawing.Size(125, 19);
       this.label9.TabIndex = 2;
       this.label9.Text = "Kép:";
       //
       // txtPictureUrl
       //
       this.txtPictureUrl.AllowNull = true;
       this.txtPictureUrl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtPictureUrl.InvalidCharSet = "";
       this.txtPictureUrl.Location = new System.Drawing.Point(144, 42);
       this.txtPictureUrl.MaxLength = 250;
       this.txtPictureUrl.Name = "txtPictureUrl";
       this.txtPictureUrl.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtPictureUrl.ReadOnly = true;
       this.txtPictureUrl.Size = new System.Drawing.Size(350, 22);
       this.txtPictureUrl.TabIndex = 3;
       this.txtPictureUrl.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtPictureUrl.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtPictureUrl.ValidationMask = "";
       this.txtPictureUrl.ValidCharSet = "";
       //
       // label8
       //
       this.label8.Location = new System.Drawing.Point(14, 14);
       this.label8.Name = "label8";
       this.label8.Size = new System.Drawing.Size(125, 18);
       this.label8.TabIndex = 0;
       this.label8.Text = "Cím:";
       //
       // txtTitle
       //
       this.txtTitle.AllowNull = false;
       this.txtTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtTitle.InvalidCharSet = "";
       this.txtTitle.Location = new System.Drawing.Point(144, 9);
       this.txtTitle.MaxLength = 250;
       this.txtTitle.Name = "txtTitle";
       this.txtTitle.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtTitle.Size = new System.Drawing.Size(442, 22);
       this.txtTitle.TabIndex = 1;
       this.txtTitle.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtTitle.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtTitle.ValidationMask = "";
       this.txtTitle.ValidCharSet = "";
       //
       // cbxVisibleForVisitor
       //
       this.cbxVisibleForVisitor.Location = new System.Drawing.Point(144, 332);
       this.cbxVisibleForVisitor.Name = "cbxVisibleForVisitor";
       this.cbxVisibleForVisitor.Size = new System.Drawing.Size(322, 28);
       this.cbxVisibleForVisitor.TabIndex = 11;
       this.cbxVisibleForVisitor.Text = "Látható a látogatók számára";
       //
       // btnPictureUrl
       //
       this.btnPictureUrl.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnPictureUrl.Location = new System.Drawing.Point(499, 42);
       this.btnPictureUrl.Name = "btnPictureUrl";
       this.btnPictureUrl.Size = new System.Drawing.Size(29, 23);
       this.btnPictureUrl.TabIndex = 4;
       this.btnPictureUrl.Text = "...";
       this.btnPictureUrl.Click += new System.EventHandler(this.btnPictureUrl_Click);
       //
       // txtNewsBody
       //
       this.txtNewsBody.AllowNull = false;
       this.txtNewsBody.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtNewsBody.InvalidCharSet = "";
       this.txtNewsBody.Location = new System.Drawing.Point(144, 175);
       this.txtNewsBody.Multiline = true;
       this.txtNewsBody.Name = "txtNewsBody";
       this.txtNewsBody.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtNewsBody.ScrollBars = System.Windows.Forms.ScrollBars.Both;
       this.txtNewsBody.Size = new System.Drawing.Size(442, 111);
       this.txtNewsBody.TabIndex = 8;
       this.txtNewsBody.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtNewsBody.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtNewsBody.ValidationMask = "";
       this.txtNewsBody.ValidCharSet = "";
       //
       // label1
       //
       this.label1.Location = new System.Drawing.Point(14, 175);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(125, 19);
       this.label1.TabIndex = 7;
       this.label1.Text = "Szöveg:";
       //
       // cbxVisibleForRegistered
       //
       this.cbxVisibleForRegistered.Location = new System.Drawing.Point(144, 360);
       this.cbxVisibleForRegistered.Name = "cbxVisibleForRegistered";
       this.cbxVisibleForRegistered.Size = new System.Drawing.Size(322, 28);
       this.cbxVisibleForRegistered.TabIndex = 12;
       this.cbxVisibleForRegistered.Text = "Látható a regisztrált felhasználók számára";
       //
       // cbxActivate
       //
       this.cbxActivate.Checked = true;
       this.cbxActivate.CheckState = System.Windows.Forms.CheckState.Checked;
       this.cbxActivate.Location = new System.Drawing.Point(144, 388);
       this.cbxActivate.Name = "cbxActivate";
       this.cbxActivate.Size = new System.Drawing.Size(125, 23);
       this.cbxActivate.TabIndex = 13;
       this.cbxActivate.Text = "Aktív";
       //
       // imgToolbar
       //
       this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
       this.imgToolbar.TransparentColor = System.Drawing.Color.Transparent;
       this.imgToolbar.Images.SetKeyName(0, "");
       this.imgToolbar.Images.SetKeyName(1, "");
       this.imgToolbar.Images.SetKeyName(2, "");
       this.imgToolbar.Images.SetKeyName(3, "");
       this.imgToolbar.Images.SetKeyName(4, "");
       //
       // tabControl1
       //
       this.tabControl1.Controls.Add(this.tabPageBase);
       this.tabControl1.Controls.Add(this.tabPagePicture);
       this.tabControl1.Controls.Add(this.tebPageAttachment);
       this.tabControl1.Location = new System.Drawing.Point(0, 46);
       this.tabControl1.Name = "tabControl1";
       this.tabControl1.SelectedIndex = 0;
       this.tabControl1.Size = new System.Drawing.Size(614, 476);
       this.tabControl1.TabIndex = 1;
       //
       // tabPageBase
       //
       this.tabPageBase.Controls.Add(this.cmbCategory);
       this.tabPageBase.Controls.Add(this.lblCategory);
       this.tabPageBase.Controls.Add(this.cbxActual);
       this.tabPageBase.Controls.Add(this.btnDeleteBasePicture);
       this.tabPageBase.Controls.Add(this.pbxPictureBase);
       this.tabPageBase.Controls.Add(this.txtTitle);
       this.tabPageBase.Controls.Add(this.cbxVisibleForVisitor);
       this.tabPageBase.Controls.Add(this.txtNewsBody);
       this.tabPageBase.Controls.Add(this.label1);
       this.tabPageBase.Controls.Add(this.cbxVisibleForRegistered);
       this.tabPageBase.Controls.Add(this.cbxActivate);
       this.tabPageBase.Controls.Add(this.btnPictureUrl);
       this.tabPageBase.Controls.Add(this.label17);
       this.tabPageBase.Controls.Add(this.txtAbstract);
       this.tabPageBase.Controls.Add(this.label9);
       this.tabPageBase.Controls.Add(this.txtPictureUrl);
       this.tabPageBase.Controls.Add(this.label8);
       this.tabPageBase.Location = new System.Drawing.Point(4, 25);
       this.tabPageBase.Name = "tabPageBase";
       this.tabPageBase.Size = new System.Drawing.Size(606, 447);
       this.tabPageBase.TabIndex = 0;
       this.tabPageBase.Text = "Hír adatai";
       //
       // cmbCategory
       //
       this.cmbCategory.AllowNull = false;
       this.cmbCategory.BreakSort = false;
       this.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbCategory.Items.AddRange(new object[] {
     "Kiadvány"});
       this.cmbCategory.Location = new System.Drawing.Point(144, 295);
       this.cmbCategory.Name = "cmbCategory";
       this.cmbCategory.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbCategory.Size = new System.Drawing.Size(442, 24);
       this.cmbCategory.TabIndex = 10;
       this.cmbCategory.ToolBarUse = false;
       this.cmbCategory.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // lblCategory
       //
       this.lblCategory.Location = new System.Drawing.Point(14, 295);
       this.lblCategory.Name = "lblCategory";
       this.lblCategory.Size = new System.Drawing.Size(125, 23);
       this.lblCategory.TabIndex = 9;
       this.lblCategory.Text = "Kategória:";
       //
       // cbxActual
       //
       this.cbxActual.Checked = true;
       this.cbxActual.CheckState = System.Windows.Forms.CheckState.Checked;
       this.cbxActual.Location = new System.Drawing.Point(144, 415);
       this.cbxActual.Name = "cbxActual";
       this.cbxActual.Size = new System.Drawing.Size(120, 19);
       this.cbxActual.TabIndex = 14;
       this.cbxActual.Text = "Aktuális";
       //
       // btnDeleteBasePicture
       //
       this.btnDeleteBasePicture.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnDeleteBasePicture.Location = new System.Drawing.Point(533, 42);
       this.btnDeleteBasePicture.Name = "btnDeleteBasePicture";
       this.btnDeleteBasePicture.Size = new System.Drawing.Size(53, 23);
       this.btnDeleteBasePicture.TabIndex = 14;
       this.btnDeleteBasePicture.Text = "Töröl";
       this.btnDeleteBasePicture.Click += new System.EventHandler(this.btnDeleteBasePicture_Click);
       //
       // pbxPictureBase
       //
       this.pbxPictureBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.pbxPictureBase.Location = new System.Drawing.Point(494, 332);
       this.pbxPictureBase.Name = "pbxPictureBase";
       this.pbxPictureBase.Size = new System.Drawing.Size(92, 83);
       this.pbxPictureBase.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
       this.pbxPictureBase.TabIndex = 13;
       this.pbxPictureBase.TabStop = false;
       //
       // tabPagePicture
       //
       this.tabPagePicture.Controls.Add(this.pbxView);
       this.tabPagePicture.Controls.Add(this.txtUrlOther);
       this.tabPagePicture.Controls.Add(this.btnPictureUrlOther);
       this.tabPagePicture.Controls.Add(this.label2);
       this.tabPagePicture.Controls.Add(this.dtgMain);
       this.tabPagePicture.Controls.Add(this.label5);
       this.tabPagePicture.Controls.Add(this.txtPictureTitle);
       this.tabPagePicture.Controls.Add(this.btnDelete);
       this.tabPagePicture.Controls.Add(this.btnNew);
       this.tabPagePicture.Location = new System.Drawing.Point(4, 25);
       this.tabPagePicture.Name = "tabPagePicture";
       this.tabPagePicture.Size = new System.Drawing.Size(606, 447);
       this.tabPagePicture.TabIndex = 1;
       this.tabPagePicture.Text = "További képek";
       //
       // pbxView
       //
       this.pbxView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.pbxView.Location = new System.Drawing.Point(500, 74);
       this.pbxView.Name = "pbxView";
       this.pbxView.Size = new System.Drawing.Size(91, 83);
       this.pbxView.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
       this.pbxView.TabIndex = 11;
       this.pbxView.TabStop = false;
       //
       // txtUrlOther
       //
       this.txtUrlOther.AllowNull = true;
       this.txtUrlOther.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtUrlOther.InvalidCharSet = "";
       this.txtUrlOther.Location = new System.Drawing.Point(96, 14);
       this.txtUrlOther.MaxLength = 100;
       this.txtUrlOther.Name = "txtUrlOther";
       this.txtUrlOther.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtUrlOther.Size = new System.Drawing.Size(365, 22);
       this.txtUrlOther.TabIndex = 1;
       this.txtUrlOther.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtUrlOther.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtUrlOther.ValidationMask = "";
       this.txtUrlOther.ValidCharSet = "";
       //
       // btnPictureUrlOther
       //
       this.btnPictureUrlOther.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnPictureUrlOther.Location = new System.Drawing.Point(466, 14);
       this.btnPictureUrlOther.Name = "btnPictureUrlOther";
       this.btnPictureUrlOther.Size = new System.Drawing.Size(28, 23);
       this.btnPictureUrlOther.TabIndex = 2;
       this.btnPictureUrlOther.Text = "...";
       this.btnPictureUrlOther.Click += new System.EventHandler(this.btnPictureUrlOther_Click);
       //
       // label2
       //
       this.label2.Location = new System.Drawing.Point(14, 18);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(77, 19);
       this.label2.TabIndex = 0;
       this.label2.Text = "Kép:";
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(14, 74);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 3;
       this.dtgMain.Size = new System.Drawing.Size(480, 360);
       this.dtgMain.TabIndex = 5;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       this.dtgMain.CurrentCellChanged += new System.EventHandler(this.dtgMain_CurrentCellChanged);
       this.dtgMain.DoubleClick += new System.EventHandler(this.dtgMain_DoubleClick);
       this.dtgMain.Enter += new System.EventHandler(this.dtgMain_Enter);
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colTitle,
     this.colPictureUrl});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colTitle
       //
       this.colTitle.Format = "";
       this.colTitle.FormatInfo = null;
       this.colTitle.HeaderText = "Képaláírás";
       this.colTitle.MappingName = "Title";
       this.colTitle.Width = 200;
       //
       // colPictureUrl
       //
       this.colPictureUrl.Format = "";
       this.colPictureUrl.FormatInfo = null;
       this.colPictureUrl.HeaderText = "Kép";
       this.colPictureUrl.MappingName = "PictureUrl";
       this.colPictureUrl.Width = 185;
       //
       // label5
       //
       this.label5.Location = new System.Drawing.Point(14, 46);
       this.label5.Name = "label5";
       this.label5.Size = new System.Drawing.Size(77, 19);
       this.label5.TabIndex = 3;
       this.label5.Text = "Képaláírás:";
       //
       // txtPictureTitle
       //
       this.txtPictureTitle.AllowNull = true;
       this.txtPictureTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtPictureTitle.InvalidCharSet = "";
       this.txtPictureTitle.Location = new System.Drawing.Point(96, 42);
       this.txtPictureTitle.MaxLength = 250;
       this.txtPictureTitle.Name = "txtPictureTitle";
       this.txtPictureTitle.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtPictureTitle.Size = new System.Drawing.Size(398, 22);
       this.txtPictureTitle.TabIndex = 4;
       this.txtPictureTitle.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtPictureTitle.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtPictureTitle.ValidationMask = "";
       this.txtPictureTitle.ValidCharSet = "";
       //
       // btnDelete
       //
       this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnDelete.Location = new System.Drawing.Point(500, 196);
       this.btnDelete.Name = "btnDelete";
       this.btnDelete.Size = new System.Drawing.Size(91, 24);
       this.btnDelete.TabIndex = 7;
       this.btnDelete.Text = "Törlés";
       this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
       //
       // btnNew
       //
       this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnNew.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnNew.Location = new System.Drawing.Point(500, 167);
       this.btnNew.Name = "btnNew";
       this.btnNew.Size = new System.Drawing.Size(91, 23);
       this.btnNew.TabIndex = 6;
       this.btnNew.Text = "Új";
       this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
       //
       // tebPageAttachment
       //
       this.tebPageAttachment.Controls.Add(this.btnActivate);
       this.tebPageAttachment.Controls.Add(this.lblDescription);
       this.tebPageAttachment.Controls.Add(this.txtDescription);
       this.tebPageAttachment.Controls.Add(this.txtFilePath);
       this.tebPageAttachment.Controls.Add(this.btnFile);
       this.tebPageAttachment.Controls.Add(this.lblFilePath);
       this.tebPageAttachment.Controls.Add(this.lblFileTitle);
       this.tebPageAttachment.Controls.Add(this.txtFileTitle);
       this.tebPageAttachment.Controls.Add(this.btnDeleteFile);
       this.tebPageAttachment.Controls.Add(this.btnNewFile);
       this.tebPageAttachment.Controls.Add(this.dtgFiles);
       this.tebPageAttachment.Location = new System.Drawing.Point(4, 25);
       this.tebPageAttachment.Name = "tebPageAttachment";
       this.tebPageAttachment.Size = new System.Drawing.Size(606, 447);
       this.tebPageAttachment.TabIndex = 2;
       this.tebPageAttachment.Text = "Csatolt fálok";
       //
       // btnActivate
       //
       this.btnActivate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnActivate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnActivate.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnActivate.Location = new System.Drawing.Point(394, 403);
       this.btnActivate.Name = "btnActivate";
       this.btnActivate.Size = new System.Drawing.Size(91, 23);
       this.btnActivate.TabIndex = 23;
       this.btnActivate.Text = "Aktiválás";
       this.btnActivate.Click += new System.EventHandler(this.btnActivate_Click);
       //
       // lblDescription
       //
       this.lblDescription.Location = new System.Drawing.Point(14, 65);
       this.lblDescription.Name = "lblDescription";
       this.lblDescription.Size = new System.Drawing.Size(130, 23);
       this.lblDescription.TabIndex = 20;
       this.lblDescription.Text = "Leírás:";
       //
       // txtDescription
       //
       this.txtDescription.AllowNull = true;
       this.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtDescription.InvalidCharSet = "";
       this.txtDescription.Location = new System.Drawing.Point(144, 65);
       this.txtDescription.MaxLength = 250;
       this.txtDescription.Multiline = true;
       this.txtDescription.Name = "txtDescription";
       this.txtDescription.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtDescription.Size = new System.Drawing.Size(437, 69);
       this.txtDescription.TabIndex = 21;
       this.txtDescription.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtDescription.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtDescription.ValidationMask = "";
       this.txtDescription.ValidCharSet = "";
       //
       // txtFilePath
       //
       this.txtFilePath.AllowNull = true;
       this.txtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtFilePath.InvalidCharSet = "";
       this.txtFilePath.Location = new System.Drawing.Point(144, 9);
       this.txtFilePath.MaxLength = 100;
       this.txtFilePath.Name = "txtFilePath";
       this.txtFilePath.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtFilePath.ReadOnly = true;
       this.txtFilePath.Size = new System.Drawing.Size(403, 22);
       this.txtFilePath.TabIndex = 16;
       this.txtFilePath.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtFilePath.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtFilePath.ValidationMask = "";
       this.txtFilePath.ValidCharSet = "";
       //
       // btnFile
       //
       this.btnFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnFile.Location = new System.Drawing.Point(552, 9);
       this.btnFile.Name = "btnFile";
       this.btnFile.Size = new System.Drawing.Size(29, 23);
       this.btnFile.TabIndex = 17;
       this.btnFile.Text = "...";
       this.btnFile.Click += new System.EventHandler(this.btnFileUrl_Click);
       //
       // lblFilePath
       //
       this.lblFilePath.Location = new System.Drawing.Point(14, 9);
       this.lblFilePath.Name = "lblFilePath";
       this.lblFilePath.Size = new System.Drawing.Size(125, 23);
       this.lblFilePath.TabIndex = 15;
       this.lblFilePath.Text = "Fájl:";
       //
       // lblFileTitle
       //
       this.lblFileTitle.Location = new System.Drawing.Point(14, 37);
       this.lblFileTitle.Name = "lblFileTitle";
       this.lblFileTitle.Size = new System.Drawing.Size(130, 23);
       this.lblFileTitle.TabIndex = 18;
       this.lblFileTitle.Text = "Megjelenítendõ név:";
       //
       // txtFileTitle
       //
       this.txtFileTitle.AllowNull = false;
       this.txtFileTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtFileTitle.InvalidCharSet = "";
       this.txtFileTitle.Location = new System.Drawing.Point(144, 37);
       this.txtFileTitle.MaxLength = 250;
       this.txtFileTitle.Name = "txtFileTitle";
       this.txtFileTitle.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtFileTitle.Size = new System.Drawing.Size(437, 22);
       this.txtFileTitle.TabIndex = 19;
       this.txtFileTitle.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtFileTitle.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtFileTitle.ValidationMask = "";
       this.txtFileTitle.ValidCharSet = "";
       //
       // btnDeleteFile
       //
       this.btnDeleteFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnDeleteFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnDeleteFile.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnDeleteFile.Location = new System.Drawing.Point(490, 403);
       this.btnDeleteFile.Name = "btnDeleteFile";
       this.btnDeleteFile.Size = new System.Drawing.Size(91, 23);
       this.btnDeleteFile.TabIndex = 24;
       this.btnDeleteFile.Text = "Törlés";
       this.btnDeleteFile.Click += new System.EventHandler(this.btnDeleteFile_Click);
       //
       // btnNewFile
       //
       this.btnNewFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnNewFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnNewFile.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnNewFile.Location = new System.Drawing.Point(298, 403);
       this.btnNewFile.Name = "btnNewFile";
       this.btnNewFile.Size = new System.Drawing.Size(91, 23);
       this.btnNewFile.TabIndex = 22;
       this.btnNewFile.Text = "Új";
       this.btnNewFile.Click += new System.EventHandler(this.btnNewFile_Click);
       //
       // dtgFiles
       //
       this.dtgFiles.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgFiles.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgFiles.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgFiles.CaptionVisible = false;
       this.dtgFiles.DataMember = "";
       this.dtgFiles.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgFiles.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgFiles.Location = new System.Drawing.Point(14, 143);
       this.dtgFiles.Name = "dtgFiles";
       this.dtgFiles.ReadOnly = true;
       this.dtgFiles.RowHeaderWidth = 3;
       this.dtgFiles.Size = new System.Drawing.Size(567, 249);
       this.dtgFiles.TabIndex = 25;
       this.dtgFiles.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection2});
       //
       // customStylesCollection2
       //
       this.customStylesCollection2.DataGrid = this.dtgFiles;
       this.customStylesCollection2.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colID,
     this.colName,
     this.colPath,
     this.colSize,
     this.colDesc,
     this.colActive});
       this.customStylesCollection2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colID
       //
       this.colID.Format = "";
       this.colID.FormatInfo = null;
       this.colID.HeaderText = "Azonosító";
       this.colID.MappingName = "ID";
       this.colID.Width = 0;
       //
       // colName
       //
       this.colName.Format = "";
       this.colName.FormatInfo = null;
       this.colName.HeaderText = "Fájlnév";
       this.colName.MappingName = "Name";
       this.colName.Width = 75;
       //
       // colPath
       //
       this.colPath.Format = "";
       this.colPath.FormatInfo = null;
       this.colPath.HeaderText = "Útvonal";
       this.colPath.MappingName = "Path";
       this.colPath.Width = 75;
       //
       // colSize
       //
       this.colSize.Format = "### ### ### Byte";
       this.colSize.FormatInfo = null;
       this.colSize.HeaderText = "Méret";
       this.colSize.MappingName = "FileSize";
       this.colSize.Width = 75;
       //
       // colDesc
       //
       this.colDesc.Format = "";
       this.colDesc.FormatInfo = null;
       this.colDesc.HeaderText = "Leírás";
       this.colDesc.MappingName = "Description";
       this.colDesc.Width = 130;
       //
       // colActive
       //
       this.colActive.HeaderText = "Aktív?";
       this.colActive.MappingName = "IsActive";
       this.colActive.NullValue = null;
       this.colActive.Width = 75;
       //
       // txtPictureUrlOther
       //
       this.txtPictureUrlOther.AllowNull = true;
       this.txtPictureUrlOther.InvalidCharSet = "";
       this.txtPictureUrlOther.Location = new System.Drawing.Point(0, 0);
       this.txtPictureUrlOther.Name = "txtPictureUrlOther";
       this.txtPictureUrlOther.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtPictureUrlOther.Size = new System.Drawing.Size(100, 22);
       this.txtPictureUrlOther.TabIndex = 0;
       this.txtPictureUrlOther.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtPictureUrlOther.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtPictureUrlOther.ValidationMask = "";
       this.txtPictureUrlOther.ValidCharSet = "";
       //
       // frmNewsEdit
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.CancelButton = this.btnCancel;
       this.ClientSize = new System.Drawing.Size(626, 576);
       this.Controls.Add(this.tabControl1);
       this.Controls.Add(this.pnlBottom);
       this.Controls.Add(this.pHeader);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "frmNewsEdit";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmNewsEdit_Load);
       this.pnlBottom.ResumeLayout(false);
       this.tabControl1.ResumeLayout(false);
       this.tabPageBase.ResumeLayout(false);
       this.tabPageBase.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.pbxPictureBase)).EndInit();
       this.tabPagePicture.ResumeLayout(false);
       this.tabPagePicture.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.pbxView)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.tebPageAttachment.ResumeLayout(false);
       this.tebPageAttachment.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgFiles)).EndInit();
       this.ResumeLayout(false);
 }
Exemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.pnlBottom = new System.Windows.Forms.Panel();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOk = new System.Windows.Forms.Button();
     this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
     this.tabPulisher = new System.Windows.Forms.TabPage();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.txtPublisherCreatedDate = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtPublisherLink = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtPublisherContact = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtPublisherName = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblContact = new System.Windows.Forms.Label();
     this.lblPublishYear = new System.Windows.Forms.Label();
     this.lblPublisherName = new System.Windows.Forms.Label();
     this.tabCommendation = new System.Windows.Forms.TabPage();
     this.btnSave = new System.Windows.Forms.Button();
     this.dtgCommentdation = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
     this.customStylesCollection2 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
     this.txtComment = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtCommAuthor = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtCommModifyDate = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtCommCreatedDate = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtComTitle = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtMessage = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.lblCommAuthor = new System.Windows.Forms.Label();
     this.lblComment = new System.Windows.Forms.Label();
     this.lblCommModifyDate = new System.Windows.Forms.Label();
     this.lblMessage = new System.Windows.Forms.Label();
     this.lblCommTitle = new System.Windows.Forms.Label();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnNew = new System.Windows.Forms.Button();
     this.lblCommCreatedDate = new System.Windows.Forms.Label();
     this.colCreatedDate = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colModifiedDate = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colCommAuthor = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colCommTitle = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.tabAttachedFile = new System.Windows.Forms.TabPage();
     this.txtFilePath = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtFileTitle = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.btnFile = new System.Windows.Forms.Button();
     this.lblFilePath = new System.Windows.Forms.Label();
     this.lblFileTitle = new System.Windows.Forms.Label();
     this.btnDeleteFile = new System.Windows.Forms.Button();
     this.btnNewFile = new System.Windows.Forms.Button();
     this.dtgFiles = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
     this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
     this.colSize = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colFileUrl = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colTitle = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.tabBaseData = new System.Windows.Forms.TabPage();
     this.btnBasePictureDelete = new System.Windows.Forms.Button();
     this.btnBasePictureUrl = new System.Windows.Forms.Button();
     this.txtPictureUrl = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtSummary = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtAuthor = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtLink = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtModifyDate = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtCreatedDate = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtTitle = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtAbstract = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.pbxPictureBase = new System.Windows.Forms.PictureBox();
     this.label3 = new System.Windows.Forms.Label();
     this.cbxIsVirtual = new System.Windows.Forms.CheckBox();
     this.cmbCategory = new Ndi.HelpDesk.UI.Controls.TextComboBox();
     this.lblCategory = new System.Windows.Forms.Label();
     this.cmbSubType = new Ndi.HelpDesk.UI.Controls.TextComboBox();
     this.lblSubType = new System.Windows.Forms.Label();
     this.lblLanguage = new System.Windows.Forms.Label();
     this.cmbLanguage = new Ndi.HelpDesk.UI.Controls.TextComboBox();
     this.lblAuthor = new System.Windows.Forms.Label();
     this.lblLink = new System.Windows.Forms.Label();
     this.lblModify = new System.Windows.Forms.Label();
     this.lblCreatedDate = new System.Windows.Forms.Label();
     this.cbxVisibleForVisitor = new System.Windows.Forms.CheckBox();
     this.cbxVisibleForRegistered = new System.Windows.Forms.CheckBox();
     this.lblAbstract = new System.Windows.Forms.Label();
     this.lblTitle = new System.Windows.Forms.Label();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.pnlBottom.SuspendLayout();
     this.tabPulisher.SuspendLayout();
     this.tabCommendation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgCommentdation)).BeginInit();
     this.tabAttachedFile.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgFiles)).BeginInit();
     this.tabBaseData.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxPictureBase)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.btnCancel);
     this.pnlBottom.Controls.Add(this.btnOk);
     this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 622);
     this.pnlBottom.Name = "pnlBottom";
     this.pnlBottom.Size = new System.Drawing.Size(635, 50);
     this.pnlBottom.TabIndex = 2;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Location = new System.Drawing.Point(537, 14);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(84, 24);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text = "Mégse";
     //
     // btnOk
     //
     this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnOk.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOk.Location = new System.Drawing.Point(441, 14);
     this.btnOk.Name = "btnOk";
     this.btnOk.Size = new System.Drawing.Size(84, 24);
     this.btnOk.TabIndex = 0;
     this.btnOk.Text = "Rendben";
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // pHeader
     //
     this.pHeader.BackColor = System.Drawing.SystemColors.Window;
     this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
     this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
     this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
     this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
     this.pHeader.GradientEndColor = System.Drawing.Color.White;
     this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
     this.pHeader.Image = null;
     this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
     this.pHeader.ImageOffsetX = 2;
     this.pHeader.ImageOffsetY = 0;
     this.pHeader.Location = new System.Drawing.Point(0, 0);
     this.pHeader.Name = "pHeader";
     this.pHeader.Size = new System.Drawing.Size(635, 46);
     this.pHeader.TabIndex = 0;
     this.pHeader.Text1 = "Kiadványok";
     this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
     this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
     this.pHeader.Text1OffsetX = 0;
     this.pHeader.Text1OffsetY = 0;
     this.pHeader.Text2 = "Kiadványok adatainak módostása";
     this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
     this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
     this.pHeader.Text2OffsetX = 20;
     this.pHeader.Text2OffsetY = 0;
     //
     // tabPulisher
     //
     this.tabPulisher.Controls.Add(this.dateTimePicker1);
     this.tabPulisher.Controls.Add(this.txtPublisherCreatedDate);
     this.tabPulisher.Controls.Add(this.txtPublisherLink);
     this.tabPulisher.Controls.Add(this.txtPublisherContact);
     this.tabPulisher.Controls.Add(this.txtPublisherName);
     this.tabPulisher.Controls.Add(this.label2);
     this.tabPulisher.Controls.Add(this.label1);
     this.tabPulisher.Controls.Add(this.lblContact);
     this.tabPulisher.Controls.Add(this.lblPublishYear);
     this.tabPulisher.Controls.Add(this.lblPublisherName);
     this.tabPulisher.Location = new System.Drawing.Point(4, 25);
     this.tabPulisher.Name = "tabPulisher";
     this.tabPulisher.Size = new System.Drawing.Size(627, 547);
     this.tabPulisher.TabIndex = 3;
     this.tabPulisher.Text = "Kiadó";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "yyyy";
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(139, 37);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.ShowUpDown = true;
     this.dateTimePicker1.Size = new System.Drawing.Size(60, 22);
     this.dateTimePicker1.TabIndex = 1;
     this.dateTimePicker1.Value = new System.DateTime(2010, 12, 19, 11, 18, 35, 856);
     //
     // txtPublisherCreatedDate
     //
     this.txtPublisherCreatedDate.AllowNull = true;
     this.txtPublisherCreatedDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPublisherCreatedDate.InvalidCharSet = "";
     this.txtPublisherCreatedDate.Location = new System.Drawing.Point(139, 180);
     this.txtPublisherCreatedDate.Name = "txtPublisherCreatedDate";
     this.txtPublisherCreatedDate.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtPublisherCreatedDate.ReadOnly = true;
     this.txtPublisherCreatedDate.Size = new System.Drawing.Size(192, 22);
     this.txtPublisherCreatedDate.TabIndex = 9;
     this.txtPublisherCreatedDate.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtPublisherCreatedDate.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtPublisherCreatedDate.ValidationMask = "";
     this.txtPublisherCreatedDate.ValidCharSet = "";
     //
     // txtPublisherLink
     //
     this.txtPublisherLink.AllowNull = true;
     this.txtPublisherLink.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPublisherLink.InvalidCharSet = "";
     this.txtPublisherLink.Location = new System.Drawing.Point(139, 152);
     this.txtPublisherLink.MaxLength = 250;
     this.txtPublisherLink.Name = "txtPublisherLink";
     this.txtPublisherLink.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtPublisherLink.Size = new System.Drawing.Size(442, 22);
     this.txtPublisherLink.TabIndex = 3;
     this.txtPublisherLink.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtPublisherLink.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtPublisherLink.ValidationMask = "";
     this.txtPublisherLink.ValidCharSet = "";
     //
     // txtPublisherContact
     //
     this.txtPublisherContact.AllowNull = true;
     this.txtPublisherContact.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPublisherContact.InvalidCharSet = "";
     this.txtPublisherContact.Location = new System.Drawing.Point(139, 65);
     this.txtPublisherContact.MaxLength = 500;
     this.txtPublisherContact.Multiline = true;
     this.txtPublisherContact.Name = "txtPublisherContact";
     this.txtPublisherContact.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtPublisherContact.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtPublisherContact.Size = new System.Drawing.Size(442, 83);
     this.txtPublisherContact.TabIndex = 2;
     this.txtPublisherContact.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtPublisherContact.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtPublisherContact.ValidationMask = "";
     this.txtPublisherContact.ValidCharSet = "";
     //
     // txtPublisherName
     //
     this.txtPublisherName.AllowNull = false;
     this.txtPublisherName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPublisherName.InvalidCharSet = "";
     this.txtPublisherName.Location = new System.Drawing.Point(139, 9);
     this.txtPublisherName.MaxLength = 250;
     this.txtPublisherName.Name = "txtPublisherName";
     this.txtPublisherName.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtPublisherName.Size = new System.Drawing.Size(442, 22);
     this.txtPublisherName.TabIndex = 0;
     this.txtPublisherName.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtPublisherName.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtPublisherName.ValidationMask = "";
     this.txtPublisherName.ValidCharSet = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 180);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(124, 23);
     this.label2.TabIndex = 8;
     this.label2.Text = "Rögzítés dátuma:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 152);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(124, 23);
     this.label1.TabIndex = 6;
     this.label1.Text = "Link:";
     //
     // lblContact
     //
     this.lblContact.Location = new System.Drawing.Point(10, 65);
     this.lblContact.Name = "lblContact";
     this.lblContact.Size = new System.Drawing.Size(124, 23);
     this.lblContact.TabIndex = 4;
     this.lblContact.Text = "Elérhetõség:";
     //
     // lblPublishYear
     //
     this.lblPublishYear.Location = new System.Drawing.Point(10, 37);
     this.lblPublishYear.Name = "lblPublishYear";
     this.lblPublishYear.Size = new System.Drawing.Size(124, 23);
     this.lblPublishYear.TabIndex = 2;
     this.lblPublishYear.Text = "Kiadás éve:";
     //
     // lblPublisherName
     //
     this.lblPublisherName.Location = new System.Drawing.Point(10, 9);
     this.lblPublisherName.Name = "lblPublisherName";
     this.lblPublisherName.Size = new System.Drawing.Size(124, 23);
     this.lblPublisherName.TabIndex = 0;
     this.lblPublisherName.Text = "Kiadó neve:";
     //
     // tabCommendation
     //
     this.tabCommendation.Controls.Add(this.btnSave);
     this.tabCommendation.Controls.Add(this.dtgCommentdation);
     this.tabCommendation.Controls.Add(this.txtComment);
     this.tabCommendation.Controls.Add(this.txtCommAuthor);
     this.tabCommendation.Controls.Add(this.txtCommModifyDate);
     this.tabCommendation.Controls.Add(this.txtCommCreatedDate);
     this.tabCommendation.Controls.Add(this.txtComTitle);
     this.tabCommendation.Controls.Add(this.txtMessage);
     this.tabCommendation.Controls.Add(this.lblCommAuthor);
     this.tabCommendation.Controls.Add(this.lblComment);
     this.tabCommendation.Controls.Add(this.lblCommModifyDate);
     this.tabCommendation.Controls.Add(this.lblMessage);
     this.tabCommendation.Controls.Add(this.lblCommTitle);
     this.tabCommendation.Controls.Add(this.btnDelete);
     this.tabCommendation.Controls.Add(this.btnNew);
     this.tabCommendation.Controls.Add(this.lblCommCreatedDate);
     this.tabCommendation.Location = new System.Drawing.Point(4, 25);
     this.tabCommendation.Name = "tabCommendation";
     this.tabCommendation.Size = new System.Drawing.Size(627, 547);
     this.tabCommendation.TabIndex = 2;
     this.tabCommendation.Text = "Ajánló";
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSave.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSave.Location = new System.Drawing.Point(490, 284);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(91, 23);
     this.btnSave.TabIndex = 7;
     this.btnSave.Text = "Mentés";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // dtgCommentdation
     //
     this.dtgCommentdation.BackgroundColor = System.Drawing.SystemColors.Window;
     this.dtgCommentdation.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dtgCommentdation.CaptionBackColor = System.Drawing.SystemColors.Highlight;
     this.dtgCommentdation.CaptionVisible = false;
     this.dtgCommentdation.DataMember = "";
     this.dtgCommentdation.GridLineColor = System.Drawing.SystemColors.ControlLight;
     this.dtgCommentdation.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dtgCommentdation.Location = new System.Drawing.Point(10, 282);
     this.dtgCommentdation.Name = "dtgCommentdation";
     this.dtgCommentdation.ReadOnly = true;
     this.dtgCommentdation.RowHeaderWidth = 3;
     this.dtgCommentdation.Size = new System.Drawing.Size(468, 240);
     this.dtgCommentdation.TabIndex = 6;
     this.dtgCommentdation.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection2});
     this.dtgCommentdation.CurrentCellChanged += new System.EventHandler(this.dtgCommentdation_CurrentCellChanged);
     this.dtgCommentdation.DoubleClick += new System.EventHandler(this.dtgCommentdation_DoubleClick);
     this.dtgCommentdation.Enter += new System.EventHandler(this.dtgCommentdation_Enter);
     //
     // customStylesCollection2
     //
     this.customStylesCollection2.DataGrid = this.dtgCommentdation;
     this.customStylesCollection2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // txtComment
     //
     this.txtComment.AllowNull = false;
     this.txtComment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtComment.InvalidCharSet = "";
     this.txtComment.Location = new System.Drawing.Point(139, 194);
     this.txtComment.MaxLength = 500;
     this.txtComment.Multiline = true;
     this.txtComment.Name = "txtComment";
     this.txtComment.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtComment.Size = new System.Drawing.Size(442, 51);
     this.txtComment.TabIndex = 3;
     this.txtComment.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtComment.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtComment.ValidationMask = "";
     this.txtComment.ValidCharSet = "";
     //
     // txtCommAuthor
     //
     this.txtCommAuthor.AllowNull = false;
     this.txtCommAuthor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCommAuthor.InvalidCharSet = "";
     this.txtCommAuthor.Location = new System.Drawing.Point(139, 37);
     this.txtCommAuthor.MaxLength = 250;
     this.txtCommAuthor.Name = "txtCommAuthor";
     this.txtCommAuthor.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtCommAuthor.Size = new System.Drawing.Size(442, 22);
     this.txtCommAuthor.TabIndex = 1;
     this.txtCommAuthor.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtCommAuthor.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtCommAuthor.ValidationMask = "";
     this.txtCommAuthor.ValidCharSet = "";
     //
     // txtCommModifyDate
     //
     this.txtCommModifyDate.AllowNull = true;
     this.txtCommModifyDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCommModifyDate.InvalidCharSet = "";
     this.txtCommModifyDate.Location = new System.Drawing.Point(139, 249);
     this.txtCommModifyDate.Name = "txtCommModifyDate";
     this.txtCommModifyDate.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtCommModifyDate.ReadOnly = true;
     this.txtCommModifyDate.Size = new System.Drawing.Size(151, 22);
     this.txtCommModifyDate.TabIndex = 4;
     this.txtCommModifyDate.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtCommModifyDate.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtCommModifyDate.ValidationMask = "";
     this.txtCommModifyDate.ValidCharSet = "";
     //
     // txtCommCreatedDate
     //
     this.txtCommCreatedDate.AllowNull = true;
     this.txtCommCreatedDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCommCreatedDate.InvalidCharSet = "";
     this.txtCommCreatedDate.Location = new System.Drawing.Point(430, 249);
     this.txtCommCreatedDate.Name = "txtCommCreatedDate";
     this.txtCommCreatedDate.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtCommCreatedDate.ReadOnly = true;
     this.txtCommCreatedDate.Size = new System.Drawing.Size(151, 22);
     this.txtCommCreatedDate.TabIndex = 5;
     this.txtCommCreatedDate.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtCommCreatedDate.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtCommCreatedDate.ValidationMask = "";
     this.txtCommCreatedDate.ValidCharSet = "";
     //
     // txtComTitle
     //
     this.txtComTitle.AllowNull = false;
     this.txtComTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtComTitle.InvalidCharSet = "";
     this.txtComTitle.Location = new System.Drawing.Point(139, 9);
     this.txtComTitle.MaxLength = 250;
     this.txtComTitle.Name = "txtComTitle";
     this.txtComTitle.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtComTitle.Size = new System.Drawing.Size(442, 22);
     this.txtComTitle.TabIndex = 0;
     this.txtComTitle.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtComTitle.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtComTitle.ValidationMask = "";
     this.txtComTitle.ValidCharSet = "";
     //
     // txtMessage
     //
     this.txtMessage.AllowNull = false;
     this.txtMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMessage.InvalidCharSet = "";
     this.txtMessage.Location = new System.Drawing.Point(139, 65);
     this.txtMessage.MaxLength = 500;
     this.txtMessage.Multiline = true;
     this.txtMessage.Name = "txtMessage";
     this.txtMessage.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtMessage.Size = new System.Drawing.Size(442, 124);
     this.txtMessage.TabIndex = 2;
     this.txtMessage.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtMessage.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtMessage.ValidationMask = "";
     this.txtMessage.ValidCharSet = "";
     //
     // lblCommAuthor
     //
     this.lblCommAuthor.Location = new System.Drawing.Point(10, 37);
     this.lblCommAuthor.Name = "lblCommAuthor";
     this.lblCommAuthor.Size = new System.Drawing.Size(124, 23);
     this.lblCommAuthor.TabIndex = 55;
     this.lblCommAuthor.Text = "Ajánló szerzõ:";
     //
     // lblComment
     //
     this.lblComment.Location = new System.Drawing.Point(10, 194);
     this.lblComment.Name = "lblComment";
     this.lblComment.Size = new System.Drawing.Size(124, 23);
     this.lblComment.TabIndex = 51;
     this.lblComment.Text = "Megjegyzés:";
     //
     // lblCommModifyDate
     //
     this.lblCommModifyDate.Location = new System.Drawing.Point(10, 249);
     this.lblCommModifyDate.Name = "lblCommModifyDate";
     this.lblCommModifyDate.Size = new System.Drawing.Size(124, 23);
     this.lblCommModifyDate.TabIndex = 47;
     this.lblCommModifyDate.Text = "Módosítás dátuma:";
     //
     // lblMessage
     //
     this.lblMessage.Location = new System.Drawing.Point(10, 65);
     this.lblMessage.Name = "lblMessage";
     this.lblMessage.Size = new System.Drawing.Size(124, 23);
     this.lblMessage.TabIndex = 40;
     this.lblMessage.Text = "Szöveg:";
     //
     // lblCommTitle
     //
     this.lblCommTitle.Location = new System.Drawing.Point(10, 9);
     this.lblCommTitle.Name = "lblCommTitle";
     this.lblCommTitle.Size = new System.Drawing.Size(124, 23);
     this.lblCommTitle.TabIndex = 35;
     this.lblCommTitle.Text = "Ajánló cím:";
     //
     // btnDelete
     //
     this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDelete.Location = new System.Drawing.Point(490, 410);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(91, 23);
     this.btnDelete.TabIndex = 9;
     this.btnDelete.Text = "Törlés";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnNew
     //
     this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnNew.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNew.Location = new System.Drawing.Point(490, 381);
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(91, 23);
     this.btnNew.TabIndex = 8;
     this.btnNew.Text = "Új";
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // lblCommCreatedDate
     //
     this.lblCommCreatedDate.Location = new System.Drawing.Point(307, 249);
     this.lblCommCreatedDate.Name = "lblCommCreatedDate";
     this.lblCommCreatedDate.Size = new System.Drawing.Size(125, 23);
     this.lblCommCreatedDate.TabIndex = 45;
     this.lblCommCreatedDate.Text = "Létrehozás dátuma:";
     //
     // colCreatedDate
     //
     this.colCreatedDate.Format = "";
     this.colCreatedDate.FormatInfo = null;
     this.colCreatedDate.HeaderText = "Létrehozás dátuma";
     this.colCreatedDate.MappingName = "CreatedDate";
     this.colCreatedDate.Width = 75;
     //
     // colModifiedDate
     //
     this.colModifiedDate.Format = "";
     this.colModifiedDate.FormatInfo = null;
     this.colModifiedDate.HeaderText = "Módoítás dátuma";
     this.colModifiedDate.MappingName = "ModifiedDate";
     this.colModifiedDate.Width = 110;
     //
     // colCommAuthor
     //
     this.colCommAuthor.Format = "";
     this.colCommAuthor.FormatInfo = null;
     this.colCommAuthor.HeaderText = "Szerzõ";
     this.colCommAuthor.MappingName = "Author";
     this.colCommAuthor.Width = 120;
     //
     // colCommTitle
     //
     this.colCommTitle.Format = "";
     this.colCommTitle.FormatInfo = null;
     this.colCommTitle.HeaderText = "Cím";
     this.colCommTitle.MappingName = "Title";
     this.colCommTitle.Width = 75;
     //
     // tabAttachedFile
     //
     this.tabAttachedFile.Controls.Add(this.txtFilePath);
     this.tabAttachedFile.Controls.Add(this.txtFileTitle);
     this.tabAttachedFile.Controls.Add(this.btnFile);
     this.tabAttachedFile.Controls.Add(this.lblFilePath);
     this.tabAttachedFile.Controls.Add(this.lblFileTitle);
     this.tabAttachedFile.Controls.Add(this.btnDeleteFile);
     this.tabAttachedFile.Controls.Add(this.btnNewFile);
     this.tabAttachedFile.Controls.Add(this.dtgFiles);
     this.tabAttachedFile.Location = new System.Drawing.Point(4, 25);
     this.tabAttachedFile.Name = "tabAttachedFile";
     this.tabAttachedFile.Size = new System.Drawing.Size(627, 547);
     this.tabAttachedFile.TabIndex = 1;
     this.tabAttachedFile.Text = "Csatolt fájlok";
     this.tabAttachedFile.Visible = false;
     //
     // txtFilePath
     //
     this.txtFilePath.AllowNull = true;
     this.txtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFilePath.InvalidCharSet = "";
     this.txtFilePath.Location = new System.Drawing.Point(144, 9);
     this.txtFilePath.MaxLength = 100;
     this.txtFilePath.Name = "txtFilePath";
     this.txtFilePath.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtFilePath.ReadOnly = true;
     this.txtFilePath.Size = new System.Drawing.Size(403, 22);
     this.txtFilePath.TabIndex = 0;
     this.txtFilePath.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtFilePath.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtFilePath.ValidationMask = "";
     this.txtFilePath.ValidCharSet = "";
     //
     // txtFileTitle
     //
     this.txtFileTitle.AllowNull = true;
     this.txtFileTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFileTitle.InvalidCharSet = "";
     this.txtFileTitle.Location = new System.Drawing.Point(144, 37);
     this.txtFileTitle.MaxLength = 250;
     this.txtFileTitle.Name = "txtFileTitle";
     this.txtFileTitle.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtFileTitle.Size = new System.Drawing.Size(437, 22);
     this.txtFileTitle.TabIndex = 2;
     this.txtFileTitle.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtFileTitle.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtFileTitle.ValidationMask = "";
     this.txtFileTitle.ValidCharSet = "";
     //
     // btnFile
     //
     this.btnFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnFile.Location = new System.Drawing.Point(552, 9);
     this.btnFile.Name = "btnFile";
     this.btnFile.Size = new System.Drawing.Size(29, 23);
     this.btnFile.TabIndex = 1;
     this.btnFile.Text = "...";
     this.btnFile.Click += new System.EventHandler(this.btnFileUrl_Click);
     //
     // lblFilePath
     //
     this.lblFilePath.Location = new System.Drawing.Point(14, 9);
     this.lblFilePath.Name = "lblFilePath";
     this.lblFilePath.Size = new System.Drawing.Size(125, 23);
     this.lblFilePath.TabIndex = 3;
     this.lblFilePath.Text = "Fájl:";
     //
     // lblFileTitle
     //
     this.lblFileTitle.Location = new System.Drawing.Point(14, 37);
     this.lblFileTitle.Name = "lblFileTitle";
     this.lblFileTitle.Size = new System.Drawing.Size(130, 23);
     this.lblFileTitle.TabIndex = 3;
     this.lblFileTitle.Text = "Megjelenítendõ név:";
     //
     // btnDeleteFile
     //
     this.btnDeleteFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDeleteFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnDeleteFile.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDeleteFile.Location = new System.Drawing.Point(503, 517);
     this.btnDeleteFile.Name = "btnDeleteFile";
     this.btnDeleteFile.Size = new System.Drawing.Size(91, 23);
     this.btnDeleteFile.TabIndex = 4;
     this.btnDeleteFile.Text = "Törlés";
     this.btnDeleteFile.Click += new System.EventHandler(this.btnDeleteFile_Click);
     //
     // btnNewFile
     //
     this.btnNewFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNewFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnNewFile.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNewFile.Location = new System.Drawing.Point(402, 517);
     this.btnNewFile.Name = "btnNewFile";
     this.btnNewFile.Size = new System.Drawing.Size(91, 23);
     this.btnNewFile.TabIndex = 3;
     this.btnNewFile.Text = "Új";
     this.btnNewFile.Click += new System.EventHandler(this.btnNewFile_Click);
     //
     // dtgFiles
     //
     this.dtgFiles.BackgroundColor = System.Drawing.SystemColors.Window;
     this.dtgFiles.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dtgFiles.CaptionBackColor = System.Drawing.SystemColors.Highlight;
     this.dtgFiles.CaptionVisible = false;
     this.dtgFiles.DataMember = "";
     this.dtgFiles.GridLineColor = System.Drawing.SystemColors.ControlLight;
     this.dtgFiles.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dtgFiles.Location = new System.Drawing.Point(14, 69);
     this.dtgFiles.Name = "dtgFiles";
     this.dtgFiles.ReadOnly = true;
     this.dtgFiles.RowHeaderWidth = 3;
     this.dtgFiles.Size = new System.Drawing.Size(567, 438);
     this.dtgFiles.TabIndex = 5;
     this.dtgFiles.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
     //
     // customStylesCollection1
     //
     this.customStylesCollection1.DataGrid = this.dtgFiles;
     this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // colSize
     //
     this.colSize.Format = "";
     this.colSize.FormatInfo = null;
     this.colSize.HeaderText = "Méret";
     this.colSize.MappingName = "FileSize";
     this.colSize.Width = 80;
     //
     // colFileUrl
     //
     this.colFileUrl.Format = "";
     this.colFileUrl.FormatInfo = null;
     this.colFileUrl.HeaderText = "Útvonal";
     this.colFileUrl.MappingName = "Path";
     this.colFileUrl.Width = 180;
     //
     // colTitle
     //
     this.colTitle.Format = "";
     this.colTitle.FormatInfo = null;
     this.colTitle.HeaderText = "Név";
     this.colTitle.MappingName = "Name";
     this.colTitle.Width = 120;
     //
     // tabBaseData
     //
     this.tabBaseData.AutoScroll = true;
     this.tabBaseData.BackColor = System.Drawing.SystemColors.Control;
     this.tabBaseData.Controls.Add(this.btnBasePictureDelete);
     this.tabBaseData.Controls.Add(this.btnBasePictureUrl);
     this.tabBaseData.Controls.Add(this.txtPictureUrl);
     this.tabBaseData.Controls.Add(this.label4);
     this.tabBaseData.Controls.Add(this.txtSummary);
     this.tabBaseData.Controls.Add(this.txtAuthor);
     this.tabBaseData.Controls.Add(this.txtLink);
     this.tabBaseData.Controls.Add(this.txtModifyDate);
     this.tabBaseData.Controls.Add(this.txtCreatedDate);
     this.tabBaseData.Controls.Add(this.txtTitle);
     this.tabBaseData.Controls.Add(this.txtAbstract);
     this.tabBaseData.Controls.Add(this.pbxPictureBase);
     this.tabBaseData.Controls.Add(this.label3);
     this.tabBaseData.Controls.Add(this.cbxIsVirtual);
     this.tabBaseData.Controls.Add(this.cmbCategory);
     this.tabBaseData.Controls.Add(this.lblCategory);
     this.tabBaseData.Controls.Add(this.cmbSubType);
     this.tabBaseData.Controls.Add(this.lblSubType);
     this.tabBaseData.Controls.Add(this.lblLanguage);
     this.tabBaseData.Controls.Add(this.cmbLanguage);
     this.tabBaseData.Controls.Add(this.lblAuthor);
     this.tabBaseData.Controls.Add(this.lblLink);
     this.tabBaseData.Controls.Add(this.lblModify);
     this.tabBaseData.Controls.Add(this.lblCreatedDate);
     this.tabBaseData.Controls.Add(this.cbxVisibleForVisitor);
     this.tabBaseData.Controls.Add(this.cbxVisibleForRegistered);
     this.tabBaseData.Controls.Add(this.lblAbstract);
     this.tabBaseData.Controls.Add(this.lblTitle);
     this.tabBaseData.Location = new System.Drawing.Point(4, 25);
     this.tabBaseData.Name = "tabBaseData";
     this.tabBaseData.Size = new System.Drawing.Size(627, 547);
     this.tabBaseData.TabIndex = 0;
     this.tabBaseData.Text = "Kiadványok adatai";
     //
     // btnBasePictureDelete
     //
     this.btnBasePictureDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnBasePictureDelete.Location = new System.Drawing.Point(533, 513);
     this.btnBasePictureDelete.Name = "btnBasePictureDelete";
     this.btnBasePictureDelete.Size = new System.Drawing.Size(53, 23);
     this.btnBasePictureDelete.TabIndex = 43;
     this.btnBasePictureDelete.Text = "Töröl";
     this.btnBasePictureDelete.Click += new System.EventHandler(this.btnDeleteBasePicture_Click);
     //
     // btnBasePictureUrl
     //
     this.btnBasePictureUrl.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnBasePictureUrl.Location = new System.Drawing.Point(499, 513);
     this.btnBasePictureUrl.Name = "btnBasePictureUrl";
     this.btnBasePictureUrl.Size = new System.Drawing.Size(29, 23);
     this.btnBasePictureUrl.TabIndex = 42;
     this.btnBasePictureUrl.Text = "...";
     this.btnBasePictureUrl.Click += new System.EventHandler(this.btnPictureUrl_Click);
     //
     // txtPictureUrl
     //
     this.txtPictureUrl.AllowNull = true;
     this.txtPictureUrl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPictureUrl.InvalidCharSet = "";
     this.txtPictureUrl.Location = new System.Drawing.Point(144, 513);
     this.txtPictureUrl.MaxLength = 250;
     this.txtPictureUrl.Name = "txtPictureUrl";
     this.txtPictureUrl.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtPictureUrl.ReadOnly = true;
     this.txtPictureUrl.Size = new System.Drawing.Size(350, 22);
     this.txtPictureUrl.TabIndex = 41;
     this.txtPictureUrl.Validation = Ndi.HelpDesk.UI.ValidationType.UserValidation;
     this.txtPictureUrl.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtPictureUrl.ValidationMask = "";
     this.txtPictureUrl.ValidCharSet = "";
     this.txtPictureUrl.OnUserValidation += new Ndi.HelpDesk.UI.UserValidateEvent(this.txtPictureUrl_OnUserValidation);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(14, 518);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(125, 18);
     this.label4.TabIndex = 40;
     this.label4.Text = "Borítókép:";
     this.label4.Visible = false;
     //
     // txtSummary
     //
     this.txtSummary.AllowNull = true;
     this.txtSummary.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSummary.InvalidCharSet = "";
     this.txtSummary.Location = new System.Drawing.Point(144, 438);
     this.txtSummary.MaxLength = 8000;
     this.txtSummary.Multiline = true;
     this.txtSummary.Name = "txtSummary";
     this.txtSummary.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtSummary.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtSummary.Size = new System.Drawing.Size(442, 69);
     this.txtSummary.TabIndex = 13;
     this.txtSummary.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtSummary.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtSummary.ValidationMask = "";
     this.txtSummary.ValidCharSet = "";
     this.txtSummary.Visible = false;
     //
     // txtAuthor
     //
     this.txtAuthor.AllowNull = true;
     this.txtAuthor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAuthor.InvalidCharSet = "";
     this.txtAuthor.Location = new System.Drawing.Point(144, 182);
     this.txtAuthor.MaxLength = 250;
     this.txtAuthor.Name = "txtAuthor";
     this.txtAuthor.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtAuthor.Size = new System.Drawing.Size(442, 22);
     this.txtAuthor.TabIndex = 3;
     this.txtAuthor.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtAuthor.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtAuthor.ValidationMask = "";
     this.txtAuthor.ValidCharSet = "";
     //
     // txtLink
     //
     this.txtLink.AllowNull = true;
     this.txtLink.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtLink.InvalidCharSet = "";
     this.txtLink.Location = new System.Drawing.Point(144, 154);
     this.txtLink.MaxLength = 250;
     this.txtLink.Name = "txtLink";
     this.txtLink.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtLink.Size = new System.Drawing.Size(442, 22);
     this.txtLink.TabIndex = 2;
     this.txtLink.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtLink.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtLink.ValidationMask = "";
     this.txtLink.ValidCharSet = "";
     //
     // txtModifyDate
     //
     this.txtModifyDate.AllowNull = true;
     this.txtModifyDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtModifyDate.InvalidCharSet = "";
     this.txtModifyDate.Location = new System.Drawing.Point(144, 296);
     this.txtModifyDate.Name = "txtModifyDate";
     this.txtModifyDate.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtModifyDate.ReadOnly = true;
     this.txtModifyDate.Size = new System.Drawing.Size(192, 22);
     this.txtModifyDate.TabIndex = 8;
     this.txtModifyDate.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtModifyDate.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtModifyDate.ValidationMask = "";
     this.txtModifyDate.ValidCharSet = "";
     //
     // txtCreatedDate
     //
     this.txtCreatedDate.AllowNull = true;
     this.txtCreatedDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCreatedDate.InvalidCharSet = "";
     this.txtCreatedDate.Location = new System.Drawing.Point(144, 324);
     this.txtCreatedDate.Name = "txtCreatedDate";
     this.txtCreatedDate.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtCreatedDate.ReadOnly = true;
     this.txtCreatedDate.Size = new System.Drawing.Size(192, 22);
     this.txtCreatedDate.TabIndex = 9;
     this.txtCreatedDate.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtCreatedDate.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtCreatedDate.ValidationMask = "";
     this.txtCreatedDate.ValidCharSet = "";
     //
     // txtTitle
     //
     this.txtTitle.AllowNull = false;
     this.txtTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTitle.InvalidCharSet = "";
     this.txtTitle.Location = new System.Drawing.Point(144, 9);
     this.txtTitle.MaxLength = 8000;
     this.txtTitle.Multiline = true;
     this.txtTitle.Name = "txtTitle";
     this.txtTitle.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtTitle.Size = new System.Drawing.Size(442, 61);
     this.txtTitle.TabIndex = 0;
     this.txtTitle.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtTitle.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtTitle.ValidationMask = "";
     this.txtTitle.ValidCharSet = "";
     //
     // txtAbstract
     //
     this.txtAbstract.AllowNull = true;
     this.txtAbstract.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAbstract.InvalidCharSet = "";
     this.txtAbstract.Location = new System.Drawing.Point(144, 76);
     this.txtAbstract.MaxLength = 8000;
     this.txtAbstract.Multiline = true;
     this.txtAbstract.Name = "txtAbstract";
     this.txtAbstract.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtAbstract.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtAbstract.Size = new System.Drawing.Size(442, 72);
     this.txtAbstract.TabIndex = 1;
     this.txtAbstract.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtAbstract.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtAbstract.ValidationMask = "";
     this.txtAbstract.ValidCharSet = "";
     //
     // pbxPictureBase
     //
     this.pbxPictureBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pbxPictureBase.Location = new System.Drawing.Point(436, 241);
     this.pbxPictureBase.Name = "pbxPictureBase";
     this.pbxPictureBase.Size = new System.Drawing.Size(150, 191);
     this.pbxPictureBase.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbxPictureBase.TabIndex = 39;
     this.pbxPictureBase.TabStop = false;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(14, 438);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(125, 23);
     this.label3.TabIndex = 38;
     this.label3.Text = "Összefoglalók:";
     this.label3.Visible = false;
     //
     // cbxIsVirtual
     //
     this.cbxIsVirtual.Location = new System.Drawing.Point(144, 407);
     this.cbxIsVirtual.Name = "cbxIsVirtual";
     this.cbxIsVirtual.Size = new System.Drawing.Size(322, 28);
     this.cbxIsVirtual.TabIndex = 12;
     this.cbxIsVirtual.Text = "Virtuális";
     //
     // cmbCategory
     //
     this.cmbCategory.AllowNull = false;
     this.cmbCategory.BreakSort = false;
     this.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCategory.Items.AddRange(new object[] {
     "Kiadvány"});
     this.cmbCategory.Location = new System.Drawing.Point(144, 210);
     this.cmbCategory.Name = "cmbCategory";
     this.cmbCategory.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.cmbCategory.Size = new System.Drawing.Size(442, 24);
     this.cmbCategory.TabIndex = 4;
     this.cmbCategory.ToolBarUse = false;
     this.cmbCategory.ValidationErrorMessage = "Érvénytelen karakter!";
     //
     // lblCategory
     //
     this.lblCategory.Location = new System.Drawing.Point(14, 210);
     this.lblCategory.Name = "lblCategory";
     this.lblCategory.Size = new System.Drawing.Size(125, 23);
     this.lblCategory.TabIndex = 35;
     this.lblCategory.Text = "Kategória:";
     //
     // cmbSubType
     //
     this.cmbSubType.AllowNull = false;
     this.cmbSubType.BreakSort = false;
     this.cmbSubType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSubType.Items.AddRange(new object[] {
     "Kiadvány"});
     this.cmbSubType.Location = new System.Drawing.Point(144, 241);
     this.cmbSubType.Name = "cmbSubType";
     this.cmbSubType.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.cmbSubType.Size = new System.Drawing.Size(192, 24);
     this.cmbSubType.TabIndex = 6;
     this.cmbSubType.ToolBarUse = false;
     this.cmbSubType.ValidationErrorMessage = "Érvénytelen karakter!";
     //
     // lblSubType
     //
     this.lblSubType.Location = new System.Drawing.Point(14, 241);
     this.lblSubType.Name = "lblSubType";
     this.lblSubType.Size = new System.Drawing.Size(125, 23);
     this.lblSubType.TabIndex = 33;
     this.lblSubType.Text = "Könyv/folyóirat:";
     //
     // lblLanguage
     //
     this.lblLanguage.Location = new System.Drawing.Point(14, 269);
     this.lblLanguage.Name = "lblLanguage";
     this.lblLanguage.Size = new System.Drawing.Size(125, 23);
     this.lblLanguage.TabIndex = 30;
     this.lblLanguage.Text = "Nyelv:";
     //
     // cmbLanguage
     //
     this.cmbLanguage.AllowNull = false;
     this.cmbLanguage.BreakSort = false;
     this.cmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbLanguage.Items.AddRange(new object[] {
     "Magyar"});
     this.cmbLanguage.Location = new System.Drawing.Point(144, 269);
     this.cmbLanguage.Name = "cmbLanguage";
     this.cmbLanguage.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.cmbLanguage.Size = new System.Drawing.Size(192, 24);
     this.cmbLanguage.TabIndex = 7;
     this.cmbLanguage.ToolBarUse = false;
     this.cmbLanguage.ValidationErrorMessage = "Érvénytelen karakter!";
     //
     // lblAuthor
     //
     this.lblAuthor.Location = new System.Drawing.Point(14, 182);
     this.lblAuthor.Name = "lblAuthor";
     this.lblAuthor.Size = new System.Drawing.Size(125, 23);
     this.lblAuthor.TabIndex = 27;
     this.lblAuthor.Text = "Szerzõ:";
     //
     // lblLink
     //
     this.lblLink.Location = new System.Drawing.Point(14, 154);
     this.lblLink.Name = "lblLink";
     this.lblLink.Size = new System.Drawing.Size(125, 23);
     this.lblLink.TabIndex = 23;
     this.lblLink.Text = "Link:";
     //
     // lblModify
     //
     this.lblModify.Location = new System.Drawing.Point(14, 296);
     this.lblModify.Name = "lblModify";
     this.lblModify.Size = new System.Drawing.Size(125, 23);
     this.lblModify.TabIndex = 17;
     this.lblModify.Text = "Módosítás dátuma:";
     //
     // lblCreatedDate
     //
     this.lblCreatedDate.Location = new System.Drawing.Point(14, 324);
     this.lblCreatedDate.Name = "lblCreatedDate";
     this.lblCreatedDate.Size = new System.Drawing.Size(125, 23);
     this.lblCreatedDate.TabIndex = 15;
     this.lblCreatedDate.Text = "Létrehozás dátuma:";
     //
     // cbxVisibleForVisitor
     //
     this.cbxVisibleForVisitor.Location = new System.Drawing.Point(144, 352);
     this.cbxVisibleForVisitor.Name = "cbxVisibleForVisitor";
     this.cbxVisibleForVisitor.Size = new System.Drawing.Size(322, 27);
     this.cbxVisibleForVisitor.TabIndex = 10;
     this.cbxVisibleForVisitor.Text = "Látható a látogatók számára";
     //
     // cbxVisibleForRegistered
     //
     this.cbxVisibleForRegistered.Location = new System.Drawing.Point(144, 379);
     this.cbxVisibleForRegistered.Name = "cbxVisibleForRegistered";
     this.cbxVisibleForRegistered.Size = new System.Drawing.Size(322, 28);
     this.cbxVisibleForRegistered.TabIndex = 11;
     this.cbxVisibleForRegistered.Text = "Látható a regisztrált felhasználók számára";
     //
     // lblAbstract
     //
     this.lblAbstract.Location = new System.Drawing.Point(14, 78);
     this.lblAbstract.Name = "lblAbstract";
     this.lblAbstract.Size = new System.Drawing.Size(125, 23);
     this.lblAbstract.TabIndex = 6;
     this.lblAbstract.Text = "Absztrakt";
     //
     // lblTitle
     //
     this.lblTitle.Location = new System.Drawing.Point(14, 9);
     this.lblTitle.Name = "lblTitle";
     this.lblTitle.Size = new System.Drawing.Size(125, 23);
     this.lblTitle.TabIndex = 23;
     this.lblTitle.Text = "Cím:";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabBaseData);
     this.tabControl1.Controls.Add(this.tabAttachedFile);
     this.tabControl1.Controls.Add(this.tabCommendation);
     this.tabControl1.Controls.Add(this.tabPulisher);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 46);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(635, 576);
     this.tabControl1.TabIndex = 0;
     //
     // frmDocumentEdit
     //
     this.AcceptButton = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(635, 672);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.pnlBottom);
     this.Controls.Add(this.pHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmDocumentEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "NDI HelpDesk Adminisztrátor";
     this.Load += new System.EventHandler(this.frmDocumentEdit_Load);
     this.pnlBottom.ResumeLayout(false);
     this.tabPulisher.ResumeLayout(false);
     this.tabPulisher.PerformLayout();
     this.tabCommendation.ResumeLayout(false);
     this.tabCommendation.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgCommentdation)).EndInit();
     this.tabAttachedFile.ResumeLayout(false);
     this.tabAttachedFile.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgFiles)).EndInit();
     this.tabBaseData.ResumeLayout(false);
     this.tabBaseData.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxPictureBase)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.pnlBottom = new System.Windows.Forms.Panel();
       this.btnCancel = new System.Windows.Forms.Button();
       this.btnOk = new System.Windows.Forms.Button();
       this.txtDescription = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtKeyword = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label2 = new System.Windows.Forms.Label();
       this.label1 = new System.Windows.Forms.Label();
       this.cbxActivate = new System.Windows.Forms.CheckBox();
       this.label3 = new System.Windows.Forms.Label();
       this.cmbRelationType = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.btnDelete = new System.Windows.Forms.Button();
       this.btnNew = new System.Windows.Forms.Button();
       this.txtRelatedWord = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label5 = new System.Windows.Forms.Label();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colRelationType = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colRelatedWord = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.pnlBottom.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(506, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.TabStop = false;
       this.pHeader.Text1 = "Tezaurusz";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Tezaurusz szerkesztése";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // pnlBottom
       //
       this.pnlBottom.Controls.Add(this.btnCancel);
       this.pnlBottom.Controls.Add(this.btnOk);
       this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.pnlBottom.Location = new System.Drawing.Point(0, 413);
       this.pnlBottom.Name = "pnlBottom";
       this.pnlBottom.Size = new System.Drawing.Size(506, 46);
       this.pnlBottom.TabIndex = 13;
       //
       // btnCancel
       //
       this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnCancel.Location = new System.Drawing.Point(408, 14);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(84, 23);
       this.btnCancel.TabIndex = 1;
       this.btnCancel.Text = "Mégse";
       //
       // btnOk
       //
       this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnOk.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnOk.Location = new System.Drawing.Point(312, 14);
       this.btnOk.Name = "btnOk";
       this.btnOk.Size = new System.Drawing.Size(84, 23);
       this.btnOk.TabIndex = 0;
       this.btnOk.Text = "Rendben";
       this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
       //
       // txtDescription
       //
       this.txtDescription.AllowNull = true;
       this.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtDescription.InvalidCharSet = "";
       this.txtDescription.Location = new System.Drawing.Point(132, 85);
       this.txtDescription.MaxLength = 1000;
       this.txtDescription.Multiline = true;
       this.txtDescription.Name = "txtDescription";
       this.txtDescription.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
       this.txtDescription.Size = new System.Drawing.Size(365, 65);
       this.txtDescription.TabIndex = 4;
       this.txtDescription.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtDescription.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtDescription.ValidationMask = "";
       this.txtDescription.ValidCharSet = "";
       //
       // txtKeyword
       //
       this.txtKeyword.AllowNull = false;
       this.txtKeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtKeyword.InvalidCharSet = "";
       this.txtKeyword.Location = new System.Drawing.Point(132, 55);
       this.txtKeyword.MaxLength = 100;
       this.txtKeyword.Name = "txtKeyword";
       this.txtKeyword.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtKeyword.Size = new System.Drawing.Size(365, 22);
       this.txtKeyword.TabIndex = 2;
       this.txtKeyword.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtKeyword.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtKeyword.ValidationMask = "";
       this.txtKeyword.ValidCharSet = "";
       //
       // label2
       //
       this.label2.Location = new System.Drawing.Point(14, 88);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(111, 22);
       this.label2.TabIndex = 3;
       this.label2.Text = "Megjegyzés:";
       this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // label1
       //
       this.label1.Location = new System.Drawing.Point(14, 56);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(111, 22);
       this.label1.TabIndex = 1;
       this.label1.Text = "Vezérszó:";
       this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // cbxActivate
       //
       this.cbxActivate.Location = new System.Drawing.Point(132, 158);
       this.cbxActivate.Name = "cbxActivate";
       this.cbxActivate.Size = new System.Drawing.Size(125, 28);
       this.cbxActivate.TabIndex = 5;
       this.cbxActivate.Text = "Aktív";
       //
       // label3
       //
       this.label3.Location = new System.Drawing.Point(14, 194);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(148, 22);
       this.label3.TabIndex = 6;
       this.label3.Text = "Kapcsolat típusa:";
       this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // cmbRelationType
       //
       this.cmbRelationType.AllowNull = true;
       this.cmbRelationType.BreakSort = false;
       this.cmbRelationType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbRelationType.Location = new System.Drawing.Point(132, 194);
       this.cmbRelationType.Name = "cmbRelationType";
       this.cmbRelationType.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbRelationType.Size = new System.Drawing.Size(274, 24);
       this.cmbRelationType.TabIndex = 7;
       this.cmbRelationType.ToolBarUse = false;
       this.cmbRelationType.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // btnDelete
       //
       this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnDelete.Location = new System.Drawing.Point(415, 225);
       this.btnDelete.Name = "btnDelete";
       this.btnDelete.Size = new System.Drawing.Size(84, 23);
       this.btnDelete.TabIndex = 11;
       this.btnDelete.Text = "Törlés";
       this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
       //
       // btnNew
       //
       this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnNew.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnNew.Location = new System.Drawing.Point(415, 194);
       this.btnNew.Name = "btnNew";
       this.btnNew.Size = new System.Drawing.Size(84, 23);
       this.btnNew.TabIndex = 10;
       this.btnNew.Text = "Új";
       this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
       //
       // txtRelatedWord
       //
       this.txtRelatedWord.AllowNull = true;
       this.txtRelatedWord.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtRelatedWord.InvalidCharSet = "";
       this.txtRelatedWord.Location = new System.Drawing.Point(132, 225);
       this.txtRelatedWord.MaxLength = 100;
       this.txtRelatedWord.Name = "txtRelatedWord";
       this.txtRelatedWord.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtRelatedWord.Size = new System.Drawing.Size(274, 22);
       this.txtRelatedWord.TabIndex = 9;
       this.txtRelatedWord.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtRelatedWord.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtRelatedWord.ValidationMask = "";
       this.txtRelatedWord.ValidCharSet = "";
       //
       // label5
       //
       this.label5.Location = new System.Drawing.Point(14, 224);
       this.label5.Name = "label5";
       this.label5.Size = new System.Drawing.Size(111, 22);
       this.label5.TabIndex = 8;
       this.label5.Text = "Kapcsolódó szó:";
       this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(14, 254);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 3;
       this.dtgMain.Size = new System.Drawing.Size(480, 152);
       this.dtgMain.TabIndex = 12;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colRelationType,
     this.colRelatedWord});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colRelationType
       //
       this.colRelationType.Format = "";
       this.colRelationType.FormatInfo = null;
       this.colRelationType.HeaderText = "Kapcsolat típusa";
       this.colRelationType.MappingName = "RelationTypeName";
       this.colRelationType.Width = 180;
       //
       // colRelatedWord
       //
       this.colRelatedWord.Format = "";
       this.colRelatedWord.FormatInfo = null;
       this.colRelatedWord.HeaderText = "Kapcsolódó szó";
       this.colRelatedWord.MappingName = "RelatedWord";
       this.colRelatedWord.Width = 200;
       //
       // frmThesaurusEdit
       //
       this.AcceptButton = this.btnOk;
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.CancelButton = this.btnCancel;
       this.ClientSize = new System.Drawing.Size(506, 459);
       this.Controls.Add(this.dtgMain);
       this.Controls.Add(this.label5);
       this.Controls.Add(this.txtRelatedWord);
       this.Controls.Add(this.txtDescription);
       this.Controls.Add(this.txtKeyword);
       this.Controls.Add(this.btnDelete);
       this.Controls.Add(this.btnNew);
       this.Controls.Add(this.cmbRelationType);
       this.Controls.Add(this.label3);
       this.Controls.Add(this.cbxActivate);
       this.Controls.Add(this.label2);
       this.Controls.Add(this.label1);
       this.Controls.Add(this.pnlBottom);
       this.Controls.Add(this.pHeader);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "frmThesaurusEdit";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmThesaurusEdit_Load);
       this.pnlBottom.ResumeLayout(false);
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.ResumeLayout(false);
       this.PerformLayout();
 }
Exemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
     this.txtJob = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtProfession = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtGraduation = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtAddress = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtCity = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtPostCode = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtPhone1 = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtEmail1 = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtNamePrefix = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtName = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.cmbQualification = new Ndi.HelpDesk.UI.Controls.TextComboBox();
     this.cbxActivate = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.pnlBottom = new System.Windows.Forms.Panel();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOk = new System.Windows.Forms.Button();
     this.txtPhone2 = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.txtPhone3 = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.txtFax = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.txtEmail2 = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.txtEmail3 = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.txtAddressInstitute = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.txtActivity = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtPublications = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtBiography = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.tabPageAttachment = new System.Windows.Forms.TabPage();
     this.btnActivate = new System.Windows.Forms.Button();
     this.lblDescription = new System.Windows.Forms.Label();
     this.txtDescription = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.txtFilePath = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.btnFile = new System.Windows.Forms.Button();
     this.lblFilePath = new System.Windows.Forms.Label();
     this.lblFileTitle = new System.Windows.Forms.Label();
     this.txtFileTitle = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
     this.btnDeleteFile = new System.Windows.Forms.Button();
     this.btnNewFile = new System.Windows.Forms.Button();
     this.dtgFiles = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
     this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
     this.colID = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colPath = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colSize = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colDesc = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
     this.colActive = new System.Windows.Forms.DataGridBoolColumn();
     this.pnlBottom.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPageAttachment.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgFiles)).BeginInit();
     this.SuspendLayout();
     //
     // pHeader
     //
     this.pHeader.BackColor = System.Drawing.SystemColors.Window;
     this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
     this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
     this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
     this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
     this.pHeader.GradientEndColor = System.Drawing.Color.White;
     this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
     this.pHeader.Image = null;
     this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
     this.pHeader.ImageOffsetX = 2;
     this.pHeader.ImageOffsetY = 0;
     this.pHeader.Location = new System.Drawing.Point(0, 0);
     this.pHeader.Name = "pHeader";
     this.pHeader.Size = new System.Drawing.Size(578, 46);
     this.pHeader.TabIndex = 0;
     this.pHeader.TabStop = false;
     this.pHeader.Text1 = "Szakemberek";
     this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
     this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
     this.pHeader.Text1OffsetX = 0;
     this.pHeader.Text1OffsetY = 0;
     this.pHeader.Text2 = "Szakember adatainak módosítása";
     this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
     this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
     this.pHeader.Text2OffsetX = 20;
     this.pHeader.Text2OffsetY = 0;
     //
     // txtJob
     //
     this.txtJob.AllowNull = true;
     this.txtJob.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtJob.InvalidCharSet = "";
     this.txtJob.Location = new System.Drawing.Point(163, 166);
     this.txtJob.MaxLength = 1000;
     this.txtJob.Multiline = true;
     this.txtJob.Name = "txtJob";
     this.txtJob.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtJob.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtJob.Size = new System.Drawing.Size(394, 120);
     this.txtJob.TabIndex = 1;
     this.txtJob.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtJob.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtJob.ValidationMask = "";
     this.txtJob.ValidCharSet = "";
     //
     // txtProfession
     //
     this.txtProfession.AllowNull = true;
     this.txtProfession.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtProfession.InvalidCharSet = "";
     this.txtProfession.Location = new System.Drawing.Point(163, 28);
     this.txtProfession.MaxLength = 1000;
     this.txtProfession.Multiline = true;
     this.txtProfession.Name = "txtProfession";
     this.txtProfession.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtProfession.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtProfession.Size = new System.Drawing.Size(394, 129);
     this.txtProfession.TabIndex = 0;
     this.txtProfession.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtProfession.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtProfession.ValidationMask = "";
     this.txtProfession.ValidCharSet = "";
     //
     // txtGraduation
     //
     this.txtGraduation.AllowNull = true;
     this.txtGraduation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGraduation.InvalidCharSet = "";
     this.txtGraduation.Location = new System.Drawing.Point(163, 65);
     this.txtGraduation.MaxLength = 1000;
     this.txtGraduation.Multiline = true;
     this.txtGraduation.Name = "txtGraduation";
     this.txtGraduation.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtGraduation.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtGraduation.Size = new System.Drawing.Size(394, 110);
     this.txtGraduation.TabIndex = 1;
     this.txtGraduation.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtGraduation.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtGraduation.ValidationMask = "";
     this.txtGraduation.ValidCharSet = "";
     //
     // txtAddress
     //
     this.txtAddress.AllowNull = false;
     this.txtAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAddress.InvalidCharSet = "";
     this.txtAddress.Location = new System.Drawing.Point(144, 323);
     this.txtAddress.MaxLength = 100;
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtAddress.Size = new System.Drawing.Size(394, 22);
     this.txtAddress.TabIndex = 11;
     this.txtAddress.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtAddress.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtAddress.ValidationMask = "";
     this.txtAddress.ValidCharSet = "";
     //
     // txtCity
     //
     this.txtCity.AllowNull = false;
     this.txtCity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCity.InvalidCharSet = "";
     this.txtCity.Location = new System.Drawing.Point(144, 295);
     this.txtCity.MaxLength = 100;
     this.txtCity.Name = "txtCity";
     this.txtCity.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtCity.Size = new System.Drawing.Size(394, 22);
     this.txtCity.TabIndex = 10;
     this.txtCity.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtCity.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtCity.ValidationMask = "";
     this.txtCity.ValidCharSet = "";
     //
     // txtPostCode
     //
     this.txtPostCode.AllowNull = false;
     this.txtPostCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPostCode.InvalidCharSet = "";
     this.txtPostCode.Location = new System.Drawing.Point(144, 268);
     this.txtPostCode.MaxLength = 10;
     this.txtPostCode.Name = "txtPostCode";
     this.txtPostCode.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtPostCode.Size = new System.Drawing.Size(96, 22);
     this.txtPostCode.TabIndex = 9;
     this.txtPostCode.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtPostCode.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtPostCode.ValidationMask = "";
     this.txtPostCode.ValidCharSet = "";
     //
     // txtPhone1
     //
     this.txtPhone1.AllowNull = false;
     this.txtPhone1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhone1.InvalidCharSet = "";
     this.txtPhone1.Location = new System.Drawing.Point(144, 74);
     this.txtPhone1.MaxLength = 20;
     this.txtPhone1.Name = "txtPhone1";
     this.txtPhone1.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtPhone1.Size = new System.Drawing.Size(211, 22);
     this.txtPhone1.TabIndex = 2;
     this.txtPhone1.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtPhone1.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtPhone1.ValidationMask = "";
     this.txtPhone1.ValidCharSet = "";
     //
     // txtEmail1
     //
     this.txtEmail1.AllowNull = false;
     this.txtEmail1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmail1.InvalidCharSet = "";
     this.txtEmail1.Location = new System.Drawing.Point(144, 185);
     this.txtEmail1.MaxLength = 250;
     this.txtEmail1.Name = "txtEmail1";
     this.txtEmail1.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtEmail1.Size = new System.Drawing.Size(394, 22);
     this.txtEmail1.TabIndex = 6;
     this.txtEmail1.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtEmail1.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtEmail1.ValidationMask = "";
     this.txtEmail1.ValidCharSet = "";
     //
     // txtNamePrefix
     //
     this.txtNamePrefix.AllowNull = true;
     this.txtNamePrefix.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNamePrefix.InvalidCharSet = "";
     this.txtNamePrefix.Location = new System.Drawing.Point(144, 46);
     this.txtNamePrefix.MaxLength = 50;
     this.txtNamePrefix.Name = "txtNamePrefix";
     this.txtNamePrefix.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtNamePrefix.Size = new System.Drawing.Size(394, 22);
     this.txtNamePrefix.TabIndex = 1;
     this.txtNamePrefix.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtNamePrefix.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtNamePrefix.ValidationMask = "";
     this.txtNamePrefix.ValidCharSet = "";
     //
     // txtName
     //
     this.txtName.AllowNull = false;
     this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtName.InvalidCharSet = "";
     this.txtName.Location = new System.Drawing.Point(144, 18);
     this.txtName.MaxLength = 100;
     this.txtName.Name = "txtName";
     this.txtName.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtName.Size = new System.Drawing.Size(394, 22);
     this.txtName.TabIndex = 13;
     this.txtName.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtName.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtName.ValidationMask = "";
     this.txtName.ValidCharSet = "";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(19, 175);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(101, 19);
     this.label12.TabIndex = 2;
     this.label12.Text = "Munkahely:";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(19, 28);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(67, 18);
     this.label11.TabIndex = 0;
     this.label11.Text = "Szakma:";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(19, 74);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(135, 18);
     this.label10.TabIndex = 2;
     this.label10.Text = "Tudományos fokozat:";
     //
     // label21
     //
     this.label21.Location = new System.Drawing.Point(19, 18);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(130, 33);
     this.label21.TabIndex = 0;
     this.label21.Text = "Legmagasabb iskolai végzettsége:";
     //
     // cmbQualification
     //
     this.cmbQualification.AllowNull = false;
     this.cmbQualification.BreakSort = false;
     this.cmbQualification.Location = new System.Drawing.Point(163, 28);
     this.cmbQualification.Name = "cmbQualification";
     this.cmbQualification.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.cmbQualification.Size = new System.Drawing.Size(394, 24);
     this.cmbQualification.TabIndex = 4;
     this.cmbQualification.ToolBarUse = false;
     this.cmbQualification.ValidationErrorMessage = "Érvénytelen karakter!";
     //
     // cbxActivate
     //
     this.cbxActivate.Location = new System.Drawing.Point(154, 388);
     this.cbxActivate.Name = "cbxActivate";
     this.cbxActivate.Size = new System.Drawing.Size(124, 27);
     this.cbxActivate.TabIndex = 26;
     this.cbxActivate.Text = "Aktív";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(19, 323);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(101, 19);
     this.label7.TabIndex = 22;
     this.label7.Text = "Utca, házszám:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(19, 295);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(101, 19);
     this.label6.TabIndex = 20;
     this.label6.Text = "Település:";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(19, 268);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(101, 18);
     this.label5.TabIndex = 18;
     this.label5.Text = "Irányítószám:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(19, 74);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(101, 18);
     this.label4.TabIndex = 4;
     this.label4.Text = "Telefonszám 1:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(19, 185);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(101, 18);
     this.label3.TabIndex = 12;
     this.label3.Text = "E-mail cím 1:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(19, 46);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(101, 19);
     this.label2.TabIndex = 2;
     this.label2.Text = "Titulus:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(19, 18);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(101, 19);
     this.label1.TabIndex = 0;
     this.label1.Text = "Név:";
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.btnCancel);
     this.pnlBottom.Controls.Add(this.btnOk);
     this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 492);
     this.pnlBottom.Name = "pnlBottom";
     this.pnlBottom.Size = new System.Drawing.Size(578, 46);
     this.pnlBottom.TabIndex = 2;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Location = new System.Drawing.Point(479, 11);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(84, 23);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text = "Mégse";
     //
     // btnOk
     //
     this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnOk.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOk.Location = new System.Drawing.Point(383, 11);
     this.btnOk.Name = "btnOk";
     this.btnOk.Size = new System.Drawing.Size(84, 23);
     this.btnOk.TabIndex = 0;
     this.btnOk.Text = "Rendben";
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // txtPhone2
     //
     this.txtPhone2.AllowNull = true;
     this.txtPhone2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhone2.InvalidCharSet = "";
     this.txtPhone2.Location = new System.Drawing.Point(144, 102);
     this.txtPhone2.MaxLength = 20;
     this.txtPhone2.Name = "txtPhone2";
     this.txtPhone2.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtPhone2.Size = new System.Drawing.Size(211, 22);
     this.txtPhone2.TabIndex = 3;
     this.txtPhone2.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtPhone2.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtPhone2.ValidationMask = "";
     this.txtPhone2.ValidCharSet = "";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(19, 102);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(101, 18);
     this.label14.TabIndex = 6;
     this.label14.Text = "Telefonszám 2:";
     //
     // txtPhone3
     //
     this.txtPhone3.AllowNull = true;
     this.txtPhone3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhone3.InvalidCharSet = "";
     this.txtPhone3.Location = new System.Drawing.Point(144, 129);
     this.txtPhone3.MaxLength = 20;
     this.txtPhone3.Name = "txtPhone3";
     this.txtPhone3.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtPhone3.Size = new System.Drawing.Size(211, 22);
     this.txtPhone3.TabIndex = 4;
     this.txtPhone3.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtPhone3.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtPhone3.ValidationMask = "";
     this.txtPhone3.ValidCharSet = "";
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(19, 129);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(101, 19);
     this.label15.TabIndex = 8;
     this.label15.Text = "Telefonszám 3:";
     //
     // txtFax
     //
     this.txtFax.AllowNull = true;
     this.txtFax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFax.InvalidCharSet = "";
     this.txtFax.Location = new System.Drawing.Point(144, 157);
     this.txtFax.MaxLength = 20;
     this.txtFax.Name = "txtFax";
     this.txtFax.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtFax.Size = new System.Drawing.Size(211, 22);
     this.txtFax.TabIndex = 5;
     this.txtFax.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtFax.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtFax.ValidationMask = "";
     this.txtFax.ValidCharSet = "";
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(19, 157);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(101, 18);
     this.label17.TabIndex = 10;
     this.label17.Text = "Fax:";
     //
     // txtEmail2
     //
     this.txtEmail2.AllowNull = true;
     this.txtEmail2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmail2.InvalidCharSet = "";
     this.txtEmail2.Location = new System.Drawing.Point(144, 212);
     this.txtEmail2.MaxLength = 250;
     this.txtEmail2.Name = "txtEmail2";
     this.txtEmail2.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtEmail2.Size = new System.Drawing.Size(394, 22);
     this.txtEmail2.TabIndex = 7;
     this.txtEmail2.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtEmail2.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtEmail2.ValidationMask = "";
     this.txtEmail2.ValidCharSet = "";
     //
     // label18
     //
     this.label18.Location = new System.Drawing.Point(19, 212);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(101, 19);
     this.label18.TabIndex = 14;
     this.label18.Text = "E-mail cím 2:";
     //
     // txtEmail3
     //
     this.txtEmail3.AllowNull = true;
     this.txtEmail3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmail3.InvalidCharSet = "";
     this.txtEmail3.Location = new System.Drawing.Point(144, 240);
     this.txtEmail3.MaxLength = 250;
     this.txtEmail3.Name = "txtEmail3";
     this.txtEmail3.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtEmail3.Size = new System.Drawing.Size(394, 22);
     this.txtEmail3.TabIndex = 8;
     this.txtEmail3.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtEmail3.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtEmail3.ValidationMask = "";
     this.txtEmail3.ValidCharSet = "";
     //
     // label19
     //
     this.label19.Location = new System.Drawing.Point(19, 240);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(101, 18);
     this.label19.TabIndex = 16;
     this.label19.Text = "E-mail cím 3:";
     //
     // txtAddressInstitute
     //
     this.txtAddressInstitute.AllowNull = true;
     this.txtAddressInstitute.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAddressInstitute.InvalidCharSet = "";
     this.txtAddressInstitute.Location = new System.Drawing.Point(144, 351);
     this.txtAddressInstitute.MaxLength = 200;
     this.txtAddressInstitute.Name = "txtAddressInstitute";
     this.txtAddressInstitute.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtAddressInstitute.Size = new System.Drawing.Size(394, 22);
     this.txtAddressInstitute.TabIndex = 12;
     this.txtAddressInstitute.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtAddressInstitute.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtAddressInstitute.ValidationMask = "";
     this.txtAddressInstitute.ValidCharSet = "";
     //
     // label22
     //
     this.label22.Location = new System.Drawing.Point(19, 351);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(101, 32);
     this.label22.TabIndex = 24;
     this.label22.Text = "Intézményes levelezési cím:";
     //
     // txtActivity
     //
     this.txtActivity.AllowNull = true;
     this.txtActivity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtActivity.InvalidCharSet = "";
     this.txtActivity.Location = new System.Drawing.Point(163, 295);
     this.txtActivity.Multiline = true;
     this.txtActivity.Name = "txtActivity";
     this.txtActivity.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtActivity.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtActivity.Size = new System.Drawing.Size(394, 120);
     this.txtActivity.TabIndex = 2;
     this.txtActivity.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtActivity.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtActivity.ValidationMask = "";
     this.txtActivity.ValidCharSet = "";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(10, 305);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(144, 18);
     this.label8.TabIndex = 4;
     this.label8.Text = "Szakmai tevékenység:";
     //
     // txtPublications
     //
     this.txtPublications.AllowNull = true;
     this.txtPublications.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPublications.InvalidCharSet = "";
     this.txtPublications.Location = new System.Drawing.Point(163, 185);
     this.txtPublications.Multiline = true;
     this.txtPublications.Name = "txtPublications";
     this.txtPublications.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtPublications.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtPublications.Size = new System.Drawing.Size(394, 110);
     this.txtPublications.TabIndex = 2;
     this.txtPublications.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtPublications.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtPublications.ValidationMask = "";
     this.txtPublications.ValidCharSet = "";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(19, 185);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(125, 18);
     this.label9.TabIndex = 4;
     this.label9.Text = "Publikációk:";
     //
     // txtBiography
     //
     this.txtBiography.AllowNull = true;
     this.txtBiography.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBiography.InvalidCharSet = "";
     this.txtBiography.Location = new System.Drawing.Point(163, 305);
     this.txtBiography.Multiline = true;
     this.txtBiography.Name = "txtBiography";
     this.txtBiography.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtBiography.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtBiography.Size = new System.Drawing.Size(394, 110);
     this.txtBiography.TabIndex = 3;
     this.txtBiography.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtBiography.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtBiography.ValidationMask = "";
     this.txtBiography.ValidCharSet = "";
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(19, 314);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(115, 18);
     this.label13.TabIndex = 6;
     this.label13.Text = "Önéletrajz:";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPageAttachment);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 46);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(578, 446);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label15);
     this.tabPage1.Controls.Add(this.txtEmail1);
     this.tabPage1.Controls.Add(this.txtFax);
     this.tabPage1.Controls.Add(this.txtAddress);
     this.tabPage1.Controls.Add(this.txtCity);
     this.tabPage1.Controls.Add(this.txtPostCode);
     this.tabPage1.Controls.Add(this.txtPhone1);
     this.tabPage1.Controls.Add(this.txtPhone3);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.txtEmail2);
     this.tabPage1.Controls.Add(this.txtName);
     this.tabPage1.Controls.Add(this.label18);
     this.tabPage1.Controls.Add(this.txtEmail3);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label7);
     this.tabPage1.Controls.Add(this.label17);
     this.tabPage1.Controls.Add(this.label6);
     this.tabPage1.Controls.Add(this.txtPhone2);
     this.tabPage1.Controls.Add(this.label4);
     this.tabPage1.Controls.Add(this.label14);
     this.tabPage1.Controls.Add(this.label19);
     this.tabPage1.Controls.Add(this.txtAddressInstitute);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.label22);
     this.tabPage1.Controls.Add(this.txtNamePrefix);
     this.tabPage1.Controls.Add(this.cbxActivate);
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Size = new System.Drawing.Size(570, 417);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Elérhetõség";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label21);
     this.tabPage2.Controls.Add(this.cmbQualification);
     this.tabPage2.Controls.Add(this.txtGraduation);
     this.tabPage2.Controls.Add(this.label10);
     this.tabPage2.Controls.Add(this.txtPublications);
     this.tabPage2.Controls.Add(this.label9);
     this.tabPage2.Controls.Add(this.txtBiography);
     this.tabPage2.Controls.Add(this.label13);
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Size = new System.Drawing.Size(570, 417);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Képzettség";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.txtProfession);
     this.tabPage3.Controls.Add(this.label11);
     this.tabPage3.Controls.Add(this.txtJob);
     this.tabPage3.Controls.Add(this.label12);
     this.tabPage3.Controls.Add(this.label8);
     this.tabPage3.Controls.Add(this.txtActivity);
     this.tabPage3.Location = new System.Drawing.Point(4, 25);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(570, 417);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Tevékenység";
     //
     // tabPageAttachment
     //
     this.tabPageAttachment.Controls.Add(this.btnActivate);
     this.tabPageAttachment.Controls.Add(this.lblDescription);
     this.tabPageAttachment.Controls.Add(this.txtDescription);
     this.tabPageAttachment.Controls.Add(this.txtFilePath);
     this.tabPageAttachment.Controls.Add(this.btnFile);
     this.tabPageAttachment.Controls.Add(this.lblFilePath);
     this.tabPageAttachment.Controls.Add(this.lblFileTitle);
     this.tabPageAttachment.Controls.Add(this.txtFileTitle);
     this.tabPageAttachment.Controls.Add(this.btnDeleteFile);
     this.tabPageAttachment.Controls.Add(this.btnNewFile);
     this.tabPageAttachment.Controls.Add(this.dtgFiles);
     this.tabPageAttachment.Location = new System.Drawing.Point(4, 25);
     this.tabPageAttachment.Name = "tabPageAttachment";
     this.tabPageAttachment.Size = new System.Drawing.Size(570, 417);
     this.tabPageAttachment.TabIndex = 3;
     this.tabPageAttachment.Text = "Önéletrajzok";
     //
     // btnActivate
     //
     this.btnActivate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnActivate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnActivate.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnActivate.Location = new System.Drawing.Point(372, 379);
     this.btnActivate.Name = "btnActivate";
     this.btnActivate.Size = new System.Drawing.Size(91, 23);
     this.btnActivate.TabIndex = 5;
     this.btnActivate.Text = "Aktiválás";
     this.btnActivate.Click += new System.EventHandler(this.btnActivate_Click);
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(14, 65);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(130, 23);
     this.lblDescription.TabIndex = 5;
     this.lblDescription.Text = "Leírás:";
     //
     // txtDescription
     //
     this.txtDescription.AllowNull = true;
     this.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDescription.InvalidCharSet = "";
     this.txtDescription.Location = new System.Drawing.Point(144, 65);
     this.txtDescription.MaxLength = 250;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtDescription.Size = new System.Drawing.Size(418, 69);
     this.txtDescription.TabIndex = 3;
     this.txtDescription.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtDescription.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtDescription.ValidationMask = "";
     this.txtDescription.ValidCharSet = "";
     this.txtDescription.TextChanged += new System.EventHandler(this.greptonTextBox1_TextChanged);
     //
     // txtFilePath
     //
     this.txtFilePath.AllowNull = true;
     this.txtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFilePath.InvalidCharSet = "";
     this.txtFilePath.Location = new System.Drawing.Point(144, 9);
     this.txtFilePath.MaxLength = 100;
     this.txtFilePath.Name = "txtFilePath";
     this.txtFilePath.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtFilePath.ReadOnly = true;
     this.txtFilePath.Size = new System.Drawing.Size(384, 22);
     this.txtFilePath.TabIndex = 0;
     this.txtFilePath.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtFilePath.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtFilePath.ValidationMask = "";
     this.txtFilePath.ValidCharSet = "";
     //
     // btnFile
     //
     this.btnFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnFile.Location = new System.Drawing.Point(533, 9);
     this.btnFile.Name = "btnFile";
     this.btnFile.Size = new System.Drawing.Size(29, 23);
     this.btnFile.TabIndex = 1;
     this.btnFile.Text = "...";
     this.btnFile.Click += new System.EventHandler(this.btnFileUrl_Click);
     //
     // lblFilePath
     //
     this.lblFilePath.Location = new System.Drawing.Point(14, 9);
     this.lblFilePath.Name = "lblFilePath";
     this.lblFilePath.Size = new System.Drawing.Size(125, 23);
     this.lblFilePath.TabIndex = 0;
     this.lblFilePath.Text = "Fájl:";
     //
     // lblFileTitle
     //
     this.lblFileTitle.Location = new System.Drawing.Point(14, 37);
     this.lblFileTitle.Name = "lblFileTitle";
     this.lblFileTitle.Size = new System.Drawing.Size(130, 23);
     this.lblFileTitle.TabIndex = 3;
     this.lblFileTitle.Text = "Megjelenítendõ név:";
     //
     // txtFileTitle
     //
     this.txtFileTitle.AllowNull = false;
     this.txtFileTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFileTitle.InvalidCharSet = "";
     this.txtFileTitle.Location = new System.Drawing.Point(144, 37);
     this.txtFileTitle.MaxLength = 250;
     this.txtFileTitle.Name = "txtFileTitle";
     this.txtFileTitle.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
     this.txtFileTitle.Size = new System.Drawing.Size(418, 22);
     this.txtFileTitle.TabIndex = 2;
     this.txtFileTitle.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
     this.txtFileTitle.ValidationErrorMessage = "Érvényesítési hiba!";
     this.txtFileTitle.ValidationMask = "";
     this.txtFileTitle.ValidCharSet = "";
     //
     // btnDeleteFile
     //
     this.btnDeleteFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDeleteFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnDeleteFile.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDeleteFile.Location = new System.Drawing.Point(468, 379);
     this.btnDeleteFile.Name = "btnDeleteFile";
     this.btnDeleteFile.Size = new System.Drawing.Size(91, 23);
     this.btnDeleteFile.TabIndex = 6;
     this.btnDeleteFile.Text = "Törlés";
     this.btnDeleteFile.Click += new System.EventHandler(this.btnDeleteFile_Click);
     //
     // btnNewFile
     //
     this.btnNewFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNewFile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnNewFile.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNewFile.Location = new System.Drawing.Point(276, 379);
     this.btnNewFile.Name = "btnNewFile";
     this.btnNewFile.Size = new System.Drawing.Size(91, 23);
     this.btnNewFile.TabIndex = 4;
     this.btnNewFile.Text = "Új";
     this.btnNewFile.Click += new System.EventHandler(this.btnNewFile_Click);
     //
     // dtgFiles
     //
     this.dtgFiles.BackgroundColor = System.Drawing.SystemColors.Window;
     this.dtgFiles.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dtgFiles.CaptionBackColor = System.Drawing.SystemColors.Highlight;
     this.dtgFiles.CaptionVisible = false;
     this.dtgFiles.DataMember = "";
     this.dtgFiles.GridLineColor = System.Drawing.SystemColors.ControlLight;
     this.dtgFiles.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dtgFiles.Location = new System.Drawing.Point(14, 143);
     this.dtgFiles.Name = "dtgFiles";
     this.dtgFiles.ReadOnly = true;
     this.dtgFiles.RowHeaderWidth = 3;
     this.dtgFiles.Size = new System.Drawing.Size(548, 228);
     this.dtgFiles.TabIndex = 14;
     this.dtgFiles.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
     //
     // customStylesCollection1
     //
     this.customStylesCollection1.DataGrid = this.dtgFiles;
     this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colID,
     this.colName,
     this.colPath,
     this.colSize,
     this.colDesc,
     this.colActive});
     this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // colID
     //
     this.colID.Format = "";
     this.colID.FormatInfo = null;
     this.colID.HeaderText = "Azonosító";
     this.colID.MappingName = "ID";
     this.colID.Width = 0;
     //
     // colName
     //
     this.colName.Format = "";
     this.colName.FormatInfo = null;
     this.colName.HeaderText = "Fájlnév";
     this.colName.MappingName = "Name";
     this.colName.Width = 75;
     //
     // colPath
     //
     this.colPath.Format = "";
     this.colPath.FormatInfo = null;
     this.colPath.HeaderText = "Útvonal";
     this.colPath.MappingName = "Path";
     this.colPath.Width = 75;
     //
     // colSize
     //
     this.colSize.Format = "### ### ### Byte";
     this.colSize.FormatInfo = null;
     this.colSize.HeaderText = "Méret";
     this.colSize.MappingName = "FileSize";
     this.colSize.Width = 75;
     //
     // colDesc
     //
     this.colDesc.Format = "";
     this.colDesc.FormatInfo = null;
     this.colDesc.HeaderText = "Leírás";
     this.colDesc.MappingName = "Description";
     this.colDesc.Width = 130;
     //
     // colActive
     //
     this.colActive.HeaderText = "Aktív?";
     this.colActive.MappingName = "IsActive";
     this.colActive.Width = 75;
     //
     // frmExpertEdit
     //
     this.AcceptButton = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(578, 538);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.pnlBottom);
     this.Controls.Add(this.pHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmExpertEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "NDI HelpDesk Adminisztrátor";
     this.Load += new System.EventHandler(this.frmExpertEdit_Load);
     this.pnlBottom.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.tabPageAttachment.ResumeLayout(false);
     this.tabPageAttachment.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgFiles)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pnlBottom = new System.Windows.Forms.Panel();
       this.btnCancel = new System.Windows.Forms.Button();
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.txtLoginName = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label1 = new System.Windows.Forms.Label();
       this.txtFunction = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label2 = new System.Windows.Forms.Label();
       this.txtSource = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label3 = new System.Windows.Forms.Label();
       this.txtSeverity = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label4 = new System.Windows.Forms.Label();
       this.txtTimeStamp = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label5 = new System.Windows.Forms.Label();
       this.txtThreadInfo = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label6 = new System.Windows.Forms.Label();
       this.txtWindowsIdentity = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label7 = new System.Windows.Forms.Label();
       this.txtMessage = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label8 = new System.Windows.Forms.Label();
       this.label9 = new System.Windows.Forms.Label();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colValue = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.tabControl1 = new System.Windows.Forms.TabControl();
       this.tabPageBase = new System.Windows.Forms.TabPage();
       this.tabPageProperties = new System.Windows.Forms.TabPage();
       this.pnlBottom.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.tabControl1.SuspendLayout();
       this.tabPageBase.SuspendLayout();
       this.tabPageProperties.SuspendLayout();
       this.SuspendLayout();
       //
       // pnlBottom
       //
       this.pnlBottom.Controls.Add(this.btnCancel);
       this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.pnlBottom.Location = new System.Drawing.Point(0, 451);
       this.pnlBottom.Name = "pnlBottom";
       this.pnlBottom.Size = new System.Drawing.Size(635, 46);
       this.pnlBottom.TabIndex = 2;
       //
       // btnCancel
       //
       this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnCancel.Location = new System.Drawing.Point(537, 14);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(84, 23);
       this.btnCancel.TabIndex = 1;
       this.btnCancel.Text = "Bezár";
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(635, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.Text1 = "Rendszernapló";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Naplóesemény adatainak megtekintése";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // txtLoginName
       //
       this.txtLoginName.AllowNull = true;
       this.txtLoginName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtLoginName.InvalidCharSet = "";
       this.txtLoginName.Location = new System.Drawing.Point(167, 14);
       this.txtLoginName.MaxLength = 50;
       this.txtLoginName.Name = "txtLoginName";
       this.txtLoginName.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtLoginName.ReadOnly = true;
       this.txtLoginName.Size = new System.Drawing.Size(441, 22);
       this.txtLoginName.TabIndex = 1;
       this.txtLoginName.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtLoginName.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtLoginName.ValidationMask = "";
       this.txtLoginName.ValidCharSet = "";
       //
       // label1
       //
       this.label1.Location = new System.Drawing.Point(14, 14);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(146, 22);
       this.label1.TabIndex = 0;
       this.label1.Text = "Felhasználó:";
       this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // txtFunction
       //
       this.txtFunction.AllowNull = true;
       this.txtFunction.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtFunction.InvalidCharSet = "";
       this.txtFunction.Location = new System.Drawing.Point(167, 74);
       this.txtFunction.MaxLength = 50;
       this.txtFunction.Name = "txtFunction";
       this.txtFunction.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtFunction.ReadOnly = true;
       this.txtFunction.Size = new System.Drawing.Size(441, 22);
       this.txtFunction.TabIndex = 5;
       this.txtFunction.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtFunction.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtFunction.ValidationMask = "";
       this.txtFunction.ValidCharSet = "";
       //
       // label2
       //
       this.label2.Location = new System.Drawing.Point(14, 74);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(146, 22);
       this.label2.TabIndex = 4;
       this.label2.Text = "Kategória:";
       this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // txtSource
       //
       this.txtSource.AllowNull = true;
       this.txtSource.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtSource.InvalidCharSet = "";
       this.txtSource.Location = new System.Drawing.Point(167, 104);
       this.txtSource.MaxLength = 50;
       this.txtSource.Name = "txtSource";
       this.txtSource.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtSource.ReadOnly = true;
       this.txtSource.Size = new System.Drawing.Size(441, 22);
       this.txtSource.TabIndex = 7;
       this.txtSource.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtSource.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtSource.ValidationMask = "";
       this.txtSource.ValidCharSet = "";
       //
       // label3
       //
       this.label3.Location = new System.Drawing.Point(14, 104);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(146, 22);
       this.label3.TabIndex = 6;
       this.label3.Text = "Esemény forrása:";
       this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // txtSeverity
       //
       this.txtSeverity.AllowNull = true;
       this.txtSeverity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtSeverity.InvalidCharSet = "";
       this.txtSeverity.Location = new System.Drawing.Point(167, 202);
       this.txtSeverity.MaxLength = 50;
       this.txtSeverity.Name = "txtSeverity";
       this.txtSeverity.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtSeverity.ReadOnly = true;
       this.txtSeverity.Size = new System.Drawing.Size(221, 22);
       this.txtSeverity.TabIndex = 11;
       this.txtSeverity.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtSeverity.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtSeverity.ValidationMask = "";
       this.txtSeverity.ValidCharSet = "";
       //
       // label4
       //
       this.label4.Location = new System.Drawing.Point(14, 202);
       this.label4.Name = "label4";
       this.label4.Size = new System.Drawing.Size(146, 22);
       this.label4.TabIndex = 10;
       this.label4.Text = "Eredmény:";
       this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // txtTimeStamp
       //
       this.txtTimeStamp.AllowNull = true;
       this.txtTimeStamp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtTimeStamp.InvalidCharSet = "";
       this.txtTimeStamp.Location = new System.Drawing.Point(167, 262);
       this.txtTimeStamp.MaxLength = 50;
       this.txtTimeStamp.Name = "txtTimeStamp";
       this.txtTimeStamp.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtTimeStamp.ReadOnly = true;
       this.txtTimeStamp.Size = new System.Drawing.Size(221, 22);
       this.txtTimeStamp.TabIndex = 15;
       this.txtTimeStamp.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtTimeStamp.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtTimeStamp.ValidationMask = "";
       this.txtTimeStamp.ValidCharSet = "";
       //
       // label5
       //
       this.label5.Location = new System.Drawing.Point(14, 262);
       this.label5.Name = "label5";
       this.label5.Size = new System.Drawing.Size(146, 22);
       this.label5.TabIndex = 14;
       this.label5.Text = "Dátum:";
       this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // txtThreadInfo
       //
       this.txtThreadInfo.AllowNull = true;
       this.txtThreadInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtThreadInfo.InvalidCharSet = "";
       this.txtThreadInfo.Location = new System.Drawing.Point(167, 232);
       this.txtThreadInfo.MaxLength = 50;
       this.txtThreadInfo.Name = "txtThreadInfo";
       this.txtThreadInfo.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtThreadInfo.ReadOnly = true;
       this.txtThreadInfo.Size = new System.Drawing.Size(221, 22);
       this.txtThreadInfo.TabIndex = 13;
       this.txtThreadInfo.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtThreadInfo.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtThreadInfo.ValidationMask = "";
       this.txtThreadInfo.ValidCharSet = "";
       //
       // label6
       //
       this.label6.Location = new System.Drawing.Point(14, 232);
       this.label6.Name = "label6";
       this.label6.Size = new System.Drawing.Size(146, 22);
       this.label6.TabIndex = 12;
       this.label6.Text = "Szál azonosító:";
       this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // txtWindowsIdentity
       //
       this.txtWindowsIdentity.AllowNull = true;
       this.txtWindowsIdentity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtWindowsIdentity.InvalidCharSet = "";
       this.txtWindowsIdentity.Location = new System.Drawing.Point(167, 44);
       this.txtWindowsIdentity.MaxLength = 50;
       this.txtWindowsIdentity.Name = "txtWindowsIdentity";
       this.txtWindowsIdentity.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtWindowsIdentity.ReadOnly = true;
       this.txtWindowsIdentity.Size = new System.Drawing.Size(441, 22);
       this.txtWindowsIdentity.TabIndex = 3;
       this.txtWindowsIdentity.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtWindowsIdentity.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtWindowsIdentity.ValidationMask = "";
       this.txtWindowsIdentity.ValidCharSet = "";
       //
       // label7
       //
       this.label7.Location = new System.Drawing.Point(14, 44);
       this.label7.Name = "label7";
       this.label7.Size = new System.Drawing.Size(146, 22);
       this.label7.TabIndex = 2;
       this.label7.Text = "Windows felhasználó:";
       this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // txtMessage
       //
       this.txtMessage.AllowNull = true;
       this.txtMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtMessage.InvalidCharSet = "";
       this.txtMessage.Location = new System.Drawing.Point(167, 134);
       this.txtMessage.MaxLength = 50;
       this.txtMessage.Multiline = true;
       this.txtMessage.Name = "txtMessage";
       this.txtMessage.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtMessage.ReadOnly = true;
       this.txtMessage.Size = new System.Drawing.Size(441, 60);
       this.txtMessage.TabIndex = 9;
       this.txtMessage.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtMessage.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtMessage.ValidationMask = "";
       this.txtMessage.ValidCharSet = "";
       //
       // label8
       //
       this.label8.Location = new System.Drawing.Point(14, 134);
       this.label8.Name = "label8";
       this.label8.Size = new System.Drawing.Size(146, 22);
       this.label8.TabIndex = 8;
       this.label8.Text = "Leírás:";
       this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // label9
       //
       this.label9.Location = new System.Drawing.Point(24, 9);
       this.label9.Name = "label9";
       this.label9.Size = new System.Drawing.Size(211, 23);
       this.label9.TabIndex = 78;
       this.label9.Text = "Az esemény tulajdonságai:";
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(14, 32);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 3;
       this.dtgMain.Size = new System.Drawing.Size(591, 240);
       this.dtgMain.TabIndex = 79;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colName,
     this.colValue});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colName
       //
       this.colName.Format = "";
       this.colName.FormatInfo = null;
       this.colName.HeaderText = "Név";
       this.colName.MappingName = "Name";
       this.colName.Width = 75;
       //
       // colValue
       //
       this.colValue.Format = "";
       this.colValue.FormatInfo = null;
       this.colValue.HeaderText = "Érték";
       this.colValue.MappingName = "Value";
       this.colValue.Width = 270;
       //
       // tabControl1
       //
       this.tabControl1.Controls.Add(this.tabPageBase);
       this.tabControl1.Controls.Add(this.tabPageProperties);
       this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
       this.tabControl1.Location = new System.Drawing.Point(0, 46);
       this.tabControl1.Name = "tabControl1";
       this.tabControl1.SelectedIndex = 0;
       this.tabControl1.Size = new System.Drawing.Size(635, 405);
       this.tabControl1.TabIndex = 1;
       //
       // tabPageBase
       //
       this.tabPageBase.Controls.Add(this.label5);
       this.tabPageBase.Controls.Add(this.txtThreadInfo);
       this.tabPageBase.Controls.Add(this.label6);
       this.tabPageBase.Controls.Add(this.txtWindowsIdentity);
       this.tabPageBase.Controls.Add(this.label7);
       this.tabPageBase.Controls.Add(this.txtMessage);
       this.tabPageBase.Controls.Add(this.label8);
       this.tabPageBase.Controls.Add(this.label1);
       this.tabPageBase.Controls.Add(this.txtFunction);
       this.tabPageBase.Controls.Add(this.txtLoginName);
       this.tabPageBase.Controls.Add(this.label2);
       this.tabPageBase.Controls.Add(this.txtSource);
       this.tabPageBase.Controls.Add(this.label3);
       this.tabPageBase.Controls.Add(this.txtSeverity);
       this.tabPageBase.Controls.Add(this.label4);
       this.tabPageBase.Controls.Add(this.txtTimeStamp);
       this.tabPageBase.Location = new System.Drawing.Point(4, 25);
       this.tabPageBase.Name = "tabPageBase";
       this.tabPageBase.Size = new System.Drawing.Size(627, 376);
       this.tabPageBase.TabIndex = 0;
       this.tabPageBase.Text = "Esemény";
       //
       // tabPageProperties
       //
       this.tabPageProperties.Controls.Add(this.dtgMain);
       this.tabPageProperties.Controls.Add(this.label9);
       this.tabPageProperties.Location = new System.Drawing.Point(4, 25);
       this.tabPageProperties.Name = "tabPageProperties";
       this.tabPageProperties.Size = new System.Drawing.Size(627, 376);
       this.tabPageProperties.TabIndex = 1;
       this.tabPageProperties.Text = "Tulajdonságok";
       //
       // frmSystemLogEdit
       //
       this.AcceptButton = this.btnCancel;
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.CancelButton = this.btnCancel;
       this.ClientSize = new System.Drawing.Size(635, 497);
       this.Controls.Add(this.tabControl1);
       this.Controls.Add(this.pnlBottom);
       this.Controls.Add(this.pHeader);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "frmSystemLogEdit";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmSystemLogEdit_Load);
       this.pnlBottom.ResumeLayout(false);
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.tabControl1.ResumeLayout(false);
       this.tabPageBase.ResumeLayout(false);
       this.tabPageBase.PerformLayout();
       this.tabPageProperties.ResumeLayout(false);
       this.ResumeLayout(false);
 }
Exemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmThesaurusSelect));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.tlbMain = new System.Windows.Forms.ToolBar();
       this.tbbSeparator1 = new System.Windows.Forms.ToolBarButton();
       this.tbbNew = new System.Windows.Forms.ToolBarButton();
       this.tbbModify = new System.Windows.Forms.ToolBarButton();
       this.tbbInactivate = new System.Windows.Forms.ToolBarButton();
       this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton();
       this.tbbRefresh = new System.Windows.Forms.ToolBarButton();
       this.imgToolbar = new System.Windows.Forms.ImageList(this.components);
       this.pnlFilter = new System.Windows.Forms.Panel();
       this.txtKeyword = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.label1 = new System.Windows.Forms.Label();
       this.cmbStatus = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.label4 = new System.Windows.Forms.Label();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colKeyword = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colActive = new System.Windows.Forms.DataGridBoolColumn();
       this.pnlFilter.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(603, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.Text1 = "Tezaurusz";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Kulcsszavak karbantartása";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // tlbMain
       //
       this.tlbMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
       this.tlbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSeparator1,
     this.tbbNew,
     this.tbbModify,
     this.tbbInactivate,
     this.tbbSeparator2,
     this.tbbRefresh});
       this.tlbMain.DropDownArrows = true;
       this.tlbMain.ImageList = this.imgToolbar;
       this.tlbMain.Location = new System.Drawing.Point(0, 46);
       this.tlbMain.Name = "tlbMain";
       this.tlbMain.ShowToolTips = true;
       this.tlbMain.Size = new System.Drawing.Size(603, 28);
       this.tlbMain.TabIndex = 1;
       this.tlbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tlbMain_ButtonClick);
       //
       // tbbSeparator1
       //
       this.tbbSeparator1.Name = "tbbSeparator1";
       this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbNew
       //
       this.tbbNew.ImageIndex = 0;
       this.tbbNew.Name = "tbbNew";
       this.tbbNew.ToolTipText = "Új kulcsszó létrehozása";
       //
       // tbbModify
       //
       this.tbbModify.ImageIndex = 1;
       this.tbbModify.Name = "tbbModify";
       this.tbbModify.ToolTipText = "Program adatainak módosítása";
       //
       // tbbInactivate
       //
       this.tbbInactivate.ImageIndex = 2;
       this.tbbInactivate.Name = "tbbInactivate";
       this.tbbInactivate.ToolTipText = "Inaktiválás/aktiválás";
       //
       // tbbSeparator2
       //
       this.tbbSeparator2.Name = "tbbSeparator2";
       this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbRefresh
       //
       this.tbbRefresh.ImageIndex = 3;
       this.tbbRefresh.Name = "tbbRefresh";
       this.tbbRefresh.ToolTipText = "Lista frissítése/szûrés";
       //
       // imgToolbar
       //
       this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
       this.imgToolbar.TransparentColor = System.Drawing.Color.Transparent;
       this.imgToolbar.Images.SetKeyName(0, "");
       this.imgToolbar.Images.SetKeyName(1, "");
       this.imgToolbar.Images.SetKeyName(2, "");
       this.imgToolbar.Images.SetKeyName(3, "");
       this.imgToolbar.Images.SetKeyName(4, "");
       //
       // pnlFilter
       //
       this.pnlFilter.Controls.Add(this.txtKeyword);
       this.pnlFilter.Controls.Add(this.label1);
       this.pnlFilter.Controls.Add(this.cmbStatus);
       this.pnlFilter.Controls.Add(this.label4);
       this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
       this.pnlFilter.Location = new System.Drawing.Point(0, 74);
       this.pnlFilter.Name = "pnlFilter";
       this.pnlFilter.Size = new System.Drawing.Size(603, 42);
       this.pnlFilter.TabIndex = 2;
       //
       // txtKeyword
       //
       this.txtKeyword.AllowNull = true;
       this.txtKeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtKeyword.InvalidCharSet = "";
       this.txtKeyword.Location = new System.Drawing.Point(96, 9);
       this.txtKeyword.MaxLength = 100;
       this.txtKeyword.Name = "txtKeyword";
       this.txtKeyword.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtKeyword.Size = new System.Drawing.Size(204, 22);
       this.txtKeyword.TabIndex = 1;
       this.txtKeyword.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtKeyword.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtKeyword.ValidationMask = "";
       this.txtKeyword.ValidCharSet = "";
       //
       // label1
       //
       this.label1.AutoSize = true;
       this.label1.Location = new System.Drawing.Point(19, 14);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(71, 17);
       this.label1.TabIndex = 0;
       this.label1.Text = "Vezérszó:";
       //
       // cmbStatus
       //
       this.cmbStatus.AllowNull = true;
       this.cmbStatus.BreakSort = false;
       this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbStatus.Location = new System.Drawing.Point(413, 9);
       this.cmbStatus.Name = "cmbStatus";
       this.cmbStatus.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbStatus.Size = new System.Drawing.Size(173, 24);
       this.cmbStatus.TabIndex = 3;
       this.cmbStatus.ToolBarUse = false;
       this.cmbStatus.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // label4
       //
       this.label4.AutoSize = true;
       this.label4.Location = new System.Drawing.Point(350, 14);
       this.label4.Name = "label4";
       this.label4.Size = new System.Drawing.Size(55, 17);
       this.label4.TabIndex = 2;
       this.label4.Text = "Állapot:";
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(0, 116);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 3;
       this.dtgMain.Size = new System.Drawing.Size(603, 185);
       this.dtgMain.TabIndex = 3;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       this.dtgMain.DoubleClick += new System.EventHandler(this.dtgMain_DoubleClick);
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colKeyword,
     this.colActive});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colKeyword
       //
       this.colKeyword.Format = "";
       this.colKeyword.FormatInfo = null;
       this.colKeyword.HeaderText = "Vezérszó";
       this.colKeyword.MappingName = "Keyword";
       this.colKeyword.Width = 300;
       //
       // colActive
       //
       this.colActive.HeaderText = "Aktív";
       this.colActive.MappingName = "IsActive";
       this.colActive.Width = 75;
       //
       // frmThesaurusSelect
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.ClientSize = new System.Drawing.Size(603, 301);
       this.Controls.Add(this.dtgMain);
       this.Controls.Add(this.pnlFilter);
       this.Controls.Add(this.tlbMain);
       this.Controls.Add(this.pHeader);
       this.Name = "frmThesaurusSelect";
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmThesaurusSelect_Load);
       this.pnlFilter.ResumeLayout(false);
       this.pnlFilter.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.ResumeLayout(false);
       this.PerformLayout();
 }
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.pnlBottom = new System.Windows.Forms.Panel();
       this.btnCancel = new System.Windows.Forms.Button();
       this.btnOk = new System.Windows.Forms.Button();
       this.txtMeaning = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.txtWord = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.lblMeaning = new System.Windows.Forms.Label();
       this.lblWord = new System.Windows.Forms.Label();
       this.btnDelete = new System.Windows.Forms.Button();
       this.btnNew = new System.Windows.Forms.Button();
       this.txtRelatedWord = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.lblWordID = new System.Windows.Forms.Label();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection1 = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colRelatedWordID = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colRelWord = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colMeaning = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.txtEnglish = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.lblEnglish = new System.Windows.Forms.Label();
       this.gbType = new System.Windows.Forms.GroupBox();
       this.rbSlang = new System.Windows.Forms.RadioButton();
       this.rbProfessional = new System.Windows.Forms.RadioButton();
       this.pnlBottom.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.gbType.SuspendLayout();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(512, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.TabStop = false;
       this.pHeader.Text1 = "Szótár";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Szó szerkesztése";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // pnlBottom
       //
       this.pnlBottom.Controls.Add(this.btnCancel);
       this.pnlBottom.Controls.Add(this.btnOk);
       this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.pnlBottom.Location = new System.Drawing.Point(0, 447);
       this.pnlBottom.Name = "pnlBottom";
       this.pnlBottom.Size = new System.Drawing.Size(512, 46);
       this.pnlBottom.TabIndex = 13;
       //
       // btnCancel
       //
       this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnCancel.Location = new System.Drawing.Point(414, 9);
       this.btnCancel.Name = "btnCancel";
       this.btnCancel.Size = new System.Drawing.Size(84, 23);
       this.btnCancel.TabIndex = 1;
       this.btnCancel.Text = "Mégse";
       //
       // btnOk
       //
       this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnOk.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnOk.Location = new System.Drawing.Point(318, 9);
       this.btnOk.Name = "btnOk";
       this.btnOk.Size = new System.Drawing.Size(84, 23);
       this.btnOk.TabIndex = 0;
       this.btnOk.Text = "Rendben";
       this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
       //
       // txtMeaning
       //
       this.txtMeaning.AllowNull = false;
       this.txtMeaning.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtMeaning.InvalidCharSet = "";
       this.txtMeaning.Location = new System.Drawing.Point(130, 111);
       this.txtMeaning.MaxLength = 1000;
       this.txtMeaning.Multiline = true;
       this.txtMeaning.Name = "txtMeaning";
       this.txtMeaning.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtMeaning.Size = new System.Drawing.Size(364, 64);
       this.txtMeaning.TabIndex = 2;
       this.txtMeaning.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtMeaning.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtMeaning.ValidationMask = "";
       this.txtMeaning.ValidCharSet = "";
       //
       // txtWord
       //
       this.txtWord.AllowNull = false;
       this.txtWord.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtWord.InvalidCharSet = "";
       this.txtWord.Location = new System.Drawing.Point(130, 55);
       this.txtWord.MaxLength = 100;
       this.txtWord.Name = "txtWord";
       this.txtWord.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtWord.Size = new System.Drawing.Size(364, 22);
       this.txtWord.TabIndex = 0;
       this.txtWord.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtWord.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtWord.ValidationMask = "";
       this.txtWord.ValidCharSet = "";
       //
       // lblMeaning
       //
       this.lblMeaning.Location = new System.Drawing.Point(14, 115);
       this.lblMeaning.Name = "lblMeaning";
       this.lblMeaning.Size = new System.Drawing.Size(111, 19);
       this.lblMeaning.TabIndex = 3;
       this.lblMeaning.Text = "Jelentés:";
       //
       // lblWord
       //
       this.lblWord.Location = new System.Drawing.Point(14, 60);
       this.lblWord.Name = "lblWord";
       this.lblWord.Size = new System.Drawing.Size(111, 18);
       this.lblWord.TabIndex = 1;
       this.lblWord.Text = "Szó / kifejezés";
       //
       // btnDelete
       //
       this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnDelete.Location = new System.Drawing.Point(409, 263);
       this.btnDelete.Name = "btnDelete";
       this.btnDelete.Size = new System.Drawing.Size(84, 23);
       this.btnDelete.TabIndex = 6;
       this.btnDelete.Text = "Törlés";
       this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
       //
       // btnNew
       //
       this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
       this.btnNew.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.btnNew.Location = new System.Drawing.Point(318, 263);
       this.btnNew.Name = "btnNew";
       this.btnNew.Size = new System.Drawing.Size(84, 23);
       this.btnNew.TabIndex = 5;
       this.btnNew.Text = "Új";
       this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
       //
       // txtRelatedWord
       //
       this.txtRelatedWord.AllowNull = true;
       this.txtRelatedWord.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtRelatedWord.InvalidCharSet = "";
       this.txtRelatedWord.Location = new System.Drawing.Point(130, 235);
       this.txtRelatedWord.MaxLength = 100;
       this.txtRelatedWord.Name = "txtRelatedWord";
       this.txtRelatedWord.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtRelatedWord.Size = new System.Drawing.Size(364, 22);
       this.txtRelatedWord.TabIndex = 4;
       this.txtRelatedWord.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtRelatedWord.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtRelatedWord.ValidationMask = "";
       this.txtRelatedWord.ValidCharSet = "";
       //
       // lblWordID
       //
       this.lblWordID.Location = new System.Drawing.Point(14, 240);
       this.lblWordID.Name = "lblWordID";
       this.lblWordID.Size = new System.Drawing.Size(106, 18);
       this.lblWordID.TabIndex = 8;
       this.lblWordID.Text = "Kapcsolódó szó:";
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(10, 300);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 3;
       this.dtgMain.Size = new System.Drawing.Size(484, 143);
       this.dtgMain.TabIndex = 12;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection1});
       //
       // customStylesCollection1
       //
       this.customStylesCollection1.DataGrid = this.dtgMain;
       this.customStylesCollection1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colRelatedWordID,
     this.colRelWord,
     this.colMeaning});
       this.customStylesCollection1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       //
       // colRelatedWordID
       //
       this.colRelatedWordID.Format = "";
       this.colRelatedWordID.FormatInfo = null;
       this.colRelatedWordID.HeaderText = "Kapcsolódó szó";
       this.colRelatedWordID.MappingName = "ID";
       this.colRelatedWordID.Width = 0;
       //
       // colRelWord
       //
       this.colRelWord.Format = "";
       this.colRelWord.FormatInfo = null;
       this.colRelWord.HeaderText = "Kapcsolódó szó";
       this.colRelWord.MappingName = "Word";
       this.colRelWord.Width = 150;
       //
       // colMeaning
       //
       this.colMeaning.Format = "";
       this.colMeaning.FormatInfo = null;
       this.colMeaning.HeaderText = "Kapcsolódó szó jelentése";
       this.colMeaning.MappingName = "Meaning";
       this.colMeaning.Width = 220;
       //
       // txtEnglish
       //
       this.txtEnglish.AllowNull = false;
       this.txtEnglish.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtEnglish.InvalidCharSet = "";
       this.txtEnglish.Location = new System.Drawing.Point(130, 83);
       this.txtEnglish.MaxLength = 100;
       this.txtEnglish.Name = "txtEnglish";
       this.txtEnglish.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtEnglish.Size = new System.Drawing.Size(364, 22);
       this.txtEnglish.TabIndex = 1;
       this.txtEnglish.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtEnglish.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtEnglish.ValidationMask = "";
       this.txtEnglish.ValidCharSet = "";
       //
       // lblEnglish
       //
       this.lblEnglish.Location = new System.Drawing.Point(14, 88);
       this.lblEnglish.Name = "lblEnglish";
       this.lblEnglish.Size = new System.Drawing.Size(111, 18);
       this.lblEnglish.TabIndex = 14;
       this.lblEnglish.Text = "Angol megfelelõ:";
       //
       // gbType
       //
       this.gbType.Controls.Add(this.rbSlang);
       this.gbType.Controls.Add(this.rbProfessional);
       this.gbType.Location = new System.Drawing.Point(130, 185);
       this.gbType.Name = "gbType";
       this.gbType.Size = new System.Drawing.Size(364, 46);
       this.gbType.TabIndex = 3;
       this.gbType.TabStop = false;
       this.gbType.Text = "Típus:";
       //
       // rbSlang
       //
       this.rbSlang.Location = new System.Drawing.Point(187, 14);
       this.rbSlang.Name = "rbSlang";
       this.rbSlang.Size = new System.Drawing.Size(77, 28);
       this.rbSlang.TabIndex = 1;
       this.rbSlang.Text = "Szleng";
       //
       // rbProfessional
       //
       this.rbProfessional.Checked = true;
       this.rbProfessional.Location = new System.Drawing.Point(62, 14);
       this.rbProfessional.Name = "rbProfessional";
       this.rbProfessional.Size = new System.Drawing.Size(82, 28);
       this.rbProfessional.TabIndex = 0;
       this.rbProfessional.TabStop = true;
       this.rbProfessional.Text = "Szakmai";
       //
       // frmDictionaryEdit
       //
       this.AcceptButton = this.btnOk;
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.CancelButton = this.btnCancel;
       this.ClientSize = new System.Drawing.Size(512, 493);
       this.Controls.Add(this.gbType);
       this.Controls.Add(this.txtEnglish);
       this.Controls.Add(this.txtRelatedWord);
       this.Controls.Add(this.txtMeaning);
       this.Controls.Add(this.txtWord);
       this.Controls.Add(this.lblEnglish);
       this.Controls.Add(this.dtgMain);
       this.Controls.Add(this.lblWordID);
       this.Controls.Add(this.btnDelete);
       this.Controls.Add(this.btnNew);
       this.Controls.Add(this.lblMeaning);
       this.Controls.Add(this.lblWord);
       this.Controls.Add(this.pnlBottom);
       this.Controls.Add(this.pHeader);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "frmDictionaryEdit";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmDictionaryEdit_Load);
       this.pnlBottom.ResumeLayout(false);
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.gbType.ResumeLayout(false);
       this.ResumeLayout(false);
       this.PerformLayout();
 }
Exemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmNewsCategorySelect));
       this.pHeader = new Ndi.HelpDesk.UI.Controls.InfoBarLite();
       this.tlbMain = new System.Windows.Forms.ToolBar();
       this.tbbSeparator1 = new System.Windows.Forms.ToolBarButton();
       this.tbbNew = new System.Windows.Forms.ToolBarButton();
       this.tbbModify = new System.Windows.Forms.ToolBarButton();
       this.tbbInactivate = new System.Windows.Forms.ToolBarButton();
       this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton();
       this.tbbRefresh = new System.Windows.Forms.ToolBarButton();
       this.imgToolbar = new System.Windows.Forms.ImageList(this.components);
       this.pnlFilter = new System.Windows.Forms.Panel();
       this.cmbStatus = new Ndi.HelpDesk.UI.Controls.TextComboBox();
       this.lblActive = new System.Windows.Forms.Label();
       this.lblName = new System.Windows.Forms.Label();
       this.txtName = new Ndi.HelpDesk.UI.Controls.GreptonTextBox();
       this.dtgMain = new Ndi.HelpDesk.UI.Controls.GreptonDataGrid();
       this.customStylesCollection = new Ndi.HelpDesk.UI.Controls.CustomStylesCollection();
       this.colID = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colName = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colDescription = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colRank = new Ndi.HelpDesk.UI.Controls.DataGridFullSelectColumn();
       this.colIsActive = new System.Windows.Forms.DataGridBoolColumn();
       this.pnlFilter.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).BeginInit();
       this.SuspendLayout();
       //
       // pHeader
       //
       this.pHeader.BackColor = System.Drawing.SystemColors.Window;
       this.pHeader.BackStyle = Ndi.HelpDesk.UI.Controls.BackStyle.Solid;
       this.pHeader.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
       this.pHeader.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
       this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
       this.pHeader.GradientEndColor = System.Drawing.Color.White;
       this.pHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
       this.pHeader.GradientStartColor = System.Drawing.Color.DeepSkyBlue;
       this.pHeader.Image = null;
       this.pHeader.ImageAlign = Ndi.HelpDesk.UI.Controls.ImageAlignment.TopLeft;
       this.pHeader.ImageOffsetX = 2;
       this.pHeader.ImageOffsetY = 0;
       this.pHeader.Location = new System.Drawing.Point(0, 0);
       this.pHeader.Name = "pHeader";
       this.pHeader.Size = new System.Drawing.Size(645, 46);
       this.pHeader.TabIndex = 0;
       this.pHeader.Text1 = "Hír kategóriák";
       this.pHeader.Text1Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
       this.pHeader.Text1ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text1OffsetX = 0;
       this.pHeader.Text1OffsetY = 0;
       this.pHeader.Text2 = "Hírek karbantartása";
       this.pHeader.Text2Font = new System.Drawing.Font("Segoe UI", 8F);
       this.pHeader.Text2ForeColor = System.Drawing.SystemColors.ControlText;
       this.pHeader.Text2OffsetX = 20;
       this.pHeader.Text2OffsetY = 0;
       //
       // tlbMain
       //
       this.tlbMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
       this.tlbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSeparator1,
     this.tbbNew,
     this.tbbModify,
     this.tbbInactivate,
     this.tbbSeparator2,
     this.tbbRefresh});
       this.tlbMain.DropDownArrows = true;
       this.tlbMain.ImageList = this.imgToolbar;
       this.tlbMain.Location = new System.Drawing.Point(0, 46);
       this.tlbMain.Name = "tlbMain";
       this.tlbMain.ShowToolTips = true;
       this.tlbMain.Size = new System.Drawing.Size(645, 28);
       this.tlbMain.TabIndex = 1;
       this.tlbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tlbMain_ButtonClick);
       //
       // tbbSeparator1
       //
       this.tbbSeparator1.Name = "tbbSeparator1";
       this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbNew
       //
       this.tbbNew.ImageIndex = 0;
       this.tbbNew.Name = "tbbNew";
       this.tbbNew.ToolTipText = "Új hír kategória";
       //
       // tbbModify
       //
       this.tbbModify.ImageIndex = 1;
       this.tbbModify.Name = "tbbModify";
       this.tbbModify.ToolTipText = "Hír kategória módosítása";
       //
       // tbbInactivate
       //
       this.tbbInactivate.ImageIndex = 2;
       this.tbbInactivate.Name = "tbbInactivate";
       this.tbbInactivate.ToolTipText = "Inaktiválás/aktiválás";
       //
       // tbbSeparator2
       //
       this.tbbSeparator2.Name = "tbbSeparator2";
       this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
       //
       // tbbRefresh
       //
       this.tbbRefresh.ImageIndex = 3;
       this.tbbRefresh.Name = "tbbRefresh";
       this.tbbRefresh.ToolTipText = "Lista frissítése/szûrés";
       //
       // imgToolbar
       //
       this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
       this.imgToolbar.TransparentColor = System.Drawing.Color.Transparent;
       this.imgToolbar.Images.SetKeyName(0, "");
       this.imgToolbar.Images.SetKeyName(1, "");
       this.imgToolbar.Images.SetKeyName(2, "");
       this.imgToolbar.Images.SetKeyName(3, "");
       this.imgToolbar.Images.SetKeyName(4, "");
       this.imgToolbar.Images.SetKeyName(5, "");
       //
       // pnlFilter
       //
       this.pnlFilter.Controls.Add(this.cmbStatus);
       this.pnlFilter.Controls.Add(this.lblActive);
       this.pnlFilter.Controls.Add(this.lblName);
       this.pnlFilter.Controls.Add(this.txtName);
       this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
       this.pnlFilter.Location = new System.Drawing.Point(0, 74);
       this.pnlFilter.Name = "pnlFilter";
       this.pnlFilter.Size = new System.Drawing.Size(645, 71);
       this.pnlFilter.TabIndex = 2;
       //
       // cmbStatus
       //
       this.cmbStatus.AllowNull = true;
       this.cmbStatus.BreakSort = false;
       this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.cmbStatus.Location = new System.Drawing.Point(134, 37);
       this.cmbStatus.Name = "cmbStatus";
       this.cmbStatus.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.cmbStatus.Size = new System.Drawing.Size(192, 24);
       this.cmbStatus.TabIndex = 20;
       this.cmbStatus.ToolBarUse = false;
       this.cmbStatus.ValidationErrorMessage = "Érvénytelen karakter!";
       //
       // lblActive
       //
       this.lblActive.AutoSize = true;
       this.lblActive.Location = new System.Drawing.Point(10, 42);
       this.lblActive.Name = "lblActive";
       this.lblActive.Size = new System.Drawing.Size(55, 17);
       this.lblActive.TabIndex = 19;
       this.lblActive.Text = "Állapot:";
       //
       // lblName
       //
       this.lblName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
       this.lblName.Location = new System.Drawing.Point(10, 14);
       this.lblName.Name = "lblName";
       this.lblName.Size = new System.Drawing.Size(81, 18);
       this.lblName.TabIndex = 12;
       this.lblName.Text = "Kategória:";
       //
       // txtName
       //
       this.txtName.AllowNull = true;
       this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
       this.txtName.InvalidCharSet = "";
       this.txtName.Location = new System.Drawing.Point(134, 9);
       this.txtName.MaxLength = 250;
       this.txtName.Name = "txtName";
       this.txtName.NullErrorMessage = "Kötelezõen kitöltendõ mezõ!";
       this.txtName.Size = new System.Drawing.Size(495, 22);
       this.txtName.TabIndex = 1;
       this.txtName.Validation = Ndi.HelpDesk.UI.ValidationType.Nothing;
       this.txtName.ValidationErrorMessage = "Érvényesítési hiba!";
       this.txtName.ValidationMask = "";
       this.txtName.ValidCharSet = "";
       //
       // dtgMain
       //
       this.dtgMain.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dtgMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.dtgMain.CaptionBackColor = System.Drawing.SystemColors.Highlight;
       this.dtgMain.CaptionVisible = false;
       this.dtgMain.DataMember = "";
       this.dtgMain.Dock = System.Windows.Forms.DockStyle.Fill;
       this.dtgMain.GridLineColor = System.Drawing.SystemColors.ControlLight;
       this.dtgMain.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.dtgMain.Location = new System.Drawing.Point(0, 145);
       this.dtgMain.Name = "dtgMain";
       this.dtgMain.ReadOnly = true;
       this.dtgMain.RowHeaderWidth = 15;
       this.dtgMain.Size = new System.Drawing.Size(645, 265);
       this.dtgMain.TabIndex = 3;
       this.dtgMain.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
     this.customStylesCollection});
       this.dtgMain.DoubleClick += new System.EventHandler(this.dtgMain_DoubleClick);
       //
       // customStylesCollection
       //
       this.customStylesCollection.DataGrid = this.dtgMain;
       this.customStylesCollection.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
     this.colID,
     this.colName,
     this.colDescription,
     this.colRank,
     this.colIsActive});
       this.customStylesCollection.HeaderForeColor = System.Drawing.SystemColors.ControlText;
       this.customStylesCollection.RowHeaderWidth = 3;
       this.customStylesCollection.SelectionBackColor = System.Drawing.SystemColors.Highlight;
       //
       // colID
       //
       this.colID.Format = "";
       this.colID.FormatInfo = null;
       this.colID.MappingName = "ID";
       this.colID.Width = 0;
       //
       // colName
       //
       this.colName.Format = "";
       this.colName.FormatInfo = null;
       this.colName.HeaderText = "Név";
       this.colName.MappingName = "Name";
       this.colName.Width = 170;
       //
       // colDescription
       //
       this.colDescription.Format = "";
       this.colDescription.FormatInfo = null;
       this.colDescription.HeaderText = "Leírás";
       this.colDescription.MappingName = "Description";
       this.colDescription.Width = 250;
       //
       // colRank
       //
       this.colRank.Format = "";
       this.colRank.FormatInfo = null;
       this.colRank.HeaderText = "Sorrend";
       this.colRank.MappingName = "Rank";
       this.colRank.Width = 50;
       //
       // colIsActive
       //
       this.colIsActive.HeaderText = "Aktív?";
       this.colIsActive.MappingName = "IsActive";
       this.colIsActive.Width = 50;
       //
       // frmNewsCategorySelect
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
       this.ClientSize = new System.Drawing.Size(645, 410);
       this.Controls.Add(this.dtgMain);
       this.Controls.Add(this.pnlFilter);
       this.Controls.Add(this.tlbMain);
       this.Controls.Add(this.pHeader);
       this.Name = "frmNewsCategorySelect";
       this.Text = "NDI HelpDesk Adminisztrátor";
       this.Load += new System.EventHandler(this.frmDocumentSelect_Load);
       this.pnlFilter.ResumeLayout(false);
       this.pnlFilter.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dtgMain)).EndInit();
       this.ResumeLayout(false);
       this.PerformLayout();
 }