ComBaseStationPopup.Designer.cs 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComBaseStationPopup
  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(ComBaseStationPopup));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  32. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  33. this.panel2.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // panel1
  37. //
  38. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  39. this.panel1.Location = new System.Drawing.Point(0, 0);
  40. this.panel1.Name = "panel1";
  41. this.panel1.Size = new System.Drawing.Size(1041, 472);
  42. this.panel1.TabIndex = 0;
  43. //
  44. // panel2
  45. //
  46. this.panel2.Controls.Add(this.ultraButton2);
  47. this.panel2.Controls.Add(this.ultraButton1);
  48. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  49. this.panel2.Location = new System.Drawing.Point(0, 472);
  50. this.panel2.Name = "panel2";
  51. this.panel2.Size = new System.Drawing.Size(1041, 51);
  52. this.panel2.TabIndex = 1;
  53. //
  54. // ultraButton2
  55. //
  56. this.ultraButton2.Location = new System.Drawing.Point(514, 6);
  57. this.ultraButton2.Name = "ultraButton2";
  58. this.ultraButton2.Size = new System.Drawing.Size(83, 38);
  59. this.ultraButton2.TabIndex = 1;
  60. this.ultraButton2.Text = "取消";
  61. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  62. //
  63. // ultraButton1
  64. //
  65. this.ultraButton1.Location = new System.Drawing.Point(401, 6);
  66. this.ultraButton1.Name = "ultraButton1";
  67. this.ultraButton1.Size = new System.Drawing.Size(86, 40);
  68. this.ultraButton1.TabIndex = 0;
  69. this.ultraButton1.Text = "确认";
  70. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  71. //
  72. // ComBaseStationPopup
  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(1041, 523);
  77. this.Controls.Add(this.panel1);
  78. this.Controls.Add(this.panel2);
  79. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  80. this.Name = "ComBaseStationPopup";
  81. this.Text = "工序点选择";
  82. this.panel2.ResumeLayout(false);
  83. this.ResumeLayout(false);
  84. }
  85. #endregion
  86. private System.Windows.Forms.Panel panel1;
  87. private System.Windows.Forms.Panel panel2;
  88. private Infragistics.Win.Misc.UltraButton ultraButton1;
  89. private Infragistics.Win.Misc.UltraButton ultraButton2;
  90. }
  91. }