3693592b57a0184c5f53445b0499f1fa79099894.svn-base 9.6 KB

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