------ #### RaUIV4 V4.0.2311.0701 - *.[全新]整合了MyDb、ryControls、MyDb_MySQL等dll文件到RaUI一个项目。 - *.[新增]新增ApkOp类,可以轻松获取APK信息。 - *.[新增]新增JsonExt扩展类,让Json操作更简单。 - *.[新增]新增WebP类,可以支持webp格式的图片。 - *.[改进]ryQuickSQL中的AddField方法改为自动替换已存在的同名值。 - *.[修复]ryQuickSQL中的AddFieldCalc方法无法正常计算的BUG。
107 lines
4.4 KiB
C#
107 lines
4.4 KiB
C#
namespace RySkins
|
|
{
|
|
partial class FrmInputBox
|
|
{
|
|
/// <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(FrmInputBox));
|
|
this.TxtName = new ryControls.TextBoxEx2();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.BtnOK = new ryControls.ButtonEx();
|
|
this.SuspendLayout();
|
|
//
|
|
// TxtName
|
|
//
|
|
this.TxtName.BackColor = System.Drawing.Color.White;
|
|
this.TxtName.EmptyText = "";
|
|
this.TxtName.Location = new System.Drawing.Point(13, 51);
|
|
this.TxtName.MaxLength = 999999999;
|
|
this.TxtName.Multiline = false;
|
|
this.TxtName.Name = "TxtName";
|
|
this.TxtName.OnlyNumeric = false;
|
|
this.TxtName.PasswordChar = '\0';
|
|
this.TxtName.ReadOnly = false;
|
|
this.TxtName.SelectedText = "";
|
|
this.TxtName.SelectionLength = 0;
|
|
this.TxtName.SelectionStart = 0;
|
|
this.TxtName.Size = new System.Drawing.Size(329, 21);
|
|
this.TxtName.TabIndex = 0;
|
|
this.TxtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtName.ToolTip = "";
|
|
this.TxtName.WordWrap = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 34);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(83, 12);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "请输入内容...";
|
|
//
|
|
// BtnOK
|
|
//
|
|
this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnOK.Location = new System.Drawing.Point(268, 106);
|
|
this.BtnOK.Name = "BtnOK";
|
|
this.BtnOK.Size = new System.Drawing.Size(74, 31);
|
|
this.BtnOK.TabIndex = 14;
|
|
this.BtnOK.Text = "确定";
|
|
this.BtnOK.UseVisualStyleBackColor = true;
|
|
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
|
|
//
|
|
// FrmInputBox
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(353, 143);
|
|
this.Controls.Add(this.BtnOK);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.TxtName);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.IconLeftMargin = 8;
|
|
this.MaximizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(160, 60);
|
|
this.Name = "FrmInputBox";
|
|
this.RecordUseTime = false;
|
|
this.ShadowAValueDark = 50;
|
|
this.ShadowWidth = 2;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "重命名";
|
|
this.UseShadowToResize = true;
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
|
public ryControls.TextBoxEx2 TxtName;
|
|
private ryControls.ButtonEx BtnOK;
|
|
}
|
|
} |