0075aadc3e6a79f0ef89e0188f02ff257033d606.svn-base 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. namespace IControls_FireManager
  2. {
  3. partial class Frame_Debug
  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. Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem1 = new Janus.Windows.EditControls.UIComboBoxItem();
  30. Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem2 = new Janus.Windows.EditControls.UIComboBoxItem();
  31. Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem3 = new Janus.Windows.EditControls.UIComboBoxItem();
  32. Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem4 = new Janus.Windows.EditControls.UIComboBoxItem();
  33. Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem5 = new Janus.Windows.EditControls.UIComboBoxItem();
  34. Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem6 = new Janus.Windows.EditControls.UIComboBoxItem();
  35. Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem7 = new Janus.Windows.EditControls.UIComboBoxItem();
  36. Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem8 = new Janus.Windows.EditControls.UIComboBoxItem();
  37. Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem9 = new Janus.Windows.EditControls.UIComboBoxItem();
  38. this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
  39. this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
  40. this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();
  41. this.uiComboBox_FontSize = new Janus.Windows.EditControls.UIComboBox();
  42. this.uiCheckBox_LogEnable = new Janus.Windows.EditControls.UICheckBox();
  43. this.uiButton_Copy = new Janus.Windows.EditControls.UIButton();
  44. this.uiButton_Save = new Janus.Windows.EditControls.UIButton();
  45. this.uiButton_Clear = new Janus.Windows.EditControls.UIButton();
  46. this.uiComboBox_Color = new Janus.Windows.EditControls.UIComboBox();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.editBox_Log = new Janus.Windows.GridEX.EditControls.EditBox();
  49. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();
  51. this.uiGroupBox.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // officeFormAdorner
  55. //
  56. this.officeFormAdorner.Form = this;
  57. this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
  58. //
  59. // uiGroupBox
  60. //
  61. this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  62. this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;
  63. this.uiGroupBox.Controls.Add(this.uiComboBox_FontSize);
  64. this.uiGroupBox.Controls.Add(this.uiCheckBox_LogEnable);
  65. this.uiGroupBox.Controls.Add(this.uiButton_Copy);
  66. this.uiGroupBox.Controls.Add(this.uiButton_Save);
  67. this.uiGroupBox.Controls.Add(this.uiButton_Clear);
  68. this.uiGroupBox.Controls.Add(this.uiComboBox_Color);
  69. this.uiGroupBox.Controls.Add(this.label1);
  70. this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
  71. this.uiGroupBox.Location = new System.Drawing.Point(0, 0);
  72. this.uiGroupBox.Name = "uiGroupBox";
  73. this.uiGroupBox.Size = new System.Drawing.Size(1168, 40);
  74. this.uiGroupBox.TabIndex = 3;
  75. this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  76. //
  77. // uiComboBox_FontSize
  78. //
  79. this.uiComboBox_FontSize.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  80. this.uiComboBox_FontSize.Font = new System.Drawing.Font("굴림", 8F);
  81. uiComboBoxItem1.FormatStyle.Alpha = 0;
  82. uiComboBoxItem1.IsSeparator = false;
  83. uiComboBoxItem1.Text = "8";
  84. uiComboBoxItem2.FormatStyle.Alpha = 0;
  85. uiComboBoxItem2.IsSeparator = false;
  86. uiComboBoxItem2.Text = "10";
  87. uiComboBoxItem3.FormatStyle.Alpha = 0;
  88. uiComboBoxItem3.IsSeparator = false;
  89. uiComboBoxItem3.Text = "12";
  90. uiComboBoxItem4.FormatStyle.Alpha = 0;
  91. uiComboBoxItem4.IsSeparator = false;
  92. uiComboBoxItem4.Text = "14";
  93. uiComboBoxItem5.FormatStyle.Alpha = 0;
  94. uiComboBoxItem5.IsSeparator = false;
  95. uiComboBoxItem5.Text = "16";
  96. this.uiComboBox_FontSize.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
  97. uiComboBoxItem1,
  98. uiComboBoxItem2,
  99. uiComboBoxItem3,
  100. uiComboBoxItem4,
  101. uiComboBoxItem5});
  102. this.uiComboBox_FontSize.Location = new System.Drawing.Point(204, 11);
  103. this.uiComboBox_FontSize.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  104. this.uiComboBox_FontSize.Name = "uiComboBox_FontSize";
  105. this.uiComboBox_FontSize.SelectedIndex = 0;
  106. this.uiComboBox_FontSize.Size = new System.Drawing.Size(45, 20);
  107. this.uiComboBox_FontSize.TabIndex = 405;
  108. this.uiComboBox_FontSize.Text = "8";
  109. this.uiComboBox_FontSize.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
  110. this.uiComboBox_FontSize.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  111. this.uiComboBox_FontSize.SelectedIndexChanged += new System.EventHandler(this.uiComboBox_FontSize_SelectedIndexChanged);
  112. //
  113. // uiCheckBox_LogEnable
  114. //
  115. this.uiCheckBox_LogEnable.BackColor = System.Drawing.Color.Transparent;
  116. this.uiCheckBox_LogEnable.Font = new System.Drawing.Font("굴림", 8F);
  117. this.uiCheckBox_LogEnable.FormatStyle.BackColor = System.Drawing.Color.Transparent;
  118. this.uiCheckBox_LogEnable.Location = new System.Drawing.Point(354, 8);
  119. this.uiCheckBox_LogEnable.Name = "uiCheckBox_LogEnable";
  120. this.uiCheckBox_LogEnable.Size = new System.Drawing.Size(13, 25);
  121. this.uiCheckBox_LogEnable.TabIndex = 403;
  122. this.uiCheckBox_LogEnable.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  123. //
  124. // uiButton_Copy
  125. //
  126. this.uiButton_Copy.DialogResult = System.Windows.Forms.DialogResult.OK;
  127. this.uiButton_Copy.Font = new System.Drawing.Font("굴림", 8F);
  128. this.uiButton_Copy.HighlightActiveButton = false;
  129. this.uiButton_Copy.ImageSize = new System.Drawing.Size(30, 30);
  130. this.uiButton_Copy.Location = new System.Drawing.Point(138, 10);
  131. this.uiButton_Copy.Name = "uiButton_Copy";
  132. this.uiButton_Copy.Size = new System.Drawing.Size(60, 22);
  133. this.uiButton_Copy.TabIndex = 402;
  134. this.uiButton_Copy.Text = "Copy";
  135. this.uiButton_Copy.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  136. this.uiButton_Copy.Click += new System.EventHandler(this.uiButton_Copy_Click);
  137. //
  138. // uiButton_Save
  139. //
  140. this.uiButton_Save.DialogResult = System.Windows.Forms.DialogResult.OK;
  141. this.uiButton_Save.Font = new System.Drawing.Font("굴림", 8F);
  142. this.uiButton_Save.HighlightActiveButton = false;
  143. this.uiButton_Save.ImageSize = new System.Drawing.Size(30, 30);
  144. this.uiButton_Save.Location = new System.Drawing.Point(72, 10);
  145. this.uiButton_Save.Name = "uiButton_Save";
  146. this.uiButton_Save.Size = new System.Drawing.Size(60, 22);
  147. this.uiButton_Save.TabIndex = 402;
  148. this.uiButton_Save.Text = "Save";
  149. this.uiButton_Save.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  150. this.uiButton_Save.Click += new System.EventHandler(this.uiButton_Save_Click);
  151. //
  152. // uiButton_Clear
  153. //
  154. this.uiButton_Clear.DialogResult = System.Windows.Forms.DialogResult.OK;
  155. this.uiButton_Clear.Font = new System.Drawing.Font("굴림", 8F);
  156. this.uiButton_Clear.HighlightActiveButton = false;
  157. this.uiButton_Clear.ImageSize = new System.Drawing.Size(30, 30);
  158. this.uiButton_Clear.Location = new System.Drawing.Point(6, 10);
  159. this.uiButton_Clear.Name = "uiButton_Clear";
  160. this.uiButton_Clear.Size = new System.Drawing.Size(60, 22);
  161. this.uiButton_Clear.TabIndex = 402;
  162. this.uiButton_Clear.Text = "Clear";
  163. this.uiButton_Clear.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  164. this.uiButton_Clear.Click += new System.EventHandler(this.uiButton_Clear_Click);
  165. //
  166. // uiComboBox_Color
  167. //
  168. this.uiComboBox_Color.Font = new System.Drawing.Font("굴림", 8F);
  169. uiComboBoxItem6.FormatStyle.Alpha = 0;
  170. uiComboBoxItem6.IsSeparator = false;
  171. uiComboBoxItem6.Text = "White";
  172. uiComboBoxItem7.FormatStyle.Alpha = 0;
  173. uiComboBoxItem7.IsSeparator = false;
  174. uiComboBoxItem7.Text = "Red";
  175. uiComboBoxItem8.FormatStyle.Alpha = 0;
  176. uiComboBoxItem8.IsSeparator = false;
  177. uiComboBoxItem8.Text = "Blue";
  178. uiComboBoxItem9.FormatStyle.Alpha = 0;
  179. uiComboBoxItem9.IsSeparator = false;
  180. uiComboBoxItem9.Text = "Yellow";
  181. this.uiComboBox_Color.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
  182. uiComboBoxItem6,
  183. uiComboBoxItem7,
  184. uiComboBoxItem8,
  185. uiComboBoxItem9});
  186. this.uiComboBox_Color.Location = new System.Drawing.Point(255, 11);
  187. this.uiComboBox_Color.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  188. this.uiComboBox_Color.Name = "uiComboBox_Color";
  189. this.uiComboBox_Color.SelectedIndex = 0;
  190. this.uiComboBox_Color.Size = new System.Drawing.Size(74, 20);
  191. this.uiComboBox_Color.TabIndex = 60;
  192. this.uiComboBox_Color.Text = "White";
  193. this.uiComboBox_Color.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
  194. this.uiComboBox_Color.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  195. this.uiComboBox_Color.SelectedItemChanged += new System.EventHandler(this.uiComboBox_Color_SelectedItemChanged);
  196. //
  197. // label1
  198. //
  199. this.label1.AutoSize = true;
  200. this.label1.BackColor = System.Drawing.Color.Transparent;
  201. this.label1.Font = new System.Drawing.Font("굴림", 8F);
  202. this.label1.Location = new System.Drawing.Point(373, 16);
  203. this.label1.Name = "label1";
  204. this.label1.Size = new System.Drawing.Size(125, 11);
  205. this.label1.TabIndex = 59;
  206. this.label1.Text = "Receiver Log Display";
  207. //
  208. // editBox_Log
  209. //
  210. this.editBox_Log.BackColor = System.Drawing.Color.Black;
  211. this.editBox_Log.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.editBox_Log.Font = new System.Drawing.Font("굴림", 8F);
  213. this.editBox_Log.ForeColor = System.Drawing.Color.White;
  214. this.editBox_Log.Location = new System.Drawing.Point(0, 40);
  215. this.editBox_Log.Multiline = true;
  216. this.editBox_Log.Name = "editBox_Log";
  217. this.editBox_Log.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  218. this.editBox_Log.Size = new System.Drawing.Size(1168, 210);
  219. this.editBox_Log.TabIndex = 4;
  220. this.editBox_Log.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  221. this.editBox_Log.VisualStyleManager = this.visualStyleManager;
  222. //
  223. // Frame_Debug
  224. //
  225. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  226. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  227. this.ClientSize = new System.Drawing.Size(1168, 250);
  228. this.Controls.Add(this.editBox_Log);
  229. this.Controls.Add(this.uiGroupBox);
  230. this.Name = "Frame_Debug";
  231. this.Text = "Frame_Debug";
  232. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
  234. this.uiGroupBox.ResumeLayout(false);
  235. this.uiGroupBox.PerformLayout();
  236. this.ResumeLayout(false);
  237. this.PerformLayout();
  238. }
  239. #endregion
  240. private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
  241. private Janus.Windows.Common.VisualStyleManager visualStyleManager;
  242. private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
  243. internal Janus.Windows.EditControls.UIButton uiButton_Copy;
  244. internal Janus.Windows.EditControls.UIButton uiButton_Save;
  245. internal Janus.Windows.EditControls.UIButton uiButton_Clear;
  246. private Janus.Windows.EditControls.UIComboBox uiComboBox_Color;
  247. private System.Windows.Forms.Label label1;
  248. private Janus.Windows.EditControls.UICheckBox uiCheckBox_LogEnable;
  249. private Janus.Windows.GridEX.EditControls.EditBox editBox_Log;
  250. private Janus.Windows.EditControls.UIComboBox uiComboBox_FontSize;
  251. }
  252. }