示例#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.button1 = new BootFX.Common.UI.Desktop.DialogBar();
     this.tabs    = new System.Windows.Forms.TabControl();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.button1.Location = new System.Drawing.Point(0, 382);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(372, 32);
     this.button1.TabIndex = 9;
     //
     // tabs
     //
     this.tabs.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.tabs.Location      = new System.Drawing.Point(8, 8);
     this.tabs.Name          = "tabs";
     this.tabs.SelectedIndex = 0;
     this.tabs.Size          = new System.Drawing.Size(360, 368);
     this.tabs.TabIndex      = 10;
     //
     // PropertiesDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(372, 414);
     this.Controls.Add(this.tabs);
     this.Controls.Add(this.button1);
     this.Name = "PropertiesDialog";
     this.Text = "Properties";
     this.ResumeLayout(false);
 }
示例#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);
 }
示例#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.label1      = new System.Windows.Forms.Label();
     this.textCurrent = new System.Windows.Forms.TextBox();
     this.textNew     = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.textConfirm = new System.Windows.Forms.TextBox();
     this.label3      = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.button1.Location = new System.Drawing.Point(0, 108);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(334, 28);
     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.textConfirm);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.textNew);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.textCurrent);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(322, 98);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Password";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(12, 20);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 20);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "&Current password:"******"textCurrent";
     this.textCurrent.PasswordChar = '*';
     this.textCurrent.Size         = new System.Drawing.Size(200, 20);
     this.textCurrent.TabIndex     = 1;
     this.textCurrent.Text         = "";
     //
     // textNew
     //
     this.textNew.Location     = new System.Drawing.Point(112, 44);
     this.textNew.Name         = "textNew";
     this.textNew.PasswordChar = '*';
     this.textNew.Size         = new System.Drawing.Size(200, 20);
     this.textNew.TabIndex     = 3;
     this.textNew.Text         = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(12, 44);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 20);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "&New password:"******"textConfirm";
     this.textConfirm.PasswordChar = '*';
     this.textConfirm.Size         = new System.Drawing.Size(200, 20);
     this.textConfirm.TabIndex     = 5;
     this.textConfirm.Text         = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(12, 68);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 20);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Confirm &password:"******"ChangePasswordDialog";
     this.Text            = "Change Password";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#4
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);
 }