| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- namespace FlowEditor.BusinessConfigurator.DefBusinessConfigurator
- {
- partial class DefAddRollbackOprEditForm
- {
- /// <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.tbName = new System.Windows.Forms.TextBox();
- this.tbID = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.cbNextNodes = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btCancel = new System.Windows.Forms.Button();
- this.btOK = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // tbName
- //
- this.tbName.Location = new System.Drawing.Point(71, 36);
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(209, 21);
- this.tbName.TabIndex = 10;
- //
- // tbID
- //
- this.tbID.Location = new System.Drawing.Point(71, 9);
- this.tbID.Name = "tbID";
- this.tbID.Size = new System.Drawing.Size(209, 21);
- this.tbID.TabIndex = 11;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(12, 64);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 8;
- this.label3.Text = "下级节点";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(12, 39);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(29, 12);
- this.label2.TabIndex = 7;
- this.label2.Text = "名称";
- //
- // cbNextNodes
- //
- this.cbNextNodes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbNextNodes.FormattingEnabled = true;
- this.cbNextNodes.Location = new System.Drawing.Point(71, 61);
- this.cbNextNodes.Name = "cbNextNodes";
- this.cbNextNodes.Size = new System.Drawing.Size(209, 20);
- this.cbNextNodes.TabIndex = 9;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 12);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(17, 12);
- this.label1.TabIndex = 6;
- this.label1.Text = "ID";
- //
- // btCancel
- //
- this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btCancel.Location = new System.Drawing.Point(205, 87);
- this.btCancel.Name = "btCancel";
- this.btCancel.Size = new System.Drawing.Size(75, 23);
- this.btCancel.TabIndex = 4;
- this.btCancel.Text = "取消";
- this.btCancel.UseVisualStyleBackColor = true;
- //
- // btOK
- //
- this.btOK.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.btOK.Location = new System.Drawing.Point(124, 87);
- this.btOK.Name = "btOK";
- this.btOK.Size = new System.Drawing.Size(75, 23);
- this.btOK.TabIndex = 5;
- this.btOK.Text = "确定";
- this.btOK.UseVisualStyleBackColor = true;
- this.btOK.Click += new System.EventHandler(this.btOK_Click);
- //
- // DefAddRollbackOprEditForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(285, 115);
- this.Controls.Add(this.tbName);
- this.Controls.Add(this.tbID);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.cbNextNodes);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btCancel);
- this.Controls.Add(this.btOK);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "DefAddRollbackOprEditForm";
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "添加打回操作";
- this.Load += new System.EventHandler(this.DefAddRollbackOprEditForm_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.TextBox tbID;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox cbNextNodes;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btCancel;
- private System.Windows.Forms.Button btOK;
- }
- }
|