FrmUnBlockReason.Designer.cs 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. namespace Core.StlMes.Client.YdmPipeManage
  2. {
  3. partial class FrmUnBlockReason
  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 appearance121 = new Infragistics.Win.Appearance();
  29. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  30. this.txtMENO = new System.Windows.Forms.TextBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // ultraLabel2
  35. //
  36. appearance121.TextHAlignAsString = "Right";
  37. this.ultraLabel2.Appearance = appearance121;
  38. this.ultraLabel2.AutoSize = true;
  39. this.ultraLabel2.Location = new System.Drawing.Point(2, 17);
  40. this.ultraLabel2.Name = "ultraLabel2";
  41. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  42. this.ultraLabel2.TabIndex = 1046;
  43. this.ultraLabel2.Text = "解锁备注";
  44. //
  45. // txtMENO
  46. //
  47. this.txtMENO.Location = new System.Drawing.Point(61, 12);
  48. this.txtMENO.MaxLength = 100;
  49. this.txtMENO.Multiline = true;
  50. this.txtMENO.Name = "txtMENO";
  51. this.txtMENO.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
  52. this.txtMENO.Size = new System.Drawing.Size(147, 141);
  53. this.txtMENO.TabIndex = 1047;
  54. //
  55. // button1
  56. //
  57. this.button1.Location = new System.Drawing.Point(214, 12);
  58. this.button1.Name = "button1";
  59. this.button1.Size = new System.Drawing.Size(58, 23);
  60. this.button1.TabIndex = 1048;
  61. this.button1.Text = "确认";
  62. this.button1.UseVisualStyleBackColor = true;
  63. this.button1.Click += new System.EventHandler(this.button1_Click);
  64. //
  65. // FrmUnBlockReason
  66. //
  67. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  68. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  69. this.ClientSize = new System.Drawing.Size(284, 170);
  70. this.Controls.Add(this.button1);
  71. this.Controls.Add(this.txtMENO);
  72. this.Controls.Add(this.ultraLabel2);
  73. this.MaximizeBox = false;
  74. this.MinimizeBox = false;
  75. this.Name = "FrmUnBlockReason";
  76. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  77. this.Text = "解锁原因";
  78. this.ResumeLayout(false);
  79. this.PerformLayout();
  80. }
  81. #endregion
  82. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  83. private System.Windows.Forms.TextBox txtMENO;
  84. private System.Windows.Forms.Button button1;
  85. }
  86. }