PopupProductPlane.Designer.cs 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class PopupProductPlane
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.btnClose = new System.Windows.Forms.Button();
  30. this.panel1.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // panel1
  34. //
  35. this.panel1.Controls.Add(this.btnClose);
  36. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  37. this.panel1.Location = new System.Drawing.Point(0, 293);
  38. this.panel1.Name = "panel1";
  39. this.panel1.Size = new System.Drawing.Size(853, 65);
  40. this.panel1.TabIndex = 0;
  41. //
  42. // btnClose
  43. //
  44. this.btnClose.Location = new System.Drawing.Point(397, 30);
  45. this.btnClose.Name = "btnClose";
  46. this.btnClose.Size = new System.Drawing.Size(75, 23);
  47. this.btnClose.TabIndex = 0;
  48. this.btnClose.Text = "关闭";
  49. this.btnClose.UseVisualStyleBackColor = true;
  50. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  51. //
  52. // PopupProductPlane
  53. //
  54. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  55. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  56. this.ClientSize = new System.Drawing.Size(853, 358);
  57. this.Controls.Add(this.panel1);
  58. this.Name = "PopupProductPlane";
  59. this.Text = "PopupProductPlane";
  60. this.panel1.ResumeLayout(false);
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private System.Windows.Forms.Panel panel1;
  65. private System.Windows.Forms.Button btnClose;
  66. }
  67. }