/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.m_pEnabled = new LumiSoft.UI.Controls.WCheckBox.WCheckBox(); this.m_pMailboxSize = new LumiSoft.UI.Controls.WSpinEdit(); this.wLabel3 = new LumiSoft.UI.Controls.WLabel(); this.mt_userenabled = new LumiSoft.UI.Controls.WLabel(); this.mt_mailboxsize = new LumiSoft.UI.Controls.WLabel(); this.m_pRemove = new LumiSoft.UI.Controls.WButton(); this.m_pAdd = new LumiSoft.UI.Controls.WButton(); this.m_pGenerate = new LumiSoft.UI.Controls.WButton(); this.m_pDomains = new LumiSoft.UI.Controls.WComboBox(); this.mt_symbolAT = new LumiSoft.UI.Controls.WLabel(); this.m_pAddress = new LumiSoft.UI.Controls.WEditBox(); this.m_pDescription = new LumiSoft.UI.Controls.WEditBox(); this.m_pPassword = new LumiSoft.UI.Controls.WEditBox(); this.m_pLogOnName = new LumiSoft.UI.Controls.WEditBox(); this.m_pFullName = new LumiSoft.UI.Controls.WEditBox(); this.mt_Emails = new LumiSoft.UI.Controls.WLabel(); this.mt_description = new LumiSoft.UI.Controls.WLabel(); this.mt_password = new LumiSoft.UI.Controls.WLabel(); this.mt_username = new LumiSoft.UI.Controls.WLabel(); this.mt_fullname = new LumiSoft.UI.Controls.WLabel(); this.m_pAddresses = new System.Windows.Forms.ListBox(); this.m_pAllowRelay = new LumiSoft.UI.Controls.WCheckBox.WCheckBox(); this.wLabel1 = new LumiSoft.UI.Controls.WLabel(); this.SuspendLayout(); // // m_pEnabled // this.m_pEnabled.Checked = true; this.m_pEnabled.Location = new System.Drawing.Point(328, 134); this.m_pEnabled.Name = "m_pEnabled"; this.m_pEnabled.ReadOnly = false; this.m_pEnabled.Size = new System.Drawing.Size(30, 22); this.m_pEnabled.TabIndex = 30; this.m_pEnabled.UseStaticViewStyle = true; // // m_pEnabled.ViewStyle // // // m_pMailboxSize // this.m_pMailboxSize.BackColor = System.Drawing.Color.White; this.m_pMailboxSize.ButtonsAlign = LumiSoft.UI.Controls.LeftRight.Left; this.m_pMailboxSize.DecimalPlaces = 0; this.m_pMailboxSize.DecMaxValue = new System.Decimal(new int[] { 999999999, 0, 0, 0}); this.m_pMailboxSize.DecMinValue = new System.Decimal(new int[] { 999999999, 0, 0, -2147483648}); this.m_pMailboxSize.DecValue = new System.Decimal(new int[] { 20, 0, 0, 0}); this.m_pMailboxSize.Location = new System.Drawing.Point(120, 134); this.m_pMailboxSize.Mask = LumiSoft.UI.Controls.WEditBox_Mask.Numeric; this.m_pMailboxSize.MaxLength = 32767; this.m_pMailboxSize.Name = "m_pMailboxSize"; this.m_pMailboxSize.ReadOnly = false; this.m_pMailboxSize.Size = new System.Drawing.Size(56, 20); this.m_pMailboxSize.TabIndex = 29; this.m_pMailboxSize.Text = "20"; this.m_pMailboxSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.m_pMailboxSize.UseStaticViewStyle = true; // // m_pMailboxSize.ViewStyle // // // wLabel3 // this.wLabel3.Location = new System.Drawing.Point(176, 134); this.wLabel3.Name = "wLabel3"; this.wLabel3.Size = new System.Drawing.Size(40, 24); this.wLabel3.TabIndex = 43; this.wLabel3.Text = "MB"; this.wLabel3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // wLabel3.ViewStyle // // // mt_userenabled // this.mt_userenabled.Location = new System.Drawing.Point(224, 134); this.mt_userenabled.Name = "mt_userenabled"; this.mt_userenabled.Size = new System.Drawing.Size(104, 24); this.mt_userenabled.TabIndex = 44; this.mt_userenabled.Text = "User Enabled"; this.mt_userenabled.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // mt_userenabled.ViewStyle // // // mt_mailboxsize // this.mt_mailboxsize.Location = new System.Drawing.Point(8, 134); this.mt_mailboxsize.Name = "mt_mailboxsize"; this.mt_mailboxsize.Size = new System.Drawing.Size(112, 24); this.mt_mailboxsize.TabIndex = 41; this.mt_mailboxsize.Text = "Max. Mailbox Size"; this.mt_mailboxsize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // mt_mailboxsize.ViewStyle // // // m_pRemove // this.m_pRemove.Location = new System.Drawing.Point(280, 246); this.m_pRemove.Name = "m_pRemove"; this.m_pRemove.TabIndex = 34; this.m_pRemove.Text = "Remove"; this.m_pRemove.UseStaticViewStyle = true; // // m_pRemove.ViewStyle // this.m_pRemove.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pRemove_Click); // // m_pAdd // this.m_pAdd.Location = new System.Drawing.Point(280, 214); this.m_pAdd.Name = "m_pAdd"; this.m_pAdd.TabIndex = 33; this.m_pAdd.Text = "Add"; this.m_pAdd.UseStaticViewStyle = true; // // m_pAdd.ViewStyle // this.m_pAdd.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pAdd_Click); // // m_pGenerate // this.m_pGenerate.Location = new System.Drawing.Point(232, 62); this.m_pGenerate.Name = "m_pGenerate"; this.m_pGenerate.Size = new System.Drawing.Size(128, 24); this.m_pGenerate.TabIndex = 27; this.m_pGenerate.Text = "Generate Password"; this.m_pGenerate.UseStaticViewStyle = true; // // m_pGenerate.ViewStyle // this.m_pGenerate.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pGenerate_Click); // // m_pDomains // this.m_pDomains.DropDownWidth = 144; this.m_pDomains.Location = new System.Drawing.Point(216, 182); this.m_pDomains.Name = "m_pDomains"; this.m_pDomains.EditStyle = LumiSoft.UI.Controls.EditStyle.Selectable; this.m_pDomains.SelectedIndex = -1; this.m_pDomains.Size = new System.Drawing.Size(144, 20); this.m_pDomains.TabIndex = 32; this.m_pDomains.UseStaticViewStyle = true; // // m_pDomains.ViewStyle // this.m_pDomains.VisibleItems = 5; // // mt_symbolAT // this.mt_symbolAT.Location = new System.Drawing.Point(200, 182); this.mt_symbolAT.Name = "mt_symbolAT"; this.mt_symbolAT.Size = new System.Drawing.Size(16, 24); this.mt_symbolAT.TabIndex = 45; this.mt_symbolAT.Text = "@"; // // mt_symbolAT.ViewStyle // // // m_pAddress // this.m_pAddress.Location = new System.Drawing.Point(8, 182); this.m_pAddress.Name = "m_pAddress"; this.m_pAddress.Size = new System.Drawing.Size(192, 20); this.m_pAddress.TabIndex = 31; this.m_pAddress.UseStaticViewStyle = true; // // m_pAddress.ViewStyle // // // m_pDescription // this.m_pDescription.Location = new System.Drawing.Point(8, 102); this.m_pDescription.Name = "m_pDescription"; this.m_pDescription.Size = new System.Drawing.Size(352, 20); this.m_pDescription.TabIndex = 28; this.m_pDescription.UseStaticViewStyle = true; // // m_pDescription.ViewStyle // // // m_pPassword // this.m_pPassword.Location = new System.Drawing.Point(120, 62); this.m_pPassword.Name = "m_pPassword"; this.m_pPassword.Size = new System.Drawing.Size(104, 20); this.m_pPassword.TabIndex = 26; this.m_pPassword.UseStaticViewStyle = true; // // m_pPassword.ViewStyle // // // m_pLogOnName // this.m_pLogOnName.Location = new System.Drawing.Point(8, 62); this.m_pLogOnName.Name = "m_pLogOnName"; this.m_pLogOnName.Size = new System.Drawing.Size(104, 20); this.m_pLogOnName.TabIndex = 25; this.m_pLogOnName.UseStaticViewStyle = true; // // m_pLogOnName.ViewStyle // // // m_pFullName // this.m_pFullName.Location = new System.Drawing.Point(8, 22); this.m_pFullName.Name = "m_pFullName"; this.m_pFullName.Size = new System.Drawing.Size(216, 20); this.m_pFullName.TabIndex = 24; this.m_pFullName.UseStaticViewStyle = true; // // m_pFullName.ViewStyle // // // mt_Emails // this.mt_Emails.Location = new System.Drawing.Point(8, 166); this.mt_Emails.Name = "mt_Emails"; this.mt_Emails.Size = new System.Drawing.Size(104, 16); this.mt_Emails.TabIndex = 42; this.mt_Emails.Text = "E-mail Address"; this.mt_Emails.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_Emails.ViewStyle // // // mt_description // this.mt_description.Location = new System.Drawing.Point(8, 86); this.mt_description.Name = "mt_description"; this.mt_description.Size = new System.Drawing.Size(104, 16); this.mt_description.TabIndex = 40; this.mt_description.Text = "Description"; this.mt_description.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_description.ViewStyle // // // mt_password // this.mt_password.Location = new System.Drawing.Point(120, 46); this.mt_password.Name = "mt_password"; this.mt_password.Size = new System.Drawing.Size(104, 16); this.mt_password.TabIndex = 39; this.mt_password.Text = "Password"; this.mt_password.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_password.ViewStyle // // // mt_username // this.mt_username.Location = new System.Drawing.Point(8, 46); this.mt_username.Name = "mt_username"; this.mt_username.Size = new System.Drawing.Size(104, 16); this.mt_username.TabIndex = 38; this.mt_username.Text = "User Name"; this.mt_username.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_username.ViewStyle // // // mt_fullname // this.mt_fullname.Location = new System.Drawing.Point(8, 6); this.mt_fullname.Name = "mt_fullname"; this.mt_fullname.Size = new System.Drawing.Size(104, 16); this.mt_fullname.TabIndex = 37; this.mt_fullname.Text = "Full Name"; this.mt_fullname.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_fullname.ViewStyle // // // m_pAddresses // this.m_pAddresses.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_pAddresses.Location = new System.Drawing.Point(8, 214); this.m_pAddresses.Name = "m_pAddresses"; this.m_pAddresses.Size = new System.Drawing.Size(264, 132); this.m_pAddresses.TabIndex = 36; // // m_pAllowRelay // this.m_pAllowRelay.Checked = true; this.m_pAllowRelay.Location = new System.Drawing.Point(328, 152); this.m_pAllowRelay.Name = "m_pAllowRelay"; this.m_pAllowRelay.ReadOnly = false; this.m_pAllowRelay.Size = new System.Drawing.Size(30, 22); this.m_pAllowRelay.TabIndex = 46; this.m_pAllowRelay.UseStaticViewStyle = true; // // m_pAllowRelay.ViewStyle // // // wLabel1 // this.wLabel1.Location = new System.Drawing.Point(224, 152); this.wLabel1.Name = "wLabel1"; this.wLabel1.Size = new System.Drawing.Size(104, 24); this.wLabel1.TabIndex = 47; this.wLabel1.Text = "Allow Relay"; this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // wLabel1.ViewStyle // // // wfrm_User_General // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(368, 351); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.m_pAllowRelay, this.wLabel1, this.m_pEnabled, this.m_pMailboxSize, this.wLabel3, this.mt_userenabled, this.mt_mailboxsize, this.m_pRemove, this.m_pAdd, this.m_pGenerate, this.m_pDomains, this.mt_symbolAT, this.m_pAddress, this.m_pDescription, this.m_pPassword, this.m_pLogOnName, this.m_pFullName, this.mt_Emails, this.mt_description, this.mt_password, this.mt_username, this.mt_fullname, this.m_pAddresses}); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "wfrm_User_General"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "User"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(wfrm_Aliases)); this.m_pDomains = new LumiSoft.UI.Controls.WComboBox(); this.mt_domain = new LumiSoft.UI.Controls.WLabel(); this.grid = new LumiSoft.UI.Controls.WDataGrid(); this.imgToolbar = new System.Windows.Forms.ImageList(this.components); this.wToolBar1 = new LumiSoft.UI.Controls.WToolBar(); this.toolBarButton_Add = new System.Windows.Forms.ToolBarButton(); this.toolBarButton_Delete = new System.Windows.Forms.ToolBarButton(); this.toolBarButton_Edit = new System.Windows.Forms.ToolBarButton(); ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit(); this.SuspendLayout(); // // m_pDomains // this.m_pDomains.DrawBorder = true; this.m_pDomains.DropDownWidth = 168; this.m_pDomains.EditStyle = LumiSoft.UI.Controls.EditStyle.Selectable; this.m_pDomains.Location = new System.Drawing.Point(96, 24); this.m_pDomains.Name = "m_pDomains"; this.m_pDomains.SelectedIndex = -1; this.m_pDomains.SelectionLength = 0; this.m_pDomains.SelectionStart = 0; this.m_pDomains.Size = new System.Drawing.Size(168, 20); this.m_pDomains.TabIndex = 11; this.m_pDomains.UseStaticViewStyle = true; // // m_pDomains.ViewStyle // this.m_pDomains.VisibleItems = 5; this.m_pDomains.SelectedIndexChanged += new System.EventHandler(this.m_pDomains_SelectedIndexChanged); // // mt_domain // this.mt_domain.Location = new System.Drawing.Point(16, 24); this.mt_domain.Name = "mt_domain"; this.mt_domain.Size = new System.Drawing.Size(80, 24); this.mt_domain.TabIndex = 12; this.mt_domain.Text = "Domain"; this.mt_domain.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // mt_domain.ViewStyle // // // grid // this.grid.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.grid.CaptionVisible = false; this.grid.DataMember = ""; this.grid.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.grid.Location = new System.Drawing.Point(8, 72); this.grid.Name = "grid"; this.grid.Size = new System.Drawing.Size(456, 272); this.grid.TabIndex = 7; // // imgToolbar // this.imgToolbar.ImageSize = new System.Drawing.Size(16, 16); this.imgToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream"))); this.imgToolbar.TransparentColor = System.Drawing.Color.Empty; // // wToolBar1 // this.wToolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat; this.wToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { this.toolBarButton_Add, this.toolBarButton_Delete, this.toolBarButton_Edit}); this.wToolBar1.Divider = false; this.wToolBar1.DropDownArrows = true; this.wToolBar1.ImageList = this.imgToolbar; this.wToolBar1.Location = new System.Drawing.Point(0, 0); this.wToolBar1.Name = "wToolBar1"; this.wToolBar1.ShowToolTips = true; this.wToolBar1.Size = new System.Drawing.Size(472, 26); this.wToolBar1.TabIndex = 14; this.wToolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.wToolBar1_ButtonClick); // // toolBarButton_Add // this.toolBarButton_Add.ImageIndex = 0; // // toolBarButton_Delete // this.toolBarButton_Delete.ImageIndex = 2; // // toolBarButton_Edit // this.toolBarButton_Edit.ImageIndex = 1; // // wfrm_Aliases // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(472, 357); this.Controls.Add(this.wToolBar1); this.Controls.Add(this.m_pDomains); this.Controls.Add(this.mt_domain); this.Controls.Add(this.grid); this.Name = "wfrm_Aliases"; this.Text = "wfrm_Aliases"; ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.m_pCancel = new LumiSoft.UI.Controls.WButton(); this.m_pOk = new LumiSoft.UI.Controls.WButton(); this.m_pDomain = new LumiSoft.UI.Controls.WEditBox(); this.m_pEndIP = new LumiSoft.UI.Controls.WEditBox(); this.m_pStartIP = new LumiSoft.UI.Controls.WEditBox(); this.m_pAction = new LumiSoft.UI.Controls.WComboBox(); this.m_pType = new LumiSoft.UI.Controls.WComboBox(); this.m_pProtocol = new LumiSoft.UI.Controls.WComboBox(); this.m_pDescription = new LumiSoft.UI.Controls.WEditBox(); this.mt_domain = new LumiSoft.UI.Controls.WLabel(); this.mt_ipaddress = new LumiSoft.UI.Controls.WLabel(); this.mt_action = new LumiSoft.UI.Controls.WLabel(); this.mt_type = new LumiSoft.UI.Controls.WLabel(); this.mt_protocol = new LumiSoft.UI.Controls.WLabel(); this.mt_description = new LumiSoft.UI.Controls.WLabel(); this.SuspendLayout(); // // m_pCancel // this.m_pCancel.Location = new System.Drawing.Point(248, 150); this.m_pCancel.Name = "m_pCancel"; this.m_pCancel.Size = new System.Drawing.Size(72, 24); this.m_pCancel.TabIndex = 15; this.m_pCancel.Text = "Cancel"; this.m_pCancel.UseStaticViewStyle = true; // // m_pCancel.ViewStyle // this.m_pCancel.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pCancel_ButtonPressed); // // m_pOk // this.m_pOk.Location = new System.Drawing.Point(168, 150); this.m_pOk.Name = "m_pOk"; this.m_pOk.Size = new System.Drawing.Size(72, 24); this.m_pOk.TabIndex = 23; this.m_pOk.Text = "OK"; this.m_pOk.UseStaticViewStyle = true; // // m_pOk.ViewStyle // this.m_pOk.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pOk_Click); // // m_pDomain // this.m_pDomain.Location = new System.Drawing.Point(8, 150); this.m_pDomain.Name = "m_pDomain"; this.m_pDomain.TabIndex = 22; this.m_pDomain.UseStaticViewStyle = true; // // m_pDomain.ViewStyle // this.m_pDomain.Visible = false; // // m_pEndIP // this.m_pEndIP.Location = new System.Drawing.Point(120, 110); this.m_pEndIP.Name = "m_pEndIP"; this.m_pEndIP.TabIndex = 21; this.m_pEndIP.UseStaticViewStyle = true; // // m_pEndIP.ViewStyle // this.m_pEndIP.Visible = false; // // m_pStartIP // this.m_pStartIP.Location = new System.Drawing.Point(8, 110); this.m_pStartIP.Name = "m_pStartIP"; this.m_pStartIP.TabIndex = 20; this.m_pStartIP.UseStaticViewStyle = true; // // m_pStartIP.ViewStyle // // // m_pAction // this.m_pAction.DropDownWidth = 96; this.m_pAction.Location = new System.Drawing.Point(232, 70); this.m_pAction.Name = "m_pAction"; this.m_pAction.SelectedIndex = -1; this.m_pAction.Size = new System.Drawing.Size(96, 20); this.m_pAction.TabIndex = 19; this.m_pAction.UseStaticViewStyle = true; // // m_pAction.ViewStyle // this.m_pAction.VisibleItems = 5; // // m_pType // this.m_pType.DropDownWidth = 96; this.m_pType.Location = new System.Drawing.Point(120, 70); this.m_pType.Name = "m_pType"; this.m_pType.SelectedIndex = -1; this.m_pType.Size = new System.Drawing.Size(96, 20); this.m_pType.TabIndex = 18; this.m_pType.UseStaticViewStyle = true; // // m_pType.ViewStyle // this.m_pType.VisibleItems = 5; this.m_pType.SelectedIndexChanged += new System.EventHandler(this.m_pType_SelectedIndexChanged); // // m_pProtocol // this.m_pProtocol.DropDownWidth = 96; this.m_pProtocol.Location = new System.Drawing.Point(8, 70); this.m_pProtocol.Name = "m_pProtocol"; this.m_pProtocol.SelectedIndex = -1; this.m_pProtocol.Size = new System.Drawing.Size(96, 20); this.m_pProtocol.TabIndex = 17; this.m_pProtocol.UseStaticViewStyle = true; // // m_pProtocol.ViewStyle // this.m_pProtocol.VisibleItems = 5; this.m_pProtocol.SelectedIndexChanged += new System.EventHandler(this.m_pProtocol_SelectedIndexChanged); // // m_pDescription // this.m_pDescription.Location = new System.Drawing.Point(8, 22); this.m_pDescription.Name = "m_pDescription"; this.m_pDescription.Size = new System.Drawing.Size(320, 20); this.m_pDescription.TabIndex = 16; this.m_pDescription.UseStaticViewStyle = true; // // m_pDescription.ViewStyle // // // mt_domain // this.mt_domain.Location = new System.Drawing.Point(8, 134); this.mt_domain.Name = "mt_domain"; this.mt_domain.Size = new System.Drawing.Size(72, 16); this.mt_domain.TabIndex = 29; this.mt_domain.Text = "Domain"; this.mt_domain.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_domain.ViewStyle // this.mt_domain.Visible = false; // // mt_ipaddress // this.mt_ipaddress.Location = new System.Drawing.Point(8, 94); this.mt_ipaddress.Name = "mt_ipaddress"; this.mt_ipaddress.Size = new System.Drawing.Size(72, 16); this.mt_ipaddress.TabIndex = 28; this.mt_ipaddress.Text = "IP Address"; this.mt_ipaddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_ipaddress.ViewStyle // // // mt_action // this.mt_action.Location = new System.Drawing.Point(232, 54); this.mt_action.Name = "mt_action"; this.mt_action.Size = new System.Drawing.Size(72, 16); this.mt_action.TabIndex = 27; this.mt_action.Text = "Action"; this.mt_action.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_action.ViewStyle // // // mt_type // this.mt_type.Location = new System.Drawing.Point(120, 54); this.mt_type.Name = "mt_type"; this.mt_type.Size = new System.Drawing.Size(72, 16); this.mt_type.TabIndex = 26; this.mt_type.Text = "Type"; this.mt_type.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_type.ViewStyle // // // mt_protocol // this.mt_protocol.Location = new System.Drawing.Point(8, 54); this.mt_protocol.Name = "mt_protocol"; this.mt_protocol.Size = new System.Drawing.Size(72, 16); this.mt_protocol.TabIndex = 25; this.mt_protocol.Text = "Protocol"; this.mt_protocol.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_protocol.ViewStyle // // // mt_description // this.mt_description.Location = new System.Drawing.Point(8, 6); this.mt_description.Name = "mt_description"; this.mt_description.Size = new System.Drawing.Size(72, 16); this.mt_description.TabIndex = 24; this.mt_description.Text = "Description"; this.mt_description.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_description.ViewStyle // // // wfrm_SecurityEntry // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(336, 181); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.m_pCancel, this.m_pOk, this.m_pDomain, this.m_pEndIP, this.m_pStartIP, this.m_pAction, this.m_pType, this.m_pProtocol, this.m_pDescription, this.mt_domain, this.mt_ipaddress, this.mt_action, this.mt_type, this.mt_protocol, this.mt_description}); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "wfrm_SecurityEntry"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Security Entry"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.m_pCancel = new LumiSoft.UI.Controls.WButton(); this.mt_member = new LumiSoft.UI.Controls.WLabel(); this.m_pMember = new LumiSoft.UI.Controls.WEditBox(); this.m_pOk = new LumiSoft.UI.Controls.WButton(); this.m_pRemove = new LumiSoft.UI.Controls.WButton(); this.m_pAdd = new LumiSoft.UI.Controls.WButton(); this.m_pDomains = new LumiSoft.UI.Controls.WComboBox(); this.mt_symbolAT = new LumiSoft.UI.Controls.WLabel(); this.m_pName = new LumiSoft.UI.Controls.WEditBox(); this.m_pDescription = new LumiSoft.UI.Controls.WEditBox(); this.mt_name = new LumiSoft.UI.Controls.WLabel(); this.mt_description = new LumiSoft.UI.Controls.WLabel(); this.m_pMembers = new System.Windows.Forms.ListBox(); this.m_pIsPublic = new LumiSoft.UI.Controls.WCheckBox.WCheckBox(); this.wLabel1 = new LumiSoft.UI.Controls.WLabel(); this.SuspendLayout(); // // m_pCancel // this.m_pCancel.DrawBorder = true; this.m_pCancel.Location = new System.Drawing.Point(280, 317); this.m_pCancel.Name = "m_pCancel"; this.m_pCancel.TabIndex = 13; this.m_pCancel.Text = "Cancel"; this.m_pCancel.UseStaticViewStyle = true; // // m_pCancel.ViewStyle // this.m_pCancel.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pCancel_ButtonPressed); // // mt_member // this.mt_member.Location = new System.Drawing.Point(8, 85); this.mt_member.Name = "mt_member"; this.mt_member.Size = new System.Drawing.Size(144, 16); this.mt_member.TabIndex = 25; this.mt_member.Text = "Member email address"; this.mt_member.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_member.ViewStyle // // // m_pMember // this.m_pMember.DrawBorder = true; this.m_pMember.Location = new System.Drawing.Point(8, 101); this.m_pMember.Name = "m_pMember"; this.m_pMember.Size = new System.Drawing.Size(192, 20); this.m_pMember.TabIndex = 17; this.m_pMember.UseStaticViewStyle = true; // // m_pMember.ViewStyle // // // m_pOk // this.m_pOk.DrawBorder = true; this.m_pOk.Location = new System.Drawing.Point(280, 285); this.m_pOk.Name = "m_pOk"; this.m_pOk.TabIndex = 20; this.m_pOk.Text = "OK"; this.m_pOk.UseStaticViewStyle = true; // // m_pOk.ViewStyle // this.m_pOk.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pOk_Click); // // m_pRemove // this.m_pRemove.DrawBorder = true; this.m_pRemove.Location = new System.Drawing.Point(280, 165); this.m_pRemove.Name = "m_pRemove"; this.m_pRemove.TabIndex = 19; this.m_pRemove.Text = "Remove"; this.m_pRemove.UseStaticViewStyle = true; // // m_pRemove.ViewStyle // this.m_pRemove.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pRemove_Click); // // m_pAdd // this.m_pAdd.DrawBorder = true; this.m_pAdd.Location = new System.Drawing.Point(280, 133); this.m_pAdd.Name = "m_pAdd"; this.m_pAdd.TabIndex = 18; this.m_pAdd.Text = "Add"; this.m_pAdd.UseStaticViewStyle = true; // // m_pAdd.ViewStyle // this.m_pAdd.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pAdd_Click); // // m_pDomains // this.m_pDomains.DrawBorder = true; this.m_pDomains.DropDownWidth = 144; this.m_pDomains.Location = new System.Drawing.Point(216, 21); this.m_pDomains.Name = "m_pDomains"; this.m_pDomains.SelectedIndex = -1; this.m_pDomains.SelectionLength = 0; this.m_pDomains.SelectionStart = 0; this.m_pDomains.Size = new System.Drawing.Size(144, 20); this.m_pDomains.TabIndex = 15; this.m_pDomains.UseStaticViewStyle = true; // // m_pDomains.ViewStyle // this.m_pDomains.VisibleItems = 5; // // mt_symbolAT // this.mt_symbolAT.Location = new System.Drawing.Point(200, 21); this.mt_symbolAT.Name = "mt_symbolAT"; this.mt_symbolAT.Size = new System.Drawing.Size(16, 24); this.mt_symbolAT.TabIndex = 23; this.mt_symbolAT.Text = "@"; // // mt_symbolAT.ViewStyle // // // m_pName // this.m_pName.DrawBorder = true; this.m_pName.Location = new System.Drawing.Point(8, 21); this.m_pName.Name = "m_pName"; this.m_pName.Size = new System.Drawing.Size(192, 20); this.m_pName.TabIndex = 14; this.m_pName.UseStaticViewStyle = true; // // m_pName.ViewStyle // // // m_pDescription // this.m_pDescription.DrawBorder = true; this.m_pDescription.Location = new System.Drawing.Point(8, 61); this.m_pDescription.Name = "m_pDescription"; this.m_pDescription.Size = new System.Drawing.Size(352, 20); this.m_pDescription.TabIndex = 16; this.m_pDescription.UseStaticViewStyle = true; // // m_pDescription.ViewStyle // // // mt_name // this.mt_name.Location = new System.Drawing.Point(8, 5); this.mt_name.Name = "mt_name"; this.mt_name.Size = new System.Drawing.Size(104, 16); this.mt_name.TabIndex = 22; this.mt_name.Text = "AliasName Name"; this.mt_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_name.ViewStyle // // // mt_description // this.mt_description.Location = new System.Drawing.Point(8, 45); this.mt_description.Name = "mt_description"; this.mt_description.Size = new System.Drawing.Size(104, 16); this.mt_description.TabIndex = 24; this.mt_description.Text = "Description"; this.mt_description.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // mt_description.ViewStyle // // // m_pMembers // this.m_pMembers.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_pMembers.Location = new System.Drawing.Point(8, 133); this.m_pMembers.Name = "m_pMembers"; this.m_pMembers.Size = new System.Drawing.Size(264, 210); this.m_pMembers.TabIndex = 21; // // m_pIsPublic // this.m_pIsPublic.Checked = false; this.m_pIsPublic.DrawBorder = true; this.m_pIsPublic.Location = new System.Drawing.Point(296, 88); this.m_pIsPublic.Name = "m_pIsPublic"; this.m_pIsPublic.ReadOnly = false; this.m_pIsPublic.Size = new System.Drawing.Size(16, 16); this.m_pIsPublic.TabIndex = 26; this.m_pIsPublic.UseStaticViewStyle = true; // // m_pIsPublic.ViewStyle // // // wLabel1 // this.wLabel1.Location = new System.Drawing.Point(312, 89); this.wLabel1.Name = "wLabel1"; this.wLabel1.Size = new System.Drawing.Size(48, 15); this.wLabel1.TabIndex = 27; this.wLabel1.Text = "Is Public"; this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // wLabel1.ViewStyle // // // wfrm_Alias // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(368, 349); this.Controls.Add(this.wLabel1); this.Controls.Add(this.m_pIsPublic); this.Controls.Add(this.m_pCancel); this.Controls.Add(this.mt_member); this.Controls.Add(this.m_pMember); this.Controls.Add(this.m_pOk); this.Controls.Add(this.m_pRemove); this.Controls.Add(this.m_pAdd); this.Controls.Add(this.m_pDomains); this.Controls.Add(this.mt_symbolAT); this.Controls.Add(this.m_pName); this.Controls.Add(this.m_pDescription); this.Controls.Add(this.mt_name); this.Controls.Add(this.mt_description); this.Controls.Add(this.m_pMembers); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "wfrm_Alias"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Alias"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.m_pRouteType = new LumiSoft.UI.Controls.WComboBox(); this.m_pCancel = new LumiSoft.UI.Controls.WButton(); this.m_pDomains = new LumiSoft.UI.Controls.WComboBox(); this.mt_symbolAT = new LumiSoft.UI.Controls.WLabel(); this.m_pRouteTo = new LumiSoft.UI.Controls.WComboBox(); this.m_pOk = new LumiSoft.UI.Controls.WButton(); this.m_pDescription = new LumiSoft.UI.Controls.WEditBox(); this.wLabel3 = new LumiSoft.UI.Controls.WLabel(); this.m_pPattern = new LumiSoft.UI.Controls.WEditBox(); this.wLabel1 = new LumiSoft.UI.Controls.WLabel(); this.SuspendLayout(); // // m_pRouteType // this.m_pRouteType.DropDownWidth = 200; this.m_pRouteType.Location = new System.Drawing.Point(8, 54); this.m_pRouteType.Name = "m_pRouteType"; this.m_pRouteType.EditStyle = LumiSoft.UI.Controls.EditStyle.Selectable; this.m_pRouteType.SelectedIndex = -1; this.m_pRouteType.Size = new System.Drawing.Size(200, 20); this.m_pRouteType.TabIndex = 20; this.m_pRouteType.UseStaticViewStyle = true; // // m_pRouteType.ViewStyle // this.m_pRouteType.VisibleItems = 10; this.m_pRouteType.SelectedIndexChanged += new System.EventHandler(this.m_pRouteType_SelectedIndexChanged); // // m_pCancel // this.m_pCancel.Location = new System.Drawing.Point(240, 150); this.m_pCancel.Name = "m_pCancel"; this.m_pCancel.Size = new System.Drawing.Size(72, 24); this.m_pCancel.TabIndex = 11; this.m_pCancel.Text = "Cancel"; this.m_pCancel.UseStaticViewStyle = true; // // m_pCancel.ViewStyle // this.m_pCancel.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pCancel_ButtonPressed); // // m_pDomains // this.m_pDomains.DropDownWidth = 144; this.m_pDomains.Location = new System.Drawing.Point(176, 22); this.m_pDomains.Name = "m_pDomains"; this.m_pDomains.EditStyle = LumiSoft.UI.Controls.EditStyle.Selectable; this.m_pDomains.SelectedIndex = -1; this.m_pDomains.Size = new System.Drawing.Size(144, 20); this.m_pDomains.TabIndex = 13; this.m_pDomains.UseStaticViewStyle = true; // // m_pDomains.ViewStyle // this.m_pDomains.VisibleItems = 5; this.m_pDomains.SelectedIndexChanged += new System.EventHandler(this.m_pDomains_SelectedIndexChanged); // // mt_symbolAT // this.mt_symbolAT.Location = new System.Drawing.Point(160, 22); this.mt_symbolAT.Name = "mt_symbolAT"; this.mt_symbolAT.Size = new System.Drawing.Size(16, 24); this.mt_symbolAT.TabIndex = 19; this.mt_symbolAT.Text = "@"; // // mt_symbolAT.ViewStyle // // // m_pRouteTo // this.m_pRouteTo.DropDownWidth = 200; this.m_pRouteTo.Location = new System.Drawing.Point(8, 78); this.m_pRouteTo.Name = "m_pRouteTo"; this.m_pRouteTo.EditStyle = LumiSoft.UI.Controls.EditStyle.Selectable; this.m_pRouteTo.SelectedIndex = -1; this.m_pRouteTo.Size = new System.Drawing.Size(200, 20); this.m_pRouteTo.TabIndex = 14; this.m_pRouteTo.UseStaticViewStyle = true; // // m_pRouteTo.ViewStyle // this.m_pRouteTo.VisibleItems = 10; // // m_pOk // this.m_pOk.Location = new System.Drawing.Point(160, 150); this.m_pOk.Name = "m_pOk"; this.m_pOk.Size = new System.Drawing.Size(72, 24); this.m_pOk.TabIndex = 16; this.m_pOk.Text = "OK"; this.m_pOk.UseStaticViewStyle = true; // // m_pOk.ViewStyle // this.m_pOk.ButtonPressed += new LumiSoft.UI.Controls.ButtonPressedEventHandler(this.m_pOk_ButtonPressed); // // m_pDescription // this.m_pDescription.Location = new System.Drawing.Point(8, 118); this.m_pDescription.Name = "m_pDescription"; this.m_pDescription.Size = new System.Drawing.Size(312, 20); this.m_pDescription.TabIndex = 15; this.m_pDescription.UseStaticViewStyle = true; // // m_pDescription.ViewStyle // // // wLabel3 // this.wLabel3.Location = new System.Drawing.Point(8, 102); this.wLabel3.Name = "wLabel3"; this.wLabel3.Size = new System.Drawing.Size(150, 16); this.wLabel3.TabIndex = 18; this.wLabel3.Text = "Description"; this.wLabel3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // wLabel3.ViewStyle // // // m_pPattern // this.m_pPattern.Location = new System.Drawing.Point(8, 22); this.m_pPattern.Name = "m_pPattern"; this.m_pPattern.Size = new System.Drawing.Size(152, 20); this.m_pPattern.TabIndex = 12; this.m_pPattern.UseStaticViewStyle = true; // // m_pPattern.ViewStyle // // // wLabel1 // this.wLabel1.Location = new System.Drawing.Point(8, 6); this.wLabel1.Name = "wLabel1"; this.wLabel1.Size = new System.Drawing.Size(150, 16); this.wLabel1.TabIndex = 17; this.wLabel1.Text = "Match Pattern"; this.wLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // wLabel1.ViewStyle // // // wfrm_Route // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(328, 181); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.m_pRouteType, this.m_pCancel, this.m_pDomains, this.mt_symbolAT, this.m_pRouteTo, this.m_pOk, this.m_pDescription, this.wLabel3, this.m_pPattern, this.wLabel1}); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "wfrm_Route"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Route"; this.ResumeLayout(false); }
/// <summary> /// /// </summary> /// <param name="parent"></param> public WComboItems(WComboBox parent) : base() { m_WComboBox = parent; }