革博士程序V1仓库
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

71 líneas
3.1 KiB

  1. namespace LeatherApp
  2. {
  3. partial class FrmVerList
  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(FrmVerList));
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.SuspendLayout();
  31. //
  32. // textBox1
  33. //
  34. this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  35. this.textBox1.Font = new System.Drawing.Font("微软雅黑", 10F);
  36. this.textBox1.Location = new System.Drawing.Point(0, 35);
  37. this.textBox1.Multiline = true;
  38. this.textBox1.Name = "textBox1";
  39. this.textBox1.ReadOnly = true;
  40. this.textBox1.Size = new System.Drawing.Size(1049, 527);
  41. this.textBox1.TabIndex = 0;
  42. this.textBox1.Text = resources.GetString("textBox1.Text");
  43. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  44. //
  45. // FrmVerList
  46. //
  47. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  48. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
  49. this.ClientSize = new System.Drawing.Size(1049, 562);
  50. this.ControlBoxFillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
  51. this.Controls.Add(this.textBox1);
  52. this.Name = "FrmVerList";
  53. this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(190)))), ((int)(((byte)(172)))));
  54. this.Style = Sunny.UI.UIStyle.Custom;
  55. this.Text = "历史版本功能说明";
  56. this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(190)))), ((int)(((byte)(172)))));
  57. this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 800, 450);
  58. this.Load += new System.EventHandler(this.frmVerList_Load);
  59. this.ResumeLayout(false);
  60. this.PerformLayout();
  61. }
  62. #endregion
  63. private System.Windows.Forms.TextBox textBox1;
  64. }
  65. }