| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- namespace FlowEditor
- {
- partial class FlowNodeConfigForm
- {
- /// <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();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.tbNodeType = new System.Windows.Forms.TextBox();
- this.btAutoCreateID = new System.Windows.Forms.Button();
- this.tbNodeNote = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.tbNodeName = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tbNodeID = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.dgvOutputList = new System.Windows.Forms.DataGridView();
- this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.objNodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.objNodePortDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.outputPortBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.btModifyOutputPort = new System.Windows.Forms.Button();
- this.btAddOutputPort = new System.Windows.Forms.Button();
- this.btDelOutputPort = new System.Windows.Forms.Button();
- this.btOK = new System.Windows.Forms.Button();
- this.btCancel = new System.Windows.Forms.Button();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.busineNodeConfigurator = new FlowEditor.BusinessConfigurator.DefBusinessConfigurator.DefBusineNodeConfigurator();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvOutputList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.outputPortBindingSource)).BeginInit();
- this.groupBox3.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.tbNodeType);
- this.groupBox1.Controls.Add(this.btAutoCreateID);
- this.groupBox1.Controls.Add(this.tbNodeNote);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.tbNodeName);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.tbNodeID);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(423, 203);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "基本信息";
- //
- // tbNodeType
- //
- this.tbNodeType.Location = new System.Drawing.Point(78, 15);
- this.tbNodeType.Name = "tbNodeType";
- this.tbNodeType.Size = new System.Drawing.Size(159, 21);
- this.tbNodeType.TabIndex = 23;
- //
- // btAutoCreateID
- //
- this.btAutoCreateID.Location = new System.Drawing.Point(340, 41);
- this.btAutoCreateID.Name = "btAutoCreateID";
- this.btAutoCreateID.Size = new System.Drawing.Size(75, 23);
- this.btAutoCreateID.TabIndex = 22;
- this.btAutoCreateID.Text = "自动生成";
- this.btAutoCreateID.UseVisualStyleBackColor = true;
- //
- // tbNodeNote
- //
- this.tbNodeNote.Location = new System.Drawing.Point(78, 70);
- this.tbNodeNote.Multiline = true;
- this.tbNodeNote.Name = "tbNodeNote";
- this.tbNodeNote.Size = new System.Drawing.Size(337, 127);
- this.tbNodeNote.TabIndex = 19;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(19, 70);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 15;
- this.label3.Text = "节点备注";
- //
- // tbNodeName
- //
- this.tbNodeName.Location = new System.Drawing.Point(305, 14);
- this.tbNodeName.Name = "tbNodeName";
- this.tbNodeName.Size = new System.Drawing.Size(110, 21);
- this.tbNodeName.TabIndex = 20;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(244, 18);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 14;
- this.label2.Text = "节点名称";
- //
- // tbNodeID
- //
- this.tbNodeID.Location = new System.Drawing.Point(78, 42);
- this.tbNodeID.Name = "tbNodeID";
- this.tbNodeID.Size = new System.Drawing.Size(256, 21);
- this.tbNodeID.TabIndex = 18;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(19, 17);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 17;
- this.label4.Text = "节点类型";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(19, 45);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 16;
- this.label1.Text = "节点ID";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.dgvOutputList);
- this.groupBox2.Controls.Add(this.btModifyOutputPort);
- this.groupBox2.Controls.Add(this.btAddOutputPort);
- this.groupBox2.Controls.Add(this.btDelOutputPort);
- this.groupBox2.Location = new System.Drawing.Point(441, 12);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(355, 203);
- this.groupBox2.TabIndex = 1;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "下级节点";
- //
- // dgvOutputList
- //
- this.dgvOutputList.AllowUserToAddRows = false;
- this.dgvOutputList.AllowUserToDeleteRows = false;
- this.dgvOutputList.AllowUserToResizeRows = false;
- this.dgvOutputList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvOutputList.AutoGenerateColumns = false;
- this.dgvOutputList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvOutputList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.iDDataGridViewTextBoxColumn,
- this.typeDataGridViewTextBoxColumn,
- this.nameDataGridViewTextBoxColumn,
- this.objNodeDataGridViewTextBoxColumn,
- this.objNodePortDataGridViewTextBoxColumn});
- this.dgvOutputList.DataSource = this.outputPortBindingSource;
- this.dgvOutputList.Location = new System.Drawing.Point(6, 15);
- this.dgvOutputList.MultiSelect = false;
- this.dgvOutputList.Name = "dgvOutputList";
- this.dgvOutputList.ReadOnly = true;
- this.dgvOutputList.RowTemplate.Height = 23;
- this.dgvOutputList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvOutputList.Size = new System.Drawing.Size(342, 151);
- this.dgvOutputList.TabIndex = 2;
- //
- // iDDataGridViewTextBoxColumn
- //
- this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
- this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
- this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
- this.iDDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // typeDataGridViewTextBoxColumn
- //
- this.typeDataGridViewTextBoxColumn.DataPropertyName = "Type";
- this.typeDataGridViewTextBoxColumn.HeaderText = "Type";
- this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
- this.typeDataGridViewTextBoxColumn.ReadOnly = true;
- this.typeDataGridViewTextBoxColumn.Visible = false;
- //
- // nameDataGridViewTextBoxColumn
- //
- this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
- this.nameDataGridViewTextBoxColumn.HeaderText = "名称";
- this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
- this.nameDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // objNodeDataGridViewTextBoxColumn
- //
- this.objNodeDataGridViewTextBoxColumn.DataPropertyName = "ObjNode";
- this.objNodeDataGridViewTextBoxColumn.HeaderText = "下级节点";
- this.objNodeDataGridViewTextBoxColumn.Name = "objNodeDataGridViewTextBoxColumn";
- this.objNodeDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // objNodePortDataGridViewTextBoxColumn
- //
- this.objNodePortDataGridViewTextBoxColumn.DataPropertyName = "ObjNodePort";
- this.objNodePortDataGridViewTextBoxColumn.HeaderText = "ObjNodePort";
- this.objNodePortDataGridViewTextBoxColumn.Name = "objNodePortDataGridViewTextBoxColumn";
- this.objNodePortDataGridViewTextBoxColumn.ReadOnly = true;
- this.objNodePortDataGridViewTextBoxColumn.Visible = false;
- //
- // outputPortBindingSource
- //
- this.outputPortBindingSource.AllowNew = false;
- this.outputPortBindingSource.DataSource = typeof(FlowEditor.WorkFlow.OutputPort);
- //
- // btModifyOutputPort
- //
- this.btModifyOutputPort.Location = new System.Drawing.Point(196, 174);
- this.btModifyOutputPort.Name = "btModifyOutputPort";
- this.btModifyOutputPort.Size = new System.Drawing.Size(75, 23);
- this.btModifyOutputPort.TabIndex = 4;
- this.btModifyOutputPort.Text = "修改";
- this.btModifyOutputPort.UseVisualStyleBackColor = true;
- this.btModifyOutputPort.Click += new System.EventHandler(this.btModifyOutputPort_Click);
- //
- // btAddOutputPort
- //
- this.btAddOutputPort.Location = new System.Drawing.Point(115, 174);
- this.btAddOutputPort.Name = "btAddOutputPort";
- this.btAddOutputPort.Size = new System.Drawing.Size(75, 23);
- this.btAddOutputPort.TabIndex = 4;
- this.btAddOutputPort.Text = "添加";
- this.btAddOutputPort.UseVisualStyleBackColor = true;
- this.btAddOutputPort.Click += new System.EventHandler(this.btAddOutputPort_Click);
- //
- // btDelOutputPort
- //
- this.btDelOutputPort.Location = new System.Drawing.Point(273, 174);
- this.btDelOutputPort.Name = "btDelOutputPort";
- this.btDelOutputPort.Size = new System.Drawing.Size(75, 23);
- this.btDelOutputPort.TabIndex = 4;
- this.btDelOutputPort.Text = "删除";
- this.btDelOutputPort.UseVisualStyleBackColor = true;
- this.btDelOutputPort.Click += new System.EventHandler(this.btDelOutputPort_Click);
- //
- // btOK
- //
- this.btOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btOK.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.btOK.Location = new System.Drawing.Point(639, 604);
- this.btOK.Name = "btOK";
- this.btOK.Size = new System.Drawing.Size(75, 23);
- this.btOK.TabIndex = 2;
- this.btOK.Text = "确定";
- this.btOK.UseVisualStyleBackColor = true;
- this.btOK.Click += new System.EventHandler(this.btOK_Click);
- //
- // btCancel
- //
- this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btCancel.Location = new System.Drawing.Point(723, 604);
- this.btCancel.Name = "btCancel";
- this.btCancel.Size = new System.Drawing.Size(75, 23);
- this.btCancel.TabIndex = 2;
- this.btCancel.Text = "取消";
- this.btCancel.UseVisualStyleBackColor = true;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.busineNodeConfigurator);
- this.groupBox3.Location = new System.Drawing.Point(12, 221);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(784, 377);
- this.groupBox3.TabIndex = 3;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "业务节点信息";
- //
- // busineNodeConfigurator
- //
- this.busineNodeConfigurator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.busineNodeConfigurator.AssignParticipatorList = null;
- this.busineNodeConfigurator.EnableAssignOtherNodeParticipator = false;
- this.busineNodeConfigurator.EnableRepeal = false;
- this.busineNodeConfigurator.EnableRepealLock = false;
- this.busineNodeConfigurator.Flow = null;
- this.busineNodeConfigurator.FormInfo = "";
- this.busineNodeConfigurator.Location = new System.Drawing.Point(6, 17);
- this.busineNodeConfigurator.Name = "busineNodeConfigurator";
- this.busineNodeConfigurator.ObjNode = null;
- this.busineNodeConfigurator.ParticipatorInfo = "";
- this.busineNodeConfigurator.RollbackList = null;
- this.busineNodeConfigurator.Size = new System.Drawing.Size(771, 343);
- this.busineNodeConfigurator.TabIndex = 0;
- this.busineNodeConfigurator.UserInfo = "";
- this.busineNodeConfigurator.Load += new System.EventHandler(this.busineNodeConfigurator_Load_1);
- //
- // FlowNodeConfigForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(805, 633);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.btCancel);
- this.Controls.Add(this.btOK);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Name = "FlowNodeConfigForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "编辑节点信息";
- this.Load += new System.EventHandler(this.FlowInfoEditForm_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvOutputList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.outputPortBindingSource)).EndInit();
- this.groupBox3.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button btAutoCreateID;
- private System.Windows.Forms.TextBox tbNodeNote;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbNodeName;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbNodeID;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TextBox tbNodeType;
- private System.Windows.Forms.DataGridView dgvOutputList;
- private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn objNodeDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn objNodePortDataGridViewTextBoxColumn;
- private System.Windows.Forms.BindingSource outputPortBindingSource;
- private System.Windows.Forms.Button btOK;
- private System.Windows.Forms.Button btCancel;
- private System.Windows.Forms.Button btDelOutputPort;
- private System.Windows.Forms.Button btModifyOutputPort;
- private System.Windows.Forms.Button btAddOutputPort;
- private System.Windows.Forms.GroupBox groupBox3;
- private BusinessConfigurator.DefBusinessConfigurator.DefBusineNodeConfigurator busineNodeConfigurator;
- }
- }
|