frmCommonIconView.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class frmCommonIconView
  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(frmCommonIconView));
  29. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  30. this.listView1 = new System.Windows.Forms.ListView();
  31. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  32. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.picICO = new System.Windows.Forms.PictureBox();
  34. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.plExMainContainer.SuspendLayout();
  37. this.plFormMainContent.SuspendLayout();
  38. this.groupBoxEx1.SuspendLayout();
  39. this.groupBoxEx2.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.picICO)).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. //
  49. // btnAppFormExit
  50. //
  51. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  52. //
  53. // btnAppFormMinimize
  54. //
  55. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  56. //
  57. // groupBoxEx1
  58. //
  59. this.groupBoxEx1.Controls.Add(this.listView1);
  60. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.groupBoxEx1.Location = new System.Drawing.Point(160, 10);
  62. this.groupBoxEx1.Name = "groupBoxEx1";
  63. this.groupBoxEx1.Size = new System.Drawing.Size(740, 525);
  64. this.groupBoxEx1.TabIndex = 2;
  65. this.groupBoxEx1.TabStop = false;
  66. this.groupBoxEx1.Text = "系统图标集合";
  67. //
  68. // listView1
  69. //
  70. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.listView1.Location = new System.Drawing.Point(3, 17);
  72. this.listView1.MultiSelect = false;
  73. this.listView1.Name = "listView1";
  74. this.listView1.Size = new System.Drawing.Size(734, 505);
  75. this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending;
  76. this.listView1.TabIndex = 0;
  77. this.listView1.UseCompatibleStateImageBehavior = false;
  78. //
  79. // groupBoxEx2
  80. //
  81. this.groupBoxEx2.Controls.Add(this.labelEx1);
  82. this.groupBoxEx2.Controls.Add(this.picICO);
  83. this.groupBoxEx2.Controls.Add(this.btnSelect);
  84. this.groupBoxEx2.Controls.Add(this.btnSave);
  85. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Left;
  86. this.groupBoxEx2.Location = new System.Drawing.Point(10, 10);
  87. this.groupBoxEx2.Name = "groupBoxEx2";
  88. this.groupBoxEx2.Size = new System.Drawing.Size(150, 525);
  89. this.groupBoxEx2.TabIndex = 3;
  90. this.groupBoxEx2.TabStop = false;
  91. this.groupBoxEx2.Text = "当前选择图标预览";
  92. //
  93. // labelEx1
  94. //
  95. this.labelEx1.AutoSize = true;
  96. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  97. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  98. this.labelEx1.Location = new System.Drawing.Point(17, 239);
  99. this.labelEx1.Name = "labelEx1";
  100. this.labelEx1.Size = new System.Drawing.Size(119, 68);
  101. this.labelEx1.TabIndex = 17;
  102. this.labelEx1.Text = "自定义图标最大尺寸\r\n500x500(PX分辨率)\r\n推荐为:\r\n200x200 (PX分辨率)\r\n";
  103. this.labelEx1.Visible = false;
  104. //
  105. // picICO
  106. //
  107. this.picICO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  108. this.picICO.Location = new System.Drawing.Point(16, 20);
  109. this.picICO.Name = "picICO";
  110. this.picICO.Size = new System.Drawing.Size(120, 120);
  111. this.picICO.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  112. this.picICO.TabIndex = 16;
  113. this.picICO.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. this.btnSelect.Visible = false;
  131. //
  132. // btnSave
  133. //
  134. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  135. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  136. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  137. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  138. this.btnSave.ForeColor = System.Drawing.Color.White;
  139. this.btnSave.IsCustomBackImg = false;
  140. this.btnSave.IsShowText = true;
  141. this.btnSave.Location = new System.Drawing.Point(16, 158);
  142. this.btnSave.Name = "btnSave";
  143. this.btnSave.Size = new System.Drawing.Size(117, 28);
  144. this.btnSave.TabIndex = 15;
  145. this.btnSave.Text = "确 定";
  146. this.btnSave.UseVisualStyleBackColor = false;
  147. //
  148. // frmCommonIconView
  149. //
  150. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  151. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  152. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  153. this.ClientSize = new System.Drawing.Size(910, 610);
  154. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  155. this.Name = "frmCommonIconView";
  156. this.Text = "常用图标集";
  157. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  158. this.plExMainContainer.ResumeLayout(false);
  159. this.plFormMainContent.ResumeLayout(false);
  160. this.groupBoxEx1.ResumeLayout(false);
  161. this.groupBoxEx2.ResumeLayout(false);
  162. this.groupBoxEx2.PerformLayout();
  163. ((System.ComponentModel.ISupportInitialize)(this.picICO)).EndInit();
  164. this.ResumeLayout(false);
  165. }
  166. #endregion
  167. private GroupBoxEx groupBoxEx1;
  168. public System.Windows.Forms.ListView listView1;
  169. private GroupBoxEx groupBoxEx2;
  170. private LabelEx labelEx1;
  171. public System.Windows.Forms.PictureBox picICO;
  172. public ButtonEx btnSelect;
  173. public ButtonEx btnSave;
  174. }
  175. }