FormSearch.Designer.cs
上传用户:hbhltzc
上传日期:2022-06-04
资源大小:1925k
文件大小:19k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. namespace XmlNotepad {
  2.     partial class FormSearch {
  3.         /// <summary>
  4.         /// Required designer variable.
  5.         /// </summary>
  6.         private System.ComponentModel.IContainer components = null;
  7.         /// <summary>
  8.         /// Clean up any resources being used.
  9.         /// </summary>
  10.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  11.         protected override void Dispose(bool disposing) {
  12.             if (disposing && (components != null)) {
  13.                 components.Dispose();
  14.             }
  15.             base.Dispose(disposing);
  16.         }
  17.         #region Windows Form Designer generated code
  18.         /// <summary>
  19.         /// Required method for Designer support - do not modify
  20.         /// the contents of this method with the code editor.
  21.         /// </summary>
  22.         private void InitializeComponent() {
  23.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSearch));
  24.             this.checkBoxMatchCase = new System.Windows.Forms.CheckBox();
  25.             this.checkBoxWholeWord = new System.Windows.Forms.CheckBox();
  26.             this.checkBoxRegex = new System.Windows.Forms.CheckBox();
  27.             this.checkBoxXPath = new System.Windows.Forms.CheckBox();
  28.             this.dataGridViewNamespaces = new System.Windows.Forms.DataGridView();
  29.             this.prefixDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30.             this.namespaceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31.             this.dataSet1 = new System.Data.DataSet();
  32.             this.dataTableNamespaces = new System.Data.DataTable();
  33.             this.dataColumnPrefix = new System.Data.DataColumn();
  34.             this.dataColumnNamespace = new System.Data.DataColumn();
  35.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  36.             this.radioButtonDown = new System.Windows.Forms.RadioButton();
  37.             this.radioButtonUp = new System.Windows.Forms.RadioButton();
  38.             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  39.             this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
  40.             this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
  41.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  42.             this.comboBoxFilter = new System.Windows.Forms.ComboBox();
  43.             this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
  44.             this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  45.             this.comboBoxReplace = new System.Windows.Forms.ComboBox();
  46.             this.label2 = new System.Windows.Forms.Label();
  47.             this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  48.             this.comboBoxFind = new System.Windows.Forms.ComboBox();
  49.             this.label1 = new System.Windows.Forms.Label();
  50.             this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  51.             this.buttonReplace = new System.Windows.Forms.Button();
  52.             this.buttonReplaceAll = new System.Windows.Forms.Button();
  53.             this.buttonFindNext = new System.Windows.Forms.Button();
  54.             this.tableLayoutPanelRoot = new System.Windows.Forms.TableLayoutPanel();
  55.             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewNamespaces)).BeginInit();
  56.             ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  57.             ((System.ComponentModel.ISupportInitialize)(this.dataTableNamespaces)).BeginInit();
  58.             this.groupBox1.SuspendLayout();
  59.             this.tableLayoutPanel1.SuspendLayout();
  60.             this.tableLayoutPanel5.SuspendLayout();
  61.             this.tableLayoutPanel7.SuspendLayout();
  62.             this.groupBox2.SuspendLayout();
  63.             this.tableLayoutPanel6.SuspendLayout();
  64.             this.tableLayoutPanel4.SuspendLayout();
  65.             this.tableLayoutPanel3.SuspendLayout();
  66.             this.tableLayoutPanel2.SuspendLayout();
  67.             this.tableLayoutPanelRoot.SuspendLayout();
  68.             this.SuspendLayout();
  69.             // 
  70.             // checkBoxMatchCase
  71.             // 
  72.             resources.ApplyResources(this.checkBoxMatchCase, "checkBoxMatchCase");
  73.             this.checkBoxMatchCase.Name = "checkBoxMatchCase";
  74.             this.checkBoxMatchCase.UseVisualStyleBackColor = true;
  75.             // 
  76.             // checkBoxWholeWord
  77.             // 
  78.             resources.ApplyResources(this.checkBoxWholeWord, "checkBoxWholeWord");
  79.             this.checkBoxWholeWord.Name = "checkBoxWholeWord";
  80.             this.checkBoxWholeWord.UseVisualStyleBackColor = true;
  81.             // 
  82.             // checkBoxRegex
  83.             // 
  84.             resources.ApplyResources(this.checkBoxRegex, "checkBoxRegex");
  85.             this.checkBoxRegex.Name = "checkBoxRegex";
  86.             this.checkBoxRegex.UseVisualStyleBackColor = true;
  87.             this.checkBoxRegex.CheckedChanged += new System.EventHandler(this.checkBoxRegex_CheckedChanged);
  88.             // 
  89.             // checkBoxXPath
  90.             // 
  91.             resources.ApplyResources(this.checkBoxXPath, "checkBoxXPath");
  92.             this.checkBoxXPath.Name = "checkBoxXPath";
  93.             this.checkBoxXPath.UseVisualStyleBackColor = true;
  94.             this.checkBoxXPath.CheckedChanged += new System.EventHandler(this.checkBoxXPath_CheckedChanged);
  95.             // 
  96.             // dataGridViewNamespaces
  97.             // 
  98.             this.dataGridViewNamespaces.AutoGenerateColumns = false;
  99.             this.dataGridViewNamespaces.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  100.             this.dataGridViewNamespaces.BorderStyle = System.Windows.Forms.BorderStyle.None;
  101.             this.dataGridViewNamespaces.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  102.             this.dataGridViewNamespaces.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  103.             this.prefixDataGridViewTextBoxColumn,
  104.             this.namespaceDataGridViewTextBoxColumn});
  105.             this.dataGridViewNamespaces.DataMember = "TableNamespaces";
  106.             this.dataGridViewNamespaces.DataSource = this.dataSet1;
  107.             resources.ApplyResources(this.dataGridViewNamespaces, "dataGridViewNamespaces");
  108.             this.dataGridViewNamespaces.MinimumSize = new System.Drawing.Size(340, 92);
  109.             this.dataGridViewNamespaces.Name = "dataGridViewNamespaces";
  110.             // 
  111.             // prefixDataGridViewTextBoxColumn
  112.             // 
  113.             this.prefixDataGridViewTextBoxColumn.DataPropertyName = "Prefix";
  114.             resources.ApplyResources(this.prefixDataGridViewTextBoxColumn, "prefixDataGridViewTextBoxColumn");
  115.             this.prefixDataGridViewTextBoxColumn.Name = "prefixDataGridViewTextBoxColumn";
  116.             // 
  117.             // namespaceDataGridViewTextBoxColumn
  118.             // 
  119.             this.namespaceDataGridViewTextBoxColumn.DataPropertyName = "Namespace";
  120.             resources.ApplyResources(this.namespaceDataGridViewTextBoxColumn, "namespaceDataGridViewTextBoxColumn");
  121.             this.namespaceDataGridViewTextBoxColumn.Name = "namespaceDataGridViewTextBoxColumn";
  122.             // 
  123.             // dataSet1
  124.             // 
  125.             this.dataSet1.DataSetName = "Namespaces";
  126.             this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  127.             this.dataTableNamespaces});
  128.             // 
  129.             // dataTableNamespaces
  130.             // 
  131.             this.dataTableNamespaces.Columns.AddRange(new System.Data.DataColumn[] {
  132.             this.dataColumnPrefix,
  133.             this.dataColumnNamespace});
  134.             this.dataTableNamespaces.TableName = "TableNamespaces";
  135.             // 
  136.             // dataColumnPrefix
  137.             // 
  138.             this.dataColumnPrefix.Caption = "Prefix";
  139.             this.dataColumnPrefix.ColumnName = "Prefix";
  140.             // 
  141.             // dataColumnNamespace
  142.             // 
  143.             this.dataColumnNamespace.Caption = "Namespace";
  144.             this.dataColumnNamespace.ColumnName = "Namespace";
  145.             // 
  146.             // groupBox1
  147.             // 
  148.             resources.ApplyResources(this.groupBox1, "groupBox1");
  149.             this.groupBox1.Controls.Add(this.radioButtonDown);
  150.             this.groupBox1.Controls.Add(this.radioButtonUp);
  151.             this.groupBox1.Name = "groupBox1";
  152.             this.groupBox1.TabStop = false;
  153.             // 
  154.             // radioButtonDown
  155.             // 
  156.             resources.ApplyResources(this.radioButtonDown, "radioButtonDown");
  157.             this.radioButtonDown.Checked = true;
  158.             this.radioButtonDown.Name = "radioButtonDown";
  159.             this.radioButtonDown.TabStop = true;
  160.             this.radioButtonDown.UseVisualStyleBackColor = true;
  161.             // 
  162.             // radioButtonUp
  163.             // 
  164.             resources.ApplyResources(this.radioButtonUp, "radioButtonUp");
  165.             this.radioButtonUp.Name = "radioButtonUp";
  166.             this.radioButtonUp.TabStop = true;
  167.             this.radioButtonUp.UseVisualStyleBackColor = true;
  168.             // 
  169.             // tableLayoutPanel1
  170.             // 
  171.             resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
  172.             this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
  173.             this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel5, 0, 2);
  174.             this.tableLayoutPanel1.Controls.Add(this.groupBox1, 1, 2);
  175.             this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 1);
  176.             this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 0);
  177.             this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 1);
  178.             this.tableLayoutPanel1.Controls.Add(this.buttonFindNext, 1, 0);
  179.             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  180.             // 
  181.             // tableLayoutPanel5
  182.             // 
  183.             resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5");
  184.             this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel7, 1, 0);
  185.             this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel6, 0, 0);
  186.             this.tableLayoutPanel5.Name = "tableLayoutPanel5";
  187.             // 
  188.             // tableLayoutPanel7
  189.             // 
  190.             resources.ApplyResources(this.tableLayoutPanel7, "tableLayoutPanel7");
  191.             this.tableLayoutPanel7.Controls.Add(this.groupBox2, 0, 0);
  192.             this.tableLayoutPanel7.Name = "tableLayoutPanel7";
  193.             // 
  194.             // groupBox2
  195.             // 
  196.             resources.ApplyResources(this.groupBox2, "groupBox2");
  197.             this.groupBox2.Controls.Add(this.comboBoxFilter);
  198.             this.groupBox2.Name = "groupBox2";
  199.             this.groupBox2.TabStop = false;
  200.             // 
  201.             // comboBoxFilter
  202.             // 
  203.             resources.ApplyResources(this.comboBoxFilter, "comboBoxFilter");
  204.             this.comboBoxFilter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
  205.             this.comboBoxFilter.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
  206.             this.comboBoxFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  207.             this.comboBoxFilter.FormattingEnabled = true;
  208.             this.comboBoxFilter.Name = "comboBoxFilter";
  209.             // 
  210.             // tableLayoutPanel6
  211.             // 
  212.             resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6");
  213.             this.tableLayoutPanel6.Controls.Add(this.checkBoxMatchCase, 0, 0);
  214.             this.tableLayoutPanel6.Controls.Add(this.checkBoxWholeWord, 0, 1);
  215.             this.tableLayoutPanel6.Controls.Add(this.checkBoxRegex, 0, 2);
  216.             this.tableLayoutPanel6.Controls.Add(this.checkBoxXPath, 0, 3);
  217.             this.tableLayoutPanel6.Name = "tableLayoutPanel6";
  218.             // 
  219.             // tableLayoutPanel4
  220.             // 
  221.             resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
  222.             this.tableLayoutPanel4.Controls.Add(this.comboBoxReplace, 0, 1);
  223.             this.tableLayoutPanel4.Controls.Add(this.label2, 0, 0);
  224.             this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  225.             // 
  226.             // comboBoxReplace
  227.             // 
  228.             resources.ApplyResources(this.comboBoxReplace, "comboBoxReplace");
  229.             this.comboBoxReplace.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
  230.             this.comboBoxReplace.FormattingEnabled = true;
  231.             this.comboBoxReplace.Name = "comboBoxReplace";
  232.             // 
  233.             // label2
  234.             // 
  235.             resources.ApplyResources(this.label2, "label2");
  236.             this.label2.Name = "label2";
  237.             // 
  238.             // tableLayoutPanel3
  239.             // 
  240.             resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
  241.             this.tableLayoutPanel3.Controls.Add(this.comboBoxFind, 0, 1);
  242.             this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
  243.             this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  244.             // 
  245.             // comboBoxFind
  246.             // 
  247.             resources.ApplyResources(this.comboBoxFind, "comboBoxFind");
  248.             this.comboBoxFind.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
  249.             this.comboBoxFind.FormattingEnabled = true;
  250.             this.comboBoxFind.Name = "comboBoxFind";
  251.             // 
  252.             // label1
  253.             // 
  254.             resources.ApplyResources(this.label1, "label1");
  255.             this.label1.Name = "label1";
  256.             // 
  257.             // tableLayoutPanel2
  258.             // 
  259.             resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
  260.             this.tableLayoutPanel2.Controls.Add(this.buttonReplace, 0, 0);
  261.             this.tableLayoutPanel2.Controls.Add(this.buttonReplaceAll, 0, 1);
  262.             this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  263.             // 
  264.             // buttonReplace
  265.             // 
  266.             resources.ApplyResources(this.buttonReplace, "buttonReplace");
  267.             this.buttonReplace.Name = "buttonReplace";
  268.             this.buttonReplace.UseVisualStyleBackColor = true;
  269.             // 
  270.             // buttonReplaceAll
  271.             // 
  272.             resources.ApplyResources(this.buttonReplaceAll, "buttonReplaceAll");
  273.             this.buttonReplaceAll.Name = "buttonReplaceAll";
  274.             this.buttonReplaceAll.UseVisualStyleBackColor = true;
  275.             // 
  276.             // buttonFindNext
  277.             // 
  278.             resources.ApplyResources(this.buttonFindNext, "buttonFindNext");
  279.             this.buttonFindNext.DialogResult = System.Windows.Forms.DialogResult.OK;
  280.             this.buttonFindNext.Name = "buttonFindNext";
  281.             this.buttonFindNext.UseVisualStyleBackColor = true;
  282.             // 
  283.             // tableLayoutPanelRoot
  284.             // 
  285.             resources.ApplyResources(this.tableLayoutPanelRoot, "tableLayoutPanelRoot");
  286.             this.tableLayoutPanelRoot.Controls.Add(this.dataGridViewNamespaces, 0, 1);
  287.             this.tableLayoutPanelRoot.Controls.Add(this.tableLayoutPanel1, 0, 0);
  288.             this.tableLayoutPanelRoot.Name = "tableLayoutPanelRoot";
  289.             // 
  290.             // FormSearch
  291.             // 
  292.             resources.ApplyResources(this, "$this");
  293.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  294.             this.Controls.Add(this.tableLayoutPanelRoot);
  295.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  296.             this.MaximizeBox = false;
  297.             this.MinimizeBox = false;
  298.             this.Name = "FormSearch";
  299.             this.ShowIcon = false;
  300.             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
  301.             this.TopMost = true;
  302.             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewNamespaces)).EndInit();
  303.             ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  304.             ((System.ComponentModel.ISupportInitialize)(this.dataTableNamespaces)).EndInit();
  305.             this.groupBox1.ResumeLayout(false);
  306.             this.groupBox1.PerformLayout();
  307.             this.tableLayoutPanel1.ResumeLayout(false);
  308.             this.tableLayoutPanel1.PerformLayout();
  309.             this.tableLayoutPanel5.ResumeLayout(false);
  310.             this.tableLayoutPanel5.PerformLayout();
  311.             this.tableLayoutPanel7.ResumeLayout(false);
  312.             this.groupBox2.ResumeLayout(false);
  313.             this.tableLayoutPanel6.ResumeLayout(false);
  314.             this.tableLayoutPanel6.PerformLayout();
  315.             this.tableLayoutPanel4.ResumeLayout(false);
  316.             this.tableLayoutPanel4.PerformLayout();
  317.             this.tableLayoutPanel3.ResumeLayout(false);
  318.             this.tableLayoutPanel3.PerformLayout();
  319.             this.tableLayoutPanel2.ResumeLayout(false);
  320.             this.tableLayoutPanelRoot.ResumeLayout(false);
  321.             this.tableLayoutPanelRoot.PerformLayout();
  322.             this.ResumeLayout(false);
  323.             this.PerformLayout();
  324.         }
  325.         #endregion
  326.         private System.Windows.Forms.CheckBox checkBoxMatchCase;
  327.         private System.Windows.Forms.CheckBox checkBoxWholeWord;
  328.         private System.Windows.Forms.CheckBox checkBoxRegex;
  329.         private System.Windows.Forms.CheckBox checkBoxXPath;
  330.         private System.Windows.Forms.DataGridView dataGridViewNamespaces;
  331.         private System.Data.DataSet dataSet1;
  332.         private System.Data.DataTable dataTableNamespaces;
  333.         private System.Data.DataColumn dataColumnPrefix;
  334.         private System.Data.DataColumn dataColumnNamespace;
  335.         private System.Windows.Forms.GroupBox groupBox1;
  336.         private System.Windows.Forms.RadioButton radioButtonDown;
  337.         private System.Windows.Forms.RadioButton radioButtonUp;
  338.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  339.         private System.Windows.Forms.Button buttonFindNext;
  340.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  341.         private System.Windows.Forms.Button buttonReplace;
  342.         private System.Windows.Forms.Button buttonReplaceAll;
  343.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  344.         private System.Windows.Forms.ComboBox comboBoxReplace;
  345.         private System.Windows.Forms.Label label2;
  346.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  347.         private System.Windows.Forms.ComboBox comboBoxFind;
  348.         private System.Windows.Forms.Label label1;
  349.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
  350.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
  351.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
  352.         private System.Windows.Forms.GroupBox groupBox2;
  353.         private System.Windows.Forms.ComboBox comboBoxFilter;
  354.         private System.Windows.Forms.DataGridViewTextBoxColumn prefixDataGridViewTextBoxColumn;
  355.         private System.Windows.Forms.DataGridViewTextBoxColumn namespaceDataGridViewTextBoxColumn;
  356.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanelRoot;
  357.     }
  358. }