PopupProductName.Designer.cs 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class PopupProductName
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupProductName));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.btnCanCel = new Infragistics.Win.Misc.UltraButton();
  32. this.btnOk = new Infragistics.Win.Misc.UltraButton();
  33. this.panel1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // panel2
  37. //
  38. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  39. this.panel2.Location = new System.Drawing.Point(0, 0);
  40. this.panel2.Name = "panel2";
  41. this.panel2.Size = new System.Drawing.Size(945, 473);
  42. this.panel2.TabIndex = 3;
  43. //
  44. // panel1
  45. //
  46. this.panel1.Controls.Add(this.btnCanCel);
  47. this.panel1.Controls.Add(this.btnOk);
  48. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  49. this.panel1.Location = new System.Drawing.Point(0, 473);
  50. this.panel1.Name = "panel1";
  51. this.panel1.Size = new System.Drawing.Size(945, 53);
  52. this.panel1.TabIndex = 2;
  53. //
  54. // btnCanCel
  55. //
  56. this.btnCanCel.Location = new System.Drawing.Point(507, 9);
  57. this.btnCanCel.Name = "btnCanCel";
  58. this.btnCanCel.Size = new System.Drawing.Size(87, 37);
  59. this.btnCanCel.TabIndex = 1;
  60. this.btnCanCel.Text = "取消";
  61. this.btnCanCel.Click += new System.EventHandler(this.btnCanCel_Click);
  62. //
  63. // btnOk
  64. //
  65. this.btnOk.Location = new System.Drawing.Point(336, 9);
  66. this.btnOk.Name = "btnOk";
  67. this.btnOk.Size = new System.Drawing.Size(87, 37);
  68. this.btnOk.TabIndex = 0;
  69. this.btnOk.Text = "确认";
  70. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  71. //
  72. // PopupProductName
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.ClientSize = new System.Drawing.Size(945, 526);
  77. this.Controls.Add(this.panel2);
  78. this.Controls.Add(this.panel1);
  79. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  80. this.Name = "PopupProductName";
  81. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  82. this.Text = "品名选择";
  83. this.Load += new System.EventHandler(this.PopupProductName_Load);
  84. this.panel1.ResumeLayout(false);
  85. this.ResumeLayout(false);
  86. }
  87. #endregion
  88. private System.Windows.Forms.Panel panel2;
  89. private System.Windows.Forms.Panel panel1;
  90. private Infragistics.Win.Misc.UltraButton btnCanCel;
  91. private Infragistics.Win.Misc.UltraButton btnOk;
  92. }
  93. }