662803a17b664b2edb1c25135656ddd61f32fe35.svn-base 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. namespace IControls_FireManager
  2. {
  3. partial class Form_PointConfig
  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.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
  31. this.uiGroupBox1 = new Janus.Windows.EditControls.UIGroupBox();
  32. this.UiButton_Close = new Janus.Windows.EditControls.UIButton();
  33. this.UiProgressBar_ExcelImport = new Janus.Windows.EditControls.UIProgressBar();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.UiButton_Apply = new Janus.Windows.EditControls.UIButton();
  36. this.editBox_ProjectPath = new Janus.Windows.GridEX.EditControls.EditBox();
  37. this.label_IP_ID = new System.Windows.Forms.Label();
  38. this.uiButton_ProjectPath = new Janus.Windows.EditControls.UIButton();
  39. this.Timer_Renew = new System.Windows.Forms.Timer(this.components);
  40. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit();
  42. this.uiGroupBox1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // officeFormAdorner
  46. //
  47. this.officeFormAdorner.Form = this;
  48. this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
  49. //
  50. // uiGroupBox1
  51. //
  52. this.uiGroupBox1.BackColor = System.Drawing.Color.CornflowerBlue;
  53. this.uiGroupBox1.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  54. this.uiGroupBox1.Controls.Add(this.UiButton_Close);
  55. this.uiGroupBox1.Controls.Add(this.UiProgressBar_ExcelImport);
  56. this.uiGroupBox1.Controls.Add(this.label1);
  57. this.uiGroupBox1.Controls.Add(this.UiButton_Apply);
  58. this.uiGroupBox1.Controls.Add(this.editBox_ProjectPath);
  59. this.uiGroupBox1.Controls.Add(this.label_IP_ID);
  60. this.uiGroupBox1.Controls.Add(this.uiButton_ProjectPath);
  61. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.uiGroupBox1.FrameStyle = Janus.Windows.EditControls.FrameStyle.None;
  63. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  64. this.uiGroupBox1.Name = "uiGroupBox1";
  65. this.uiGroupBox1.Size = new System.Drawing.Size(800, 270);
  66. this.uiGroupBox1.TabIndex = 3;
  67. this.uiGroupBox1.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  68. //
  69. // UiButton_Close
  70. //
  71. this.UiButton_Close.Font = new System.Drawing.Font("굴림", 9F);
  72. this.UiButton_Close.HighlightActiveButton = false;
  73. this.UiButton_Close.Location = new System.Drawing.Point(641, 137);
  74. this.UiButton_Close.Name = "UiButton_Close";
  75. this.UiButton_Close.Size = new System.Drawing.Size(75, 23);
  76. this.UiButton_Close.TabIndex = 393;
  77. this.UiButton_Close.Text = "닫기";
  78. this.UiButton_Close.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  79. this.UiButton_Close.VisualStyleManager = this.visualStyleManager;
  80. this.UiButton_Close.Click += new System.EventHandler(this.UiButton_Close_Click);
  81. //
  82. // UiProgressBar_ExcelImport
  83. //
  84. this.UiProgressBar_ExcelImport.Location = new System.Drawing.Point(25, 82);
  85. this.UiProgressBar_ExcelImport.Name = "UiProgressBar_ExcelImport";
  86. this.UiProgressBar_ExcelImport.Size = new System.Drawing.Size(691, 37);
  87. this.UiProgressBar_ExcelImport.TabIndex = 392;
  88. this.UiProgressBar_ExcelImport.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  89. //
  90. // label1
  91. //
  92. this.label1.AutoSize = true;
  93. this.label1.BackColor = System.Drawing.Color.Transparent;
  94. this.label1.Font = new System.Drawing.Font("굴림", 9F);
  95. this.label1.Location = new System.Drawing.Point(23, 19);
  96. this.label1.Name = "label1";
  97. this.label1.Size = new System.Drawing.Size(584, 12);
  98. this.label1.TabIndex = 391;
  99. this.label1.Text = "※ 엑셀에 저장되어 있는 디바이스 정보를 가지고 옵니다. (최대 1 ~ 5분 소요됩니다. 잠시만 기다려주세요!)";
  100. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  101. //
  102. // UiButton_Apply
  103. //
  104. this.UiButton_Apply.Font = new System.Drawing.Font("굴림", 9F);
  105. this.UiButton_Apply.HighlightActiveButton = false;
  106. this.UiButton_Apply.Location = new System.Drawing.Point(641, 42);
  107. this.UiButton_Apply.Name = "UiButton_Apply";
  108. this.UiButton_Apply.Size = new System.Drawing.Size(75, 23);
  109. this.UiButton_Apply.TabIndex = 390;
  110. this.UiButton_Apply.Text = "저장";
  111. this.UiButton_Apply.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  112. this.UiButton_Apply.VisualStyleManager = this.visualStyleManager;
  113. this.UiButton_Apply.Click += new System.EventHandler(this.UiButton_Apply_Click);
  114. //
  115. // editBox_ProjectPath
  116. //
  117. this.editBox_ProjectPath.BackColor = System.Drawing.SystemColors.MenuBar;
  118. this.editBox_ProjectPath.Font = new System.Drawing.Font("굴림", 9F);
  119. this.editBox_ProjectPath.Location = new System.Drawing.Point(115, 43);
  120. this.editBox_ProjectPath.Name = "editBox_ProjectPath";
  121. this.editBox_ProjectPath.ReadOnly = true;
  122. this.editBox_ProjectPath.Size = new System.Drawing.Size(489, 21);
  123. this.editBox_ProjectPath.TabIndex = 388;
  124. this.editBox_ProjectPath.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  125. //
  126. // label_IP_ID
  127. //
  128. this.label_IP_ID.AutoSize = true;
  129. this.label_IP_ID.BackColor = System.Drawing.Color.Transparent;
  130. this.label_IP_ID.Font = new System.Drawing.Font("굴림", 9F);
  131. this.label_IP_ID.Location = new System.Drawing.Point(23, 48);
  132. this.label_IP_ID.Name = "label_IP_ID";
  133. this.label_IP_ID.Size = new System.Drawing.Size(77, 12);
  134. this.label_IP_ID.TabIndex = 389;
  135. this.label_IP_ID.Text = "▶ 엑셀 경로:";
  136. this.label_IP_ID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  137. //
  138. // uiButton_ProjectPath
  139. //
  140. this.uiButton_ProjectPath.Font = new System.Drawing.Font("굴림", 9F);
  141. this.uiButton_ProjectPath.HighlightActiveButton = false;
  142. this.uiButton_ProjectPath.Location = new System.Drawing.Point(610, 43);
  143. this.uiButton_ProjectPath.Name = "uiButton_ProjectPath";
  144. this.uiButton_ProjectPath.Size = new System.Drawing.Size(25, 21);
  145. this.uiButton_ProjectPath.TabIndex = 387;
  146. this.uiButton_ProjectPath.Text = "...";
  147. this.uiButton_ProjectPath.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  148. this.uiButton_ProjectPath.VisualStyleManager = this.visualStyleManager;
  149. this.uiButton_ProjectPath.Click += new System.EventHandler(this.uiButton_ProjectPath_Click);
  150. //
  151. // Timer_Renew
  152. //
  153. this.Timer_Renew.Tick += new System.EventHandler(this.Timer_Renew_Tick);
  154. //
  155. // Form_PointConfig
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.ClientSize = new System.Drawing.Size(800, 270);
  160. this.ControlBox = false;
  161. this.Controls.Add(this.uiGroupBox1);
  162. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  163. this.Name = "Form_PointConfig";
  164. this.Text = "디바이스 정보 불러오기";
  165. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).EndInit();
  167. this.uiGroupBox1.ResumeLayout(false);
  168. this.uiGroupBox1.PerformLayout();
  169. this.ResumeLayout(false);
  170. }
  171. #endregion
  172. private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
  173. private Janus.Windows.Common.VisualStyleManager visualStyleManager;
  174. private Janus.Windows.EditControls.UIGroupBox uiGroupBox1;
  175. private Janus.Windows.GridEX.EditControls.EditBox editBox_ProjectPath;
  176. private System.Windows.Forms.Label label_IP_ID;
  177. private Janus.Windows.EditControls.UIButton uiButton_ProjectPath;
  178. private Janus.Windows.EditControls.UIButton UiButton_Apply;
  179. private System.Windows.Forms.Label label1;
  180. private Janus.Windows.EditControls.UIProgressBar UiProgressBar_ExcelImport;
  181. private Janus.Windows.EditControls.UIButton UiButton_Close;
  182. private System.Windows.Forms.Timer Timer_Renew;
  183. }
  184. }