frmPopMatClassPross.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPopMatClassPross
  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. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  31. this.label6 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  34. this.btnChkDelegate = new Infragistics.Win.Misc.UltraButton();
  35. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  36. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // ultraComboEditor1
  41. //
  42. this.ultraComboEditor1.Location = new System.Drawing.Point(122, 12);
  43. this.ultraComboEditor1.Name = "ultraComboEditor1";
  44. this.ultraComboEditor1.ReadOnly = true;
  45. this.ultraComboEditor1.Size = new System.Drawing.Size(209, 21);
  46. this.ultraComboEditor1.TabIndex = 1;
  47. //
  48. // label6
  49. //
  50. this.label6.BackColor = System.Drawing.SystemColors.Highlight;
  51. this.label6.Location = new System.Drawing.Point(34, 12);
  52. this.label6.Name = "label6";
  53. this.label6.Size = new System.Drawing.Size(86, 21);
  54. this.label6.TabIndex = 85;
  55. this.label6.Text = "上次维护流程";
  56. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  57. //
  58. // label1
  59. //
  60. this.label1.BackColor = System.Drawing.SystemColors.Highlight;
  61. this.label1.Location = new System.Drawing.Point(34, 41);
  62. this.label1.Name = "label1";
  63. this.label1.Size = new System.Drawing.Size(86, 21);
  64. this.label1.TabIndex = 86;
  65. this.label1.Text = "本次维护流程";
  66. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  67. //
  68. // ultraComboEditor2
  69. //
  70. this.ultraComboEditor2.Location = new System.Drawing.Point(122, 41);
  71. this.ultraComboEditor2.Name = "ultraComboEditor2";
  72. this.ultraComboEditor2.Size = new System.Drawing.Size(209, 21);
  73. this.ultraComboEditor2.TabIndex = 87;
  74. //
  75. // btnChkDelegate
  76. //
  77. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  78. appearance1.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  79. this.btnChkDelegate.Appearance = appearance1;
  80. this.btnChkDelegate.Location = new System.Drawing.Point(86, 83);
  81. this.btnChkDelegate.Name = "btnChkDelegate";
  82. this.btnChkDelegate.Size = new System.Drawing.Size(79, 25);
  83. this.btnChkDelegate.TabIndex = 88;
  84. this.btnChkDelegate.Text = "保 存";
  85. this.btnChkDelegate.Click += new System.EventHandler(this.btnChkDelegate_Click);
  86. //
  87. // ultraButton1
  88. //
  89. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  90. appearance2.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  91. this.ultraButton1.Appearance = appearance2;
  92. this.ultraButton1.Location = new System.Drawing.Point(195, 83);
  93. this.ultraButton1.Name = "ultraButton1";
  94. this.ultraButton1.Size = new System.Drawing.Size(79, 25);
  95. this.ultraButton1.TabIndex = 89;
  96. this.ultraButton1.Text = "取 消";
  97. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  98. //
  99. // frmPopMatClassPross
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(373, 120);
  104. this.Controls.Add(this.ultraButton1);
  105. this.Controls.Add(this.btnChkDelegate);
  106. this.Controls.Add(this.ultraComboEditor2);
  107. this.Controls.Add(this.label1);
  108. this.Controls.Add(this.label6);
  109. this.Controls.Add(this.ultraComboEditor1);
  110. this.Name = "frmPopMatClassPross";
  111. this.Text = "审批流程";
  112. this.Load += new System.EventHandler(this.frmPopMatClassPross_Load);
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  115. this.ResumeLayout(false);
  116. this.PerformLayout();
  117. }
  118. #endregion
  119. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  120. private System.Windows.Forms.Label label6;
  121. private System.Windows.Forms.Label label1;
  122. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  123. private Infragistics.Win.Misc.UltraButton btnChkDelegate;
  124. private Infragistics.Win.Misc.UltraButton ultraButton1;
  125. }
  126. }