namespace YangjieTester.主界面 { partial class BatchReportForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.uiRichTextBox1 = new Sunny.UI.UIRichTextBox(); this.SuspendLayout(); // // uiRichTextBox1 // this.uiRichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiRichTextBox1.FillColor = System.Drawing.Color.White; this.uiRichTextBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiRichTextBox1.Location = new System.Drawing.Point(0, 35); this.uiRichTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiRichTextBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiRichTextBox1.Name = "uiRichTextBox1"; this.uiRichTextBox1.Padding = new System.Windows.Forms.Padding(2); this.uiRichTextBox1.ShowText = false; this.uiRichTextBox1.Size = new System.Drawing.Size(715, 500); this.uiRichTextBox1.TabIndex = 0; this.uiRichTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // BatchReportForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(715, 535); this.Controls.Add(this.uiRichTextBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "BatchReportForm"; this.Text = "批次报告"; this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450); this.Load += new System.EventHandler(this.BatchReportForm_Load); this.ResumeLayout(false); } #endregion private Sunny.UI.UIRichTextBox uiRichTextBox1; } }