7edc0aa552d2f636c433e97c016baf1e9185e533.svn-base 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. namespace IControls_FireManager
  2. {
  3. partial class Form_Project_New
  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_ProjectName = new Janus.Windows.GridEX.EditControls.EditBox();
  33. this.UiButton_Project_New = 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_ProjectName);
  51. this.uiGroupBox.Controls.Add(this.UiButton_Project_New);
  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(334, 114);
  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(69, 12);
  67. this.label_SystemType.TabIndex = 381;
  68. this.label_SystemType.Text = "프로젝트 명";
  69. this.label_SystemType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  70. //
  71. // EditBox_ProjectName
  72. //
  73. this.EditBox_ProjectName.Font = new System.Drawing.Font("굴림", 9F);
  74. this.EditBox_ProjectName.Location = new System.Drawing.Point(99, 21);
  75. this.EditBox_ProjectName.Name = "EditBox_ProjectName";
  76. this.EditBox_ProjectName.Size = new System.Drawing.Size(138, 21);
  77. this.EditBox_ProjectName.TabIndex = 0;
  78. this.EditBox_ProjectName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  79. //
  80. // UiButton_Project_New
  81. //
  82. this.UiButton_Project_New.Font = new System.Drawing.Font("굴림", 9F);
  83. this.UiButton_Project_New.HighlightActiveButton = false;
  84. this.UiButton_Project_New.Location = new System.Drawing.Point(125, 58);
  85. this.UiButton_Project_New.Name = "UiButton_Project_New";
  86. this.UiButton_Project_New.Size = new System.Drawing.Size(75, 23);
  87. this.UiButton_Project_New.TabIndex = 373;
  88. this.UiButton_Project_New.Text = "새로만들기";
  89. this.UiButton_Project_New.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  90. this.UiButton_Project_New.VisualStyleManager = this.visualStyleManager;
  91. this.UiButton_Project_New.Click += new System.EventHandler(this.UiButton_Project_Save_Click);
  92. //
  93. // Form_Project_New
  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(334, 114);
  98. this.Controls.Add(this.uiGroupBox);
  99. this.MaximizeBox = false;
  100. this.MinimizeBox = false;
  101. this.Name = "Form_Project_New";
  102. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  103. this.Text = "New Project";
  104. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
  106. this.uiGroupBox.ResumeLayout(false);
  107. this.uiGroupBox.PerformLayout();
  108. this.ResumeLayout(false);
  109. }
  110. #endregion
  111. private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
  112. private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
  113. private Janus.Windows.Common.VisualStyleManager visualStyleManager;
  114. private Janus.Windows.GridEX.EditControls.EditBox EditBox_ProjectName;
  115. private Janus.Windows.EditControls.UIButton UiButton_Project_New;
  116. private System.Windows.Forms.Label label_SystemType;
  117. }
  118. }