frmExceptionError.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class frmExceptionError
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmExceptionError));
  29. this.txtErrorInfo = new System.Windows.Forms.TextBox();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.lbErrorMsg = new System.Windows.Forms.Label();
  32. this.buttonClose = new System.Windows.Forms.Button();
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.groupBox1.SuspendLayout();
  35. this.groupBox2.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // txtErrorInfo
  39. //
  40. this.txtErrorInfo.BackColor = System.Drawing.Color.White;
  41. this.txtErrorInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.txtErrorInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.txtErrorInfo.ForeColor = System.Drawing.Color.DimGray;
  44. this.txtErrorInfo.Location = new System.Drawing.Point(3, 17);
  45. this.txtErrorInfo.Multiline = true;
  46. this.txtErrorInfo.Name = "txtErrorInfo";
  47. this.txtErrorInfo.ReadOnly = true;
  48. this.txtErrorInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  49. this.txtErrorInfo.Size = new System.Drawing.Size(578, 0);
  50. this.txtErrorInfo.TabIndex = 0;
  51. this.txtErrorInfo.Text = "错误详细堆栈信息";
  52. //
  53. // groupBox1
  54. //
  55. this.groupBox1.Controls.Add(this.lbErrorMsg);
  56. this.groupBox1.Controls.Add(this.buttonClose);
  57. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  58. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  60. this.groupBox1.Name = "groupBox1";
  61. this.groupBox1.Size = new System.Drawing.Size(584, 160);
  62. this.groupBox1.TabIndex = 1;
  63. this.groupBox1.TabStop = false;
  64. this.groupBox1.Text = "错误描述";
  65. //
  66. // lbErrorMsg
  67. //
  68. this.lbErrorMsg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.lbErrorMsg.ForeColor = System.Drawing.Color.DimGray;
  70. this.lbErrorMsg.Location = new System.Drawing.Point(12, 31);
  71. this.lbErrorMsg.Name = "lbErrorMsg";
  72. this.lbErrorMsg.Size = new System.Drawing.Size(460, 121);
  73. this.lbErrorMsg.TabIndex = 1;
  74. this.lbErrorMsg.Text = "lbErrorMsg";
  75. //
  76. // buttonClose
  77. //
  78. this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  79. this.buttonClose.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.buttonClose.ForeColor = System.Drawing.Color.SlateGray;
  81. this.buttonClose.Location = new System.Drawing.Point(478, 24);
  82. this.buttonClose.Name = "buttonClose";
  83. this.buttonClose.Size = new System.Drawing.Size(94, 121);
  84. this.buttonClose.TabIndex = 0;
  85. this.buttonClose.Text = "关 闭";
  86. this.buttonClose.UseVisualStyleBackColor = true;
  87. this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
  88. //
  89. // groupBox2
  90. //
  91. this.groupBox2.Controls.Add(this.txtErrorInfo);
  92. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.groupBox2.Location = new System.Drawing.Point(0, 160);
  94. this.groupBox2.Name = "groupBox2";
  95. this.groupBox2.Size = new System.Drawing.Size(584, 0);
  96. this.groupBox2.TabIndex = 2;
  97. this.groupBox2.TabStop = false;
  98. this.groupBox2.Text = "详细堆栈信息【请按“Ctrl+C”复制文本框中的错误信息,并发送给软件工程师以便修复此BUG问题】";
  99. //
  100. // frmExceptionError
  101. //
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  103. this.ClientSize = new System.Drawing.Size(584, 160);
  104. this.Controls.Add(this.groupBox2);
  105. this.Controls.Add(this.groupBox1);
  106. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  107. this.Name = "frmExceptionError";
  108. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  109. this.Text = "系统错误";
  110. this.groupBox1.ResumeLayout(false);
  111. this.groupBox2.ResumeLayout(false);
  112. this.groupBox2.PerformLayout();
  113. this.ResumeLayout(false);
  114. }
  115. #endregion
  116. private System.Windows.Forms.GroupBox groupBox1;
  117. private System.Windows.Forms.GroupBox groupBox2;
  118. private System.Windows.Forms.Button buttonClose;
  119. private System.Windows.Forms.Label lbErrorMsg;
  120. public System.Windows.Forms.TextBox txtErrorInfo;
  121. }
  122. }