AlarmForm.Designer.cs 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class AlarmForm
  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.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
  30. //this.shell1 = new GDNXFD.Alert.IFIXControls.Shell();
  31. this.panel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // panel1
  35. //
  36. this.panel1.Controls.Add(this.elementHost1);
  37. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  38. this.panel1.Location = new System.Drawing.Point(0, 0);
  39. this.panel1.Name = "panel1";
  40. this.panel1.Size = new System.Drawing.Size(1920, 961);
  41. this.panel1.TabIndex = 0;
  42. //
  43. // elementHost1
  44. //
  45. this.elementHost1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.elementHost1.Location = new System.Drawing.Point(0, 0);
  47. this.elementHost1.Name = "elementHost1";
  48. this.elementHost1.Size = new System.Drawing.Size(1920, 961);
  49. this.elementHost1.TabIndex = 0;
  50. this.elementHost1.Text = "elementHost1";
  51. //this.elementHost1.Child = this.shell1;
  52. //
  53. // AlarmForm
  54. //
  55. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  56. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  57. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  58. this.ClientSize = new System.Drawing.Size(1920, 961);
  59. this.Controls.Add(this.panel1);
  60. this.Name = "AlarmForm";
  61. this.Text = "AlarmForm";
  62. this.panel1.ResumeLayout(false);
  63. this.ResumeLayout(false);
  64. }
  65. #endregion
  66. private System.Windows.Forms.Panel panel1;
  67. private System.Windows.Forms.Integration.ElementHost elementHost1;
  68. //private GDNXFD.Alert.IFIXControls.Shell shell1;
  69. }
  70. }