Exemplo n.º 1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.itemListView = new System.Windows.Forms.ListView();
            this.filterText = new System.Windows.Forms.TextBox();
            this.itemPropertyGrid = new FlashDevelop.Controls.FilteredGrid();
            this.columnHeader = new System.Windows.Forms.ColumnHeader();
            this.closeButton = new System.Windows.Forms.Button();
            this.nameLabel = new System.Windows.Forms.Label();
            this.infoPictureBox = new System.Windows.Forms.PictureBox();
            this.filterLabel = new System.Windows.Forms.Label();
            this.infoLabel = new System.Windows.Forms.Label();
            this.descLabel = new System.Windows.Forms.Label();
            this.disableCheckBox = new System.Windows.Forms.CheckBox();
            this.helpLabel = new System.Windows.Forms.LinkLabel();
            this.clearFilterButton = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.infoPictureBox)).BeginInit();
            this.SuspendLayout();
            //
            // columnHeader
            //
            this.columnHeader.Width = 159;
            // 
            // itemListView
            //
            this.itemListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left)));
            this.itemListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.itemListView.HideSelection = false;
            this.itemListView.Location = new System.Drawing.Point(12, 12);
            this.itemListView.MultiSelect = false;
            this.itemListView.Name = "itemListView";
            this.itemListView.Size = new System.Drawing.Size(159, 428);
            this.itemListView.TabIndex = 1;
            this.itemListView.UseCompatibleStateImageBehavior = false;
            this.itemListView.View = System.Windows.Forms.View.Details;
            this.itemListView.Alignment = ListViewAlignment.Left;
            this.itemListView.Columns.Add(this.columnHeader);
            this.itemListView.SelectedIndexChanged += new System.EventHandler(this.ItemListViewSelectedIndexChanged);
            // 
            // itemPropertyGrid
            // 
            this.itemPropertyGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.itemPropertyGrid.Location = new System.Drawing.Point(183, 54);
            this.itemPropertyGrid.Name = "itemPropertyGrid";
            this.itemPropertyGrid.Size = new System.Drawing.Size(502, 386);
            this.itemPropertyGrid.TabIndex = 3;
            this.itemPropertyGrid.ToolbarVisible = false;
            this.itemPropertyGrid.PropertyValueChanged += new PropertyValueChangedEventHandler(this.PropertyValueChanged);
            // 
            // closeButton
            // 
            this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.closeButton.Location = new System.Drawing.Point(586, 447);
            this.closeButton.Name = "closeButton";
            this.closeButton.Size = new System.Drawing.Size(100, 23);
            this.closeButton.TabIndex = 4;
            this.closeButton.Text = "&Close";
            this.closeButton.UseVisualStyleBackColor = true;
            this.closeButton.Click += new System.EventHandler(this.CloseButtonClick);
            // 
            // nameLabel
            // 
            this.nameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.nameLabel.AutoSize = true;
            this.nameLabel.Enabled = false;
            this.nameLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.nameLabel.Location = new System.Drawing.Point(185, 11);
            this.nameLabel.Name = "nameLabel";
            this.nameLabel.Size = new System.Drawing.Size(111, 13);
            this.nameLabel.TabIndex = 0;
            this.nameLabel.Text = "(no item selected)";
            // 
            // infoPictureBox
            //
            this.infoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.infoPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.infoPictureBox.Location = new System.Drawing.Point(13, 451);
            this.infoPictureBox.Name = "infoPictureBox";
            this.infoPictureBox.Size = new System.Drawing.Size(16, 16);
            this.infoPictureBox.TabIndex = 5;
            this.infoPictureBox.TabStop = false;
            // 
            // infoLabel
            // 
            this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.infoLabel.AutoSize = true;
            this.infoLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.infoLabel.Location = new System.Drawing.Point(34, 452);
            this.infoLabel.Name = "infoLabel";
            this.infoLabel.Size = new System.Drawing.Size(501, 13);
            this.infoLabel.TabIndex = 0;
            this.infoLabel.Text = "Settings will take effect as soon as you edit them successfully but some may require a program restart.";
            // 
            // descLabel
            // 
            this.descLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.descLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.descLabel.Location = new System.Drawing.Point(185, 31);
            this.descLabel.Name = "descLabel";
            this.descLabel.Size = new System.Drawing.Size(350, 13);
            this.descLabel.TabIndex = 6;
            this.descLabel.Text = "Adds a plugin panel to FlashDevelop.";
            // 
            // disableCheckBox
            // 
            this.disableCheckBox.AutoSize = true;
            this.disableCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.disableCheckBox.Location = new System.Drawing.Point(305, 10);
            this.disableCheckBox.Name = "disableCheckBox";
            this.disableCheckBox.Size = new System.Drawing.Size(69, 18);
            this.disableCheckBox.TabIndex = 7;
            this.disableCheckBox.Text = " Disable";
            this.disableCheckBox.UseVisualStyleBackColor = true;
            this.disableCheckBox.Click += new System.EventHandler(this.DisableCheckBoxCheck);
            // 
            // helpLabel
            //
            this.helpLabel.AutoSize = true;
            this.helpLabel.Location = new System.Drawing.Point(369, 11);
            this.helpLabel.Name = "helpLabel";
            this.helpLabel.Size = new System.Drawing.Size(28, 13);
            this.helpLabel.TabIndex = 9;
            this.helpLabel.TabStop = true;
            this.helpLabel.Text = "Help";
            this.helpLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HelpLabelClick);
            // 
            // filterText
            //
            this.filterText.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
            this.filterText.Location = new System.Drawing.Point(537, 26);
            this.filterText.Name = "FilterText";
            this.filterText.Size = new System.Drawing.Size(120, 20);
            this.filterText.TabIndex = 10;
            this.filterText.TextChanged += new System.EventHandler(this.FilterTextTextChanged);
            // 
            // clearFilterButton
            //
            this.clearFilterButton.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
            this.clearFilterButton.Location = new System.Drawing.Point(661, 24);
            this.clearFilterButton.Name = "clearFilterButton";
            this.clearFilterButton.Size = new System.Drawing.Size(26, 23);
            this.clearFilterButton.TabIndex = 11;
            this.clearFilterButton.UseVisualStyleBackColor = true;
            this.clearFilterButton.Click += new System.EventHandler(this.ClearFilterButtonClick);
            // 
            // filterLabel
            // 
            this.filterLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
            this.filterLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.filterLabel.Location = new System.Drawing.Point(538, 10);
            this.filterLabel.Name = "filterLabel";
            this.filterLabel.Size = new System.Drawing.Size(100, 13);
            this.filterLabel.TabIndex = 12;
            this.filterLabel.Text = "Filter settings:";
            // 
            // SettingDialog
            // 
            this.AcceptButton = this.closeButton;
            this.CancelButton = this.closeButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(697, 482);
            this.Controls.Add(this.filterLabel);
            this.Controls.Add(this.clearFilterButton);
            this.Controls.Add(this.filterText);
            this.Controls.Add(this.helpLabel);
            this.Controls.Add(this.disableCheckBox);
            this.Controls.Add(this.descLabel);
            this.Controls.Add(this.infoPictureBox);
            this.Controls.Add(this.nameLabel);
            this.Controls.Add(this.closeButton);
            this.Controls.Add(this.itemPropertyGrid);
            this.Controls.Add(this.itemListView);
            this.Controls.Add(this.infoLabel);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(490, 350);
            this.Name = "SettingDialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = " Settings";
            this.Shown += new System.EventHandler(this.DialogShown);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DialogClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DialogClosed);
            ((System.ComponentModel.ISupportInitialize)(this.infoPictureBox)).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.itemListView      = new System.Windows.Forms.ListView();
     this.filterText        = new System.Windows.Forms.TextBox();
     this.itemPropertyGrid  = new FlashDevelop.Controls.FilteredGrid();
     this.columnHeader      = new System.Windows.Forms.ColumnHeader();
     this.closeButton       = new System.Windows.Forms.Button();
     this.nameLabel         = new System.Windows.Forms.Label();
     this.infoPictureBox    = new System.Windows.Forms.PictureBox();
     this.filterLabel       = new System.Windows.Forms.Label();
     this.infoLabel         = new System.Windows.Forms.Label();
     this.descLabel         = new System.Windows.Forms.Label();
     this.disableCheckBox   = new System.Windows.Forms.CheckBox();
     this.helpLabel         = new System.Windows.Forms.LinkLabel();
     this.clearFilterButton = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.infoPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // columnHeader
     //
     this.columnHeader.Width = 159;
     //
     // itemListView
     //
     this.itemListView.Anchor        = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left)));
     this.itemListView.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.itemListView.HideSelection = false;
     this.itemListView.Location      = new System.Drawing.Point(12, 12);
     this.itemListView.MultiSelect   = false;
     this.itemListView.Name          = "itemListView";
     this.itemListView.Size          = new System.Drawing.Size(159, 428);
     this.itemListView.TabIndex      = 1;
     this.itemListView.UseCompatibleStateImageBehavior = false;
     this.itemListView.View      = System.Windows.Forms.View.Details;
     this.itemListView.Alignment = ListViewAlignment.Left;
     this.itemListView.Columns.Add(this.columnHeader);
     this.itemListView.SelectedIndexChanged += new System.EventHandler(this.ItemListViewSelectedIndexChanged);
     //
     // itemPropertyGrid
     //
     this.itemPropertyGrid.Anchor                = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
     this.itemPropertyGrid.Location              = new System.Drawing.Point(183, 54);
     this.itemPropertyGrid.Name                  = "itemPropertyGrid";
     this.itemPropertyGrid.Size                  = new System.Drawing.Size(502, 386);
     this.itemPropertyGrid.TabIndex              = 3;
     this.itemPropertyGrid.ToolbarVisible        = false;
     this.itemPropertyGrid.PropertyValueChanged += new PropertyValueChangedEventHandler(this.PropertyValueChanged);
     //
     // closeButton
     //
     this.closeButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.closeButton.Location  = new System.Drawing.Point(586, 447);
     this.closeButton.Name      = "closeButton";
     this.closeButton.Size      = new System.Drawing.Size(100, 23);
     this.closeButton.TabIndex  = 4;
     this.closeButton.Text      = "&Close";
     this.closeButton.UseVisualStyleBackColor = true;
     this.closeButton.Click += new System.EventHandler(this.CloseButtonClick);
     //
     // nameLabel
     //
     this.nameLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
     this.nameLabel.AutoSize  = true;
     this.nameLabel.Enabled   = false;
     this.nameLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.nameLabel.Location  = new System.Drawing.Point(185, 11);
     this.nameLabel.Name      = "nameLabel";
     this.nameLabel.Size      = new System.Drawing.Size(111, 13);
     this.nameLabel.TabIndex  = 0;
     this.nameLabel.Text      = "(no item selected)";
     //
     // infoPictureBox
     //
     this.infoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.infoPictureBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.infoPictureBox.Location = new System.Drawing.Point(13, 451);
     this.infoPictureBox.Name     = "infoPictureBox";
     this.infoPictureBox.Size     = new System.Drawing.Size(16, 16);
     this.infoPictureBox.TabIndex = 5;
     this.infoPictureBox.TabStop  = false;
     //
     // infoLabel
     //
     this.infoLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.infoLabel.AutoSize  = true;
     this.infoLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.infoLabel.Location  = new System.Drawing.Point(34, 452);
     this.infoLabel.Name      = "infoLabel";
     this.infoLabel.Size      = new System.Drawing.Size(501, 13);
     this.infoLabel.TabIndex  = 0;
     this.infoLabel.Text      = "Settings will take effect as soon as you edit them successfully but some may require a program restart.";
     //
     // descLabel
     //
     this.descLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
     this.descLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.descLabel.Location  = new System.Drawing.Point(185, 31);
     this.descLabel.Name      = "descLabel";
     this.descLabel.Size      = new System.Drawing.Size(350, 13);
     this.descLabel.TabIndex  = 6;
     this.descLabel.Text      = "Adds a plugin panel to FlashDevelop.";
     //
     // disableCheckBox
     //
     this.disableCheckBox.AutoSize  = true;
     this.disableCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.disableCheckBox.Location  = new System.Drawing.Point(305, 10);
     this.disableCheckBox.Name      = "disableCheckBox";
     this.disableCheckBox.Size      = new System.Drawing.Size(69, 18);
     this.disableCheckBox.TabIndex  = 7;
     this.disableCheckBox.Text      = " Disable";
     this.disableCheckBox.UseVisualStyleBackColor = true;
     this.disableCheckBox.Click += new System.EventHandler(this.DisableCheckBoxCheck);
     //
     // helpLabel
     //
     this.helpLabel.AutoSize     = true;
     this.helpLabel.Location     = new System.Drawing.Point(369, 11);
     this.helpLabel.Name         = "helpLabel";
     this.helpLabel.Size         = new System.Drawing.Size(28, 13);
     this.helpLabel.TabIndex     = 9;
     this.helpLabel.TabStop      = true;
     this.helpLabel.Text         = "Help";
     this.helpLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HelpLabelClick);
     //
     // filterText
     //
     this.filterText.Anchor       = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
     this.filterText.Location     = new System.Drawing.Point(537, 26);
     this.filterText.Name         = "FilterText";
     this.filterText.Size         = new System.Drawing.Size(120, 20);
     this.filterText.TabIndex     = 10;
     this.filterText.TextChanged += new System.EventHandler(this.FilterTextTextChanged);
     //
     // clearFilterButton
     //
     this.clearFilterButton.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
     this.clearFilterButton.Location = new System.Drawing.Point(661, 24);
     this.clearFilterButton.Name     = "clearFilterButton";
     this.clearFilterButton.Size     = new System.Drawing.Size(26, 23);
     this.clearFilterButton.TabIndex = 11;
     this.clearFilterButton.UseVisualStyleBackColor = true;
     this.clearFilterButton.Click += new System.EventHandler(this.ClearFilterButtonClick);
     //
     // filterLabel
     //
     this.filterLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
     this.filterLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.filterLabel.Location  = new System.Drawing.Point(538, 10);
     this.filterLabel.Name      = "filterLabel";
     this.filterLabel.Size      = new System.Drawing.Size(100, 13);
     this.filterLabel.TabIndex  = 12;
     this.filterLabel.Text      = "Filter settings:";
     //
     // SettingDialog
     //
     this.AcceptButton        = this.closeButton;
     this.CancelButton        = this.closeButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(697, 482);
     this.Controls.Add(this.clearFilterButton);
     this.Controls.Add(this.filterText);
     this.Controls.Add(this.filterLabel);
     this.Controls.Add(this.helpLabel);
     this.Controls.Add(this.disableCheckBox);
     this.Controls.Add(this.descLabel);
     this.Controls.Add(this.infoPictureBox);
     this.Controls.Add(this.nameLabel);
     this.Controls.Add(this.closeButton);
     this.Controls.Add(this.itemPropertyGrid);
     this.Controls.Add(this.itemListView);
     this.Controls.Add(this.infoLabel);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(490, 350);
     this.Name          = "SettingDialog";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = " Settings";
     this.Shown        += new System.EventHandler(this.DialogShown);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.DialogClosing);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.DialogClosed);
     ((System.ComponentModel.ISupportInitialize)(this.infoPictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }