/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.wTab1 = new LumiSoft.UI.Controls.WTabs.WTab();
     this.m_pCancel = new LumiSoft.UI.Controls.WButton();
     this.m_pOk = new LumiSoft.UI.Controls.WButton();
     this.SuspendLayout();
     //
     // wTab1
     //
     this.wTab1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right);
     this.wTab1.Name = "wTab1";
     this.wTab1.SelectedTab = null;
     this.wTab1.Size = new System.Drawing.Size(370, 380);
     this.wTab1.TabIndex = 0;
     //
     // m_pCancel
     //
     this.m_pCancel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.m_pCancel.Location = new System.Drawing.Point(286, 388);
     this.m_pCancel.Name = "m_pCancel";
     this.m_pCancel.TabIndex = 36;
     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.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.m_pOk.Location = new System.Drawing.Point(190, 388);
     this.m_pOk.Name = "m_pOk";
     this.m_pOk.TabIndex = 37;
     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);
     //
     // wfrm_User_Frame
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(370, 415);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.m_pCancel,
                                                                   this.m_pOk,
                                                                   this.wTab1});
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "wfrm_User_Frame";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "User properties";
     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.wTab1 = new LumiSoft.UI.Controls.WTabs.WTab();
     this.SuspendLayout();
     //
     // wTab1
     //
     this.wTab1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.wTab1.Name = "wTab1";
     this.wTab1.SelectedTab = null;
     this.wTab1.Size = new System.Drawing.Size(292, 273);
     this.wTab1.TabIndex = 0;
     //
     // wfrm_System_Frame
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(292, 273);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.wTab1});
     this.Name = "wfrm_System_Frame";
     this.Text = "wfrm_System_Frame";
     this.ResumeLayout(false);
 }