📄 activityinfodlg.designer.cs
字号:
this.listBoxAppInfo.Size = new System.Drawing.Size(120, 160);
this.listBoxAppInfo.TabIndex = 11;
//
// tabPageParamInfo
//
this.tabPageParamInfo.Controls.Add(this.buttonDeleteAllParam);
this.tabPageParamInfo.Controls.Add(this.buttonAddAllParam);
this.tabPageParamInfo.Controls.Add(this.buttonDeleteParam);
this.tabPageParamInfo.Controls.Add(this.buttonAddParam);
this.tabPageParamInfo.Controls.Add(this.listBoxSelectedParam);
this.tabPageParamInfo.Controls.Add(this.listBoxParam);
this.tabPageParamInfo.Location = new System.Drawing.Point(4, 21);
this.tabPageParamInfo.Name = "tabPageParamInfo";
this.tabPageParamInfo.Padding = new System.Windows.Forms.Padding(3);
this.tabPageParamInfo.Size = new System.Drawing.Size(449, 196);
this.tabPageParamInfo.TabIndex = 1;
this.tabPageParamInfo.Text = "节点参数信息";
this.tabPageParamInfo.UseVisualStyleBackColor = true;
//
// buttonDeleteAllParam
//
this.buttonDeleteAllParam.Location = new System.Drawing.Point(161, 145);
this.buttonDeleteAllParam.Name = "buttonDeleteAllParam";
this.buttonDeleteAllParam.Size = new System.Drawing.Size(75, 23);
this.buttonDeleteAllParam.TabIndex = 52;
this.buttonDeleteAllParam.Text = "<< <<";
this.buttonDeleteAllParam.UseVisualStyleBackColor = true;
this.buttonDeleteAllParam.Click += new System.EventHandler(this.buttonDeleteAllParam_Click);
//
// buttonAddAllParam
//
this.buttonAddAllParam.Location = new System.Drawing.Point(161, 100);
this.buttonAddAllParam.Name = "buttonAddAllParam";
this.buttonAddAllParam.Size = new System.Drawing.Size(75, 23);
this.buttonAddAllParam.TabIndex = 50;
this.buttonAddAllParam.Text = ">> >>";
this.buttonAddAllParam.UseVisualStyleBackColor = true;
this.buttonAddAllParam.Click += new System.EventHandler(this.buttonAddAllParam_Click);
//
// buttonDeleteParam
//
this.buttonDeleteParam.Location = new System.Drawing.Point(161, 57);
this.buttonDeleteParam.Name = "buttonDeleteParam";
this.buttonDeleteParam.Size = new System.Drawing.Size(75, 23);
this.buttonDeleteParam.TabIndex = 49;
this.buttonDeleteParam.Text = "<<";
this.buttonDeleteParam.UseVisualStyleBackColor = true;
this.buttonDeleteParam.Click += new System.EventHandler(this.buttonDeleteParam_Click);
//
// buttonAddParam
//
this.buttonAddParam.Location = new System.Drawing.Point(161, 18);
this.buttonAddParam.Name = "buttonAddParam";
this.buttonAddParam.Size = new System.Drawing.Size(75, 23);
this.buttonAddParam.TabIndex = 48;
this.buttonAddParam.Text = ">>";
this.buttonAddParam.UseVisualStyleBackColor = true;
this.buttonAddParam.Click += new System.EventHandler(this.buttonAddParam_Click);
//
// listBoxSelectedParam
//
this.listBoxSelectedParam.AllowDrop = true;
this.listBoxSelectedParam.FormattingEnabled = true;
this.listBoxSelectedParam.ItemHeight = 12;
this.listBoxSelectedParam.Location = new System.Drawing.Point(246, 18);
this.listBoxSelectedParam.Name = "listBoxSelectedParam";
this.listBoxSelectedParam.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.listBoxSelectedParam.Size = new System.Drawing.Size(120, 160);
this.listBoxSelectedParam.TabIndex = 51;
//
// listBoxParam
//
this.listBoxParam.FormattingEnabled = true;
this.listBoxParam.ItemHeight = 12;
this.listBoxParam.Location = new System.Drawing.Point(25, 18);
this.listBoxParam.Name = "listBoxParam";
this.listBoxParam.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.listBoxParam.Size = new System.Drawing.Size(120, 160);
this.listBoxParam.TabIndex = 47;
//
// tabPageBeforeRecive
//
this.tabPageBeforeRecive.Controls.Add(this.labelnote1);
this.tabPageBeforeRecive.Controls.Add(this.textBoxBeforRecive);
this.tabPageBeforeRecive.Location = new System.Drawing.Point(4, 21);
this.tabPageBeforeRecive.Name = "tabPageBeforeRecive";
this.tabPageBeforeRecive.Size = new System.Drawing.Size(449, 196);
this.tabPageBeforeRecive.TabIndex = 2;
this.tabPageBeforeRecive.Text = "接收前事件";
this.tabPageBeforeRecive.UseVisualStyleBackColor = true;
//
// labelnote1
//
this.labelnote1.Location = new System.Drawing.Point(14, 7);
this.labelnote1.Name = "labelnote1";
this.labelnote1.Size = new System.Drawing.Size(410, 26);
this.labelnote1.TabIndex = 13;
this.labelnote1.Text = "注意:本设计器接收前和发送后事件都是采用SQL命令脚本编写,暂时只可以传数@WORK_ITEMID。";
//
// textBoxBeforRecive
//
this.textBoxBeforRecive.Location = new System.Drawing.Point(16, 36);
this.textBoxBeforRecive.Multiline = true;
this.textBoxBeforRecive.Name = "textBoxBeforRecive";
this.textBoxBeforRecive.Size = new System.Drawing.Size(408, 134);
this.textBoxBeforRecive.TabIndex = 12;
//
// tabPageAfterSend
//
this.tabPageAfterSend.Controls.Add(this.labelnote2);
this.tabPageAfterSend.Controls.Add(this.textBoxAfterSend);
this.tabPageAfterSend.Location = new System.Drawing.Point(4, 21);
this.tabPageAfterSend.Name = "tabPageAfterSend";
this.tabPageAfterSend.Size = new System.Drawing.Size(449, 196);
this.tabPageAfterSend.TabIndex = 3;
this.tabPageAfterSend.Text = "提交后时间";
this.tabPageAfterSend.UseVisualStyleBackColor = true;
//
// labelnote2
//
this.labelnote2.Location = new System.Drawing.Point(14, 7);
this.labelnote2.Name = "labelnote2";
this.labelnote2.Size = new System.Drawing.Size(410, 26);
this.labelnote2.TabIndex = 15;
this.labelnote2.Text = "注意:本设计器接收前和发送后事件都是采用SQL命令脚本编写,暂时只可以传数@WORK_ITEMID。";
//
// textBoxAfterSend
//
this.textBoxAfterSend.Location = new System.Drawing.Point(16, 36);
this.textBoxAfterSend.Multiline = true;
this.textBoxAfterSend.Name = "textBoxAfterSend";
this.textBoxAfterSend.Size = new System.Drawing.Size(408, 134);
this.textBoxAfterSend.TabIndex = 14;
//
// ActivityInfoDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(571, 567);
this.Controls.Add(this.tabControlOtherProperty);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOk);
this.Controls.Add(this.groupBoxUsers);
this.Controls.Add(this.groupBoxBaseProperty);
this.Controls.Add(this.textBoxPosY);
this.Controls.Add(this.textBoxPosx);
this.Controls.Add(this.labelPosY);
this.Controls.Add(this.labelPosX);
this.Controls.Add(this.textBoxName);
this.Controls.Add(this.labelName);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ActivityInfoDlg";
this.Text = "节点属性";
this.Load += new System.EventHandler(this.ActivityInfoDlg_Load);
this.groupBoxBaseProperty.ResumeLayout(false);
this.groupBoxBaseProperty.PerformLayout();
this.groupBoxUsers.ResumeLayout(false);
this.groupBoxUsers.PerformLayout();
this.tabControlOtherProperty.ResumeLayout(false);
this.tabPageApplication.ResumeLayout(false);
this.tabPageParamInfo.ResumeLayout(false);
this.tabPageBeforeRecive.ResumeLayout(false);
this.tabPageBeforeRecive.PerformLayout();
this.tabPageAfterSend.ResumeLayout(false);
this.tabPageAfterSend.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.Label labelName;
private System.Windows.Forms.Label labelPosX;
private System.Windows.Forms.Label labelPosY;
private System.Windows.Forms.TextBox textBoxPosx;
private System.Windows.Forms.TextBox textBoxPosY;
private System.Windows.Forms.GroupBox groupBoxBaseProperty;
private System.Windows.Forms.CheckBox checkBoxIsSendSelf;
private System.Windows.Forms.CheckBox checkBoxIsEnableSendBack;
private System.Windows.Forms.CheckBox checkBoxIsWarningDay;
private System.Windows.Forms.CheckBox checkBoxIsWorkday;
private System.Windows.Forms.TextBox textBoxMustTime;
private System.Windows.Forms.TextBox textBoxWarningTime;
private System.Windows.Forms.Label labelWDUnit2;
private System.Windows.Forms.Label labelWDUnit1;
private System.Windows.Forms.Label labelWarningTime;
private System.Windows.Forms.Label labelWorkDay;
private System.Windows.Forms.GroupBox groupBoxUsers;
private System.Windows.Forms.RadioButton radioButtonBeforActiv;
private System.Windows.Forms.RadioButton radioButtonSelectRole;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Button buttonOk;
private System.Windows.Forms.ComboBox comboBoxPrevActive;
private System.Windows.Forms.ComboBox comboBoxRole;
private System.Windows.Forms.TabControl tabControlOtherProperty;
private System.Windows.Forms.TabPage tabPageApplication;
private System.Windows.Forms.TabPage tabPageParamInfo;
private System.Windows.Forms.Button buttonButtom;
private System.Windows.Forms.Button buttonTop;
private System.Windows.Forms.Button buttonDeleteAll;
private System.Windows.Forms.Button buttonAddAll;
private System.Windows.Forms.Button buttonDelete;
private System.Windows.Forms.Button buttonAdd;
private System.Windows.Forms.ListBox listBoxSlectedAppInfo;
private System.Windows.Forms.ListBox listBoxAppInfo;
private System.Windows.Forms.Button buttonDeleteAllParam;
private System.Windows.Forms.Button buttonAddAllParam;
private System.Windows.Forms.Button buttonDeleteParam;
private System.Windows.Forms.Button buttonAddParam;
private System.Windows.Forms.ListBox listBoxSelectedParam;
private System.Windows.Forms.ListBox listBoxParam;
private System.Windows.Forms.TabPage tabPageBeforeRecive;
private System.Windows.Forms.TabPage tabPageAfterSend;
private System.Windows.Forms.Label labelnote1;
private System.Windows.Forms.TextBox textBoxBeforRecive;
private System.Windows.Forms.Label labelnote2;
private System.Windows.Forms.TextBox textBoxAfterSend;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -