提交当前本机整理版本

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
+26 -1
View File
@@ -112,4 +112,29 @@
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(751, 542);
this.Controls.Add(this.gcMain);
this.Controls.Add(this.pl_bottom);
this.Controls.Add(this.pl_top);
this.Name = "FrmCover";
this.Text = "导入Excel";
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
this.pl_top.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
this.pl_bottom.ResumeLayout(false);
this.pl_bottom.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pl_top;
private DevExpress.XtraEditors.SimpleButton btnCover;
private DevExpress.XtraEditors.SimpleButton btnRead;
private DevExpress.XtraEditors.PanelControl pl_bottom;
private System.Windows.Forms.Label label1;
private Control.GridControlEx gcMain;
}
}