Make_StencilScrapReason.Designer.cs 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_StencilScrapReason
  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.ConfirmScrap = new System.Windows.Forms.Button();
  29. this.Reason = new System.Windows.Forms.RichTextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // ConfirmScrap
  34. //
  35. this.ConfirmScrap.BackColor = System.Drawing.Color.Transparent;
  36. this.ConfirmScrap.Location = new System.Drawing.Point(170, 138);
  37. this.ConfirmScrap.Name = "ConfirmScrap";
  38. this.ConfirmScrap.Size = new System.Drawing.Size(75, 28);
  39. this.ConfirmScrap.TabIndex = 0;
  40. this.ConfirmScrap.Text = "确认";
  41. this.ConfirmScrap.UseVisualStyleBackColor = false;
  42. //
  43. // Reason
  44. //
  45. this.Reason.Location = new System.Drawing.Point(80, 19);
  46. this.Reason.Name = "Reason";
  47. this.Reason.Size = new System.Drawing.Size(325, 109);
  48. this.Reason.TabIndex = 1;
  49. this.Reason.Text = "";
  50. //
  51. // label1
  52. //
  53. this.label1.AutoSize = true;
  54. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.label1.Location = new System.Drawing.Point(8, 22);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(65, 20);
  58. this.label1.TabIndex = 2;
  59. this.label1.Text = "报废原因";
  60. //
  61. // Make_StencilScrapReason
  62. //
  63. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  64. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  65. this.ClientSize = new System.Drawing.Size(417, 172);
  66. this.Controls.Add(this.label1);
  67. this.Controls.Add(this.Reason);
  68. this.Controls.Add(this.ConfirmScrap);
  69. this.Name = "Make_StencilScrapReason";
  70. this.Tag = "ShowDialogWindow";
  71. this.Text = "钢网报废";
  72. this.Load += new System.EventHandler(this.Make_StencilScrapReason_Load);
  73. this.ResumeLayout(false);
  74. this.PerformLayout();
  75. }
  76. #endregion
  77. private System.Windows.Forms.Button ConfirmScrap;
  78. private System.Windows.Forms.RichTextBox Reason;
  79. private System.Windows.Forms.Label label1;
  80. }
  81. }