예제 #1
0
        /// <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(Searcher));
            XenAdmin.XenSearch.DummyQuery dummyQuery1 = new XenAdmin.XenSearch.DummyQuery();
            this.GroupsLabel = new System.Windows.Forms.Label();
            this.FiltersLabel = new System.Windows.Forms.Label();
            this.SearchLabel = new System.Windows.Forms.Label();
            this.buttonSave = new System.Windows.Forms.Button();
            this.buttonClose = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.searchFor = new XenAdmin.Controls.XenSearch.SearchFor();
            this.GroupingControl = new XenAdmin.Controls.XenSearch.GroupingControl();
            this.QueryElement = new XenAdmin.Controls.XenSearch.QueryElement();
            this.SuspendLayout();
            // 
            // GroupsLabel
            // 
            resources.ApplyResources(this.GroupsLabel, "GroupsLabel");
            this.GroupsLabel.Name = "GroupsLabel";
            // 
            // FiltersLabel
            // 
            resources.ApplyResources(this.FiltersLabel, "FiltersLabel");
            this.FiltersLabel.Name = "FiltersLabel";
            // 
            // SearchLabel
            // 
            resources.ApplyResources(this.SearchLabel, "SearchLabel");
            this.SearchLabel.Name = "SearchLabel";
            // 
            // buttonSave
            // 
            resources.ApplyResources(this.buttonSave, "buttonSave");
            this.buttonSave.Name = "buttonSave";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            // 
            // buttonClose
            // 
            resources.ApplyResources(this.buttonClose, "buttonClose");
            this.buttonClose.Image = global::XenAdmin.Properties.Resources._000_Abort_h32bit_16;
            this.buttonClose.Name = "buttonClose";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // searchFor
            // 
            resources.ApplyResources(this.searchFor, "searchFor");
            this.searchFor.Name = "searchFor";
            // 
            // GroupingControl
            // 
            resources.ApplyResources(this.GroupingControl, "GroupingControl");
            this.GroupingControl.BackColor = System.Drawing.Color.Transparent;
            this.GroupingControl.Name = "GroupingControl";
            this.GroupingControl.Searcher = null;
            // 
            // QueryElement
            // 
            resources.ApplyResources(this.QueryElement, "QueryElement");
            this.QueryElement.BackColor = System.Drawing.Color.Transparent;
            this.QueryElement.Name = "QueryElement";
            this.QueryElement.QueryFilter = dummyQuery1;
            this.QueryElement.Searcher = null;
            this.QueryElement.Resize += new System.EventHandler(this.QueryElement_Resize);
            // 
            // Searcher
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(this.label1);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.searchFor);
            this.Controls.Add(this.SearchLabel);
            this.Controls.Add(this.FiltersLabel);
            this.Controls.Add(this.GroupsLabel);
            this.Controls.Add(this.GroupingControl);
            this.Controls.Add(this.QueryElement);
            this.Name = "Searcher";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
예제 #2
0
 /// <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(Searcher));
     XenAdmin.XenSearch.DummyQuery dummyQuery1 = new XenAdmin.XenSearch.DummyQuery();
     this.GroupsLabel     = new System.Windows.Forms.Label();
     this.FiltersLabel    = new System.Windows.Forms.Label();
     this.SearchLabel     = new System.Windows.Forms.Label();
     this.buttonSave      = new System.Windows.Forms.Button();
     this.buttonClose     = new System.Windows.Forms.Button();
     this.label1          = new System.Windows.Forms.Label();
     this.searchFor       = new XenAdmin.Controls.XenSearch.SearchFor();
     this.GroupingControl = new XenAdmin.Controls.XenSearch.GroupingControl();
     this.QueryElement    = new XenAdmin.Controls.XenSearch.QueryElement();
     this.SuspendLayout();
     //
     // GroupsLabel
     //
     resources.ApplyResources(this.GroupsLabel, "GroupsLabel");
     this.GroupsLabel.Name = "GroupsLabel";
     //
     // FiltersLabel
     //
     resources.ApplyResources(this.FiltersLabel, "FiltersLabel");
     this.FiltersLabel.Name = "FiltersLabel";
     //
     // SearchLabel
     //
     resources.ApplyResources(this.SearchLabel, "SearchLabel");
     this.SearchLabel.Name = "SearchLabel";
     //
     // buttonSave
     //
     resources.ApplyResources(this.buttonSave, "buttonSave");
     this.buttonSave.Name = "buttonSave";
     this.buttonSave.UseVisualStyleBackColor = true;
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // buttonClose
     //
     resources.ApplyResources(this.buttonClose, "buttonClose");
     this.buttonClose.Image = global::XenAdmin.Properties.Resources._000_Abort_h32bit_16;
     this.buttonClose.Name  = "buttonClose";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // searchFor
     //
     resources.ApplyResources(this.searchFor, "searchFor");
     this.searchFor.Name = "searchFor";
     //
     // GroupingControl
     //
     resources.ApplyResources(this.GroupingControl, "GroupingControl");
     this.GroupingControl.BackColor = System.Drawing.Color.Transparent;
     this.GroupingControl.Name      = "GroupingControl";
     this.GroupingControl.Searcher  = null;
     //
     // QueryElement
     //
     resources.ApplyResources(this.QueryElement, "QueryElement");
     this.QueryElement.BackColor   = System.Drawing.Color.Transparent;
     this.QueryElement.Name        = "QueryElement";
     this.QueryElement.QueryFilter = dummyQuery1;
     this.QueryElement.Searcher    = null;
     this.QueryElement.Resize     += new System.EventHandler(this.QueryElement_Resize);
     //
     // Searcher
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor     = System.Drawing.Color.WhiteSmoke;
     this.Controls.Add(this.label1);
     this.Controls.Add(this.buttonClose);
     this.Controls.Add(this.buttonSave);
     this.Controls.Add(this.searchFor);
     this.Controls.Add(this.SearchLabel);
     this.Controls.Add(this.FiltersLabel);
     this.Controls.Add(this.GroupsLabel);
     this.Controls.Add(this.GroupingControl);
     this.Controls.Add(this.QueryElement);
     this.Name = "Searcher";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #3
0
        /// <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(Searcher));
            XenAdmin.XenSearch.DummyQuery dummyQuery1 = new XenAdmin.XenSearch.DummyQuery();
            this.GroupsLabel = new System.Windows.Forms.Label();
            this.FiltersLabel = new System.Windows.Forms.Label();
            this.SearchLabel = new System.Windows.Forms.Label();
            this.searchFor = new XenAdmin.Controls.XenSearch.SearchFor();
            this.GroupingControl = new XenAdmin.Controls.XenSearch.GroupingControl();
            this.QueryElement = new XenAdmin.Controls.XenSearch.QueryElement();
            this.SuspendLayout();
            // 
            // GroupsLabel
            // 
            resources.ApplyResources(this.GroupsLabel, "GroupsLabel");
            this.GroupsLabel.Name = "GroupsLabel";
            // 
            // FiltersLabel
            // 
            resources.ApplyResources(this.FiltersLabel, "FiltersLabel");
            this.FiltersLabel.Name = "FiltersLabel";
            // 
            // SearchLabel
            // 
            resources.ApplyResources(this.SearchLabel, "SearchLabel");
            this.SearchLabel.Name = "SearchLabel";
            // 
            // searchFor
            // 
            resources.ApplyResources(this.searchFor, "searchFor");
            this.searchFor.Name = "searchFor";
            // 
            // GroupingControl
            // 
            resources.ApplyResources(this.GroupingControl, "GroupingControl");
            this.GroupingControl.BackColor = System.Drawing.Color.Transparent;
            this.GroupingControl.Name = "GroupingControl";
            this.GroupingControl.Searcher = null;
            // 
            // QueryElement
            // 
            resources.ApplyResources(this.QueryElement, "QueryElement");
            this.QueryElement.BackColor = System.Drawing.Color.Transparent;
            this.QueryElement.Name = "QueryElement";
            this.QueryElement.QueryFilter = dummyQuery1;
            this.QueryElement.Searcher = null;
            this.QueryElement.Resize += new System.EventHandler(this.QueryElement_Resize);
            // 
            // Searcher
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            resources.ApplyResources(this, "$this");
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(this.searchFor);
            this.Controls.Add(this.SearchLabel);
            this.Controls.Add(this.FiltersLabel);
            this.Controls.Add(this.GroupsLabel);
            this.Controls.Add(this.GroupingControl);
            this.Controls.Add(this.QueryElement);
            this.Name = "Searcher";
            this.ResumeLayout(false);
            this.PerformLayout();

        }