frmDbMgLog.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. namespace Core.StlMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmDbMgLog
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  37. this.dataSet1 = new System.Data.DataSet();
  38. this.dataTable1 = new System.Data.DataTable();
  39. this.dataColumn1 = new System.Data.DataColumn();
  40. this.dataColumn2 = new System.Data.DataColumn();
  41. this.dataColumn3 = new System.Data.DataColumn();
  42. this.dataColumn4 = new System.Data.DataColumn();
  43. this.dataColumn5 = new System.Data.DataColumn();
  44. this.dataColumn6 = new System.Data.DataColumn();
  45. this.ultbrMain = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  46. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.bltSee = new System.Windows.Forms.Button();
  49. this.listBox1 = new System.Windows.Forms.ListBox();
  50. this.bltclear = new System.Windows.Forms.Button();
  51. this.textBox1 = new System.Windows.Forms.TextBox();
  52. this.panel1 = new System.Windows.Forms.Panel();
  53. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).BeginInit();
  56. this.panel1.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // dataSet1
  60. //
  61. this.dataSet1.DataSetName = "NewDataSet";
  62. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  63. this.dataTable1});
  64. //
  65. // dataTable1
  66. //
  67. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  68. this.dataColumn1,
  69. this.dataColumn2,
  70. this.dataColumn3,
  71. this.dataColumn4,
  72. this.dataColumn5,
  73. this.dataColumn6});
  74. this.dataTable1.TableName = "Table1";
  75. //
  76. // dataColumn1
  77. //
  78. this.dataColumn1.Caption = "错误序号";
  79. this.dataColumn1.ColumnName = "ERRSEQ";
  80. //
  81. // dataColumn2
  82. //
  83. this.dataColumn2.Caption = "错误类型";
  84. this.dataColumn2.ColumnName = "ErrType";
  85. //
  86. // dataColumn3
  87. //
  88. this.dataColumn3.Caption = "错误代码";
  89. this.dataColumn3.ColumnName = "ERRCODE";
  90. //
  91. // dataColumn4
  92. //
  93. this.dataColumn4.Caption = "错误时间";
  94. this.dataColumn4.ColumnName = "ErrDate";
  95. //
  96. // dataColumn5
  97. //
  98. this.dataColumn5.Caption = "错误信息";
  99. this.dataColumn5.ColumnName = "ErrNote";
  100. //
  101. // dataColumn6
  102. //
  103. this.dataColumn6.Caption = "系统模块";
  104. this.dataColumn6.ColumnName = "ERRMODULE";
  105. //
  106. // ultbrMain
  107. //
  108. appearance1.FontData.Name = "宋体";
  109. appearance1.FontData.SizeInPoints = 10.5F;
  110. this.ultbrMain.Appearance = appearance1;
  111. this.ultbrMain.DesignerFlags = 1;
  112. this.ultbrMain.LockToolbars = true;
  113. this.ultbrMain.ShowFullMenusDelay = 500;
  114. this.ultbrMain.ShowQuickCustomizeButton = false;
  115. this.ultbrMain.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  116. ultraToolbar1.DockedColumn = 0;
  117. ultraToolbar1.DockedRow = 0;
  118. buttonTool1.InstanceProps.IsFirstInGroup = true;
  119. buttonTool2.InstanceProps.IsFirstInGroup = true;
  120. buttonTool3.InstanceProps.IsFirstInGroup = true;
  121. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  122. buttonTool1,
  123. buttonTool2,
  124. buttonTool3});
  125. ultraToolbar1.Text = "UltraToolbar1";
  126. this.ultbrMain.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  127. ultraToolbar1});
  128. buttonTool4.SharedPropsInternal.Caption = "查询(&Q)";
  129. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  130. buttonTool5.SharedPropsInternal.Caption = "导出(&P)";
  131. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  132. buttonTool6.SharedPropsInternal.Caption = "关闭(&C)";
  133. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  134. this.ultbrMain.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  135. buttonTool4,
  136. buttonTool5,
  137. buttonTool6});
  138. //
  139. // label1
  140. //
  141. this.label1.AutoSize = true;
  142. this.label1.Location = new System.Drawing.Point(48, 56);
  143. this.label1.Name = "label1";
  144. this.label1.Size = new System.Drawing.Size(41, 12);
  145. this.label1.TabIndex = 107;
  146. this.label1.Text = "服务名";
  147. //
  148. // bltSee
  149. //
  150. this.bltSee.Location = new System.Drawing.Point(217, 165);
  151. this.bltSee.Name = "bltSee";
  152. this.bltSee.Size = new System.Drawing.Size(75, 23);
  153. this.bltSee.TabIndex = 108;
  154. this.bltSee.Text = "查看";
  155. this.bltSee.UseVisualStyleBackColor = true;
  156. this.bltSee.Click += new System.EventHandler(this.button1_Click);
  157. //
  158. // listBox1
  159. //
  160. this.listBox1.FormattingEnabled = true;
  161. this.listBox1.ItemHeight = 12;
  162. this.listBox1.Items.AddRange(new object[] {
  163. "http://172.16.100.217:80/Core.StlMes.LgGlobalMapServer/remoting/HessianRemoting",
  164. "http://172.16.100.217:80/Core.StlMes.Server.LgPlanGantt/remoting/HessianRemoting"});
  165. this.listBox1.Location = new System.Drawing.Point(95, 47);
  166. this.listBox1.Name = "listBox1";
  167. this.listBox1.Size = new System.Drawing.Size(654, 112);
  168. this.listBox1.TabIndex = 109;
  169. //
  170. // bltclear
  171. //
  172. this.bltclear.Location = new System.Drawing.Point(332, 165);
  173. this.bltclear.Name = "bltclear";
  174. this.bltclear.Size = new System.Drawing.Size(75, 23);
  175. this.bltclear.TabIndex = 110;
  176. this.bltclear.Text = "清空";
  177. this.bltclear.UseVisualStyleBackColor = true;
  178. this.bltclear.Click += new System.EventHandler(this.bltclear_Click);
  179. //
  180. // textBox1
  181. //
  182. this.textBox1.Location = new System.Drawing.Point(95, 194);
  183. this.textBox1.Multiline = true;
  184. this.textBox1.Name = "textBox1";
  185. this.textBox1.Size = new System.Drawing.Size(654, 149);
  186. this.textBox1.TabIndex = 111;
  187. //
  188. // panel1
  189. //
  190. this.panel1.Controls.Add(this.label1);
  191. this.panel1.Controls.Add(this.textBox1);
  192. this.panel1.Controls.Add(this.listBox1);
  193. this.panel1.Controls.Add(this.bltclear);
  194. this.panel1.Controls.Add(this.bltSee);
  195. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.panel1.Location = new System.Drawing.Point(0, 0);
  197. this.panel1.Name = "panel1";
  198. this.panel1.Size = new System.Drawing.Size(901, 554);
  199. this.panel1.TabIndex = 112;
  200. //
  201. // frmDbMgLog
  202. //
  203. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  204. this.ClientSize = new System.Drawing.Size(901, 554);
  205. this.Controls.Add(this.panel1);
  206. this.Name = "frmDbMgLog";
  207. this.Text = "系统日志";
  208. this.Load += new System.EventHandler(this.frmSystemLog_Load);
  209. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).EndInit();
  212. this.panel1.ResumeLayout(false);
  213. this.panel1.PerformLayout();
  214. this.ResumeLayout(false);
  215. }
  216. #endregion
  217. private System.Data.DataSet dataSet1;
  218. private System.Data.DataTable dataTable1;
  219. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultbrMain;
  220. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  221. private System.Data.DataColumn dataColumn1;
  222. private System.Data.DataColumn dataColumn2;
  223. private System.Data.DataColumn dataColumn3;
  224. private System.Data.DataColumn dataColumn4;
  225. private System.Data.DataColumn dataColumn5;
  226. private System.Data.DataColumn dataColumn6;
  227. private System.Windows.Forms.Label label1;
  228. private System.Windows.Forms.Button bltSee;
  229. private System.Windows.Forms.ListBox listBox1;
  230. private System.Windows.Forms.Button bltclear;
  231. private System.Windows.Forms.TextBox textBox1;
  232. private System.Windows.Forms.Panel panel1;
  233. }
  234. }