www.pudn.com > WorkflowDesigner.rar > ActivityInfoDlg.Designer.cs, change:2007-11-25,size:36797b
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 // 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; 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; } }