tx
2025-04-09 fa7510e1ed63df0366787fa4ed1b3db6426d2b46
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
namespace TProduct.WinFrmUI.TValve
{
    partial class FeatTestIngMainDialog
    {
        /// <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()
        {
            TProduct.WinFrmUI.PageTitle pageTitle1 = new TProduct.WinFrmUI.PageTitle();
            this.featTestIngMainPage1 = new TProduct.WinFrmUI.TValve.FeatTestIngMainPage();
            this.SuspendLayout();
            // 
            // featTestIngMainPage1
            // 
            this.featTestIngMainPage1.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.featTestIngMainPage1.Appearance.Options.UseBackColor = true;
            this.featTestIngMainPage1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.featTestIngMainPage1.IsShowWatingFrm = false;
            this.featTestIngMainPage1.Location = new System.Drawing.Point(0, 0);
            this.featTestIngMainPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.featTestIngMainPage1.Name = "featTestIngMainPage1";
            pageTitle1.Caption = "性能测试";
            pageTitle1.HeaderImage = null;
            pageTitle1.HeaderSvgImage = null;
            pageTitle1.SvgImageSize = new System.Drawing.Size(0, 0);
            this.featTestIngMainPage1.PageTitle = pageTitle1;
            this.featTestIngMainPage1.Size = new System.Drawing.Size(1575, 916);
            this.featTestIngMainPage1.SurfaceGuid = null;
            this.featTestIngMainPage1.TabIndex = 0;
            // 
            // FeatTestIngMainDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1575, 916);
            this.Controls.Add(this.featTestIngMainPage1);
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "FeatTestIngMainDialog";
            this.Text = "阀测试";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FeatTestIngMainDialog_FormClosing);
            this.Load += new System.EventHandler(this.FeatTestIngMainDialog_Load);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private FeatTestIngMainPage featTestIngMainPage1;
    }
}