Advertisement
GlobalAccessSoftware

SearchForm1.Designer.cs

Oct 3rd, 2019
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 10.83 KB | None | 0 0
  1. namespace MyCustomLibrary
  2. {
  3.   partial class SearchForm
  4.   {
  5.     /// <summary>
  6.     /// Required designer variable.
  7.     /// </summary>
  8.     private System.ComponentModel.IContainer components = null;
  9.  
  10.     /// <summary>
  11.     /// Clean up any resources being used.
  12.     /// </summary>
  13.     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.     protected override void Dispose(bool disposing)
  15.     {
  16.       if (disposing && (components != null))
  17.       {
  18.         //_myContext.Dispose();
  19.         components.Dispose();
  20.       }
  21.       base.Dispose(disposing);
  22.     }
  23.  
  24.     #region Windows Form Designer generated code
  25.  
  26.     /// <summary>
  27.     /// Required method for Designer support - do not modify
  28.     /// the contents of this method with the code editor.
  29.     /// </summary>
  30.     private void InitializeComponent()
  31.     {
  32.       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchForm));
  33.       this.findButton = new System.Windows.Forms.Button();
  34.       this.replaceButton = new System.Windows.Forms.Button();
  35.       this.replaceAllButton = new System.Windows.Forms.Button();
  36.       this.searchLabel = new System.Windows.Forms.Label();
  37.       this.scopeLabel = new System.Windows.Forms.Label();
  38.       this.replaceLabel = new System.Windows.Forms.Label();
  39.       this.replaceBox = new System.Windows.Forms.ComboBox();
  40.       this.searchBox = new System.Windows.Forms.ComboBox();
  41.       this.scopeBox = new System.Windows.Forms.ListBox();
  42.       this.caseCheckBox = new System.Windows.Forms.CheckBox();
  43.       this.wordCheckBox = new System.Windows.Forms.CheckBox();
  44.       this.SuspendLayout();
  45.       //
  46.       // findButton
  47.       //
  48.       this.findButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  49.       this.findButton.Location = new System.Drawing.Point(227, 244);
  50.       this.findButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  51.       this.findButton.Name = "findButton";
  52.       this.findButton.Size = new System.Drawing.Size(78, 22);
  53.       this.findButton.TabIndex = 0;
  54.       this.findButton.Text = "Find Next";
  55.       this.findButton.UseVisualStyleBackColor = true;
  56.       this.findButton.Click += new System.EventHandler(this.FindButtonClicked);
  57.       //
  58.       // replaceButton
  59.       //
  60.       this.replaceButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  61.       this.replaceButton.Location = new System.Drawing.Point(122, 244);
  62.       this.replaceButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  63.       this.replaceButton.Name = "replaceButton";
  64.       this.replaceButton.Size = new System.Drawing.Size(78, 22);
  65.       this.replaceButton.TabIndex = 8;
  66.       this.replaceButton.Text = "Replace";
  67.       this.replaceButton.UseVisualStyleBackColor = true;
  68.       this.replaceButton.Click += new System.EventHandler(this.ReplaceButtonClicked);
  69.       //
  70.       // replaceAllButton
  71.       //
  72.       this.replaceAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  73.       this.replaceAllButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74.       this.replaceAllButton.Location = new System.Drawing.Point(17, 244);
  75.       this.replaceAllButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  76.       this.replaceAllButton.Name = "replaceAllButton";
  77.       this.replaceAllButton.Size = new System.Drawing.Size(78, 22);
  78.       this.replaceAllButton.TabIndex = 9;
  79.       this.replaceAllButton.Text = "Replace All";
  80.       this.replaceAllButton.UseVisualStyleBackColor = true;
  81.       this.replaceAllButton.Click += new System.EventHandler(this.ReplaceAllButtonClicked);
  82.       //
  83.       // searchLabel
  84.       //
  85.       this.searchLabel.AutoSize = true;
  86.       this.searchLabel.Location = new System.Drawing.Point(15, 15);
  87.       this.searchLabel.Name = "searchLabel";
  88.       this.searchLabel.Size = new System.Drawing.Size(82, 17);
  89.       this.searchLabel.TabIndex = 5;
  90.       this.searchLabel.Text = "Search For:";
  91.       //
  92.       // scopeLabel
  93.       //
  94.       this.scopeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  95.       this.scopeLabel.AutoSize = true;
  96.       this.scopeLabel.Location = new System.Drawing.Point(15, 130);
  97.       this.scopeLabel.Name = "scopeLabel";
  98.       this.scopeLabel.Size = new System.Drawing.Size(117, 17);
  99.       this.scopeLabel.TabIndex = 10;
  100.       this.scopeLabel.Text = "Scope of Search:";
  101.       //
  102.       // replaceLabel
  103.       //
  104.       this.replaceLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
  105.       this.replaceLabel.AutoSize = true;
  106.       this.replaceLabel.Location = new System.Drawing.Point(15, 72);
  107.       this.replaceLabel.Name = "replaceLabel";
  108.       this.replaceLabel.Size = new System.Drawing.Size(96, 17);
  109.       this.replaceLabel.TabIndex = 11;
  110.       this.replaceLabel.Text = "Replace With:";
  111.       //
  112.       // replaceBox
  113.       //
  114.       this.replaceBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  115.       this.replaceBox.FormattingEnabled = true;
  116.       this.replaceBox.Location = new System.Drawing.Point(18, 91);
  117.       this.replaceBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  118.       this.replaceBox.MaxDropDownItems = 40;
  119.       this.replaceBox.MaxLength = 256;
  120.       this.replaceBox.Name = "replaceBox";
  121.       this.replaceBox.Size = new System.Drawing.Size(287, 24);
  122.       this.replaceBox.TabIndex = 7;
  123.       this.replaceBox.TextUpdate += new System.EventHandler(this.SomethingChanged);
  124.       //
  125.       // searchBox
  126.       //
  127.       this.searchBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  128.             | System.Windows.Forms.AnchorStyles.Right)));
  129.       this.searchBox.FormattingEnabled = true;
  130.       this.searchBox.Location = new System.Drawing.Point(18, 34);
  131.       this.searchBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  132.       this.searchBox.MaxDropDownItems = 40;
  133.       this.searchBox.MaxLength = 256;
  134.       this.searchBox.Name = "searchBox";
  135.       this.searchBox.Size = new System.Drawing.Size(287, 24);
  136.       this.searchBox.TabIndex = 4;
  137.       this.searchBox.TextUpdate += new System.EventHandler(this.SomethingChanged);
  138.       //
  139.       // scopeBox
  140.       //
  141.       this.scopeBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  142.             | System.Windows.Forms.AnchorStyles.Right)));
  143.       this.scopeBox.FormattingEnabled = true;
  144.       this.scopeBox.ItemHeight = 16;
  145.       this.scopeBox.Location = new System.Drawing.Point(18, 149);
  146.       this.scopeBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  147.       this.scopeBox.Name = "scopeBox";
  148.       this.scopeBox.Size = new System.Drawing.Size(287, 36);
  149.       this.scopeBox.TabIndex = 3;
  150.       this.scopeBox.SelectedValueChanged += new System.EventHandler(this.ScopeSelectedChanged);
  151.       //
  152.       // caseCheckBox
  153.       //
  154.       this.caseCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  155.       this.caseCheckBox.AutoSize = true;
  156.       this.caseCheckBox.Location = new System.Drawing.Point(18, 213);
  157.       this.caseCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  158.       this.caseCheckBox.Name = "caseCheckBox";
  159.       this.caseCheckBox.Size = new System.Drawing.Size(112, 21);
  160.       this.caseCheckBox.TabIndex = 1;
  161.       this.caseCheckBox.Text = "Match Case?";
  162.       this.caseCheckBox.UseVisualStyleBackColor = true;
  163.       this.caseCheckBox.CheckedChanged += new System.EventHandler(this.SomethingChanged);
  164.       //
  165.       // wordCheckBox
  166.       //
  167.       this.wordCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  168.       this.wordCheckBox.AutoSize = true;
  169.       this.wordCheckBox.Location = new System.Drawing.Point(155, 213);
  170.       this.wordCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  171.       this.wordCheckBox.Name = "wordCheckBox";
  172.       this.wordCheckBox.Size = new System.Drawing.Size(150, 21);
  173.       this.wordCheckBox.TabIndex = 2;
  174.       this.wordCheckBox.Text = "Match whole word?";
  175.       this.wordCheckBox.UseVisualStyleBackColor = true;
  176.       this.wordCheckBox.CheckedChanged += new System.EventHandler(this.SomethingChanged);
  177.       //
  178.       // SearchForm
  179.       //
  180.       this.AcceptButton = this.findButton;
  181.       this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  182.       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  183.       this.ClientSize = new System.Drawing.Size(322, 286);
  184.       this.Controls.Add(this.wordCheckBox);
  185.       this.Controls.Add(this.caseCheckBox);
  186.       this.Controls.Add(this.scopeBox);
  187.       this.Controls.Add(this.searchBox);
  188.       this.Controls.Add(this.replaceBox);
  189.       this.Controls.Add(this.replaceLabel);
  190.       this.Controls.Add(this.scopeLabel);
  191.       this.Controls.Add(this.searchLabel);
  192.       this.Controls.Add(this.replaceAllButton);
  193.       this.Controls.Add(this.replaceButton);
  194.       this.Controls.Add(this.findButton);
  195.       this.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  196.       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  197.       this.Location = new System.Drawing.Point(40, 20);
  198.       this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  199.       this.MinimizeBox = false;
  200.       this.MinimumSize = new System.Drawing.Size(340, 331);
  201.       this.Name = "SearchForm";
  202.       this.Text = "Search Pro Plus";
  203.       this.TopMost = true;
  204.       this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SearchFormClosing);
  205.       this.Load += new System.EventHandler(this.SearchFormLoad);
  206.       this.ResumeLayout(false);
  207.       this.PerformLayout();
  208.  
  209.     }
  210.  
  211.     #endregion
  212.  
  213.     private System.Windows.Forms.Button findButton;
  214.     private System.Windows.Forms.Button replaceButton;
  215.     private System.Windows.Forms.Button replaceAllButton;
  216.     private System.Windows.Forms.Label searchLabel;
  217.     private System.Windows.Forms.Label scopeLabel;
  218.     private System.Windows.Forms.Label replaceLabel;
  219.     private System.Windows.Forms.ComboBox replaceBox;
  220.     private System.Windows.Forms.ComboBox searchBox;
  221.     private System.Windows.Forms.ListBox scopeBox;
  222.     private System.Windows.Forms.CheckBox caseCheckBox;
  223.     private System.Windows.Forms.CheckBox wordCheckBox;
  224.  
  225.   }
  226. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement