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(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.RbSize32 = new System.Windows.Forms.RadioButton(); this.RbSize128 = new System.Windows.Forms.RadioButton(); this.RbSize256 = new System.Windows.Forms.RadioButton(); ((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"; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(43, 164); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(47, 16); this.radioButton1.TabIndex = 4; this.radioButton1.TabStop = true; this.radioButton1.Text = "原图"; this.radioButton1.UseVisualStyleBackColor = true; // // RbSize32 // this.RbSize32.AutoSize = true; this.RbSize32.Location = new System.Drawing.Point(112, 164); this.RbSize32.Name = "RbSize32"; this.RbSize32.Size = new System.Drawing.Size(53, 16); this.RbSize32.TabIndex = 5; this.RbSize32.Text = "32*32"; this.RbSize32.UseVisualStyleBackColor = true; // // RbSize128 // this.RbSize128.AutoSize = true; this.RbSize128.Location = new System.Drawing.Point(187, 164); this.RbSize128.Name = "RbSize128"; this.RbSize128.Size = new System.Drawing.Size(65, 16); this.RbSize128.TabIndex = 6; this.RbSize128.Text = "128*128"; this.RbSize128.UseVisualStyleBackColor = true; // // RbSize256 // this.RbSize256.AutoSize = true; this.RbSize256.Location = new System.Drawing.Point(274, 164); this.RbSize256.Name = "RbSize256"; this.RbSize256.Size = new System.Drawing.Size(65, 16); this.RbSize256.TabIndex = 7; this.RbSize256.Text = "256*256"; this.RbSize256.UseVisualStyleBackColor = true; // // 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.RbSize256); this.Controls.Add(this.RbSize128); this.Controls.Add(this.RbSize32); this.Controls.Add(this.radioButton1); 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); this.PerformLayout(); } #endregion private ryControls.TextBoxEx2 TxtImagePath; private ryControls.ButtonEx BtnConvert; private ryControls.SuperPictureBox superPictureBox1; private ryControls.ButtonEx BtnBrowser; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton RbSize32; private System.Windows.Forms.RadioButton RbSize128; private System.Windows.Forms.RadioButton RbSize256; } }