chenn
2025-03-28 9dba1b6adc0bbb4aa8cc531f4e6d822bf1a56be3
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
namespace DPumpHydr.DesktopDebug.MainWindow
{
    partial class BaseInfoDebugFrm
    {
        /// <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()
        {
            button1 = new System.Windows.Forms.Button();
            panel1 = new System.Windows.Forms.Panel();
            SuspendLayout();
            // 
            // button1
            // 
            button1.Location = new System.Drawing.Point(252, 12);
            button1.Name = "button1";
            button1.Size = new System.Drawing.Size(96, 23);
            button1.TabIndex = 0;
            button1.Text = "获取控件参数";
            button1.UseVisualStyleBackColor = true;
            button1.Click += button1_Click;
            // 
            // panel1
            // 
            panel1.Location = new System.Drawing.Point(22, 41);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(326, 815);
            panel1.TabIndex = 1;
            // 
            // BaseInfoDebugFrm
            // 
            AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            ClientSize = new System.Drawing.Size(357, 967);
            Controls.Add(panel1);
            Controls.Add(button1);
            Name = "BaseInfoDebugFrm";
            Text = "BaseInfoDebugFrm";
            Load += BaseInfoDebugFrm_Load;
            ResumeLayout(false);
        }
 
        #endregion
 
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Panel panel1;
    }
}