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.

65 lines
2.7 KiB

1 month ago
  1. namespace ShenTun.ImageCollection.AForgeCamera
  2. {
  3. partial class FrmImageEdit
  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.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  34. | System.Windows.Forms.AnchorStyles.Left)
  35. | System.Windows.Forms.AnchorStyles.Right)));
  36. this.imageEdit1.BackColor = System.Drawing.Color.White;
  37. this.imageEdit1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  38. this.imageEdit1.Location = new System.Drawing.Point(13, 13);
  39. this.imageEdit1.Margin = new System.Windows.Forms.Padding(4);
  40. this.imageEdit1.Name = "imageEdit1";
  41. this.imageEdit1.Size = new System.Drawing.Size(902, 644);
  42. this.imageEdit1.TabIndex = 0;
  43. //
  44. // FrmImageEdit
  45. //
  46. this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
  47. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  48. this.ClientSize = new System.Drawing.Size(915, 658);
  49. this.Controls.Add(this.imageEdit1);
  50. this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.Name = "FrmImageEdit";
  52. this.Text = "FrmImageEdit";
  53. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  54. this.Load += new System.EventHandler(this.FrmImageEdit_Load);
  55. this.ResumeLayout(false);
  56. }
  57. #endregion
  58. private ImageEdit imageEdit1;
  59. }
  60. }