namespace 开发辅助工具.Tools { partial class FrmImageToIcon { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmImageToIcon)); this.TxtImagePath = new ryControls.TextBoxEx2(); this.BtnConvert = new ryControls.ButtonEx(); this.superPictureBox1 = new ryControls.SuperPictureBox(); this.BtnBrowser = new ryControls.ButtonEx(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); ((System.ComponentModel.ISupportInitialize)(this.superPictureBox1)).BeginInit(); this.SuspendLayout(); // // TxtImagePath // this.TxtImagePath.BackColor = System.Drawing.Color.White; this.TxtImagePath.EmptyText = ""; this.TxtImagePath.Location = new System.Drawing.Point(45, 117); this.TxtImagePath.MaxLength = 999999999; this.TxtImagePath.Multiline = false; this.TxtImagePath.Name = "TxtImagePath"; this.TxtImagePath.OnlyNumeric = false; this.TxtImagePath.PasswordChar = '\0'; this.TxtImagePath.ReadOnly = true; this.TxtImagePath.SelectedText = ""; this.TxtImagePath.SelectionLength = 0; this.TxtImagePath.SelectionStart = 0; this.TxtImagePath.Size = new System.Drawing.Size(594, 32); this.TxtImagePath.TabIndex = 0; this.TxtImagePath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtImagePath.ToolTip = ""; this.TxtImagePath.WordWrap = true; // // BtnConvert // this.BtnConvert.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.BtnConvert.Location = new System.Drawing.Point(253, 227); this.BtnConvert.Name = "BtnConvert"; this.BtnConvert.Size = new System.Drawing.Size(195, 61); this.BtnConvert.TabIndex = 1; this.BtnConvert.Text = "立即转换"; this.BtnConvert.UseVisualStyleBackColor = true; this.BtnConvert.Click += new System.EventHandler(this.BtnConvert_Click); // // superPictureBox1 // this.superPictureBox1.ImageDomain = null; this.superPictureBox1.ImageResFolder = null; this.superPictureBox1.Location = new System.Drawing.Point(263, 307); this.superPictureBox1.Name = "superPictureBox1"; this.superPictureBox1.Size = new System.Drawing.Size(176, 156); this.superPictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.superPictureBox1.TabIndex = 2; this.superPictureBox1.TabStop = false; // // BtnBrowser // this.BtnBrowser.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.BtnBrowser.Location = new System.Drawing.Point(645, 117); this.BtnBrowser.Name = "BtnBrowser"; this.BtnBrowser.Size = new System.Drawing.Size(41, 32); this.BtnBrowser.TabIndex = 3; this.BtnBrowser.Text = "..."; this.BtnBrowser.UseVisualStyleBackColor = true; this.BtnBrowser.Click += new System.EventHandler(this.BtnBrowser_Click); // // openFileDialog1 // this.openFileDialog1.Filter = "图片文件|*.png;*.jpg;*.bmp;*.jpeg"; // // FrmImageToIcon // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(744, 533); this.Controls.Add(this.BtnBrowser); this.Controls.Add(this.superPictureBox1); this.Controls.Add(this.BtnConvert); this.Controls.Add(this.TxtImagePath); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmImageToIcon"; this.Text = "图片转Icon"; ((System.ComponentModel.ISupportInitialize)(this.superPictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private ryControls.TextBoxEx2 TxtImagePath; private ryControls.ButtonEx BtnConvert; private ryControls.SuperPictureBox superPictureBox1; private ryControls.ButtonEx BtnBrowser; private System.Windows.Forms.OpenFileDialog openFileDialog1; } }