华谊自己改写的工作流

DefModifyRollbackOprEditForm.Designer.cs 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. namespace FlowEditor.BusinessConfigurator.DefBusinessConfigurator
  2. {
  3. partial class DefModifyRollbackOprEditForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tbName = new System.Windows.Forms.TextBox();
  29. this.tbID = new System.Windows.Forms.TextBox();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.cbNextNodes = new System.Windows.Forms.ComboBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.btCancel = new System.Windows.Forms.Button();
  35. this.btOK = new System.Windows.Forms.Button();
  36. this.SuspendLayout();
  37. //
  38. // tbName
  39. //
  40. this.tbName.Location = new System.Drawing.Point(71, 36);
  41. this.tbName.Name = "tbName";
  42. this.tbName.Size = new System.Drawing.Size(209, 21);
  43. this.tbName.TabIndex = 10;
  44. //
  45. // tbID
  46. //
  47. this.tbID.Location = new System.Drawing.Point(71, 9);
  48. this.tbID.Name = "tbID";
  49. this.tbID.Size = new System.Drawing.Size(209, 21);
  50. this.tbID.TabIndex = 11;
  51. //
  52. // label3
  53. //
  54. this.label3.AutoSize = true;
  55. this.label3.Location = new System.Drawing.Point(12, 64);
  56. this.label3.Name = "label3";
  57. this.label3.Size = new System.Drawing.Size(53, 12);
  58. this.label3.TabIndex = 8;
  59. this.label3.Text = "下级节点";
  60. //
  61. // label2
  62. //
  63. this.label2.AutoSize = true;
  64. this.label2.Location = new System.Drawing.Point(12, 39);
  65. this.label2.Name = "label2";
  66. this.label2.Size = new System.Drawing.Size(29, 12);
  67. this.label2.TabIndex = 7;
  68. this.label2.Text = "名称";
  69. //
  70. // cbNextNodes
  71. //
  72. this.cbNextNodes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  73. this.cbNextNodes.FormattingEnabled = true;
  74. this.cbNextNodes.Location = new System.Drawing.Point(71, 61);
  75. this.cbNextNodes.Name = "cbNextNodes";
  76. this.cbNextNodes.Size = new System.Drawing.Size(209, 20);
  77. this.cbNextNodes.TabIndex = 9;
  78. //
  79. // label1
  80. //
  81. this.label1.AutoSize = true;
  82. this.label1.Location = new System.Drawing.Point(12, 12);
  83. this.label1.Name = "label1";
  84. this.label1.Size = new System.Drawing.Size(17, 12);
  85. this.label1.TabIndex = 6;
  86. this.label1.Text = "ID";
  87. //
  88. // btCancel
  89. //
  90. this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  91. this.btCancel.Location = new System.Drawing.Point(205, 87);
  92. this.btCancel.Name = "btCancel";
  93. this.btCancel.Size = new System.Drawing.Size(75, 23);
  94. this.btCancel.TabIndex = 4;
  95. this.btCancel.Text = "取消";
  96. this.btCancel.UseVisualStyleBackColor = true;
  97. //
  98. // btOK
  99. //
  100. this.btOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  101. this.btOK.Location = new System.Drawing.Point(124, 87);
  102. this.btOK.Name = "btOK";
  103. this.btOK.Size = new System.Drawing.Size(75, 23);
  104. this.btOK.TabIndex = 5;
  105. this.btOK.Text = "确定";
  106. this.btOK.UseVisualStyleBackColor = true;
  107. this.btOK.Click += new System.EventHandler(this.btOK_Click);
  108. //
  109. // DefModifyRollbackOprEditForm
  110. //
  111. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  112. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  113. this.ClientSize = new System.Drawing.Size(287, 118);
  114. this.Controls.Add(this.tbName);
  115. this.Controls.Add(this.tbID);
  116. this.Controls.Add(this.label3);
  117. this.Controls.Add(this.label2);
  118. this.Controls.Add(this.cbNextNodes);
  119. this.Controls.Add(this.label1);
  120. this.Controls.Add(this.btCancel);
  121. this.Controls.Add(this.btOK);
  122. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  123. this.MaximizeBox = false;
  124. this.MinimizeBox = false;
  125. this.Name = "DefModifyRollbackOprEditForm";
  126. this.ShowInTaskbar = false;
  127. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  128. this.Text = "修改打回操作";
  129. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DefModifyRollbackOprEditForm_FormClosing);
  130. this.Load += new System.EventHandler(this.DefModifyRollbackOprEditForm_Load);
  131. this.ResumeLayout(false);
  132. this.PerformLayout();
  133. }
  134. #endregion
  135. private System.Windows.Forms.TextBox tbName;
  136. private System.Windows.Forms.TextBox tbID;
  137. private System.Windows.Forms.Label label3;
  138. private System.Windows.Forms.Label label2;
  139. private System.Windows.Forms.ComboBox cbNextNodes;
  140. private System.Windows.Forms.Label label1;
  141. private System.Windows.Forms.Button btCancel;
  142. private System.Windows.Forms.Button btOK;
  143. }
  144. }