XtraForm1.Designer.cs 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. namespace XdCxRhDW.Sender
  2. {
  3. partial class XtraForm1
  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.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
  29. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
  30. this.SuspendLayout();
  31. //
  32. // pictureEdit1
  33. //
  34. this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
  35. this.pictureEdit1.Location = new System.Drawing.Point(0, 0);
  36. this.pictureEdit1.Name = "pictureEdit1";
  37. this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  38. this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
  39. this.pictureEdit1.Size = new System.Drawing.Size(969, 443);
  40. this.pictureEdit1.TabIndex = 0;
  41. //
  42. // XtraForm1
  43. //
  44. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  45. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  46. this.ClientSize = new System.Drawing.Size(969, 443);
  47. this.Controls.Add(this.pictureEdit1);
  48. this.Name = "XtraForm1";
  49. this.Text = "XtraForm1";
  50. this.Load += new System.EventHandler(this.XtraForm1_Load);
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
  52. this.ResumeLayout(false);
  53. }
  54. #endregion
  55. private DevExpress.XtraEditors.PictureEdit pictureEdit1;
  56. }
  57. }