namespace DPumpHydr.DesktopDebug.MainWindow { partial class BaseInfoDebugFrm { /// /// 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() { 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; } }