/// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Common.Core.Translation.Translator translator1 = new Common.Core.Translation.Translator();
            this.listPanel = new System.Windows.Forms.FlowLayoutPanel();
            this.txtHtmlElement = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.lblHeader = new Common.Controls.Forms.ExtendedLabel();
            this.SuspendLayout();
            // 
            // listPanel
            // 
            this.listPanel.Location = new System.Drawing.Point(6, 33);
            this.listPanel.Name = "listPanel";
            this.listPanel.Size = new System.Drawing.Size(358, 29);
            this.listPanel.TabIndex = 2;
            // 
            // txtHtmlElement
            // 
            this.txtHtmlElement.Location = new System.Drawing.Point(264, 6);
            this.txtHtmlElement.Name = "txtHtmlElement";
            this.txtHtmlElement.Size = new System.Drawing.Size(100, 20);
            this.txtHtmlElement.TabIndex = 3;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(181, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 13);
            this.label1.TabIndex = 4;
            this.label1.Text = "HTML element";
            // 
            // lblHeader
            // 
            this.lblHeader.AutoSize = true;
            this.lblHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.lblHeader.Location = new System.Drawing.Point(3, 6);
            this.lblHeader.Name = "lblHeader";
            this.lblHeader.Size = new System.Drawing.Size(48, 13);
            this.lblHeader.TabIndex = 1;
            this.lblHeader.Text = "Header";
            this.lblHeader.TranslationKey = "Header";
            translator1.IsGatheringMissingKeys = false;
            this.lblHeader.Translator = translator1;
            // 
            // XmlAttributePanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label1);
            this.Controls.Add(this.txtHtmlElement);
            this.Controls.Add(this.listPanel);
            this.Controls.Add(this.lblHeader);
            this.Name = "XmlAttributePanel";
            this.Size = new System.Drawing.Size(367, 65);
            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()
 {
     Common.Core.Translation.Translator translator1 = new Common.Core.Translation.Translator();
     this.listPanel      = new System.Windows.Forms.FlowLayoutPanel();
     this.txtHtmlElement = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.lblHeader      = new Common.Controls.Forms.ExtendedLabel();
     this.SuspendLayout();
     //
     // listPanel
     //
     this.listPanel.Location = new System.Drawing.Point(6, 33);
     this.listPanel.Name     = "listPanel";
     this.listPanel.Size     = new System.Drawing.Size(358, 29);
     this.listPanel.TabIndex = 2;
     //
     // txtHtmlElement
     //
     this.txtHtmlElement.Location = new System.Drawing.Point(264, 6);
     this.txtHtmlElement.Name     = "txtHtmlElement";
     this.txtHtmlElement.Size     = new System.Drawing.Size(100, 20);
     this.txtHtmlElement.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(181, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(77, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "HTML element";
     //
     // lblHeader
     //
     this.lblHeader.AutoSize            = true;
     this.lblHeader.Font                = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblHeader.Location            = new System.Drawing.Point(3, 6);
     this.lblHeader.Name                = "lblHeader";
     this.lblHeader.Size                = new System.Drawing.Size(48, 13);
     this.lblHeader.TabIndex            = 1;
     this.lblHeader.Text                = "Header";
     this.lblHeader.TranslationKey      = "Header";
     translator1.IsGatheringMissingKeys = false;
     this.lblHeader.Translator          = translator1;
     //
     // XmlAttributePanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtHtmlElement);
     this.Controls.Add(this.listPanel);
     this.Controls.Add(this.lblHeader);
     this.Name = "XmlAttributePanel";
     this.Size = new System.Drawing.Size(367, 65);
     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()
        {
            Common.Core.Translation.Translator translator1 = new Common.Core.Translation.Translator();
            this.lblName = new Common.Controls.Forms.ExtendedLabel();
            this.txtInput = new System.Windows.Forms.TextBox();
            this.cmbInput = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // lblName
            // 
            this.lblName.AutoSize = true;
            this.lblName.Location = new System.Drawing.Point(3, 10);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(62, 13);
            this.lblName.TabIndex = 0;
            this.lblName.Text = "Label name";
            this.lblName.TranslationKey = "Label name";
            translator1.IsGatheringMissingKeys = false;
            this.lblName.Translator = translator1;
            // 
            // txtInput
            // 
            this.txtInput.Location = new System.Drawing.Point(81, 7);
            this.txtInput.Name = "txtInput";
            this.txtInput.Size = new System.Drawing.Size(100, 20);
            this.txtInput.TabIndex = 1;
            // 
            // cmbInput
            // 
            this.cmbInput.FormattingEnabled = true;
            this.cmbInput.Location = new System.Drawing.Point(81, 7);
            this.cmbInput.Name = "cmbInput";
            this.cmbInput.Size = new System.Drawing.Size(100, 21);
            this.cmbInput.TabIndex = 2;
            // 
            // InputControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.cmbInput);
            this.Controls.Add(this.txtInput);
            this.Controls.Add(this.lblName);
            this.Name = "InputControl";
            this.Size = new System.Drawing.Size(278, 32);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Common.Core.Translation.Translator translator1 = new Common.Core.Translation.Translator();
     this.lblName  = new Common.Controls.Forms.ExtendedLabel();
     this.txtInput = new System.Windows.Forms.TextBox();
     this.cmbInput = new System.Windows.Forms.ComboBox();
     this.SuspendLayout();
     //
     // lblName
     //
     this.lblName.AutoSize              = true;
     this.lblName.Location              = new System.Drawing.Point(3, 10);
     this.lblName.Name                  = "lblName";
     this.lblName.Size                  = new System.Drawing.Size(62, 13);
     this.lblName.TabIndex              = 0;
     this.lblName.Text                  = "Label name";
     this.lblName.TranslationKey        = "Label name";
     translator1.IsGatheringMissingKeys = false;
     this.lblName.Translator            = translator1;
     //
     // txtInput
     //
     this.txtInput.Location = new System.Drawing.Point(81, 7);
     this.txtInput.Name     = "txtInput";
     this.txtInput.Size     = new System.Drawing.Size(100, 20);
     this.txtInput.TabIndex = 1;
     //
     // cmbInput
     //
     this.cmbInput.FormattingEnabled = true;
     this.cmbInput.Location          = new System.Drawing.Point(81, 7);
     this.cmbInput.Name     = "cmbInput";
     this.cmbInput.Size     = new System.Drawing.Size(100, 21);
     this.cmbInput.TabIndex = 2;
     //
     // InputControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cmbInput);
     this.Controls.Add(this.txtInput);
     this.Controls.Add(this.lblName);
     this.Name = "InputControl";
     this.Size = new System.Drawing.Size(278, 32);
     this.ResumeLayout(false);
     this.PerformLayout();
 }