c5ebc09dc0b3bfcefa52edc81ba73145f6aaed2f.svn-base 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. namespace IControls_FireManager
  2. {
  3. partial class Form__Sample
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form__Sample));
  30. this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
  31. this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();
  32. this.label_Help_Manufacture = new System.Windows.Forms.Label();
  33. this.label_Help_Version = new System.Windows.Forms.Label();
  34. this.label_Help_Body = new System.Windows.Forms.Label();
  35. this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
  36. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();
  38. this.uiGroupBox.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // officeFormAdorner
  42. //
  43. this.officeFormAdorner.Form = this;
  44. this.officeFormAdorner.Office2007ColorScheme = Janus.Windows.Ribbon.Office2007ColorScheme.Custom;
  45. this.officeFormAdorner.Office2007CustomColor = System.Drawing.SystemColors.ActiveCaption;
  46. //
  47. // uiGroupBox
  48. //
  49. this.uiGroupBox.BackColor = System.Drawing.SystemColors.ActiveCaption;
  50. this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  51. this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;
  52. this.uiGroupBox.Controls.Add(this.label_Help_Manufacture);
  53. this.uiGroupBox.Controls.Add(this.label_Help_Version);
  54. this.uiGroupBox.Controls.Add(this.label_Help_Body);
  55. this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.uiGroupBox.Location = new System.Drawing.Point(0, 0);
  57. this.uiGroupBox.Name = "uiGroupBox";
  58. this.uiGroupBox.Office2007CustomColor = System.Drawing.SystemColors.ActiveBorder;
  59. this.uiGroupBox.Size = new System.Drawing.Size(898, 135);
  60. this.uiGroupBox.TabIndex = 0;
  61. this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  62. //
  63. // label_Help_Manufacture
  64. //
  65. this.label_Help_Manufacture.AutoSize = true;
  66. this.label_Help_Manufacture.BackColor = System.Drawing.Color.Transparent;
  67. this.label_Help_Manufacture.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  68. this.label_Help_Manufacture.Location = new System.Drawing.Point(68, 20);
  69. this.label_Help_Manufacture.Name = "label_Help_Manufacture";
  70. this.label_Help_Manufacture.Size = new System.Drawing.Size(735, 13);
  71. this.label_Help_Manufacture.TabIndex = 0;
  72. this.label_Help_Manufacture.Text = "This is Program Designed By ICONTROLS (Corporation), Research Developmnet - M.M." +
  73. "I Department";
  74. //
  75. // label_Help_Version
  76. //
  77. this.label_Help_Version.AutoSize = true;
  78. this.label_Help_Version.BackColor = System.Drawing.Color.Transparent;
  79. this.label_Help_Version.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  80. this.label_Help_Version.Location = new System.Drawing.Point(296, 48);
  81. this.label_Help_Version.Name = "label_Help_Version";
  82. this.label_Help_Version.Size = new System.Drawing.Size(136, 13);
  83. this.label_Help_Version.TabIndex = 0;
  84. this.label_Help_Version.Text = "Release Version :";
  85. //
  86. // label_Help_Body
  87. //
  88. this.label_Help_Body.AutoSize = true;
  89. this.label_Help_Body.BackColor = System.Drawing.Color.Transparent;
  90. this.label_Help_Body.Location = new System.Drawing.Point(34, 78);
  91. this.label_Help_Body.Name = "label_Help_Body";
  92. this.label_Help_Body.Size = new System.Drawing.Size(822, 36);
  93. this.label_Help_Body.TabIndex = 0;
  94. this.label_Help_Body.Text = resources.GetString("label_Help_Body.Text");
  95. //
  96. // Form__Sample
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.ClientSize = new System.Drawing.Size(898, 135);
  101. this.Controls.Add(this.uiGroupBox);
  102. this.MaximizeBox = false;
  103. this.MinimizeBox = false;
  104. this.Name = "Form__Sample";
  105. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  106. this.Text = "Help";
  107. this.TopMost = true;
  108. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
  110. this.uiGroupBox.ResumeLayout(false);
  111. this.uiGroupBox.PerformLayout();
  112. this.ResumeLayout(false);
  113. }
  114. #endregion
  115. private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
  116. private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
  117. private Janus.Windows.Common.VisualStyleManager visualStyleManager;
  118. private System.Windows.Forms.Label label_Help_Body;
  119. private System.Windows.Forms.Label label_Help_Manufacture;
  120. private System.Windows.Forms.Label label_Help_Version;
  121. }
  122. }