49f9e4f00f8d76f50cd68c13c483cae1072b6048.svn-base 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. namespace IControls_FireManager
  2. {
  3. partial class Form_MapDesigner_Rename
  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. this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
  30. this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();
  31. this.label_SystemType = new System.Windows.Forms.Label();
  32. this.EditBox_PageName = new Janus.Windows.GridEX.EditControls.EditBox();
  33. this.UiButton_Page_Rename = new Janus.Windows.EditControls.UIButton();
  34. this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
  35. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();
  37. this.uiGroupBox.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // officeFormAdorner
  41. //
  42. this.officeFormAdorner.Form = this;
  43. this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
  44. //
  45. // uiGroupBox
  46. //
  47. this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  48. this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;
  49. this.uiGroupBox.Controls.Add(this.label_SystemType);
  50. this.uiGroupBox.Controls.Add(this.EditBox_PageName);
  51. this.uiGroupBox.Controls.Add(this.UiButton_Page_Rename);
  52. this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.uiGroupBox.Location = new System.Drawing.Point(0, 0);
  54. this.uiGroupBox.Name = "uiGroupBox";
  55. this.uiGroupBox.Size = new System.Drawing.Size(316, 105);
  56. this.uiGroupBox.TabIndex = 0;
  57. this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  58. //
  59. // label_SystemType
  60. //
  61. this.label_SystemType.AutoSize = true;
  62. this.label_SystemType.BackColor = System.Drawing.Color.Transparent;
  63. this.label_SystemType.Font = new System.Drawing.Font("굴림", 9F);
  64. this.label_SystemType.Location = new System.Drawing.Point(24, 26);
  65. this.label_SystemType.Name = "label_SystemType";
  66. this.label_SystemType.Size = new System.Drawing.Size(57, 12);
  67. this.label_SystemType.TabIndex = 381;
  68. this.label_SystemType.Text = "페이지 명";
  69. this.label_SystemType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  70. //
  71. // EditBox_PageName
  72. //
  73. this.EditBox_PageName.Font = new System.Drawing.Font("굴림", 9F);
  74. this.EditBox_PageName.Location = new System.Drawing.Point(99, 21);
  75. this.EditBox_PageName.Name = "EditBox_PageName";
  76. this.EditBox_PageName.Size = new System.Drawing.Size(138, 21);
  77. this.EditBox_PageName.TabIndex = 0;
  78. this.EditBox_PageName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  79. //
  80. // UiButton_Page_Rename
  81. //
  82. this.UiButton_Page_Rename.Font = new System.Drawing.Font("굴림", 9F);
  83. this.UiButton_Page_Rename.HighlightActiveButton = false;
  84. this.UiButton_Page_Rename.Location = new System.Drawing.Point(116, 58);
  85. this.UiButton_Page_Rename.Name = "UiButton_Page_Rename";
  86. this.UiButton_Page_Rename.Size = new System.Drawing.Size(75, 23);
  87. this.UiButton_Page_Rename.TabIndex = 373;
  88. this.UiButton_Page_Rename.Text = "저장";
  89. this.UiButton_Page_Rename.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  90. this.UiButton_Page_Rename.VisualStyleManager = this.visualStyleManager;
  91. this.UiButton_Page_Rename.Click += new System.EventHandler(this.UiButton_Page_Rename_Click);
  92. //
  93. // Form_MapDesigner_Rename
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.ClientSize = new System.Drawing.Size(316, 105);
  98. this.Controls.Add(this.uiGroupBox);
  99. this.MaximizeBox = false;
  100. this.MinimizeBox = false;
  101. this.Name = "Form_MapDesigner_Rename";
  102. this.Text = "Page ReName ";
  103. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
  105. this.uiGroupBox.ResumeLayout(false);
  106. this.uiGroupBox.PerformLayout();
  107. this.ResumeLayout(false);
  108. }
  109. #endregion
  110. private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
  111. private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
  112. private Janus.Windows.Common.VisualStyleManager visualStyleManager;
  113. private Janus.Windows.GridEX.EditControls.EditBox EditBox_PageName;
  114. private Janus.Windows.EditControls.UIButton UiButton_Page_Rename;
  115. private System.Windows.Forms.Label label_SystemType;
  116. }
  117. }