PictureEditWithText.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. namespace UAS_PLCDataReader.CustomerControl.PictureEditWithText
  2. {
  3. partial class PictureEditWithText
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.UserPictureEdit = new DevExpress.XtraEditors.PictureEdit();
  29. this.UserLabelControl = new DevExpress.XtraEditors.LabelControl();
  30. this.UserLabelControl1 = new DevExpress.XtraEditors.LabelControl();
  31. ((System.ComponentModel.ISupportInitialize)(this.UserPictureEdit.Properties)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // UserPictureEdit
  35. //
  36. this.UserPictureEdit.Location = new System.Drawing.Point(1, 1);
  37. this.UserPictureEdit.Name = "UserPictureEdit";
  38. this.UserPictureEdit.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  39. this.UserPictureEdit.Size = new System.Drawing.Size(100, 96);
  40. this.UserPictureEdit.TabIndex = 0;
  41. //
  42. // UserLabelControl
  43. //
  44. this.UserLabelControl.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
  45. this.UserLabelControl.Location = new System.Drawing.Point(11, 103);
  46. this.UserLabelControl.MaximumSize = new System.Drawing.Size(110, 0);
  47. this.UserLabelControl.Name = "UserLabelControl";
  48. this.UserLabelControl.Size = new System.Drawing.Size(80, 0);
  49. this.UserLabelControl.TabIndex = 1;
  50. //
  51. // UserLabelControl1
  52. //
  53. this.UserLabelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
  54. this.UserLabelControl1.Location = new System.Drawing.Point(11, 124);
  55. this.UserLabelControl1.MaximumSize = new System.Drawing.Size(110, 0);
  56. this.UserLabelControl1.Name = "UserLabelControl1";
  57. this.UserLabelControl1.Size = new System.Drawing.Size(80, 0);
  58. this.UserLabelControl1.TabIndex = 2;
  59. //
  60. // PictureEditWithText
  61. //
  62. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  63. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  64. this.Controls.Add(this.UserLabelControl1);
  65. this.Controls.Add(this.UserLabelControl);
  66. this.Controls.Add(this.UserPictureEdit);
  67. this.Name = "PictureEditWithText";
  68. this.Size = new System.Drawing.Size(102, 146);
  69. this.Load += new System.EventHandler(this.PictureEditWithText_Load);
  70. ((System.ComponentModel.ISupportInitialize)(this.UserPictureEdit.Properties)).EndInit();
  71. this.ResumeLayout(false);
  72. }
  73. #endregion
  74. private DevExpress.XtraEditors.PictureEdit UserPictureEdit;
  75. private DevExpress.XtraEditors.LabelControl UserLabelControl;
  76. private DevExpress.XtraEditors.LabelControl UserLabelControl1;
  77. }
  78. }