Esempio 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.groupBox2      = new System.Windows.Forms.GroupBox();
     this.listResults    = new BootFX.Common.UI.Desktop.EntityListView();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.buttonSearch   = new System.Windows.Forms.Button();
     this.comboSearchFor = new System.Windows.Forms.ComboBox();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.listResults);
     this.groupBox2.Location = new System.Drawing.Point(4, 60);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(356, 164);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "&Results:";
     //
     // listResults
     //
     this.listResults.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.listResults.DataSource         = null;
     this.listResults.FullRowSelect      = true;
     this.listResults.HideSelection      = false;
     this.listResults.Location           = new System.Drawing.Point(12, 20);
     this.listResults.Name               = "listResults";
     this.listResults.Size               = new System.Drawing.Size(336, 136);
     this.listResults.TabIndex           = 0;
     this.listResults.View               = System.Windows.Forms.View.Details;
     this.listResults.EntityDoubleClick += new BootFX.Common.Entities.EntityEventHandler(this.listResults_EntityDoubleClick);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.buttonSearch);
     this.groupBox1.Controls.Add(this.comboSearchFor);
     this.groupBox1.Location = new System.Drawing.Point(4, 4);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(356, 48);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Search &for:";
     //
     // buttonSearch
     //
     this.buttonSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSearch.Enabled  = false;
     this.buttonSearch.Location = new System.Drawing.Point(272, 20);
     this.buttonSearch.Name     = "buttonSearch";
     this.buttonSearch.TabIndex = 1;
     this.buttonSearch.Text     = "&Search";
     this.buttonSearch.Click   += new System.EventHandler(this.buttonSearch_Click);
     //
     // comboSearchFor
     //
     this.comboSearchFor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.comboSearchFor.Enabled               = false;
     this.comboSearchFor.Location              = new System.Drawing.Point(12, 20);
     this.comboSearchFor.Name                  = "comboSearchFor";
     this.comboSearchFor.Size                  = new System.Drawing.Size(252, 21);
     this.comboSearchFor.TabIndex              = 0;
     this.comboSearchFor.KeyUp                += new System.Windows.Forms.KeyEventHandler(this.comboSearchFor_KeyUp);
     this.comboSearchFor.SelectedIndexChanged += new System.EventHandler(this.comboSearchFor_SelectedIndexChanged);
     //
     // EntitySearchControl
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "EntitySearchControl";
     this.Size = new System.Drawing.Size(364, 224);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio 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.groupMaster       = new System.Windows.Forms.GroupBox();
     this.boxMaster         = new BootFX.Common.UI.Desktop.EntityBox();
     this.button1           = new BootFX.Common.UI.Desktop.DialogBar();
     this.groupItems        = new System.Windows.Forms.GroupBox();
     this.buttonDelete      = new System.Windows.Forms.Button();
     this.widgetFilter      = new BootFX.Common.UI.Desktop.EntityListViewFilterWidget();
     this.listItems         = new BootFX.Common.UI.Desktop.EntityListView();
     this.buttonEdit        = new System.Windows.Forms.Button();
     this.buttonAdd         = new System.Windows.Forms.Button();
     this.panelOtherButtons = new System.Windows.Forms.Panel();
     this.groupMaster.SuspendLayout();
     this.groupItems.SuspendLayout();
     this.SuspendLayout();
     //
     // groupMaster
     //
     this.groupMaster.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupMaster.Controls.Add(this.boxMaster);
     this.groupMaster.Location = new System.Drawing.Point(8, 4);
     this.groupMaster.Name     = "groupMaster";
     this.groupMaster.Size     = new System.Drawing.Size(420, 48);
     this.groupMaster.TabIndex = 17;
     this.groupMaster.TabStop  = false;
     this.groupMaster.Text     = "Master";
     //
     // boxMaster
     //
     this.boxMaster.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.boxMaster.BackColor          = System.Drawing.SystemColors.Window;
     this.boxMaster.DockPadding.Bottom = 1;
     this.boxMaster.DockPadding.Left   = 4;
     this.boxMaster.DockPadding.Right  = 4;
     this.boxMaster.DockPadding.Top    = 1;
     this.boxMaster.Entity             = null;
     this.boxMaster.Location           = new System.Drawing.Point(12, 20);
     this.boxMaster.Name     = "boxMaster";
     this.boxMaster.Size     = new System.Drawing.Size(400, 20);
     this.boxMaster.TabIndex = 0;
     //
     // button1
     //
     this.button1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.button1.Location = new System.Drawing.Point(0, 390);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(436, 32);
     this.button1.TabIndex = 15;
     //
     // groupItems
     //
     this.groupItems.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.groupItems.Controls.Add(this.panelOtherButtons);
     this.groupItems.Controls.Add(this.buttonDelete);
     this.groupItems.Controls.Add(this.widgetFilter);
     this.groupItems.Controls.Add(this.buttonEdit);
     this.groupItems.Controls.Add(this.buttonAdd);
     this.groupItems.Controls.Add(this.listItems);
     this.groupItems.Location = new System.Drawing.Point(8, 60);
     this.groupItems.Name     = "groupItems";
     this.groupItems.Size     = new System.Drawing.Size(420, 324);
     this.groupItems.TabIndex = 16;
     this.groupItems.TabStop  = false;
     this.groupItems.Text     = "Items";
     //
     // buttonDelete
     //
     this.buttonDelete.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonDelete.Location = new System.Drawing.Point(336, 76);
     this.buttonDelete.Name     = "buttonDelete";
     this.buttonDelete.TabIndex = 4;
     this.buttonDelete.Text     = "&Delete";
     this.buttonDelete.Click   += new System.EventHandler(this.buttonDelete_Click);
     //
     // widgetFilter
     //
     this.widgetFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.widgetFilter.EntityListView  = this.listItems;
     this.widgetFilter.InitializeCount = 0;
     this.widgetFilter.Location        = new System.Drawing.Point(12, 292);
     this.widgetFilter.Name            = "widgetFilter";
     this.widgetFilter.Size            = new System.Drawing.Size(320, 20);
     this.widgetFilter.TabIndex        = 3;
     //
     // listItems
     //
     this.listItems.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.listItems.DataSource         = null;
     this.listItems.Filter             = null;
     this.listItems.FullRowSelect      = true;
     this.listItems.HideSelection      = false;
     this.listItems.Location           = new System.Drawing.Point(12, 20);
     this.listItems.Name               = "listItems";
     this.listItems.Size               = new System.Drawing.Size(320, 268);
     this.listItems.TabIndex           = 0;
     this.listItems.View               = System.Windows.Forms.View.Details;
     this.listItems.EntityDoubleClick += new BootFX.Common.Entities.EntityEventHandler(this.listItems_EntityDoubleClick);
     //
     // buttonEdit
     //
     this.buttonEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonEdit.Location = new System.Drawing.Point(336, 48);
     this.buttonEdit.Name     = "buttonEdit";
     this.buttonEdit.TabIndex = 2;
     this.buttonEdit.Text     = "&Edit";
     this.buttonEdit.Click   += new System.EventHandler(this.buttonEdit_Click);
     //
     // buttonAdd
     //
     this.buttonAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAdd.Location = new System.Drawing.Point(336, 20);
     this.buttonAdd.Name     = "buttonAdd";
     this.buttonAdd.TabIndex = 1;
     this.buttonAdd.Text     = "&Add";
     this.buttonAdd.Click   += new System.EventHandler(this.buttonAdd_Click);
     //
     // panelOtherButtons
     //
     this.panelOtherButtons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.panelOtherButtons.Location = new System.Drawing.Point(336, 104);
     this.panelOtherButtons.Name     = "panelOtherButtons";
     this.panelOtherButtons.Size     = new System.Drawing.Size(76, 212);
     this.panelOtherButtons.TabIndex = 5;
     //
     // EntitySetDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(436, 422);
     this.Controls.Add(this.groupMaster);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupItems);
     this.Name = "EntitySetDialog";
     this.Text = "EntitySetDialog";
     this.groupMaster.ResumeLayout(false);
     this.groupItems.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1      = new BootFX.Common.UI.Desktop.DialogBar();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.filterWidget = new BootFX.Common.UI.Desktop.EntityListViewFilterWidget();
     this.listItems    = new BootFX.Common.UI.Desktop.EntityListView();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.button1.Location = new System.Drawing.Point(0, 346);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(380, 32);
     this.button1.TabIndex = 7;
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.filterWidget);
     this.groupBox1.Controls.Add(this.listItems);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(364, 332);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Items";
     //
     // filterWidget
     //
     this.filterWidget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.filterWidget.EntityListView  = this.listItems;
     this.filterWidget.InitializeCount = 0;
     this.filterWidget.Location        = new System.Drawing.Point(16, 304);
     this.filterWidget.Name            = "filterWidget";
     this.filterWidget.Size            = new System.Drawing.Size(340, 20);
     this.filterWidget.TabIndex        = 1;
     //
     // listItems
     //
     this.listItems.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.listItems.DataSource    = null;
     this.listItems.Filter        = null;
     this.listItems.FullRowSelect = true;
     this.listItems.HideSelection = false;
     this.listItems.Location      = new System.Drawing.Point(12, 20);
     this.listItems.MultiSelect   = false;
     this.listItems.Name          = "listItems";
     this.listItems.Size          = new System.Drawing.Size(344, 280);
     this.listItems.TabIndex      = 0;
     this.listItems.View          = System.Windows.Forms.View.Details;
     this.listItems.DoubleClick  += new System.EventHandler(this.listItems_DoubleClick);
     //
     // EntityPickerDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(380, 378);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.button1);
     this.Name = "EntityPickerDialog";
     this.Text = "Select";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }