FrmBlockReason.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace Core.StlMes.Client.YdmPipeManage
  2. {
  3. partial class FrmBlockReason
  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 appearance121 = new Infragistics.Win.Appearance();
  30. this.cmbLock = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  31. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  32. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  33. this.txtMENO = new System.Windows.Forms.TextBox();
  34. this.button1 = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.cmbLock)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // cmbLock
  39. //
  40. this.cmbLock.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  41. this.cmbLock.Location = new System.Drawing.Point(61, 12);
  42. this.cmbLock.Name = "cmbLock";
  43. this.cmbLock.Size = new System.Drawing.Size(147, 21);
  44. this.cmbLock.TabIndex = 1045;
  45. //
  46. // ultraLabel1
  47. //
  48. appearance1.TextHAlignAsString = "Right";
  49. this.ultraLabel1.Appearance = appearance1;
  50. this.ultraLabel1.AutoSize = true;
  51. this.ultraLabel1.Location = new System.Drawing.Point(2, 17);
  52. this.ultraLabel1.Name = "ultraLabel1";
  53. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  54. this.ultraLabel1.TabIndex = 1044;
  55. this.ultraLabel1.Text = "封锁原因";
  56. //
  57. // ultraLabel2
  58. //
  59. appearance121.TextHAlignAsString = "Right";
  60. this.ultraLabel2.Appearance = appearance121;
  61. this.ultraLabel2.AutoSize = true;
  62. this.ultraLabel2.Location = new System.Drawing.Point(2, 51);
  63. this.ultraLabel2.Name = "ultraLabel2";
  64. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  65. this.ultraLabel2.TabIndex = 1046;
  66. this.ultraLabel2.Text = "封锁备注";
  67. //
  68. // txtMENO
  69. //
  70. this.txtMENO.Location = new System.Drawing.Point(61, 46);
  71. this.txtMENO.MaxLength = 100;
  72. this.txtMENO.Multiline = true;
  73. this.txtMENO.Name = "txtMENO";
  74. this.txtMENO.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
  75. this.txtMENO.Size = new System.Drawing.Size(147, 141);
  76. this.txtMENO.TabIndex = 1047;
  77. //
  78. // button1
  79. //
  80. this.button1.Location = new System.Drawing.Point(214, 12);
  81. this.button1.Name = "button1";
  82. this.button1.Size = new System.Drawing.Size(58, 23);
  83. this.button1.TabIndex = 1048;
  84. this.button1.Text = "确认";
  85. this.button1.UseVisualStyleBackColor = true;
  86. this.button1.Click += new System.EventHandler(this.button1_Click);
  87. //
  88. // FrmBlockReason
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.ClientSize = new System.Drawing.Size(284, 206);
  93. this.Controls.Add(this.button1);
  94. this.Controls.Add(this.txtMENO);
  95. this.Controls.Add(this.ultraLabel2);
  96. this.Controls.Add(this.cmbLock);
  97. this.Controls.Add(this.ultraLabel1);
  98. this.MaximizeBox = false;
  99. this.MinimizeBox = false;
  100. this.Name = "FrmBlockReason";
  101. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  102. this.Text = "封锁原因";
  103. this.Load += new System.EventHandler(this.FrmBlockReason_Load);
  104. ((System.ComponentModel.ISupportInitialize)(this.cmbLock)).EndInit();
  105. this.ResumeLayout(false);
  106. this.PerformLayout();
  107. }
  108. #endregion
  109. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLock;
  110. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  111. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  112. private System.Windows.Forms.TextBox txtMENO;
  113. private System.Windows.Forms.Button button1;
  114. }
  115. }