Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace MyCustomLibrary
- {
- partial class SearchForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- //_myContext.Dispose();
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchForm));
- this.findButton = new System.Windows.Forms.Button();
- this.replaceButton = new System.Windows.Forms.Button();
- this.replaceAllButton = new System.Windows.Forms.Button();
- this.searchLabel = new System.Windows.Forms.Label();
- this.scopeLabel = new System.Windows.Forms.Label();
- this.replaceLabel = new System.Windows.Forms.Label();
- this.replaceBox = new System.Windows.Forms.ComboBox();
- this.searchBox = new System.Windows.Forms.ComboBox();
- this.scopeBox = new System.Windows.Forms.ListBox();
- this.caseCheckBox = new System.Windows.Forms.CheckBox();
- this.wordCheckBox = new System.Windows.Forms.CheckBox();
- this.SuspendLayout();
- //
- // findButton
- //
- this.findButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.findButton.Location = new System.Drawing.Point(227, 244);
- this.findButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.findButton.Name = "findButton";
- this.findButton.Size = new System.Drawing.Size(78, 22);
- this.findButton.TabIndex = 0;
- this.findButton.Text = "Find Next";
- this.findButton.UseVisualStyleBackColor = true;
- this.findButton.Click += new System.EventHandler(this.FindButtonClicked);
- //
- // replaceButton
- //
- this.replaceButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.replaceButton.Location = new System.Drawing.Point(122, 244);
- this.replaceButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.replaceButton.Name = "replaceButton";
- this.replaceButton.Size = new System.Drawing.Size(78, 22);
- this.replaceButton.TabIndex = 8;
- this.replaceButton.Text = "Replace";
- this.replaceButton.UseVisualStyleBackColor = true;
- this.replaceButton.Click += new System.EventHandler(this.ReplaceButtonClicked);
- //
- // replaceAllButton
- //
- this.replaceAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.replaceAllButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.replaceAllButton.Location = new System.Drawing.Point(17, 244);
- this.replaceAllButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.replaceAllButton.Name = "replaceAllButton";
- this.replaceAllButton.Size = new System.Drawing.Size(78, 22);
- this.replaceAllButton.TabIndex = 9;
- this.replaceAllButton.Text = "Replace All";
- this.replaceAllButton.UseVisualStyleBackColor = true;
- this.replaceAllButton.Click += new System.EventHandler(this.ReplaceAllButtonClicked);
- //
- // searchLabel
- //
- this.searchLabel.AutoSize = true;
- this.searchLabel.Location = new System.Drawing.Point(15, 15);
- this.searchLabel.Name = "searchLabel";
- this.searchLabel.Size = new System.Drawing.Size(82, 17);
- this.searchLabel.TabIndex = 5;
- this.searchLabel.Text = "Search For:";
- //
- // scopeLabel
- //
- this.scopeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.scopeLabel.AutoSize = true;
- this.scopeLabel.Location = new System.Drawing.Point(15, 130);
- this.scopeLabel.Name = "scopeLabel";
- this.scopeLabel.Size = new System.Drawing.Size(117, 17);
- this.scopeLabel.TabIndex = 10;
- this.scopeLabel.Text = "Scope of Search:";
- //
- // replaceLabel
- //
- this.replaceLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.replaceLabel.AutoSize = true;
- this.replaceLabel.Location = new System.Drawing.Point(15, 72);
- this.replaceLabel.Name = "replaceLabel";
- this.replaceLabel.Size = new System.Drawing.Size(96, 17);
- this.replaceLabel.TabIndex = 11;
- this.replaceLabel.Text = "Replace With:";
- //
- // replaceBox
- //
- this.replaceBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.replaceBox.FormattingEnabled = true;
- this.replaceBox.Location = new System.Drawing.Point(18, 91);
- this.replaceBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.replaceBox.MaxDropDownItems = 40;
- this.replaceBox.MaxLength = 256;
- this.replaceBox.Name = "replaceBox";
- this.replaceBox.Size = new System.Drawing.Size(287, 24);
- this.replaceBox.TabIndex = 7;
- this.replaceBox.TextUpdate += new System.EventHandler(this.SomethingChanged);
- //
- // searchBox
- //
- this.searchBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.searchBox.FormattingEnabled = true;
- this.searchBox.Location = new System.Drawing.Point(18, 34);
- this.searchBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.searchBox.MaxDropDownItems = 40;
- this.searchBox.MaxLength = 256;
- this.searchBox.Name = "searchBox";
- this.searchBox.Size = new System.Drawing.Size(287, 24);
- this.searchBox.TabIndex = 4;
- this.searchBox.TextUpdate += new System.EventHandler(this.SomethingChanged);
- //
- // scopeBox
- //
- this.scopeBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.scopeBox.FormattingEnabled = true;
- this.scopeBox.ItemHeight = 16;
- this.scopeBox.Location = new System.Drawing.Point(18, 149);
- this.scopeBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.scopeBox.Name = "scopeBox";
- this.scopeBox.Size = new System.Drawing.Size(287, 36);
- this.scopeBox.TabIndex = 3;
- this.scopeBox.SelectedValueChanged += new System.EventHandler(this.ScopeSelectedChanged);
- //
- // caseCheckBox
- //
- this.caseCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.caseCheckBox.AutoSize = true;
- this.caseCheckBox.Location = new System.Drawing.Point(18, 213);
- this.caseCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.caseCheckBox.Name = "caseCheckBox";
- this.caseCheckBox.Size = new System.Drawing.Size(112, 21);
- this.caseCheckBox.TabIndex = 1;
- this.caseCheckBox.Text = "Match Case?";
- this.caseCheckBox.UseVisualStyleBackColor = true;
- this.caseCheckBox.CheckedChanged += new System.EventHandler(this.SomethingChanged);
- //
- // wordCheckBox
- //
- this.wordCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.wordCheckBox.AutoSize = true;
- this.wordCheckBox.Location = new System.Drawing.Point(155, 213);
- this.wordCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.wordCheckBox.Name = "wordCheckBox";
- this.wordCheckBox.Size = new System.Drawing.Size(150, 21);
- this.wordCheckBox.TabIndex = 2;
- this.wordCheckBox.Text = "Match whole word?";
- this.wordCheckBox.UseVisualStyleBackColor = true;
- this.wordCheckBox.CheckedChanged += new System.EventHandler(this.SomethingChanged);
- //
- // SearchForm
- //
- this.AcceptButton = this.findButton;
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(322, 286);
- this.Controls.Add(this.wordCheckBox);
- this.Controls.Add(this.caseCheckBox);
- this.Controls.Add(this.scopeBox);
- this.Controls.Add(this.searchBox);
- this.Controls.Add(this.replaceBox);
- this.Controls.Add(this.replaceLabel);
- this.Controls.Add(this.scopeLabel);
- this.Controls.Add(this.searchLabel);
- this.Controls.Add(this.replaceAllButton);
- this.Controls.Add(this.replaceButton);
- this.Controls.Add(this.findButton);
- this.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Location = new System.Drawing.Point(40, 20);
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(340, 331);
- this.Name = "SearchForm";
- this.Text = "Search Pro Plus";
- this.TopMost = true;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SearchFormClosing);
- this.Load += new System.EventHandler(this.SearchFormLoad);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button findButton;
- private System.Windows.Forms.Button replaceButton;
- private System.Windows.Forms.Button replaceAllButton;
- private System.Windows.Forms.Label searchLabel;
- private System.Windows.Forms.Label scopeLabel;
- private System.Windows.Forms.Label replaceLabel;
- private System.Windows.Forms.ComboBox replaceBox;
- private System.Windows.Forms.ComboBox searchBox;
- private System.Windows.Forms.ListBox scopeBox;
- private System.Windows.Forms.CheckBox caseCheckBox;
- private System.Windows.Forms.CheckBox wordCheckBox;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement