BatchReportForm.Designer.cs 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. namespace YangjieTester.主界面
  2. {
  3. partial class BatchReportForm
  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.uiRichTextBox1 = new Sunny.UI.UIRichTextBox();
  29. this.SuspendLayout();
  30. //
  31. // uiRichTextBox1
  32. //
  33. this.uiRichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  34. this.uiRichTextBox1.FillColor = System.Drawing.Color.White;
  35. this.uiRichTextBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  36. this.uiRichTextBox1.Location = new System.Drawing.Point(0, 35);
  37. this.uiRichTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  38. this.uiRichTextBox1.MinimumSize = new System.Drawing.Size(1, 1);
  39. this.uiRichTextBox1.Name = "uiRichTextBox1";
  40. this.uiRichTextBox1.Padding = new System.Windows.Forms.Padding(2);
  41. this.uiRichTextBox1.ShowText = false;
  42. this.uiRichTextBox1.Size = new System.Drawing.Size(715, 500);
  43. this.uiRichTextBox1.TabIndex = 0;
  44. this.uiRichTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  45. //
  46. // BatchReportForm
  47. //
  48. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  49. this.ClientSize = new System.Drawing.Size(715, 535);
  50. this.Controls.Add(this.uiRichTextBox1);
  51. this.MaximizeBox = false;
  52. this.MinimizeBox = false;
  53. this.Name = "BatchReportForm";
  54. this.Text = "批次报告";
  55. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  56. this.Load += new System.EventHandler(this.BatchReportForm_Load);
  57. this.ResumeLayout(false);
  58. }
  59. #endregion
  60. private Sunny.UI.UIRichTextBox uiRichTextBox1;
  61. }
  62. }