SuperDesign/Source/开发辅助工具/Tools/FrmImageToIcon.Designer.cs
zilinsoft 993f1ca1a9 ### 2024-12-20 星期五更新
------
#### SuperDesign    V3.0.2412.2001
- *.[新增]新增程序更新日志设置和自动发布功能。
- *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
2024-12-20 08:15:19 +08:00

177 lines
8.0 KiB
C#

namespace .Tools
{
partial class FrmImageToIcon
{
/// <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(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;
}
}