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.

68 lines
2.7 KiB

1 month ago
  1. namespace ShenTun.ImageCollection.AForgeCamera
  2. {
  3. partial class FrmImage
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.imageEdit1 = new ShenTun.ImageCollection.AForgeCamera.ImageEdit();
  29. this.SuspendLayout();
  30. //
  31. // imageEdit1
  32. //
  33. this.imageEdit1.BackColor = System.Drawing.Color.White;
  34. this.imageEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
  35. this.imageEdit1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  36. this.imageEdit1.Location = new System.Drawing.Point(0, 0);
  37. this.imageEdit1.Margin = new System.Windows.Forms.Padding(4);
  38. this.imageEdit1.Name = "imageEdit1";
  39. this.imageEdit1.Size = new System.Drawing.Size(1563, 813);
  40. this.imageEdit1.TabIndex = 0;
  41. //
  42. // FrmImage
  43. //
  44. this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 28F);
  45. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  46. this.ClientSize = new System.Drawing.Size(1563, 813);
  47. this.Controls.Add(this.imageEdit1);
  48. this.DoubleBuffered = true;
  49. this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.Margin = new System.Windows.Forms.Padding(4);
  51. this.Name = "FrmImage";
  52. this.ShowIcon = false;
  53. this.ShowInTaskbar = false;
  54. this.Text = "图片处理";
  55. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  56. this.Load += new System.EventHandler(this.FrmImage_Load);
  57. this.ResumeLayout(false);
  58. }
  59. #endregion
  60. private ImageEdit imageEdit1;
  61. }
  62. }