------ #### RaUIV4 V4.0.2311.0701 - *.[全新]整合了MyDb、ryControls、MyDb_MySQL等dll文件到RaUI一个项目。 - *.[新增]新增ApkOp类,可以轻松获取APK信息。 - *.[新增]新增JsonExt扩展类,让Json操作更简单。 - *.[新增]新增WebP类,可以支持webp格式的图片。 - *.[改进]ryQuickSQL中的AddField方法改为自动替换已存在的同名值。 - *.[修复]ryQuickSQL中的AddFieldCalc方法无法正常计算的BUG。
81 lines
3.1 KiB
C#
81 lines
3.1 KiB
C#
|
|
namespace RySkins
|
|
{
|
|
partial class FrmText
|
|
{
|
|
/// <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()
|
|
{
|
|
this.RtText = new ryControls.Controls.RichTextBox2();
|
|
this.BtnOK = new ryControls.ButtonEx();
|
|
this.SuspendLayout();
|
|
//
|
|
// RtText
|
|
//
|
|
this.RtText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.RtText.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.RtText.DetectUrls = false;
|
|
this.RtText.EmptyText = "";
|
|
this.RtText.Location = new System.Drawing.Point(4, 30);
|
|
this.RtText.Name = "RtText";
|
|
this.RtText.OnlyInputText = true;
|
|
this.RtText.Size = new System.Drawing.Size(533, 450);
|
|
this.RtText.TabIndex = 0;
|
|
this.RtText.Text = "";
|
|
//
|
|
// BtnOK
|
|
//
|
|
this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnOK.Location = new System.Drawing.Point(464, 484);
|
|
this.BtnOK.Name = "BtnOK";
|
|
this.BtnOK.Size = new System.Drawing.Size(72, 29);
|
|
this.BtnOK.TabIndex = 1;
|
|
this.BtnOK.Text = "保存";
|
|
this.BtnOK.UseVisualStyleBackColor = true;
|
|
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
|
|
//
|
|
// FrmText
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(541, 519);
|
|
this.Controls.Add(this.BtnOK);
|
|
this.Controls.Add(this.RtText);
|
|
this.Location = new System.Drawing.Point(0, 0);
|
|
this.Name = "FrmText";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "输入数据";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private ryControls.ButtonEx BtnOK;
|
|
public ryControls.Controls.RichTextBox2 RtText;
|
|
}
|
|
} |