FrmApprovalData.Designer.cs 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. namespace Core.StlMes.Client.Mcp.Mch.MchResult
  2. {
  3. partial class FrmApprovalData
  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.txtNote = new System.Windows.Forms.TextBox();
  29. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  30. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  31. this.SuspendLayout();
  32. //
  33. // txtNote
  34. //
  35. this.txtNote.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  36. | System.Windows.Forms.AnchorStyles.Left)
  37. | System.Windows.Forms.AnchorStyles.Right)));
  38. this.txtNote.Location = new System.Drawing.Point(48, 24);
  39. this.txtNote.Multiline = true;
  40. this.txtNote.Name = "txtNote";
  41. this.txtNote.Size = new System.Drawing.Size(366, 175);
  42. this.txtNote.TabIndex = 897;
  43. //
  44. // ultraButton1
  45. //
  46. this.ultraButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  47. this.ultraButton1.Location = new System.Drawing.Point(186, 206);
  48. this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
  49. this.ultraButton1.Name = "ultraButton1";
  50. this.ultraButton1.Size = new System.Drawing.Size(100, 29);
  51. this.ultraButton1.TabIndex = 894;
  52. this.ultraButton1.Text = "确认";
  53. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  54. //
  55. // ultraButton2
  56. //
  57. this.ultraButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  58. this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  59. this.ultraButton2.Location = new System.Drawing.Point(314, 206);
  60. this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
  61. this.ultraButton2.Name = "ultraButton2";
  62. this.ultraButton2.Size = new System.Drawing.Size(100, 29);
  63. this.ultraButton2.TabIndex = 895;
  64. this.ultraButton2.Text = "取消";
  65. //
  66. // FrmApprovalData
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.ClientSize = new System.Drawing.Size(476, 248);
  71. this.Controls.Add(this.txtNote);
  72. this.Controls.Add(this.ultraButton1);
  73. this.Controls.Add(this.ultraButton2);
  74. this.Name = "FrmApprovalData";
  75. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  76. this.Text = "反馈确认";
  77. this.ResumeLayout(false);
  78. this.PerformLayout();
  79. }
  80. #endregion
  81. private System.Windows.Forms.TextBox txtNote;
  82. private Infragistics.Win.Misc.UltraButton ultraButton1;
  83. private Infragistics.Win.Misc.UltraButton ultraButton2;
  84. }
  85. }