RaUI/Source/Itrycn_Project2/FrmTest2.Designer.cs
zilinsoft 11a117a46d ## 📅2025-06-27 星期五更新
### RaUI    V4.0.2506.2701
- *.[新增]RediskCheck类新增支持对.NET3.5和.NET6-.NET9安装状态的判断。
- *.[新增]RyImage类的LoadPic方法新增Timeout参数设置。
- *.[新增]ChromeTabControl控件新增OnTabAddButtonClick和OnTabCloseButtonClick事件。
- *.[新增]Strings类新增GetEngOrNumPos方法,获取字符串里的英文或数字。
- *.[改进]ChromeTabControl默认风格改进。
- *.[改进]GetTimeStr新增ShowSeconds参数。
- *.[改进]RyImage.LoadPic获取网络图片时,UA改为Edge的UA。
- *.[改进]ListBoxEx从内部控件改为公开控件。
- *.[修复]AddHosts(string list,bool write)函数write为false时,不再写入hosts。
- *.[修复]修复无法在属性界面修改RichTextBox2的WordWrap属性的BUG。
- *.[修复]修复ApkOp读取apk内部版本号时,如果版本号带数字0可能无法读取的BUG。
- *.[修复]修复GetVerByVerStr传入null值会报错的BUG。
- *.[修复]修复ComboBoxEx2控件修改SelectedItem和SelectedIndex属性不会激发SelectedIndexChanged事件的BUG。
- *.[修复]修复ApkOp解压某些apk文件时,可能导致文件被占用的BUG。
- *.[修复]修复TextBoxEx2控件通过代码设置文本,无法触发文本变化事件的BUG。
- *.[修复]修复TextBoxEx2控件使用Tab按键,无法切换输入的BUG。
2025-06-27 10:17:58 +08:00

566 lines
30 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Itrycn_Project2
{
partial class FrmTest2
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTest2));
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
this.button1 = new System.Windows.Forms.Button();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.chromeTabControl1 = new ryControls.ChromeTabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.textBoxEx23 = new ryControls.TextBoxEx2();
this.textBoxEx22 = new ryControls.TextBoxEx2();
this.toolStrip1 = new ryControls.ToolStripEx();
this.btnGo = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.BtnSaveTo = new System.Windows.Forms.ToolStripButton();
this.btnSetText = new System.Windows.Forms.ToolStripButton();
this.btnFromClip = new System.Windows.Forms.ToolStripButton();
this.btnClear = new System.Windows.Forms.ToolStripButton();
this.btnCopySource = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.btnInsert = new System.Windows.Forms.ToolStripDropDownButton();
this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.btnSave = new System.Windows.Forms.ToolStripButton();
this.btnLoad = new System.Windows.Forms.ToolStripButton();
this.BtnRestore = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.BtnTools = new System.Windows.Forms.ToolStripDropDownButton();
this.btnSetting = new System.Windows.Forms.ToolStripDropDownButton();
this.btnTop = new System.Windows.Forms.ToolStripButton();
this.BtnIndent = new System.Windows.Forms.ToolStripButton();
this.tp_prog = new System.Windows.Forms.ToolStripProgressBar();
this.BtnNewOpen = new System.Windows.Forms.ToolStripButton();
this.textBoxEx21 = new ryControls.TextBoxEx2();
this.richTextBox21 = new ryControls.Controls.RichTextBox2();
this.fhDateTimePickerEX1 = new RaUI.UI.Rili.FhDateTimePickerEX();
this.ryComboBox1 = new ryControls.ComboBoxEx2();
this.chromeTabControl1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// maskedTextBox1
//
this.maskedTextBox1.AsciiOnly = true;
this.maskedTextBox1.BeepOnError = true;
this.maskedTextBox1.Location = new System.Drawing.Point(293, 109);
this.maskedTextBox1.Mask = "0000年90月90日";
this.maskedTextBox1.Name = "maskedTextBox1";
this.maskedTextBox1.Size = new System.Drawing.Size(100, 21);
this.maskedTextBox1.TabIndex = 29;
this.maskedTextBox1.ValidatingType = typeof(System.DateTime);
this.maskedTextBox1.Enter += new System.EventHandler(this.maskedTextBox1_Enter);
//
// button1
//
this.button1.Location = new System.Drawing.Point(237, 294);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(202, 53);
this.button1.TabIndex = 31;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// tabPage3
//
this.tabPage3.Location = new System.Drawing.Point(0, 0);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(200, 100);
this.tabPage3.TabIndex = 0;
this.tabPage3.Text = "tabPage3";
this.tabPage3.UseVisualStyleBackColor = true;
//
// tabPage4
//
this.tabPage4.Location = new System.Drawing.Point(0, 0);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(200, 100);
this.tabPage4.TabIndex = 0;
this.tabPage4.Text = "tabPage4";
this.tabPage4.UseVisualStyleBackColor = true;
//
// chromeTabControl1
//
this.chromeTabControl1.AllowDragTab = true;
this.chromeTabControl1.BackTabPageImage = null;
this.chromeTabControl1.Controls.Add(this.tabPage1);
this.chromeTabControl1.Controls.Add(this.tabPage2);
this.chromeTabControl1.Cursor = System.Windows.Forms.Cursors.Default;
this.chromeTabControl1.ImageList = this.imageList1;
this.chromeTabControl1.ItemSize = new System.Drawing.Size(200, 25);
this.chromeTabControl1.Location = new System.Drawing.Point(12, 34);
this.chromeTabControl1.Name = "chromeTabControl1";
this.chromeTabControl1.SelectedIndex = 0;
this.chromeTabControl1.ShowAddButton = true;
this.chromeTabControl1.ShowCloseButton = true;
this.chromeTabControl1.Size = new System.Drawing.Size(656, 320);
this.chromeTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.chromeTabControl1.TabContextMenuStrip = null;
this.chromeTabControl1.TabIndex = 38;
this.chromeTabControl1.TabMaxWidth = 200;
//
// tabPage1
//
this.tabPage1.ImageIndex = 0;
this.tabPage1.Location = new System.Drawing.Point(1, 29);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(654, 290);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.ImageIndex = 1;
this.tabPage2.Location = new System.Drawing.Point(1, 29);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(654, 290);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "3h3");
this.imageList1.Images.SetKeyName(1, "87g");
this.imageList1.Images.SetKeyName(2, "downxia");
this.imageList1.Images.SetKeyName(3, "downxing");
//
// textBoxEx23
//
this.textBoxEx23.BackColor = System.Drawing.Color.White;
this.textBoxEx23.EmptyText = "测试2";
this.textBoxEx23.Location = new System.Drawing.Point(419, 90);
this.textBoxEx23.LongTime = 2000;
this.textBoxEx23.MaxLength = 999999999;
this.textBoxEx23.MaxUndoRedoSteps = 50;
this.textBoxEx23.Multiline = false;
this.textBoxEx23.Name = "textBoxEx23";
this.textBoxEx23.OnlyNumeric = false;
this.textBoxEx23.PasswordChar = '\0';
this.textBoxEx23.ReadOnly = false;
this.textBoxEx23.SelectedText = "";
this.textBoxEx23.SelectionLength = 0;
this.textBoxEx23.SelectionStart = 0;
this.textBoxEx23.Size = new System.Drawing.Size(237, 40);
this.textBoxEx23.TabIndex = 37;
this.textBoxEx23.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.textBoxEx23.ToolTip = "";
this.textBoxEx23.WordWrap = true;
//
// textBoxEx22
//
this.textBoxEx22.BackColor = System.Drawing.Color.White;
this.textBoxEx22.EmptyText = "测试1";
this.textBoxEx22.Location = new System.Drawing.Point(88, 74);
this.textBoxEx22.LongTime = 2000;
this.textBoxEx22.MaxLength = 999999999;
this.textBoxEx22.MaxUndoRedoSteps = 50;
this.textBoxEx22.Multiline = false;
this.textBoxEx22.Name = "textBoxEx22";
this.textBoxEx22.OnlyNumeric = false;
this.textBoxEx22.PasswordChar = '\0';
this.textBoxEx22.ReadOnly = false;
this.textBoxEx22.SelectedText = "";
this.textBoxEx22.SelectionLength = 0;
this.textBoxEx22.SelectionStart = 0;
this.textBoxEx22.Size = new System.Drawing.Size(237, 40);
this.textBoxEx22.TabIndex = 36;
this.textBoxEx22.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.textBoxEx22.ToolTip = "";
this.textBoxEx22.WordWrap = true;
//
// toolStrip1
//
this.toolStrip1.ClickThrough = true;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.toolStrip1.ImeMode = System.Windows.Forms.ImeMode.Off;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnGo,
this.toolStripSeparator1,
this.BtnSaveTo,
this.btnSetText,
this.btnFromClip,
this.btnClear,
this.btnCopySource,
this.toolStripSeparator3,
this.btnInsert,
this.btnSave,
this.btnLoad,
this.BtnRestore,
this.toolStripSeparator2,
this.BtnTools,
this.btnSetting,
this.btnTop,
this.BtnIndent,
this.tp_prog,
this.BtnNewOpen});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(839, 31);
this.toolStrip1.SuppressHighlighting = true;
this.toolStrip1.TabIndex = 35;
//
// btnGo
//
this.btnGo.Image = ((System.Drawing.Image)(resources.GetObject("btnGo.Image")));
this.btnGo.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnGo.Name = "btnGo";
this.btnGo.Size = new System.Drawing.Size(105, 28);
this.btnGo.Text = "一键处理(F1)";
this.btnGo.ToolTipText = "使用本功能将自动进行排版、锚文本、复制到剪切板。";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
//
// BtnSaveTo
//
this.BtnSaveTo.Image = ((System.Drawing.Image)(resources.GetObject("BtnSaveTo.Image")));
this.BtnSaveTo.ImageTransparentColor = System.Drawing.Color.Magenta;
this.BtnSaveTo.Name = "BtnSaveTo";
this.BtnSaveTo.Size = new System.Drawing.Size(96, 28);
this.BtnSaveTo.Text = "保存回任务";
this.BtnSaveTo.Visible = false;
//
// btnSetText
//
this.btnSetText.Image = ((System.Drawing.Image)(resources.GetObject("btnSetText.Image")));
this.btnSetText.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSetText.Name = "btnSetText";
this.btnSetText.Size = new System.Drawing.Size(84, 28);
this.btnSetText.Text = "写入文本";
this.btnSetText.ToolTipText = "把剪贴板里的内容当成文本粘贴到当前编辑器中。";
//
// btnFromClip
//
this.btnFromClip.Image = ((System.Drawing.Image)(resources.GetObject("btnFromClip.Image")));
this.btnFromClip.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnFromClip.Name = "btnFromClip";
this.btnFromClip.Size = new System.Drawing.Size(84, 28);
this.btnFromClip.Text = "写入源码";
this.btnFromClip.ToolTipText = "拷贝剪贴板里的代码到编辑器中。";
//
// btnClear
//
this.btnClear.Image = ((System.Drawing.Image)(resources.GetObject("btnClear.Image")));
this.btnClear.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(84, 28);
this.btnClear.Text = "清空内容";
this.btnClear.ToolTipText = "清空内容\r\n\r\n如果原先载入或保存了一个记录则清空内容会新开一个记录。";
//
// btnCopySource
//
this.btnCopySource.Image = ((System.Drawing.Image)(resources.GetObject("btnCopySource.Image")));
this.btnCopySource.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnCopySource.Name = "btnCopySource";
this.btnCopySource.Size = new System.Drawing.Size(84, 28);
this.btnCopySource.Text = "复制源码";
this.btnCopySource.ToolTipText = "将编辑框中的源代码复制到剪切板";
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 31);
//
// btnInsert
//
this.btnInsert.AutoToolTip = false;
this.btnInsert.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem1,
this.ToolStripMenuItem1,
this.ToolStripMenuItem1,
this.ToolStripMenuItem1});
this.btnInsert.Image = ((System.Drawing.Image)(resources.GetObject("btnInsert.Image")));
this.btnInsert.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnInsert.Name = "btnInsert";
this.btnInsert.Size = new System.Drawing.Size(69, 28);
this.btnInsert.Text = "插入";
this.btnInsert.Visible = false;
//
// 插入表格ToolStripMenuItem1
//
this.ToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("插入表格ToolStripMenuItem1.Image")));
this.ToolStripMenuItem1.Name = "插入表格ToolStripMenuItem1";
this.ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem1.Text = "插入表格";
//
// 插入软件ToolStripMenuItem1
//
this.ToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("插入软件ToolStripMenuItem1.Image")));
this.ToolStripMenuItem1.Name = "插入软件ToolStripMenuItem1";
this.ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem1.Text = "插入软件";
//
// 插入视频ToolStripMenuItem1
//
this.ToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("插入视频ToolStripMenuItem1.Image")));
this.ToolStripMenuItem1.Name = "插入视频ToolStripMenuItem1";
this.ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem1.Text = "插入视频";
//
// 插入按键ToolStripMenuItem1
//
this.ToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("插入按键ToolStripMenuItem1.Image")));
this.ToolStripMenuItem1.Name = "插入按键ToolStripMenuItem1";
this.ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem1.Text = "插入按键";
//
// btnSave
//
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(60, 28);
this.btnSave.Text = "保存";
this.btnSave.ToolTipText = "保存当前源码和记事本到数据库中";
//
// btnLoad
//
this.btnLoad.Image = ((System.Drawing.Image)(resources.GetObject("btnLoad.Image")));
this.btnLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(60, 28);
this.btnLoad.Text = "载入";
this.btnLoad.ToolTipText = "从数据库中恢复源码和记事本。";
//
// BtnRestore
//
this.BtnRestore.Image = ((System.Drawing.Image)(resources.GetObject("BtnRestore.Image")));
this.BtnRestore.ImageTransparentColor = System.Drawing.Color.Magenta;
this.BtnRestore.Name = "BtnRestore";
this.BtnRestore.Size = new System.Drawing.Size(84, 28);
this.BtnRestore.Text = "断电恢复";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
//
// BtnTools
//
this.BtnTools.Image = ((System.Drawing.Image)(resources.GetObject("BtnTools.Image")));
this.BtnTools.ImageTransparentColor = System.Drawing.Color.Magenta;
this.BtnTools.Name = "BtnTools";
this.BtnTools.Size = new System.Drawing.Size(69, 28);
this.BtnTools.Text = "工具";
//
// btnSetting
//
this.btnSetting.Image = ((System.Drawing.Image)(resources.GetObject("btnSetting.Image")));
this.btnSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSetting.Name = "btnSetting";
this.btnSetting.Size = new System.Drawing.Size(69, 28);
this.btnSetting.Text = "更多";
this.btnSetting.ToolTipText = "点击来查看更多设置和功能。";
//
// btnTop
//
this.btnTop.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.btnTop.CheckOnClick = true;
this.btnTop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnTop.Image = ((System.Drawing.Image)(resources.GetObject("btnTop.Image")));
this.btnTop.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnTop.Name = "btnTop";
this.btnTop.Size = new System.Drawing.Size(28, 28);
this.btnTop.Text = "窗口置顶";
//
// BtnIndent
//
this.BtnIndent.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.BtnIndent.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.BtnIndent.Image = ((System.Drawing.Image)(resources.GetObject("BtnIndent.Image")));
this.BtnIndent.ImageTransparentColor = System.Drawing.Color.Magenta;
this.BtnIndent.Name = "BtnIndent";
this.BtnIndent.Size = new System.Drawing.Size(28, 28);
this.BtnIndent.Text = "缩进";
this.BtnIndent.Visible = false;
//
// tp_prog
//
this.tp_prog.Name = "tp_prog";
this.tp_prog.Size = new System.Drawing.Size(100, 28);
this.tp_prog.Visible = false;
//
// BtnNewOpen
//
this.BtnNewOpen.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.BtnNewOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.BtnNewOpen.Image = ((System.Drawing.Image)(resources.GetObject("BtnNewOpen.Image")));
this.BtnNewOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.BtnNewOpen.Name = "BtnNewOpen";
this.BtnNewOpen.Size = new System.Drawing.Size(28, 28);
this.BtnNewOpen.Text = "新开一个排版助手";
//
// textBoxEx21
//
this.textBoxEx21.BackColor = System.Drawing.Color.White;
this.textBoxEx21.EmptyText = "ddd收到东方大道";
this.textBoxEx21.Location = new System.Drawing.Point(182, 371);
this.textBoxEx21.LongTime = 2000;
this.textBoxEx21.MaxLength = 999999999;
this.textBoxEx21.MaxUndoRedoSteps = 50;
this.textBoxEx21.Multiline = false;
this.textBoxEx21.Name = "textBoxEx21";
this.textBoxEx21.OnlyNumeric = false;
this.textBoxEx21.PasswordChar = '\0';
this.textBoxEx21.ReadOnly = false;
this.textBoxEx21.SelectedText = "";
this.textBoxEx21.SelectionLength = 0;
this.textBoxEx21.SelectionStart = 0;
this.textBoxEx21.Size = new System.Drawing.Size(228, 45);
this.textBoxEx21.TabIndex = 33;
this.textBoxEx21.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.textBoxEx21.ToolTip = "";
this.textBoxEx21.WordWrap = true;
//
// richTextBox21
//
this.richTextBox21.EmptyText = "";
this.richTextBox21.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.richTextBox21.Location = new System.Drawing.Point(458, 274);
this.richTextBox21.Name = "richTextBox21";
this.richTextBox21.OnlyInputText = false;
this.richTextBox21.Size = new System.Drawing.Size(204, 134);
this.richTextBox21.TabIndex = 32;
this.richTextBox21.Text = "";
//
// fhDateTimePickerEX1
//
this.fhDateTimePickerEX1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(216)))), ((int)(((byte)(223)))));
this.fhDateTimePickerEX1.DateFormat = "yyyy年MM月dd日";
this.fhDateTimePickerEX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.fhDateTimePickerEX1.Location = new System.Drawing.Point(220, 156);
this.fhDateTimePickerEX1.Margin = new System.Windows.Forms.Padding(4);
this.fhDateTimePickerEX1.Name = "fhDateTimePickerEX1";
this.fhDateTimePickerEX1.RoundeStyle = ryControls.RoundStyle.None;
this.fhDateTimePickerEX1.Size = new System.Drawing.Size(239, 31);
this.fhDateTimePickerEX1.TabIndex = 30;
this.fhDateTimePickerEX1.Value = new System.DateTime(2024, 12, 22, 0, 0, 0, 0);
//
// ryComboBox1
//
this.ryComboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.ryComboBox1.ButtonRoundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.ryComboBox1.EmptyText = "";
this.ryComboBox1.Items.Add("fffffsss手上但事实上少时诵诗书是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒");
this.ryComboBox1.Items.Add("gggg");
this.ryComboBox1.Items.Add("ddddd");
this.ryComboBox1.Items.Add("ddd");
this.ryComboBox1.Location = new System.Drawing.Point(221, 218);
this.ryComboBox1.MaxPopupHeight = 0;
this.ryComboBox1.MaxPopupWidth = 300;
this.ryComboBox1.Name = "ryComboBox1";
this.ryComboBox1.SelectedIndex = -1;
this.ryComboBox1.SelectedItem = null;
this.ryComboBox1.Size = new System.Drawing.Size(238, 36);
this.ryComboBox1.TabIndex = 26;
this.ryComboBox1.ToolTipText = "";
//
// FrmTest2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(839, 619);
this.Controls.Add(this.chromeTabControl1);
this.Controls.Add(this.textBoxEx23);
this.Controls.Add(this.textBoxEx22);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.textBoxEx21);
this.Controls.Add(this.richTextBox21);
this.Controls.Add(this.button1);
this.Controls.Add(this.fhDateTimePickerEX1);
this.Controls.Add(this.maskedTextBox1);
this.Controls.Add(this.ryComboBox1);
this.Name = "FrmTest2";
this.Text = "+++";
this.Load += new System.EventHandler(this.FrmTest2_Load);
this.chromeTabControl1.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ryControls.ComboBoxEx2 ryComboBox1;
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
private RaUI.UI.Rili.FhDateTimePickerEX fhDateTimePickerEX1;
private System.Windows.Forms.Button button1;
private ryControls.Controls.RichTextBox2 richTextBox21;
private ryControls.TextBoxEx2 textBoxEx21;
public ryControls.ToolStripEx toolStrip1;
private System.Windows.Forms.ToolStripButton btnGo;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton BtnSaveTo;
private System.Windows.Forms.ToolStripButton btnSetText;
private System.Windows.Forms.ToolStripButton btnFromClip;
private System.Windows.Forms.ToolStripButton btnClear;
private System.Windows.Forms.ToolStripButton btnCopySource;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripDropDownButton btnInsert;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
private System.Windows.Forms.ToolStripButton btnSave;
private System.Windows.Forms.ToolStripButton btnLoad;
private System.Windows.Forms.ToolStripButton BtnRestore;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
public System.Windows.Forms.ToolStripDropDownButton BtnTools;
private System.Windows.Forms.ToolStripDropDownButton btnSetting;
private System.Windows.Forms.ToolStripButton btnTop;
private System.Windows.Forms.ToolStripButton BtnIndent;
private System.Windows.Forms.ToolStripProgressBar tp_prog;
private System.Windows.Forms.ToolStripButton BtnNewOpen;
private ryControls.TextBoxEx2 textBoxEx22;
private ryControls.TextBoxEx2 textBoxEx23;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage1;
private ryControls.ChromeTabControl chromeTabControl1;
private System.Windows.Forms.ImageList imageList1;
}
}