123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- namespace LYFZ.ComponentLibrary
- {
- partial class frmCommonIconView
- {
- /// <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(frmCommonIconView));
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.listView1 = new System.Windows.Forms.ListView();
- this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.picICO = new System.Windows.Forms.PictureBox();
- this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.groupBoxEx1.SuspendLayout();
- this.groupBoxEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picICO)).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);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // 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(740, 525);
- this.groupBoxEx1.TabIndex = 2;
- 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(734, 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.picICO);
- 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 = 3;
- this.groupBoxEx2.TabStop = false;
- this.groupBoxEx2.Text = "当前选择图标预览";
- //
- // 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";
- this.labelEx1.Visible = false;
- //
- // picICO
- //
- this.picICO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.picICO.Location = new System.Drawing.Point(16, 20);
- this.picICO.Name = "picICO";
- this.picICO.Size = new System.Drawing.Size(120, 120);
- this.picICO.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picICO.TabIndex = 16;
- this.picICO.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;
- this.btnSelect.Visible = 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;
- //
- // frmCommonIconView
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmCommonIconView";
- 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.picICO)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private GroupBoxEx groupBoxEx1;
- public System.Windows.Forms.ListView listView1;
- private GroupBoxEx groupBoxEx2;
- private LabelEx labelEx1;
- public System.Windows.Forms.PictureBox picICO;
- public ButtonEx btnSelect;
- public ButtonEx btnSave;
- }
- }
|