提交当前本机整理版本
This commit is contained in:
Generated
+26
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user