FrmEntrustApply.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. namespace Core.StlMes.Client.Mcp.Treatment.HeatTreatment
  2. {
  3. partial class FrmEntrustApply
  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.cmbType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.txtNote = new System.Windows.Forms.TextBox();
  32. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  33. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  34. ((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // cmbType
  38. //
  39. this.cmbType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  40. this.cmbType.Location = new System.Drawing.Point(122, 33);
  41. this.cmbType.Margin = new System.Windows.Forms.Padding(4);
  42. this.cmbType.Name = "cmbType";
  43. this.cmbType.Size = new System.Drawing.Size(278, 24);
  44. this.cmbType.TabIndex = 890;
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Location = new System.Drawing.Point(28, 37);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(67, 15);
  52. this.label1.TabIndex = 891;
  53. this.label1.Text = "委托项目";
  54. //
  55. // label2
  56. //
  57. this.label2.AutoSize = true;
  58. this.label2.Location = new System.Drawing.Point(28, 87);
  59. this.label2.Name = "label2";
  60. this.label2.Size = new System.Drawing.Size(61, 15);
  61. this.label2.TabIndex = 892;
  62. this.label2.Text = "备 注";
  63. //
  64. // txtNote
  65. //
  66. this.txtNote.Location = new System.Drawing.Point(122, 84);
  67. this.txtNote.Multiline = true;
  68. this.txtNote.Name = "txtNote";
  69. this.txtNote.Size = new System.Drawing.Size(278, 114);
  70. this.txtNote.TabIndex = 893;
  71. //
  72. // ultraButton2
  73. //
  74. this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  75. this.ultraButton2.Location = new System.Drawing.Point(300, 223);
  76. this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
  77. this.ultraButton2.Name = "ultraButton2";
  78. this.ultraButton2.Size = new System.Drawing.Size(100, 29);
  79. this.ultraButton2.TabIndex = 1;
  80. this.ultraButton2.Text = "取消";
  81. //
  82. // ultraButton1
  83. //
  84. this.ultraButton1.Location = new System.Drawing.Point(122, 223);
  85. this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
  86. this.ultraButton1.Name = "ultraButton1";
  87. this.ultraButton1.Size = new System.Drawing.Size(100, 29);
  88. this.ultraButton1.TabIndex = 0;
  89. this.ultraButton1.Text = "确认";
  90. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  91. //
  92. // FrmEntrustApply
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.ClientSize = new System.Drawing.Size(448, 294);
  97. this.Controls.Add(this.ultraButton2);
  98. this.Controls.Add(this.ultraButton1);
  99. this.Controls.Add(this.txtNote);
  100. this.Controls.Add(this.label2);
  101. this.Controls.Add(this.label1);
  102. this.Controls.Add(this.cmbType);
  103. this.Name = "FrmEntrustApply";
  104. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  105. this.Text = "委托申请";
  106. ((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
  107. this.ResumeLayout(false);
  108. this.PerformLayout();
  109. }
  110. #endregion
  111. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbType;
  112. private System.Windows.Forms.Label label1;
  113. private System.Windows.Forms.Label label2;
  114. private System.Windows.Forms.TextBox txtNote;
  115. private Infragistics.Win.Misc.UltraButton ultraButton2;
  116. private Infragistics.Win.Misc.UltraButton ultraButton1;
  117. }
  118. }