123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432 |
- namespace LYFZ.ManagementService
- {
- partial class frmTerminalConnect
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.ucPagerEx1 = new LYFZ.ManagementService.UCPager.ucPagerEx();
- this.skinComboBoxQuery = new LYFZ.OtherExpansion.SkinControl.SkinComboBox();
- this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.skinButtomQueryAll = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.skinButtomQuery = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.skinTextBoxQuery = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.skinButtomExport = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.sbtnRunExpireClient = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.sbtnUnknownClient = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.sbtnExpireClient = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.skbtnModifyValidRuns = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.sbtnRemotelyControl = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.contextMenuStripExTitle = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.tabControlEx1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.groupBoxEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
- this.groupBoxEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.tabControlEx1);
- //
- // tabControlEx1
- //
- this.tabControlEx1.BaseColor = System.Drawing.Color.White;
- this.tabControlEx1.BorderColor = System.Drawing.Color.White;
- this.tabControlEx1.Controls.Add(this.tabPage1);
- this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlEx1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 25);
- this.tabControlEx1.Location = new System.Drawing.Point(0, 0);
- this.tabControlEx1.Name = "tabControlEx1";
- this.tabControlEx1.PageColor = System.Drawing.Color.White;
- this.tabControlEx1.SelectedIndex = 0;
- this.tabControlEx1.Size = new System.Drawing.Size(710, 445);
- this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlEx1.TabIndex = 2;
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.Color.White;
- this.tabPage1.Controls.Add(this.groupBoxEx2);
- this.tabPage1.Controls.Add(this.groupBoxEx1);
- this.tabPage1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabPage1.Location = new System.Drawing.Point(4, 29);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(702, 412);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "终端连接管理";
- //
- // groupBoxEx2
- //
- this.groupBoxEx2.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.groupBoxEx2.Controls.Add(this.labelEx3);
- this.groupBoxEx2.Controls.Add(this.ucPagerEx1);
- this.groupBoxEx2.Controls.Add(this.skinComboBoxQuery);
- this.groupBoxEx2.Controls.Add(this.dataGridViewEx1);
- this.groupBoxEx2.Controls.Add(this.skinButtomQueryAll);
- this.groupBoxEx2.Controls.Add(this.skinButtomQuery);
- this.groupBoxEx2.Controls.Add(this.labelEx2);
- this.groupBoxEx2.Controls.Add(this.skinTextBoxQuery);
- this.groupBoxEx2.Controls.Add(this.labelEx1);
- this.groupBoxEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxEx2.Location = new System.Drawing.Point(6, 67);
- this.groupBoxEx2.Name = "groupBoxEx2";
- this.groupBoxEx2.Size = new System.Drawing.Size(693, 339);
- this.groupBoxEx2.TabIndex = 0;
- this.groupBoxEx2.TabStop = false;
- this.groupBoxEx2.Text = "数据查询";
- //
- // labelEx3
- //
- this.labelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 20F);
- this.labelEx3.ForeColor = System.Drawing.SystemColors.AppWorkspace;
- this.labelEx3.Location = new System.Drawing.Point(170, 117);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(366, 70);
- this.labelEx3.TabIndex = 13;
- this.labelEx3.Text = "没有找到任何数据...";
- this.labelEx3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.labelEx3.Visible = false;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(3, 306);
- this.ucPagerEx1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(687, 30);
- this.ucPagerEx1.TabIndex = 4;
- this.ucPagerEx1.TbDataSource = null;
- //
- // skinComboBoxQuery
- //
- this.skinComboBoxQuery.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.skinComboBoxQuery.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.skinComboBoxQuery.FormattingEnabled = true;
- this.skinComboBoxQuery.Location = new System.Drawing.Point(43, 19);
- this.skinComboBoxQuery.Name = "skinComboBoxQuery";
- this.skinComboBoxQuery.Size = new System.Drawing.Size(120, 24);
- this.skinComboBoxQuery.TabIndex = 3;
- this.skinComboBoxQuery.WaterText = "";
- //
- // dataGridViewEx1
- //
- this.dataGridViewEx1.AllowUserToAddRows = false;
- this.dataGridViewEx1.AllowUserToDeleteRows = false;
- this.dataGridViewEx1.AllowUserToOrderColumns = true;
- this.dataGridViewEx1.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dataGridViewEx1.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.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White;
- this.dataGridViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewEx1.EnableHeadersVisualStyles = false;
- this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dataGridViewEx1.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_" +
- "dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1";
- this.dataGridViewEx1.IsCompleteBonding = false;
- this.dataGridViewEx1.Location = new System.Drawing.Point(5, 51);
- this.dataGridViewEx1.Name = "dataGridViewEx1";
- this.dataGridViewEx1.RowHeadersVisible = false;
- this.dataGridViewEx1.RowTemplate.Height = 23;
- this.dataGridViewEx1.RowTemplate.ReadOnly = true;
- this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridViewEx1.Size = new System.Drawing.Size(684, 244);
- this.dataGridViewEx1.TabIndex = 2;
- //
- // skinButtomQueryAll
- //
- this.skinButtomQueryAll.BackColor = System.Drawing.Color.Transparent;
- this.skinButtomQueryAll.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinButtomQueryAll.DownBack = null;
- this.skinButtomQueryAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButtomQueryAll.Location = new System.Drawing.Point(590, 16);
- this.skinButtomQueryAll.MouseBack = null;
- this.skinButtomQueryAll.Name = "skinButtomQueryAll";
- this.skinButtomQueryAll.NormlBack = null;
- this.skinButtomQueryAll.Size = new System.Drawing.Size(75, 28);
- this.skinButtomQueryAll.TabIndex = 0;
- this.skinButtomQueryAll.Text = "所有客户";
- this.skinButtomQueryAll.UseVisualStyleBackColor = false;
- //
- // skinButtomQuery
- //
- this.skinButtomQuery.BackColor = System.Drawing.Color.Transparent;
- this.skinButtomQuery.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinButtomQuery.DownBack = null;
- this.skinButtomQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButtomQuery.Location = new System.Drawing.Point(508, 16);
- this.skinButtomQuery.MouseBack = null;
- this.skinButtomQuery.Name = "skinButtomQuery";
- this.skinButtomQuery.NormlBack = null;
- this.skinButtomQuery.Size = new System.Drawing.Size(75, 28);
- this.skinButtomQuery.TabIndex = 0;
- this.skinButtomQuery.Text = "查 询";
- this.skinButtomQuery.UseVisualStyleBackColor = false;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Location = new System.Drawing.Point(3, 21);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(44, 17);
- this.labelEx2.TabIndex = 0;
- this.labelEx2.Text = "条件:";
- //
- // skinTextBoxQuery
- //
- this.skinTextBoxQuery.BackColor = System.Drawing.Color.Transparent;
- this.skinTextBoxQuery.Icon = null;
- this.skinTextBoxQuery.IconIsButton = false;
- this.skinTextBoxQuery.IsPasswordChat = '\0';
- this.skinTextBoxQuery.IsSystemPasswordChar = false;
- this.skinTextBoxQuery.Lines = new string[0];
- this.skinTextBoxQuery.Location = new System.Drawing.Point(232, 16);
- this.skinTextBoxQuery.Margin = new System.Windows.Forms.Padding(0);
- this.skinTextBoxQuery.MaxLength = 32767;
- this.skinTextBoxQuery.MinimumSize = new System.Drawing.Size(0, 28);
- this.skinTextBoxQuery.MouseBack = null;
- this.skinTextBoxQuery.Multiline = false;
- this.skinTextBoxQuery.Name = "skinTextBoxQuery";
- this.skinTextBoxQuery.NormlBack = null;
- this.skinTextBoxQuery.Padding = new System.Windows.Forms.Padding(5);
- this.skinTextBoxQuery.ReadOnly = false;
- this.skinTextBoxQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.skinTextBoxQuery.Size = new System.Drawing.Size(260, 28);
- this.skinTextBoxQuery.TabIndex = 1;
- this.skinTextBoxQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.skinTextBoxQuery.WaterColor = System.Drawing.Color.DarkGray;
- this.skinTextBoxQuery.WaterText = "请输入查询关键字";
- this.skinTextBoxQuery.WordWrap = true;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Location = new System.Drawing.Point(173, 24);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(56, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "关键字:";
- //
- // groupBoxEx1
- //
- this.groupBoxEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBoxEx1.Controls.Add(this.skinButtomExport);
- this.groupBoxEx1.Controls.Add(this.sbtnRunExpireClient);
- this.groupBoxEx1.Controls.Add(this.sbtnUnknownClient);
- this.groupBoxEx1.Controls.Add(this.sbtnExpireClient);
- this.groupBoxEx1.Controls.Add(this.skbtnModifyValidRuns);
- this.groupBoxEx1.Controls.Add(this.sbtnRemotelyControl);
- this.groupBoxEx1.Location = new System.Drawing.Point(6, 6);
- this.groupBoxEx1.Name = "groupBoxEx1";
- this.groupBoxEx1.Size = new System.Drawing.Size(693, 55);
- this.groupBoxEx1.TabIndex = 0;
- this.groupBoxEx1.TabStop = false;
- this.groupBoxEx1.Text = "工具栏";
- //
- // skinButtomExport
- //
- this.skinButtomExport.BackColor = System.Drawing.Color.Transparent;
- this.skinButtomExport.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinButtomExport.DownBack = null;
- this.skinButtomExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButtomExport.Location = new System.Drawing.Point(511, 20);
- this.skinButtomExport.MouseBack = null;
- this.skinButtomExport.Name = "skinButtomExport";
- this.skinButtomExport.NormlBack = null;
- this.skinButtomExport.Size = new System.Drawing.Size(75, 28);
- this.skinButtomExport.TabIndex = 0;
- this.skinButtomExport.Text = "导出Excel";
- this.skinButtomExport.UseVisualStyleBackColor = false;
- //
- // sbtnRunExpireClient
- //
- this.sbtnRunExpireClient.BackColor = System.Drawing.Color.Transparent;
- this.sbtnRunExpireClient.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnRunExpireClient.DownBack = null;
- this.sbtnRunExpireClient.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnRunExpireClient.Location = new System.Drawing.Point(318, 20);
- this.sbtnRunExpireClient.MouseBack = null;
- this.sbtnRunExpireClient.Name = "sbtnRunExpireClient";
- this.sbtnRunExpireClient.NormlBack = null;
- this.sbtnRunExpireClient.Size = new System.Drawing.Size(98, 28);
- this.sbtnRunExpireClient.TabIndex = 0;
- this.sbtnRunExpireClient.Text = "运行中到期客户";
- this.sbtnRunExpireClient.UseVisualStyleBackColor = false;
- this.sbtnRunExpireClient.Click += new System.EventHandler(this.sbtnRunExpireClient_Click);
- //
- // sbtnUnknownClient
- //
- this.sbtnUnknownClient.BackColor = System.Drawing.Color.Transparent;
- this.sbtnUnknownClient.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnUnknownClient.DownBack = null;
- this.sbtnUnknownClient.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnUnknownClient.Location = new System.Drawing.Point(426, 20);
- this.sbtnUnknownClient.MouseBack = null;
- this.sbtnUnknownClient.Name = "sbtnUnknownClient";
- this.sbtnUnknownClient.NormlBack = null;
- this.sbtnUnknownClient.Size = new System.Drawing.Size(75, 28);
- this.sbtnUnknownClient.TabIndex = 0;
- this.sbtnUnknownClient.Text = "未知客户";
- this.sbtnUnknownClient.UseVisualStyleBackColor = false;
- this.sbtnUnknownClient.Click += new System.EventHandler(this.sbtnUnknownClient_Click);
- //
- // sbtnExpireClient
- //
- this.sbtnExpireClient.BackColor = System.Drawing.Color.Transparent;
- this.sbtnExpireClient.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnExpireClient.DownBack = null;
- this.sbtnExpireClient.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnExpireClient.Location = new System.Drawing.Point(233, 20);
- this.sbtnExpireClient.MouseBack = null;
- this.sbtnExpireClient.Name = "sbtnExpireClient";
- this.sbtnExpireClient.NormlBack = null;
- this.sbtnExpireClient.Size = new System.Drawing.Size(75, 28);
- this.sbtnExpireClient.TabIndex = 0;
- this.sbtnExpireClient.Text = "到期客户";
- this.sbtnExpireClient.UseVisualStyleBackColor = false;
- this.sbtnExpireClient.Click += new System.EventHandler(this.sbtnExpireClient_Click);
- //
- // skbtnModifyValidRuns
- //
- this.skbtnModifyValidRuns.BackColor = System.Drawing.Color.Transparent;
- this.skbtnModifyValidRuns.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skbtnModifyValidRuns.DownBack = null;
- this.skbtnModifyValidRuns.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skbtnModifyValidRuns.Location = new System.Drawing.Point(9, 20);
- this.skbtnModifyValidRuns.MouseBack = null;
- this.skbtnModifyValidRuns.Name = "skbtnModifyValidRuns";
- this.skbtnModifyValidRuns.NormlBack = null;
- this.skbtnModifyValidRuns.Size = new System.Drawing.Size(129, 28);
- this.skbtnModifyValidRuns.TabIndex = 0;
- this.skbtnModifyValidRuns.Text = "修改软件运行有效期";
- this.skbtnModifyValidRuns.UseVisualStyleBackColor = false;
- this.skbtnModifyValidRuns.Click += new System.EventHandler(this.skbtnModifyValidRuns_Click);
- //
- // sbtnRemotelyControl
- //
- this.sbtnRemotelyControl.BackColor = System.Drawing.Color.Transparent;
- this.sbtnRemotelyControl.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnRemotelyControl.DownBack = null;
- this.sbtnRemotelyControl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnRemotelyControl.Location = new System.Drawing.Point(148, 20);
- this.sbtnRemotelyControl.MouseBack = null;
- this.sbtnRemotelyControl.Name = "sbtnRemotelyControl";
- this.sbtnRemotelyControl.NormlBack = null;
- this.sbtnRemotelyControl.Size = new System.Drawing.Size(75, 28);
- this.sbtnRemotelyControl.TabIndex = 0;
- this.sbtnRemotelyControl.Text = "远程控制";
- this.sbtnRemotelyControl.UseVisualStyleBackColor = false;
- this.sbtnRemotelyControl.Click += new System.EventHandler(this.sbtnRemotelyControl_Click);
- //
- // contextMenuStripExTitle
- //
- this.contextMenuStripExTitle.Name = "contextMenuStripExTitle";
- this.contextMenuStripExTitle.Size = new System.Drawing.Size(61, 4);
- //
- // frmTerminalConnect
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(710, 510);
- this.Name = "frmTerminalConnect";
- this.Text = "终端连接管理";
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.tabControlEx1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.groupBoxEx2.ResumeLayout(false);
- this.groupBoxEx2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
- this.groupBoxEx1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.TabControlEx tabControlEx1;
- private System.Windows.Forms.TabPage tabPage1;
- private ComponentLibrary.GroupBoxEx groupBoxEx2;
- private UCPager.ucPagerEx ucPagerEx1;
- private OtherExpansion.SkinControl.SkinComboBox skinComboBoxQuery;
- private ComponentLibrary.DataGridViewEx dataGridViewEx1;
- private OtherExpansion.SkinControl.SkinButtom skinButtomQueryAll;
- private OtherExpansion.SkinControl.SkinButtom skinButtomQuery;
- private ComponentLibrary.LabelEx labelEx2;
- private OtherExpansion.SkinControl.SkinTextBox skinTextBoxQuery;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.GroupBoxEx groupBoxEx1;
- private OtherExpansion.SkinControl.SkinButtom skinButtomExport;
- private OtherExpansion.SkinControl.SkinButtom sbtnRemotelyControl;
- private ComponentLibrary.ContextMenuStripEx contextMenuStripExTitle;
- private ComponentLibrary.LabelEx labelEx3;
- private OtherExpansion.SkinControl.SkinButtom sbtnRunExpireClient;
- private OtherExpansion.SkinControl.SkinButtom sbtnUnknownClient;
- private OtherExpansion.SkinControl.SkinButtom sbtnExpireClient;
- private OtherExpansion.SkinControl.SkinButtom skbtnModifyValidRuns;
- }
- }
|