提交当前本机整理版本
This commit is contained in:
Generated
+24
-1
@@ -67,4 +67,27 @@ namespace Lskj.Control
|
||||
//
|
||||
// FrmPicture
|
||||
//
|
||||
this.Appearance.Back
|
||||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
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.ClientSize = new System.Drawing.Size(787, 571);
|
||||
this.Controls.Add(this.lbRight);
|
||||
this.Controls.Add(this.lbLeft);
|
||||
this.Controls.Add(this.pictureEdit);
|
||||
this.Name = "FrmPicture";
|
||||
this.Text = "FrmPicture";
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureEdit.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.PictureEdit pictureEdit;
|
||||
private System.Windows.Forms.Label lbLeft;
|
||||
private System.Windows.Forms.Label lbRight;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user