123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- namespace Uninpho.Tools.components.DataManager
- {
- partial class BXTForm
- {
- /// <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.ShowLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
- this.SuspendLayout();
- //
- // ShowLayoutPanel
- //
- this.ShowLayoutPanel.ColumnCount = 1;
- this.ShowLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.ShowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ShowLayoutPanel.Location = new System.Drawing.Point(0, 0);
- this.ShowLayoutPanel.Name = "ShowLayoutPanel";
- this.ShowLayoutPanel.RowCount = 2;
- this.ShowLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
- this.ShowLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
- this.ShowLayoutPanel.Size = new System.Drawing.Size(722, 441);
- this.ShowLayoutPanel.TabIndex = 0;
- //
- // BXTForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(722, 441);
- this.Controls.Add(this.ShowLayoutPanel);
- this.Name = "BXTForm";
- this.Text = "波形图展示";
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel ShowLayoutPanel;
- }
- }
|