frmHeadPhotos.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmHeadPhotos
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHeadPhotos));
  29. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  30. this.listView1 = new System.Windows.Forms.ListView();
  31. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  32. this.picAvatar = new System.Windows.Forms.PictureBox();
  33. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.plExMainContainer.SuspendLayout();
  37. this.plFormMainContent.SuspendLayout();
  38. this.groupBoxEx1.SuspendLayout();
  39. this.groupBoxEx2.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // plExMainContainer
  44. //
  45. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  46. this.plExMainContainer.Controls.Add(this.groupBoxEx2);
  47. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  48. this.plExMainContainer.Size = new System.Drawing.Size(860, 545);
  49. //
  50. // plFormMainContent
  51. //
  52. this.plFormMainContent.Size = new System.Drawing.Size(860, 545);
  53. //
  54. // btnAppFormMaximize
  55. //
  56. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  57. this.btnAppFormMaximize.Location = new System.Drawing.Point(801, 0);
  58. //
  59. // btnAppFormExit
  60. //
  61. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  62. this.btnAppFormExit.Location = new System.Drawing.Point(828, 0);
  63. //
  64. // btnAppFormMinimize
  65. //
  66. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  67. this.btnAppFormMinimize.Location = new System.Drawing.Point(774, 0);
  68. //
  69. // groupBoxEx1
  70. //
  71. this.groupBoxEx1.Controls.Add(this.listView1);
  72. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.groupBoxEx1.Location = new System.Drawing.Point(160, 10);
  74. this.groupBoxEx1.Name = "groupBoxEx1";
  75. this.groupBoxEx1.Size = new System.Drawing.Size(690, 525);
  76. this.groupBoxEx1.TabIndex = 0;
  77. this.groupBoxEx1.TabStop = false;
  78. this.groupBoxEx1.Text = "系统头像";
  79. //
  80. // listView1
  81. //
  82. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.listView1.Location = new System.Drawing.Point(3, 17);
  84. this.listView1.MultiSelect = false;
  85. this.listView1.Name = "listView1";
  86. this.listView1.Size = new System.Drawing.Size(684, 505);
  87. this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending;
  88. this.listView1.TabIndex = 0;
  89. this.listView1.UseCompatibleStateImageBehavior = false;
  90. //
  91. // groupBoxEx2
  92. //
  93. this.groupBoxEx2.Controls.Add(this.labelEx1);
  94. this.groupBoxEx2.Controls.Add(this.picAvatar);
  95. this.groupBoxEx2.Controls.Add(this.btnSelect);
  96. this.groupBoxEx2.Controls.Add(this.btnSave);
  97. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Left;
  98. this.groupBoxEx2.Location = new System.Drawing.Point(10, 10);
  99. this.groupBoxEx2.Name = "groupBoxEx2";
  100. this.groupBoxEx2.Size = new System.Drawing.Size(150, 525);
  101. this.groupBoxEx2.TabIndex = 1;
  102. this.groupBoxEx2.TabStop = false;
  103. this.groupBoxEx2.Text = "头像预览";
  104. //
  105. // picAvatar
  106. //
  107. this.picAvatar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  108. this.picAvatar.Location = new System.Drawing.Point(16, 20);
  109. this.picAvatar.Name = "picAvatar";
  110. this.picAvatar.Size = new System.Drawing.Size(120, 120);
  111. this.picAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  112. this.picAvatar.TabIndex = 16;
  113. this.picAvatar.TabStop = false;
  114. //
  115. // btnSelect
  116. //
  117. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  118. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  119. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  120. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  121. this.btnSelect.ForeColor = System.Drawing.Color.White;
  122. this.btnSelect.IsCustomBackImg = false;
  123. this.btnSelect.IsShowText = true;
  124. this.btnSelect.Location = new System.Drawing.Point(16, 199);
  125. this.btnSelect.Name = "btnSelect";
  126. this.btnSelect.Size = new System.Drawing.Size(117, 28);
  127. this.btnSelect.TabIndex = 15;
  128. this.btnSelect.Text = "自定义头像";
  129. this.btnSelect.UseVisualStyleBackColor = false;
  130. //
  131. // btnSave
  132. //
  133. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  134. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  135. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  136. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  137. this.btnSave.ForeColor = System.Drawing.Color.White;
  138. this.btnSave.IsCustomBackImg = false;
  139. this.btnSave.IsShowText = true;
  140. this.btnSave.Location = new System.Drawing.Point(16, 158);
  141. this.btnSave.Name = "btnSave";
  142. this.btnSave.Size = new System.Drawing.Size(117, 28);
  143. this.btnSave.TabIndex = 15;
  144. this.btnSave.Text = "保 存";
  145. this.btnSave.UseVisualStyleBackColor = false;
  146. //
  147. // labelEx1
  148. //
  149. this.labelEx1.AutoSize = true;
  150. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  151. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  152. this.labelEx1.Location = new System.Drawing.Point(17, 239);
  153. this.labelEx1.Name = "labelEx1";
  154. this.labelEx1.Size = new System.Drawing.Size(119, 68);
  155. this.labelEx1.TabIndex = 17;
  156. this.labelEx1.Text = "自定义头像最大尺寸\r\n500x500(PX分辨率)\r\n推荐为:\r\n200x200 (PX分辨率)\r\n";
  157. //
  158. // frmHeadPhotos
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  162. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  163. this.ClientSize = new System.Drawing.Size(860, 610);
  164. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  165. this.Name = "frmHeadPhotos";
  166. this.Text = "头像设置";
  167. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  168. this.plExMainContainer.ResumeLayout(false);
  169. this.plFormMainContent.ResumeLayout(false);
  170. this.groupBoxEx1.ResumeLayout(false);
  171. this.groupBoxEx2.ResumeLayout(false);
  172. this.groupBoxEx2.PerformLayout();
  173. ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).EndInit();
  174. this.ResumeLayout(false);
  175. }
  176. #endregion
  177. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  178. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  179. public ComponentLibrary.ButtonEx btnSelect;
  180. public ComponentLibrary.ButtonEx btnSave;
  181. public System.Windows.Forms.ListView listView1;
  182. public System.Windows.Forms.PictureBox picAvatar;
  183. private ComponentLibrary.LabelEx labelEx1;
  184. }
  185. }