| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- namespace YangjieTester.主界面
- {
- partial class BatchReportForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|