提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+24 -1
View File
@@ -95,4 +95,27 @@ namespace Lskj.GetSecretKey
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(336, 113);
this.Controls.Add(this.setPanel);
this.Controls.Add(this.userNameEdit);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.passWordEidt);
this.Controls.Add(this.labelControl1);
this.Name = "LoginFrm";
this.Text = "LoginFrm";
((System.ComponentModel.ISupportInitialize)(this.userNameEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.passWordEidt.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.TextEdit userNameEdit;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit passWordEidt;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.Panel setPanel;
}
}