SVN-Revision: r338
This commit is contained in:
tdx
2025-03-18 07:09:34 +00:00
parent a1b65a1cb4
commit 24008f37c5
9 changed files with 737 additions and 35 deletions
+42
View File
@@ -0,0 +1,42 @@
namespace Lskj.Control
{
partial class FrmPicture
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.pictureEdit = new DevExpress.XtraEditors.PictureEdit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// pictureEdit
//
this.pictureEdit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.pictureEdit.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureEdit.Location = new System.Drawing.Point(0, 0);
this.pictureEdit.Name = "pictureEdit";
this.pictureEdit.Properties