private void InitializeComponent()
 {
     this.DirectCallTab       = new global::System.Windows.Forms.TabPage();
     this.groupBox3           = new global::System.Windows.Forms.GroupBox();
     this.btnResume           = new global::System.Windows.Forms.Button();
     this.btnPause            = new global::System.Windows.Forms.Button();
     this.btnHangUpDirectCall = new global::System.Windows.Forms.Button();
     this.label6                 = new global::System.Windows.Forms.Label();
     this.btnMakeDirectCall      = new global::System.Windows.Forms.Button();
     this.tbTargetIP             = new global::System.Windows.Forms.TextBox();
     this.label5                 = new global::System.Windows.Forms.Label();
     this.tbTargetUserNameDirect = new global::System.Windows.Forms.TextBox();
     this.groupBox1              = new global::System.Windows.Forms.GroupBox();
     this.btnLogOut              = new global::System.Windows.Forms.Button();
     this.btnLogIn               = new global::System.Windows.Forms.Button();
     this.label1                 = new global::System.Windows.Forms.Label();
     this.tbAccountUser          = new global::System.Windows.Forms.TextBox();
     this.TabsContainer          = new global::System.Windows.Forms.TabControl();
     this.Item1 = new global::System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.MainMenu = new global::System.Windows.Forms.MenuStrip();
     this.DirectCallTab.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.TabsContainer.SuspendLayout();
     this.MainMenu.SuspendLayout();
     this.SuspendLayout();
     this.DirectCallTab.Controls.Add(this.groupBox3);
     this.DirectCallTab.Controls.Add(this.groupBox1);
     this.DirectCallTab.Location = new global::System.Drawing.Point(4, 25);
     this.DirectCallTab.Name     = "DirectCallTab";
     this.DirectCallTab.Padding  = new global::System.Windows.Forms.Padding(3);
     this.DirectCallTab.Size     = new global::System.Drawing.Size(303, 353);
     this.DirectCallTab.TabIndex = 0;
     this.DirectCallTab.Text     = "Direct Call";
     this.DirectCallTab.UseVisualStyleBackColor = true;
     this.groupBox3.Controls.Add(this.btnResume);
     this.groupBox3.Controls.Add(this.btnPause);
     this.groupBox3.Controls.Add(this.btnHangUpDirectCall);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.btnMakeDirectCall);
     this.groupBox3.Controls.Add(this.tbTargetIP);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.tbTargetUserNameDirect);
     this.groupBox3.Location = new global::System.Drawing.Point(6, 157);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new global::System.Drawing.Size(287, 187);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Partner Properties";
     this.btnResume.Enabled  = false;
     this.btnResume.Location = new global::System.Drawing.Point(6, 148);
     this.btnResume.Name     = "btnResume";
     this.btnResume.Size     = new global::System.Drawing.Size(101, 23);
     this.btnResume.TabIndex = 9;
     this.btnResume.Text     = "Resume";
     this.btnResume.UseVisualStyleBackColor = true;
     this.btnResume.Click  += new global::System.EventHandler(this.btnResume_Click);
     this.btnPause.Enabled  = false;
     this.btnPause.Location = new global::System.Drawing.Point(6, 119);
     this.btnPause.Name     = "btnPause";
     this.btnPause.Size     = new global::System.Drawing.Size(101, 23);
     this.btnPause.TabIndex = 8;
     this.btnPause.Text     = "Pause";
     this.btnPause.UseVisualStyleBackColor = true;
     this.btnPause.Click += new global::System.EventHandler(this.btnPause_Click);
     this.btnHangUpDirectCall.Enabled  = false;
     this.btnHangUpDirectCall.Location = new global::System.Drawing.Point(206, 93);
     this.btnHangUpDirectCall.Name     = "btnHangUpDirectCall";
     this.btnHangUpDirectCall.Size     = new global::System.Drawing.Size(75, 49);
     this.btnHangUpDirectCall.TabIndex = 5;
     this.btnHangUpDirectCall.Text     = "Hang Up";
     this.btnHangUpDirectCall.UseVisualStyleBackColor = true;
     this.btnHangUpDirectCall.Click += new global::System.EventHandler(this.btnHangUpDirectCall_Click);
     this.label6.AutoSize            = true;
     this.label6.Location            = new global::System.Drawing.Point(6, 74);
     this.label6.Name                = "label6";
     this.label6.Size                = new global::System.Drawing.Size(61, 13);
     this.label6.TabIndex            = 5;
     this.label6.Text                = "Your Address Is:";
     this.btnMakeDirectCall.Enabled  = false;
     this.btnMakeDirectCall.Location = new global::System.Drawing.Point(206, 39);
     this.btnMakeDirectCall.Name     = "btnMakeDirectCall";
     this.btnMakeDirectCall.Size     = new global::System.Drawing.Size(75, 48);
     this.btnMakeDirectCall.TabIndex = 4;
     this.btnMakeDirectCall.Text     = "Call";
     this.btnMakeDirectCall.UseVisualStyleBackColor = true;
     this.btnMakeDirectCall.Click        += new global::System.EventHandler(this.btnMakeDirectCall_Click);
     this.tbTargetIP.Location             = new global::System.Drawing.Point(6, 93);
     this.tbTargetIP.MaxLength            = 500;
     this.tbTargetIP.Name                 = "tbTargetIP";
     this.tbTargetIP.Size                 = new global::System.Drawing.Size(137, 20);
     this.tbTargetIP.TabIndex             = 4;
     this.tbTargetIP.Text                 = "192.168.1.101";
     this.label5.AutoSize                 = true;
     this.label5.Location                 = new global::System.Drawing.Point(6, 23);
     this.label5.Name                     = "label5";
     this.label5.Size                     = new global::System.Drawing.Size(106, 13);
     this.label5.TabIndex                 = 2;
     this.label5.Text                     = "User Name:";
     this.tbTargetUserNameDirect.Location = new global::System.Drawing.Point(6, 39);
     this.tbTargetUserNameDirect.Name     = "tbTargetUserNameDirect";
     this.tbTargetUserNameDirect.Size     = new global::System.Drawing.Size(137, 20);
     this.tbTargetUserNameDirect.TabIndex = 1;
     this.tbTargetUserNameDirect.Text     = "USER2";
     this.groupBox1.Controls.Add(this.btnLogOut);
     this.groupBox1.Controls.Add(this.btnLogIn);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.tbAccountUser);
     this.groupBox1.Location = new global::System.Drawing.Point(6, 6);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new global::System.Drawing.Size(287, 145);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Your Account";
     this.btnLogOut.Enabled  = false;
     this.btnLogOut.Location = new global::System.Drawing.Point(31, 104);
     this.btnLogOut.Name     = "btnLogOut";
     this.btnLogOut.Size     = new global::System.Drawing.Size(88, 23);
     this.btnLogOut.TabIndex = 4;
     this.btnLogOut.Text     = "Log Out";
     this.btnLogOut.UseVisualStyleBackColor = true;
     this.btnLogOut.Click  += new global::System.EventHandler(this.btnLogOut_Click);
     this.btnLogIn.Location = new global::System.Drawing.Point(31, 71);
     this.btnLogIn.Name     = "btnLogIn";
     this.btnLogIn.Size     = new global::System.Drawing.Size(88, 23);
     this.btnLogIn.TabIndex = 4;
     this.btnLogIn.Text     = "Log In";
     this.btnLogIn.UseVisualStyleBackColor = true;
     this.btnLogIn.Click          += new global::System.EventHandler(this.btnLogIn_Click);
     this.label1.AutoSize          = true;
     this.label1.Location          = new global::System.Drawing.Point(6, 20);
     this.label1.Name              = "label1";
     this.label1.Size              = new global::System.Drawing.Size(106, 13);
     this.label1.TabIndex          = 1;
     this.label1.Text              = "User Name:";
     this.tbAccountUser.Location   = new global::System.Drawing.Point(6, 39);
     this.tbAccountUser.Name       = "tbAccountUser";
     this.tbAccountUser.Size       = new global::System.Drawing.Size(137, 20);
     this.tbAccountUser.TabIndex   = 0;
     this.tbAccountUser.Text       = "USER1";
     this.TabsContainer.Appearance = global::System.Windows.Forms.TabAppearance.Buttons;
     this.TabsContainer.Controls.Add(this.DirectCallTab);
     this.TabsContainer.Dock          = global::System.Windows.Forms.DockStyle.Fill;
     this.TabsContainer.Location      = new global::System.Drawing.Point(0, 24);
     this.TabsContainer.Name          = "TabsContainer";
     this.TabsContainer.SelectedIndex = 0;
     this.TabsContainer.Size          = new global::System.Drawing.Size(311, 382);
     this.TabsContainer.TabIndex      = 0;
     this.Item1.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem });
     this.Item1.Name = "Item1";
     this.Item1.Size = new global::System.Drawing.Size(61, 20);
     this.Item1.Text = "Main";
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new global::System.Drawing.Size(117, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new global::System.EventHandler(this.exitToolStripMenuItem_Click);
     this.MainMenu.BackColor           = global::System.Drawing.SystemColors.Control;
     this.MainMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.Item1 });
     this.MainMenu.Location   = new global::System.Drawing.Point(0, 0);
     this.MainMenu.Name       = "MainMenu";
     this.MainMenu.Size       = new global::System.Drawing.Size(311, 24);
     this.MainMenu.TabIndex   = 1;
     this.MainMenu.Text       = "menuStrip1";
     this.AutoScaleDimensions = new global::System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new global::System.Drawing.Size(311, 406);
     this.Controls.Add(this.TabsContainer);
     this.Controls.Add(this.MainMenu);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MainMenuStrip   = this.MainMenu;
     this.MaximizeBox     = false;
     this.Name            = "MainWindow";
     this.Text            = "Main Window";
     this.FormClosing    += new global::System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
     this.DirectCallTab.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.TabsContainer.ResumeLayout(false);
     this.MainMenu.ResumeLayout(false);
     this.MainMenu.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #2
0
 // Token: 0x06000008 RID: 8 RVA: 0x000040B4 File Offset: 0x000022B4
 private void InitializeComponent()
 {
     components          = new global::System.ComponentModel.Container();
     txtAccount          = new global::MuEditor.TextBox();
     cbChoise            = new global::System.Windows.Forms.ComboBox();
     groupBox1           = new global::System.Windows.Forms.GroupBox();
     cbGM                = new global::System.Windows.Forms.CheckBox();
     cbRed               = new global::System.Windows.Forms.CheckBox();
     cbFilter            = new global::System.Windows.Forms.ComboBox();
     cbField             = new global::System.Windows.Forms.ComboBox();
     btnSearch           = new global::System.Windows.Forms.Button();
     cbOnline            = new global::System.Windows.Forms.CheckBox();
     cbEnvelop           = new global::System.Windows.Forms.CheckBox();
     gvData              = new global::System.Windows.Forms.DataGridView();
     groupBox2           = new global::System.Windows.Forms.GroupBox();
     btnCancel           = new global::System.Windows.Forms.Button();
     btnXX               = new global::System.Windows.Forms.Button();
     btnJF               = new global::System.Windows.Forms.Button();
     btnFH               = new global::System.Windows.Forms.Button();
     ccmsMenu            = new global::System.Windows.Forms.ContextMenuStrip(components);
     toolStripMenuItem_0 = new global::System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem_1 = new global::System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem_2 = new global::System.Windows.Forms.ToolStripMenuItem();
     groupBox1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)gvData).BeginInit();
     groupBox2.SuspendLayout();
     ccmsMenu.SuspendLayout();
     base.SuspendLayout();
     txtAccount.IsOnlyNumber    = false;
     txtAccount.Location        = new global::System.Drawing.Point(217, 15);
     txtAccount.MaxLength       = 50;
     txtAccount.Name            = "txtAccount";
     txtAccount.Size            = new global::System.Drawing.Size(127, 21);
     txtAccount.TabIndex        = 0;
     txtAccount.KeyPress       += new global::System.Windows.Forms.KeyPressEventHandler(txtAccount_KeyPress);
     cbChoise.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbChoise.FormattingEnabled = true;
     cbChoise.Items.AddRange(new object[]
     {
         "帐号",
         "角色",
         "IP"
     });
     cbChoise.Location              = new global::System.Drawing.Point(12, 15);
     cbChoise.Name                  = "cbChoise";
     cbChoise.Size                  = new global::System.Drawing.Size(52, 20);
     cbChoise.TabIndex              = 1;
     cbChoise.SelectedIndexChanged += new global::System.EventHandler(cbChoise_SelectedIndexChanged);
     groupBox1.Controls.Add(cbGM);
     groupBox1.Controls.Add(cbRed);
     groupBox1.Controls.Add(cbFilter);
     groupBox1.Controls.Add(cbField);
     groupBox1.Controls.Add(btnSearch);
     groupBox1.Controls.Add(cbOnline);
     groupBox1.Controls.Add(cbEnvelop);
     groupBox1.Controls.Add(cbChoise);
     groupBox1.Controls.Add(txtAccount);
     groupBox1.Dock                = global::System.Windows.Forms.DockStyle.Top;
     groupBox1.Location            = new global::System.Drawing.Point(0, 0);
     groupBox1.Name                = "groupBox1";
     groupBox1.Size                = new global::System.Drawing.Size(604, 39);
     groupBox1.TabIndex            = 4;
     groupBox1.TabStop             = false;
     groupBox1.Text                = "查询";
     cbGM.AutoSize                 = true;
     cbGM.ImeMode                  = global::System.Windows.Forms.ImeMode.NoControl;
     cbGM.Location                 = new global::System.Drawing.Point(501, 17);
     cbGM.Name                     = "cbGM";
     cbGM.Size                     = new global::System.Drawing.Size(36, 16);
     cbGM.TabIndex                 = 12;
     cbGM.Text                     = "GM";
     cbGM.UseVisualStyleBackColor  = true;
     cbRed.AutoSize                = true;
     cbRed.ImeMode                 = global::System.Windows.Forms.ImeMode.NoControl;
     cbRed.Location                = new global::System.Drawing.Point(450, 17);
     cbRed.Name                    = "cbRed";
     cbRed.Size                    = new global::System.Drawing.Size(48, 16);
     cbRed.TabIndex                = 11;
     cbRed.Text                    = "红名";
     cbRed.UseVisualStyleBackColor = true;
     cbFilter.DropDownStyle        = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbFilter.FormattingEnabled    = true;
     cbFilter.Items.AddRange(new object[]
     {
         "帐号",
         "角色",
         "IP"
     });
     cbFilter.Location         = new global::System.Drawing.Point(167, 15);
     cbFilter.Name             = "cbFilter";
     cbFilter.Size             = new global::System.Drawing.Size(46, 20);
     cbFilter.TabIndex         = 10;
     cbField.DropDownHeight    = 306;
     cbField.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     cbField.FormattingEnabled = true;
     cbField.IntegralHeight    = false;
     cbField.Items.AddRange(new object[]
     {
         "帐号",
         "角色",
         "IP"
     });
     cbField.Location                   = new global::System.Drawing.Point(69, 15);
     cbField.Name                       = "cbField";
     cbField.Size                       = new global::System.Drawing.Size(94, 20);
     cbField.TabIndex                   = 9;
     cbField.SelectedIndexChanged      += new global::System.EventHandler(cbField_SelectedIndexChanged);
     btnSearch.ImeMode                  = global::System.Windows.Forms.ImeMode.NoControl;
     btnSearch.Location                 = new global::System.Drawing.Point(543, 13);
     btnSearch.Name                     = "btnSearch";
     btnSearch.Size                     = new global::System.Drawing.Size(50, 23);
     btnSearch.TabIndex                 = 8;
     btnSearch.Text                     = "查 询";
     btnSearch.UseVisualStyleBackColor  = true;
     btnSearch.Click                   += new global::System.EventHandler(btnSearch_Click);
     cbOnline.AutoSize                  = true;
     cbOnline.ImeMode                   = global::System.Windows.Forms.ImeMode.NoControl;
     cbOnline.Location                  = new global::System.Drawing.Point(399, 17);
     cbOnline.Name                      = "cbOnline";
     cbOnline.Size                      = new global::System.Drawing.Size(48, 16);
     cbOnline.TabIndex                  = 7;
     cbOnline.Text                      = "在线";
     cbOnline.UseVisualStyleBackColor   = true;
     cbEnvelop.AutoSize                 = true;
     cbEnvelop.Location                 = new global::System.Drawing.Point(349, 17);
     cbEnvelop.Name                     = "cbEnvelop";
     cbEnvelop.Size                     = new global::System.Drawing.Size(48, 16);
     cbEnvelop.TabIndex                 = 6;
     cbEnvelop.Text                     = "被封";
     cbEnvelop.UseVisualStyleBackColor  = true;
     gvData.AllowUserToAddRows          = false;
     gvData.AllowUserToDeleteRows       = false;
     gvData.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     gvData.Location                    = new global::System.Drawing.Point(0, 43);
     gvData.Name               = "gvData";
     gvData.ReadOnly           = true;
     gvData.RowHeadersWidth    = 30;
     gvData.RowTemplate.Height = 23;
     gvData.Size               = new global::System.Drawing.Size(604, 279);
     gvData.TabIndex           = 6;
     gvData.CellClick         += new global::System.Windows.Forms.DataGridViewCellEventHandler(gvData_CellClick);
     gvData.CellDoubleClick   += new global::System.Windows.Forms.DataGridViewCellEventHandler(gvData_CellDoubleClick);
     gvData.RowPostPaint      += new global::System.Windows.Forms.DataGridViewRowPostPaintEventHandler(gvData_RowPostPaint);
     groupBox2.Controls.Add(btnCancel);
     groupBox2.Controls.Add(btnXX);
     groupBox2.Controls.Add(btnJF);
     groupBox2.Controls.Add(btnFH);
     groupBox2.Dock                    = global::System.Windows.Forms.DockStyle.Bottom;
     groupBox2.Location                = new global::System.Drawing.Point(0, 328);
     groupBox2.Name                    = "groupBox2";
     groupBox2.Size                    = new global::System.Drawing.Size(604, 39);
     groupBox2.TabIndex                = 7;
     groupBox2.TabStop                 = false;
     groupBox2.Text                    = "操作";
     btnCancel.DialogResult            = global::System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Location                = new global::System.Drawing.Point(402, 13);
     btnCancel.Name                    = "btnCancel";
     btnCancel.Size                    = new global::System.Drawing.Size(50, 23);
     btnCancel.TabIndex                = 35;
     btnCancel.Text                    = "关 闭";
     btnCancel.UseVisualStyleBackColor = true;
     btnCancel.Click                  += new global::System.EventHandler(btnCancel_Click);
     btnXX.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnXX.Location = new global::System.Drawing.Point(319, 13);
     btnXX.Name     = "btnXX";
     btnXX.Size     = new global::System.Drawing.Size(71, 23);
     btnXX.TabIndex = 11;
     btnXX.Text     = "批量下线";
     btnXX.UseVisualStyleBackColor = true;
     btnXX.Click   += new global::System.EventHandler(btnXX_Click);
     btnJF.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnJF.Location = new global::System.Drawing.Point(236, 13);
     btnJF.Name     = "btnJF";
     btnJF.Size     = new global::System.Drawing.Size(71, 23);
     btnJF.TabIndex = 10;
     btnJF.Text     = "批量解封";
     btnJF.UseVisualStyleBackColor = true;
     btnJF.Click   += new global::System.EventHandler(btnJF_Click);
     btnFH.ImeMode  = global::System.Windows.Forms.ImeMode.NoControl;
     btnFH.Location = new global::System.Drawing.Point(153, 13);
     btnFH.Name     = "btnFH";
     btnFH.Size     = new global::System.Drawing.Size(71, 23);
     btnFH.TabIndex = 9;
     btnFH.Text     = "批量封号";
     btnFH.UseVisualStyleBackColor = true;
     btnFH.Click += new global::System.EventHandler(btnFH_Click);
     ccmsMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         toolStripMenuItem_0,
         toolStripMenuItem_1,
         toolStripMenuItem_2
     });
     ccmsMenu.Name              = "ccmsMenu";
     ccmsMenu.Size              = new global::System.Drawing.Size(143, 70);
     toolStripMenuItem_0.Name   = "批量封号AToolStripMenuItem";
     toolStripMenuItem_0.Size   = new global::System.Drawing.Size(142, 22);
     toolStripMenuItem_0.Text   = "批量封号(&B)";
     toolStripMenuItem_0.Click += new global::System.EventHandler(btnFH_Click);
     toolStripMenuItem_1.Name   = "批量解封DToolStripMenuItem";
     toolStripMenuItem_1.Size   = new global::System.Drawing.Size(142, 22);
     toolStripMenuItem_1.Text   = "批量解封(&D)";
     toolStripMenuItem_1.Click += new global::System.EventHandler(btnJF_Click);
     toolStripMenuItem_2.Name   = "批量下线OToolStripMenuItem";
     toolStripMenuItem_2.Size   = new global::System.Drawing.Size(142, 22);
     toolStripMenuItem_2.Text   = "批量下线(&O)";
     toolStripMenuItem_2.Click += new global::System.EventHandler(btnXX_Click);
     base.AutoScaleDimensions   = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode         = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize            = new global::System.Drawing.Size(604, 367);
     base.Controls.Add(groupBox2);
     base.Controls.Add(gvData);
     base.Controls.Add(groupBox1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.IsMdiContainer  = true;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmUser";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     Text             = "人物管理";
     base.FormClosed += new global::System.Windows.Forms.FormClosedEventHandler(frmUser_FormClosed);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)gvData).EndInit();
     groupBox2.ResumeLayout(false);
     ccmsMenu.ResumeLayout(false);
     base.ResumeLayout(false);
 }