📄 activityinfodlg.designer.cs
字号:
//
this.labelWDUnit2.AutoSize = true;
this.labelWDUnit2.Location = new System.Drawing.Point(381, 51);
this.labelWDUnit2.Name = "labelWDUnit2";
this.labelWDUnit2.Size = new System.Drawing.Size(65, 12);
this.labelWDUnit2.TabIndex = 31;
this.labelWDUnit2.Text = "(工昨日)";
//
// labelWDUnit1
//
this.labelWDUnit1.AutoSize = true;
this.labelWDUnit1.Location = new System.Drawing.Point(381, 25);
this.labelWDUnit1.Name = "labelWDUnit1";
this.labelWDUnit1.Size = new System.Drawing.Size(65, 12);
this.labelWDUnit1.TabIndex = 30;
this.labelWDUnit1.Text = "(工昨日)";
//
// labelWarningTime
//
this.labelWarningTime.AutoSize = true;
this.labelWarningTime.ForeColor = System.Drawing.Color.Black;
this.labelWarningTime.Location = new System.Drawing.Point(167, 53);
this.labelWarningTime.Name = "labelWarningTime";
this.labelWarningTime.Size = new System.Drawing.Size(83, 12);
this.labelWarningTime.TabIndex = 29;
this.labelWarningTime.Text = "节点预警时限*";
//
// labelWorkDay
//
this.labelWorkDay.AutoSize = true;
this.labelWorkDay.ForeColor = System.Drawing.Color.Black;
this.labelWorkDay.Location = new System.Drawing.Point(191, 26);
this.labelWorkDay.Name = "labelWorkDay";
this.labelWorkDay.Size = new System.Drawing.Size(59, 12);
this.labelWorkDay.TabIndex = 28;
this.labelWorkDay.Text = "节点时限*";
//
// groupBoxUsers
//
this.groupBoxUsers.Controls.Add(this.comboBoxPrevActive);
this.groupBoxUsers.Controls.Add(this.comboBoxRole);
this.groupBoxUsers.Controls.Add(this.radioButtonBeforActiv);
this.groupBoxUsers.Controls.Add(this.radioButtonSelectRole);
this.groupBoxUsers.Location = new System.Drawing.Point(80, 199);
this.groupBoxUsers.Name = "groupBoxUsers";
this.groupBoxUsers.Size = new System.Drawing.Size(457, 100);
this.groupBoxUsers.TabIndex = 35;
this.groupBoxUsers.TabStop = false;
this.groupBoxUsers.Text = "节点所属用户信息";
//
// comboBoxPrevActive
//
this.comboBoxPrevActive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxPrevActive.Enabled = false;
this.comboBoxPrevActive.FormattingEnabled = true;
this.comboBoxPrevActive.Location = new System.Drawing.Point(256, 49);
this.comboBoxPrevActive.Name = "comboBoxPrevActive";
this.comboBoxPrevActive.Size = new System.Drawing.Size(121, 20);
this.comboBoxPrevActive.TabIndex = 37;
//
// comboBoxRole
//
this.comboBoxRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxRole.FormattingEnabled = true;
this.comboBoxRole.Location = new System.Drawing.Point(256, 16);
this.comboBoxRole.Name = "comboBoxRole";
this.comboBoxRole.Size = new System.Drawing.Size(121, 20);
this.comboBoxRole.TabIndex = 36;
//
// radioButtonBeforActiv
//
this.radioButtonBeforActiv.AutoSize = true;
this.radioButtonBeforActiv.Location = new System.Drawing.Point(11, 53);
this.radioButtonBeforActiv.Name = "radioButtonBeforActiv";
this.radioButtonBeforActiv.Size = new System.Drawing.Size(179, 16);
this.radioButtonBeforActiv.TabIndex = 35;
this.radioButtonBeforActiv.Text = "选择之前节点实例的操作用户";
this.radioButtonBeforActiv.UseVisualStyleBackColor = true;
this.radioButtonBeforActiv.CheckedChanged += new System.EventHandler(this.radioButtonBeforActiv_CheckedChanged);
//
// radioButtonSelectRole
//
this.radioButtonSelectRole.AutoSize = true;
this.radioButtonSelectRole.Checked = true;
this.radioButtonSelectRole.Location = new System.Drawing.Point(11, 20);
this.radioButtonSelectRole.Name = "radioButtonSelectRole";
this.radioButtonSelectRole.Size = new System.Drawing.Size(95, 16);
this.radioButtonSelectRole.TabIndex = 34;
this.radioButtonSelectRole.TabStop = true;
this.radioButtonSelectRole.Text = "选择角色用户";
this.radioButtonSelectRole.UseVisualStyleBackColor = true;
this.radioButtonSelectRole.CheckedChanged += new System.EventHandler(this.radioButtonSelectRole_CheckedChanged);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(299, 532);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 37;
this.buttonCancel.Text = "取消";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// buttonOk
//
this.buttonOk.Location = new System.Drawing.Point(193, 532);
this.buttonOk.Name = "buttonOk";
this.buttonOk.Size = new System.Drawing.Size(75, 23);
this.buttonOk.TabIndex = 36;
this.buttonOk.Text = "保存";
this.buttonOk.UseVisualStyleBackColor = true;
this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
//
// tabControlOtherProperty
//
this.tabControlOtherProperty.Controls.Add(this.tabPageApplication);
this.tabControlOtherProperty.Controls.Add(this.tabPageParamInfo);
this.tabControlOtherProperty.Controls.Add(this.tabPageBeforeRecive);
this.tabControlOtherProperty.Controls.Add(this.tabPageAfterSend);
this.tabControlOtherProperty.Location = new System.Drawing.Point(80, 305);
this.tabControlOtherProperty.Name = "tabControlOtherProperty";
this.tabControlOtherProperty.SelectedIndex = 0;
this.tabControlOtherProperty.Size = new System.Drawing.Size(457, 221);
this.tabControlOtherProperty.TabIndex = 38;
//
// tabPageApplication
//
this.tabPageApplication.Controls.Add(this.buttonButtom);
this.tabPageApplication.Controls.Add(this.buttonTop);
this.tabPageApplication.Controls.Add(this.buttonDeleteAll);
this.tabPageApplication.Controls.Add(this.buttonAddAll);
this.tabPageApplication.Controls.Add(this.buttonDelete);
this.tabPageApplication.Controls.Add(this.buttonAdd);
this.tabPageApplication.Controls.Add(this.listBoxSlectedAppInfo);
this.tabPageApplication.Controls.Add(this.listBoxAppInfo);
this.tabPageApplication.Location = new System.Drawing.Point(4, 21);
this.tabPageApplication.Name = "tabPageApplication";
this.tabPageApplication.Padding = new System.Windows.Forms.Padding(3);
this.tabPageApplication.Size = new System.Drawing.Size(449, 196);
this.tabPageApplication.TabIndex = 0;
this.tabPageApplication.Text = "节点应用信息";
this.tabPageApplication.UseVisualStyleBackColor = true;
//
// buttonButtom
//
this.buttonButtom.Location = new System.Drawing.Point(389, 100);
this.buttonButtom.Name = "buttonButtom";
this.buttonButtom.Size = new System.Drawing.Size(38, 23);
this.buttonButtom.TabIndex = 18;
this.buttonButtom.Text = "▼";
this.buttonButtom.UseVisualStyleBackColor = true;
this.buttonButtom.Click += new System.EventHandler(this.buttonButtom_Click);
//
// buttonTop
//
this.buttonTop.Location = new System.Drawing.Point(389, 57);
this.buttonTop.Name = "buttonTop";
this.buttonTop.Size = new System.Drawing.Size(38, 23);
this.buttonTop.TabIndex = 17;
this.buttonTop.Text = "▲";
this.buttonTop.UseVisualStyleBackColor = true;
this.buttonTop.Click += new System.EventHandler(this.buttonTop_Click);
//
// buttonDeleteAll
//
this.buttonDeleteAll.Location = new System.Drawing.Point(165, 145);
this.buttonDeleteAll.Name = "buttonDeleteAll";
this.buttonDeleteAll.Size = new System.Drawing.Size(75, 23);
this.buttonDeleteAll.TabIndex = 16;
this.buttonDeleteAll.Text = "<< <<";
this.buttonDeleteAll.UseVisualStyleBackColor = true;
this.buttonDeleteAll.Click += new System.EventHandler(this.buttonDeleteAll_Click);
//
// buttonAddAll
//
this.buttonAddAll.Location = new System.Drawing.Point(165, 100);
this.buttonAddAll.Name = "buttonAddAll";
this.buttonAddAll.Size = new System.Drawing.Size(75, 23);
this.buttonAddAll.TabIndex = 14;
this.buttonAddAll.Text = ">> >>";
this.buttonAddAll.UseVisualStyleBackColor = true;
this.buttonAddAll.Click += new System.EventHandler(this.buttonAddAll_Click);
//
// buttonDelete
//
this.buttonDelete.Location = new System.Drawing.Point(165, 57);
this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.Size = new System.Drawing.Size(75, 23);
this.buttonDelete.TabIndex = 13;
this.buttonDelete.Text = "<<";
this.buttonDelete.UseVisualStyleBackColor = true;
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
//
// buttonAdd
//
this.buttonAdd.Location = new System.Drawing.Point(165, 18);
this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.Size = new System.Drawing.Size(75, 23);
this.buttonAdd.TabIndex = 12;
this.buttonAdd.Text = ">>";
this.buttonAdd.UseVisualStyleBackColor = true;
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
//
// listBoxSlectedAppInfo
//
this.listBoxSlectedAppInfo.AllowDrop = true;
this.listBoxSlectedAppInfo.FormattingEnabled = true;
this.listBoxSlectedAppInfo.ItemHeight = 12;
this.listBoxSlectedAppInfo.Location = new System.Drawing.Point(250, 18);
this.listBoxSlectedAppInfo.Name = "listBoxSlectedAppInfo";
this.listBoxSlectedAppInfo.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.listBoxSlectedAppInfo.Size = new System.Drawing.Size(120, 160);
this.listBoxSlectedAppInfo.TabIndex = 15;
this.listBoxSlectedAppInfo.DragEnter += new System.Windows.Forms.DragEventHandler(this.listBoxSlectedAppInfo_DragEnter);
this.listBoxSlectedAppInfo.DragDrop += new System.Windows.Forms.DragEventHandler(this.listBoxSlectedAppInfo_DragDrop);
this.listBoxSlectedAppInfo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxSlectedAppInfo_MouseDown);
//
// listBoxAppInfo
//
this.listBoxAppInfo.FormattingEnabled = true;
this.listBoxAppInfo.ItemHeight = 12;
this.listBoxAppInfo.Location = new System.Drawing.Point(29, 18);
this.listBoxAppInfo.Name = "listBoxAppInfo";
this.listBoxAppInfo.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -