123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- namespace LYFZ.Software.UI
- {
- partial class frmHeadPhotos
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHeadPhotos));
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.listView1 = new System.Windows.Forms.ListView();
- this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.picAvatar = new System.Windows.Forms.PictureBox();
- this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.groupBoxEx1.SuspendLayout();
- this.groupBoxEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.groupBoxEx1);
- this.plExMainContainer.Controls.Add(this.groupBoxEx2);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(860, 545);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(860, 545);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(801, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(828, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(774, 0);
- //
- // groupBoxEx1
- //
- this.groupBoxEx1.Controls.Add(this.listView1);
- this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBoxEx1.Location = new System.Drawing.Point(160, 10);
- this.groupBoxEx1.Name = "groupBoxEx1";
- this.groupBoxEx1.Size = new System.Drawing.Size(690, 525);
- this.groupBoxEx1.TabIndex = 0;
- this.groupBoxEx1.TabStop = false;
- this.groupBoxEx1.Text = "系统头像";
- //
- // listView1
- //
- this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listView1.Location = new System.Drawing.Point(3, 17);
- this.listView1.MultiSelect = false;
- this.listView1.Name = "listView1";
- this.listView1.Size = new System.Drawing.Size(684, 505);
- this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending;
- this.listView1.TabIndex = 0;
- this.listView1.UseCompatibleStateImageBehavior = false;
- //
- // groupBoxEx2
- //
- this.groupBoxEx2.Controls.Add(this.labelEx1);
- this.groupBoxEx2.Controls.Add(this.picAvatar);
- this.groupBoxEx2.Controls.Add(this.btnSelect);
- this.groupBoxEx2.Controls.Add(this.btnSave);
- this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Left;
- this.groupBoxEx2.Location = new System.Drawing.Point(10, 10);
- this.groupBoxEx2.Name = "groupBoxEx2";
- this.groupBoxEx2.Size = new System.Drawing.Size(150, 525);
- this.groupBoxEx2.TabIndex = 1;
- this.groupBoxEx2.TabStop = false;
- this.groupBoxEx2.Text = "头像预览";
- //
- // picAvatar
- //
- this.picAvatar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.picAvatar.Location = new System.Drawing.Point(16, 20);
- this.picAvatar.Name = "picAvatar";
- this.picAvatar.Size = new System.Drawing.Size(120, 120);
- this.picAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picAvatar.TabIndex = 16;
- this.picAvatar.TabStop = false;
- //
- // btnSelect
- //
- this.btnSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
- this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSelect.ForeColor = System.Drawing.Color.White;
- this.btnSelect.IsCustomBackImg = false;
- this.btnSelect.IsShowText = true;
- this.btnSelect.Location = new System.Drawing.Point(16, 199);
- this.btnSelect.Name = "btnSelect";
- this.btnSelect.Size = new System.Drawing.Size(117, 28);
- this.btnSelect.TabIndex = 15;
- this.btnSelect.Text = "自定义头像";
- this.btnSelect.UseVisualStyleBackColor = false;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
- this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsCustomBackImg = false;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(16, 158);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(117, 28);
- this.btnSave.TabIndex = 15;
- this.btnSave.Text = "保 存";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(17, 239);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(119, 68);
- this.labelEx1.TabIndex = 17;
- this.labelEx1.Text = "自定义头像最大尺寸\r\n500x500(PX分辨率)\r\n推荐为:\r\n200x200 (PX分辨率)\r\n";
- //
- // frmHeadPhotos
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(860, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmHeadPhotos";
- this.Text = "头像设置";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.groupBoxEx1.ResumeLayout(false);
- this.groupBoxEx2.ResumeLayout(false);
- this.groupBoxEx2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.GroupBoxEx groupBoxEx1;
- private ComponentLibrary.GroupBoxEx groupBoxEx2;
- public ComponentLibrary.ButtonEx btnSelect;
- public ComponentLibrary.ButtonEx btnSave;
- public System.Windows.Forms.ListView listView1;
- public System.Windows.Forms.PictureBox picAvatar;
- private ComponentLibrary.LabelEx labelEx1;
- }
- }
|