FrmPopupWindow.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace Core.StlMes.Client.Mcp.Control
  2. {
  3. partial class FrmPopupWindow
  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. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  30. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  31. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  32. this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
  33. this.SuspendLayout();
  34. //
  35. // ultraLabel1
  36. //
  37. appearance1.TextHAlignAsString = "Center";
  38. appearance1.TextVAlignAsString = "Middle";
  39. this.ultraLabel1.Appearance = appearance1;
  40. this.ultraLabel1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.ultraLabel1.Location = new System.Drawing.Point(18, 18);
  42. this.ultraLabel1.Name = "ultraLabel1";
  43. this.ultraLabel1.Size = new System.Drawing.Size(280, 23);
  44. this.ultraLabel1.TabIndex = 0;
  45. this.ultraLabel1.Text = "停机记录新增该行记录之前还是之后?";
  46. //
  47. // ultraButton1
  48. //
  49. this.ultraButton1.Location = new System.Drawing.Point(12, 47);
  50. this.ultraButton1.Name = "ultraButton1";
  51. this.ultraButton1.Size = new System.Drawing.Size(82, 26);
  52. this.ultraButton1.TabIndex = 1;
  53. this.ultraButton1.Text = "之前";
  54. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  55. //
  56. // ultraButton2
  57. //
  58. this.ultraButton2.Location = new System.Drawing.Point(118, 47);
  59. this.ultraButton2.Name = "ultraButton2";
  60. this.ultraButton2.Size = new System.Drawing.Size(82, 26);
  61. this.ultraButton2.TabIndex = 2;
  62. this.ultraButton2.Text = "之后";
  63. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  64. //
  65. // ultraButton3
  66. //
  67. this.ultraButton3.Location = new System.Drawing.Point(224, 47);
  68. this.ultraButton3.Name = "ultraButton3";
  69. this.ultraButton3.Size = new System.Drawing.Size(82, 26);
  70. this.ultraButton3.TabIndex = 3;
  71. this.ultraButton3.Text = "取消";
  72. this.ultraButton3.Click += new System.EventHandler(this.ultraButton3_Click);
  73. //
  74. // FrmPopupWindow
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.ClientSize = new System.Drawing.Size(315, 75);
  79. this.Controls.Add(this.ultraButton3);
  80. this.Controls.Add(this.ultraButton2);
  81. this.Controls.Add(this.ultraButton1);
  82. this.Controls.Add(this.ultraLabel1);
  83. this.MaximizeBox = false;
  84. this.Name = "FrmPopupWindow";
  85. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  86. this.Text = "提示";
  87. this.TopMost = true;
  88. this.ResumeLayout(false);
  89. }
  90. #endregion
  91. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  92. private Infragistics.Win.Misc.UltraButton ultraButton1;
  93. private Infragistics.Win.Misc.UltraButton ultraButton2;
  94. private Infragistics.Win.Misc.UltraButton ultraButton3;
  95. }
  96. }