namespace UAS_PLCDataReader.CustomerControl.PictureEditWithText { partial class PictureEditWithText { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.UserPictureEdit = new DevExpress.XtraEditors.PictureEdit(); this.UserLabelControl = new DevExpress.XtraEditors.LabelControl(); this.UserLabelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.UserPictureEdit.Properties)).BeginInit(); this.SuspendLayout(); // // UserPictureEdit // this.UserPictureEdit.Location = new System.Drawing.Point(1, 1); this.UserPictureEdit.Name = "UserPictureEdit"; this.UserPictureEdit.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.UserPictureEdit.Size = new System.Drawing.Size(100, 96); this.UserPictureEdit.TabIndex = 0; // // UserLabelControl // this.UserLabelControl.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.UserLabelControl.Location = new System.Drawing.Point(11, 103); this.UserLabelControl.MaximumSize = new System.Drawing.Size(110, 0); this.UserLabelControl.Name = "UserLabelControl"; this.UserLabelControl.Size = new System.Drawing.Size(80, 0); this.UserLabelControl.TabIndex = 1; // // UserLabelControl1 // this.UserLabelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.UserLabelControl1.Location = new System.Drawing.Point(11, 124); this.UserLabelControl1.MaximumSize = new System.Drawing.Size(110, 0); this.UserLabelControl1.Name = "UserLabelControl1"; this.UserLabelControl1.Size = new System.Drawing.Size(80, 0); this.UserLabelControl1.TabIndex = 2; // // PictureEditWithText // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.UserLabelControl1); this.Controls.Add(this.UserLabelControl); this.Controls.Add(this.UserPictureEdit); this.Name = "PictureEditWithText"; this.Size = new System.Drawing.Size(102, 146); this.Load += new System.EventHandler(this.PictureEditWithText_Load); ((System.ComponentModel.ISupportInitialize)(this.UserPictureEdit.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PictureEdit UserPictureEdit; private DevExpress.XtraEditors.LabelControl UserLabelControl; private DevExpress.XtraEditors.LabelControl UserLabelControl1; } }