You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
namespace ShenTun.ImageCollection.AForgeCamera{ partial class FrmImage { /// <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.imageEdit1 = new ShenTun.ImageCollection.AForgeCamera.ImageEdit(); this.SuspendLayout(); //
// imageEdit1
//
this.imageEdit1.BackColor = System.Drawing.Color.White; this.imageEdit1.Dock = System.Windows.Forms.DockStyle.Fill; this.imageEdit1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.imageEdit1.Location = new System.Drawing.Point(0, 0); this.imageEdit1.Margin = new System.Windows.Forms.Padding(4); this.imageEdit1.Name = "imageEdit1"; this.imageEdit1.Size = new System.Drawing.Size(1563, 813); this.imageEdit1.TabIndex = 0; //
// FrmImage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 28F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1563, 813); this.Controls.Add(this.imageEdit1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "FrmImage"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "图片处理"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FrmImage_Load); this.ResumeLayout(false);
}
#endregion
private ImageEdit imageEdit1;
}}
|