12ad9da55a08ba0dec9ac092972a716c4c1104db.svn-base 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. namespace IControls_FireManager
  2. {
  3. partial class Form_System_Config
  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.radioButton_4 = new System.Windows.Forms.RadioButton();
  32. this.radioButton_6 = new System.Windows.Forms.RadioButton();
  33. this.UiButton_Apply = new Janus.Windows.EditControls.UIButton();
  34. this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
  35. this.editBox_ProjectPath = new Janus.Windows.GridEX.EditControls.EditBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label_IP_ID = new System.Windows.Forms.Label();
  39. this.uiButton_ProjectPath = new Janus.Windows.EditControls.UIButton();
  40. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();
  42. this.uiGroupBox.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // officeFormAdorner
  46. //
  47. this.officeFormAdorner.Form = this;
  48. this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
  49. //
  50. // uiGroupBox
  51. //
  52. this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  53. this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;
  54. this.uiGroupBox.Controls.Add(this.radioButton_4);
  55. this.uiGroupBox.Controls.Add(this.radioButton_6);
  56. this.uiGroupBox.Controls.Add(this.UiButton_Apply);
  57. this.uiGroupBox.Controls.Add(this.editBox_ProjectPath);
  58. this.uiGroupBox.Controls.Add(this.label1);
  59. this.uiGroupBox.Controls.Add(this.label2);
  60. this.uiGroupBox.Controls.Add(this.label_IP_ID);
  61. this.uiGroupBox.Controls.Add(this.uiButton_ProjectPath);
  62. this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.uiGroupBox.Location = new System.Drawing.Point(0, 0);
  64. this.uiGroupBox.Name = "uiGroupBox";
  65. this.uiGroupBox.Size = new System.Drawing.Size(651, 173);
  66. this.uiGroupBox.TabIndex = 0;
  67. this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  68. //
  69. // radioButton_4
  70. //
  71. this.radioButton_4.AutoSize = true;
  72. this.radioButton_4.BackColor = System.Drawing.Color.Transparent;
  73. this.radioButton_4.Location = new System.Drawing.Point(430, 96);
  74. this.radioButton_4.Name = "radioButton_4";
  75. this.radioButton_4.Size = new System.Drawing.Size(53, 16);
  76. this.radioButton_4.TabIndex = 388;
  77. this.radioButton_4.TabStop = true;
  78. this.radioButton_4.Text = "4자리";
  79. this.radioButton_4.UseVisualStyleBackColor = false;
  80. //
  81. // radioButton_6
  82. //
  83. this.radioButton_6.AutoSize = true;
  84. this.radioButton_6.BackColor = System.Drawing.Color.Transparent;
  85. this.radioButton_6.Location = new System.Drawing.Point(154, 96);
  86. this.radioButton_6.Name = "radioButton_6";
  87. this.radioButton_6.Size = new System.Drawing.Size(243, 16);
  88. this.radioButton_6.TabIndex = 388;
  89. this.radioButton_6.TabStop = true;
  90. this.radioButton_6.Text = "6자리 (네트워크수신기 현장에서는 필수)";
  91. this.radioButton_6.UseVisualStyleBackColor = false;
  92. //
  93. // UiButton_Apply
  94. //
  95. this.UiButton_Apply.Font = new System.Drawing.Font("굴림", 9F);
  96. this.UiButton_Apply.HighlightActiveButton = false;
  97. this.UiButton_Apply.Location = new System.Drawing.Point(273, 138);
  98. this.UiButton_Apply.Name = "UiButton_Apply";
  99. this.UiButton_Apply.Size = new System.Drawing.Size(75, 23);
  100. this.UiButton_Apply.TabIndex = 387;
  101. this.UiButton_Apply.Text = "확인";
  102. this.UiButton_Apply.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  103. this.UiButton_Apply.VisualStyleManager = this.visualStyleManager;
  104. this.UiButton_Apply.Click += new System.EventHandler(this.UiButton_Apply_Click);
  105. //
  106. // editBox_ProjectPath
  107. //
  108. this.editBox_ProjectPath.BackColor = System.Drawing.SystemColors.MenuBar;
  109. this.editBox_ProjectPath.Font = new System.Drawing.Font("굴림", 9F);
  110. this.editBox_ProjectPath.Location = new System.Drawing.Point(119, 19);
  111. this.editBox_ProjectPath.Name = "editBox_ProjectPath";
  112. this.editBox_ProjectPath.ReadOnly = true;
  113. this.editBox_ProjectPath.Size = new System.Drawing.Size(489, 21);
  114. this.editBox_ProjectPath.TabIndex = 385;
  115. this.editBox_ProjectPath.Text = "Background_Main.png";
  116. this.editBox_ProjectPath.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  117. //
  118. // label1
  119. //
  120. this.label1.AutoSize = true;
  121. this.label1.BackColor = System.Drawing.Color.Transparent;
  122. this.label1.Font = new System.Drawing.Font("굴림", 9F);
  123. this.label1.Location = new System.Drawing.Point(117, 55);
  124. this.label1.Name = "label1";
  125. this.label1.Size = new System.Drawing.Size(331, 12);
  126. this.label1.TabIndex = 386;
  127. this.label1.Text = "(프로젝트 폴더가 모여 있는 상위 폴더를 지정하시면 됩니다)";
  128. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  129. //
  130. // label2
  131. //
  132. this.label2.AutoSize = true;
  133. this.label2.BackColor = System.Drawing.Color.Transparent;
  134. this.label2.Font = new System.Drawing.Font("굴림", 9F);
  135. this.label2.Location = new System.Drawing.Point(12, 98);
  136. this.label2.Name = "label2";
  137. this.label2.Size = new System.Drawing.Size(121, 12);
  138. this.label2.TabIndex = 386;
  139. this.label2.Text = "▶ 그룹 및 맵 아이디:";
  140. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  141. //
  142. // label_IP_ID
  143. //
  144. this.label_IP_ID.AutoSize = true;
  145. this.label_IP_ID.BackColor = System.Drawing.Color.Transparent;
  146. this.label_IP_ID.Font = new System.Drawing.Font("굴림", 9F);
  147. this.label_IP_ID.Location = new System.Drawing.Point(12, 23);
  148. this.label_IP_ID.Name = "label_IP_ID";
  149. this.label_IP_ID.Size = new System.Drawing.Size(101, 12);
  150. this.label_IP_ID.TabIndex = 386;
  151. this.label_IP_ID.Text = "▶ 프로젝트 경로:";
  152. this.label_IP_ID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  153. //
  154. // uiButton_ProjectPath
  155. //
  156. this.uiButton_ProjectPath.Font = new System.Drawing.Font("굴림", 9F);
  157. this.uiButton_ProjectPath.HighlightActiveButton = false;
  158. this.uiButton_ProjectPath.Location = new System.Drawing.Point(614, 20);
  159. this.uiButton_ProjectPath.Name = "uiButton_ProjectPath";
  160. this.uiButton_ProjectPath.Size = new System.Drawing.Size(25, 21);
  161. this.uiButton_ProjectPath.TabIndex = 384;
  162. this.uiButton_ProjectPath.Text = "...";
  163. this.uiButton_ProjectPath.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  164. this.uiButton_ProjectPath.VisualStyleManager = this.visualStyleManager;
  165. this.uiButton_ProjectPath.Click += new System.EventHandler(this.uiButton_ProjectPath_Click);
  166. //
  167. // Form_System_Config
  168. //
  169. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  170. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  171. this.ClientSize = new System.Drawing.Size(651, 173);
  172. this.Controls.Add(this.uiGroupBox);
  173. this.MaximizeBox = false;
  174. this.MinimizeBox = false;
  175. this.Name = "Form_System_Config";
  176. this.Text = "시스템 환경 옵션";
  177. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
  179. this.uiGroupBox.ResumeLayout(false);
  180. this.uiGroupBox.PerformLayout();
  181. this.ResumeLayout(false);
  182. }
  183. #endregion
  184. private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
  185. private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
  186. private Janus.Windows.Common.VisualStyleManager visualStyleManager;
  187. private Janus.Windows.GridEX.EditControls.EditBox editBox_ProjectPath;
  188. private System.Windows.Forms.Label label_IP_ID;
  189. private Janus.Windows.EditControls.UIButton uiButton_ProjectPath;
  190. private Janus.Windows.EditControls.UIButton UiButton_Apply;
  191. private System.Windows.Forms.Label label1;
  192. private System.Windows.Forms.RadioButton radioButton_4;
  193. private System.Windows.Forms.RadioButton radioButton_6;
  194. private System.Windows.Forms.Label label2;
  195. }
  196. }