📄 activityinfodlg.designer.cs
字号:
namespace WorkflowDesigner.Designer
{
partial class ActivityInfoDlg
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.textBoxName = new System.Windows.Forms.TextBox();
this.labelName = new System.Windows.Forms.Label();
this.labelPosX = new System.Windows.Forms.Label();
this.labelPosY = new System.Windows.Forms.Label();
this.textBoxPosx = new System.Windows.Forms.TextBox();
this.textBoxPosY = new System.Windows.Forms.TextBox();
this.groupBoxBaseProperty = new System.Windows.Forms.GroupBox();
this.checkBoxIsSendSelf = new System.Windows.Forms.CheckBox();
this.checkBoxIsEnableSendBack = new System.Windows.Forms.CheckBox();
this.checkBoxIsWarningDay = new System.Windows.Forms.CheckBox();
this.checkBoxIsWorkday = new System.Windows.Forms.CheckBox();
this.textBoxMustTime = new System.Windows.Forms.TextBox();
this.textBoxWarningTime = new System.Windows.Forms.TextBox();
this.labelWDUnit2 = new System.Windows.Forms.Label();
this.labelWDUnit1 = new System.Windows.Forms.Label();
this.labelWarningTime = new System.Windows.Forms.Label();
this.labelWorkDay = new System.Windows.Forms.Label();
this.groupBoxUsers = new System.Windows.Forms.GroupBox();
this.comboBoxPrevActive = new System.Windows.Forms.ComboBox();
this.comboBoxRole = new System.Windows.Forms.ComboBox();
this.radioButtonBeforActiv = new System.Windows.Forms.RadioButton();
this.radioButtonSelectRole = new System.Windows.Forms.RadioButton();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOk = new System.Windows.Forms.Button();
this.tabControlOtherProperty = new System.Windows.Forms.TabControl();
this.tabPageApplication = new System.Windows.Forms.TabPage();
this.buttonButtom = new System.Windows.Forms.Button();
this.buttonTop = new System.Windows.Forms.Button();
this.buttonDeleteAll = new System.Windows.Forms.Button();
this.buttonAddAll = new System.Windows.Forms.Button();
this.buttonDelete = new System.Windows.Forms.Button();
this.buttonAdd = new System.Windows.Forms.Button();
this.listBoxSlectedAppInfo = new System.Windows.Forms.ListBox();
this.listBoxAppInfo = new System.Windows.Forms.ListBox();
this.tabPageParamInfo = new System.Windows.Forms.TabPage();
this.buttonDeleteAllParam = new System.Windows.Forms.Button();
this.buttonAddAllParam = new System.Windows.Forms.Button();
this.buttonDeleteParam = new System.Windows.Forms.Button();
this.buttonAddParam = new System.Windows.Forms.Button();
this.listBoxSelectedParam = new System.Windows.Forms.ListBox();
this.listBoxParam = new System.Windows.Forms.ListBox();
this.tabPageBeforeRecive = new System.Windows.Forms.TabPage();
this.labelnote1 = new System.Windows.Forms.Label();
this.textBoxBeforRecive = new System.Windows.Forms.TextBox();
this.tabPageAfterSend = new System.Windows.Forms.TabPage();
this.labelnote2 = new System.Windows.Forms.Label();
this.textBoxAfterSend = new System.Windows.Forms.TextBox();
this.groupBoxBaseProperty.SuspendLayout();
this.groupBoxUsers.SuspendLayout();
this.tabControlOtherProperty.SuspendLayout();
this.tabPageApplication.SuspendLayout();
this.tabPageParamInfo.SuspendLayout();
this.tabPageBeforeRecive.SuspendLayout();
this.tabPageAfterSend.SuspendLayout();
this.SuspendLayout();
//
// textBoxName
//
this.textBoxName.Location = new System.Drawing.Point(80, 24);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(457, 21);
this.textBoxName.TabIndex = 25;
//
// labelName
//
this.labelName.AutoSize = true;
this.labelName.ForeColor = System.Drawing.Color.Maroon;
this.labelName.Location = new System.Drawing.Point(39, 27);
this.labelName.Name = "labelName";
this.labelName.Size = new System.Drawing.Size(35, 12);
this.labelName.TabIndex = 24;
this.labelName.Text = "名称*";
//
// labelPosX
//
this.labelPosX.AutoSize = true;
this.labelPosX.Location = new System.Drawing.Point(39, 54);
this.labelPosX.Name = "labelPosX";
this.labelPosX.Size = new System.Drawing.Size(35, 12);
this.labelPosX.TabIndex = 28;
this.labelPosX.Text = "X位置";
//
// labelPosY
//
this.labelPosY.AutoSize = true;
this.labelPosY.Location = new System.Drawing.Point(274, 54);
this.labelPosY.Name = "labelPosY";
this.labelPosY.Size = new System.Drawing.Size(35, 12);
this.labelPosY.TabIndex = 29;
this.labelPosY.Text = "Y位置";
//
// textBoxPosx
//
this.textBoxPosx.Enabled = false;
this.textBoxPosx.Location = new System.Drawing.Point(80, 51);
this.textBoxPosx.Name = "textBoxPosx";
this.textBoxPosx.Size = new System.Drawing.Size(100, 21);
this.textBoxPosx.TabIndex = 30;
this.textBoxPosx.Text = "0";
//
// textBoxPosY
//
this.textBoxPosY.Enabled = false;
this.textBoxPosY.Location = new System.Drawing.Point(325, 51);
this.textBoxPosY.Name = "textBoxPosY";
this.textBoxPosY.Size = new System.Drawing.Size(100, 21);
this.textBoxPosY.TabIndex = 31;
this.textBoxPosY.Text = "0";
//
// groupBoxBaseProperty
//
this.groupBoxBaseProperty.Controls.Add(this.checkBoxIsSendSelf);
this.groupBoxBaseProperty.Controls.Add(this.checkBoxIsEnableSendBack);
this.groupBoxBaseProperty.Controls.Add(this.checkBoxIsWarningDay);
this.groupBoxBaseProperty.Controls.Add(this.checkBoxIsWorkday);
this.groupBoxBaseProperty.Controls.Add(this.textBoxMustTime);
this.groupBoxBaseProperty.Controls.Add(this.textBoxWarningTime);
this.groupBoxBaseProperty.Controls.Add(this.labelWDUnit2);
this.groupBoxBaseProperty.Controls.Add(this.labelWDUnit1);
this.groupBoxBaseProperty.Controls.Add(this.labelWarningTime);
this.groupBoxBaseProperty.Controls.Add(this.labelWorkDay);
this.groupBoxBaseProperty.Location = new System.Drawing.Point(80, 78);
this.groupBoxBaseProperty.Name = "groupBoxBaseProperty";
this.groupBoxBaseProperty.Size = new System.Drawing.Size(457, 115);
this.groupBoxBaseProperty.TabIndex = 34;
this.groupBoxBaseProperty.TabStop = false;
this.groupBoxBaseProperty.Text = "节点基本属性";
//
// checkBoxIsSendSelf
//
this.checkBoxIsSendSelf.AutoSize = true;
this.checkBoxIsSendSelf.Checked = true;
this.checkBoxIsSendSelf.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxIsSendSelf.Location = new System.Drawing.Point(256, 77);
this.checkBoxIsSendSelf.Name = "checkBoxIsSendSelf";
this.checkBoxIsSendSelf.Size = new System.Drawing.Size(132, 16);
this.checkBoxIsSendSelf.TabIndex = 37;
this.checkBoxIsSendSelf.Text = "是否允许岗位内提交";
this.checkBoxIsSendSelf.UseVisualStyleBackColor = true;
//
// checkBoxIsEnableSendBack
//
this.checkBoxIsEnableSendBack.AutoSize = true;
this.checkBoxIsEnableSendBack.Checked = true;
this.checkBoxIsEnableSendBack.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxIsEnableSendBack.Location = new System.Drawing.Point(11, 77);
this.checkBoxIsEnableSendBack.Name = "checkBoxIsEnableSendBack";
this.checkBoxIsEnableSendBack.Size = new System.Drawing.Size(96, 16);
this.checkBoxIsEnableSendBack.TabIndex = 36;
this.checkBoxIsEnableSendBack.Text = "是否允许收回";
this.checkBoxIsEnableSendBack.UseVisualStyleBackColor = true;
//
// checkBoxIsWarningDay
//
this.checkBoxIsWarningDay.AutoSize = true;
this.checkBoxIsWarningDay.Enabled = false;
this.checkBoxIsWarningDay.Location = new System.Drawing.Point(11, 53);
this.checkBoxIsWarningDay.Name = "checkBoxIsWarningDay";
this.checkBoxIsWarningDay.Size = new System.Drawing.Size(144, 16);
this.checkBoxIsWarningDay.TabIndex = 35;
this.checkBoxIsWarningDay.Text = "是否启用节点预警时限";
this.checkBoxIsWarningDay.UseVisualStyleBackColor = true;
this.checkBoxIsWarningDay.CheckedChanged += new System.EventHandler(this.checkBoxIsWarningDay_CheckedChanged);
//
// checkBoxIsWorkday
//
this.checkBoxIsWorkday.AutoSize = true;
this.checkBoxIsWorkday.Location = new System.Drawing.Point(11, 27);
this.checkBoxIsWorkday.Name = "checkBoxIsWorkday";
this.checkBoxIsWorkday.Size = new System.Drawing.Size(120, 16);
this.checkBoxIsWorkday.TabIndex = 34;
this.checkBoxIsWorkday.Text = "是否启用节点时限";
this.checkBoxIsWorkday.UseVisualStyleBackColor = true;
this.checkBoxIsWorkday.CheckedChanged += new System.EventHandler(this.checkBoxIsWorkday_CheckedChanged);
//
// textBoxMustTime
//
this.textBoxMustTime.Enabled = false;
this.textBoxMustTime.Location = new System.Drawing.Point(256, 22);
this.textBoxMustTime.Name = "textBoxMustTime";
this.textBoxMustTime.Size = new System.Drawing.Size(119, 21);
this.textBoxMustTime.TabIndex = 33;
this.textBoxMustTime.Text = "0";
//
// textBoxWarningTime
//
this.textBoxWarningTime.Enabled = false;
this.textBoxWarningTime.Location = new System.Drawing.Point(256, 48);
this.textBoxWarningTime.Name = "textBoxWarningTime";
this.textBoxWarningTime.Size = new System.Drawing.Size(119, 21);
this.textBoxWarningTime.TabIndex = 32;
this.textBoxWarningTime.Text = "0";
//
// labelWDUnit2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -