------ #### RaUIV4 V4.0.2311.0701 - *.[全新]整合了MyDb、ryControls、MyDb_MySQL等dll文件到RaUI一个项目。 - *.[新增]新增ApkOp类,可以轻松获取APK信息。 - *.[新增]新增JsonExt扩展类,让Json操作更简单。 - *.[新增]新增WebP类,可以支持webp格式的图片。 - *.[改进]ryQuickSQL中的AddField方法改为自动替换已存在的同名值。 - *.[修复]ryQuickSQL中的AddFieldCalc方法无法正常计算的BUG。
371 lines
20 KiB
C#
371 lines
20 KiB
C#
namespace Itrycn_Project2
|
|
|
|
|
|
{
|
|
partial class FrmStart
|
|
{
|
|
/// <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(FrmStart));
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.MenuTray = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.显示主窗体ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.退出软件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.选项ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.打开官网ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.捐助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.chromeTabControl1 = new ryControls.ChromeTabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.htmlPanel1 = new TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.objectListView1 = new BrightIdeasSoftware.ObjectListView();
|
|
this.olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.TabLogs = new System.Windows.Forms.TabPage();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.LvLogs = new BrightIdeasSoftware.ObjectListView();
|
|
this.OlvLogTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvLogText = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.MenuTray.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.chromeTabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.TabLogs.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.LvLogs)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// notifyIcon1
|
|
//
|
|
this.notifyIcon1.ContextMenuStrip = this.MenuTray;
|
|
this.notifyIcon1.Visible = true;
|
|
this.notifyIcon1.DoubleClick += new System.EventHandler(this.显示主窗体ToolStripMenuItem_Click);
|
|
//
|
|
// MenuTray
|
|
//
|
|
this.MenuTray.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.显示主窗体ToolStripMenuItem,
|
|
this.退出软件ToolStripMenuItem});
|
|
this.MenuTray.Name = "MenuTray";
|
|
this.MenuTray.Size = new System.Drawing.Size(137, 48);
|
|
//
|
|
// 显示主窗体ToolStripMenuItem
|
|
//
|
|
this.显示主窗体ToolStripMenuItem.Name = "显示主窗体ToolStripMenuItem";
|
|
this.显示主窗体ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.显示主窗体ToolStripMenuItem.Text = "显示主窗体";
|
|
this.显示主窗体ToolStripMenuItem.Click += new System.EventHandler(this.显示主窗体ToolStripMenuItem_Click);
|
|
//
|
|
// 退出软件ToolStripMenuItem
|
|
//
|
|
this.退出软件ToolStripMenuItem.Name = "退出软件ToolStripMenuItem";
|
|
this.退出软件ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.退出软件ToolStripMenuItem.Text = "退出软件";
|
|
this.退出软件ToolStripMenuItem.Click += new System.EventHandler(this.退出软件ToolStripMenuItem_Click);
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.工具ToolStripMenuItem,
|
|
this.关于ToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(1, 27);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(1005, 25);
|
|
this.menuStrip1.TabIndex = 2;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// 工具ToolStripMenuItem
|
|
//
|
|
this.工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.选项ToolStripMenuItem});
|
|
this.工具ToolStripMenuItem.Name = "工具ToolStripMenuItem";
|
|
this.工具ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.工具ToolStripMenuItem.Text = "工具";
|
|
//
|
|
// 选项ToolStripMenuItem
|
|
//
|
|
this.选项ToolStripMenuItem.Name = "选项ToolStripMenuItem";
|
|
this.选项ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
|
this.选项ToolStripMenuItem.Text = "选项";
|
|
this.选项ToolStripMenuItem.Click += new System.EventHandler(this.选项ToolStripMenuItem_Click);
|
|
//
|
|
// 关于ToolStripMenuItem
|
|
//
|
|
this.关于ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.打开官网ToolStripMenuItem,
|
|
this.捐助ToolStripMenuItem});
|
|
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
|
|
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.关于ToolStripMenuItem.Text = "关于";
|
|
//
|
|
// 打开官网ToolStripMenuItem
|
|
//
|
|
this.打开官网ToolStripMenuItem.Name = "打开官网ToolStripMenuItem";
|
|
this.打开官网ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.打开官网ToolStripMenuItem.Text = "打开官网";
|
|
this.打开官网ToolStripMenuItem.Click += new System.EventHandler(this.打开官网ToolStripMenuItem_Click);
|
|
//
|
|
// 捐助ToolStripMenuItem
|
|
//
|
|
this.捐助ToolStripMenuItem.Name = "捐助ToolStripMenuItem";
|
|
this.捐助ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.捐助ToolStripMenuItem.Text = "关于和捐助";
|
|
this.捐助ToolStripMenuItem.Click += new System.EventHandler(this.捐助ToolStripMenuItem_Click);
|
|
//
|
|
// chromeTabControl1
|
|
//
|
|
this.chromeTabControl1.AllowDragTab = false;
|
|
this.chromeTabControl1.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.chromeTabControl1.BackTabPageImage = null;
|
|
this.chromeTabControl1.Controls.Add(this.tabPage1);
|
|
this.chromeTabControl1.Controls.Add(this.TabLogs);
|
|
this.chromeTabControl1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.chromeTabControl1.ItemSize = new System.Drawing.Size(100, 25);
|
|
this.chromeTabControl1.Location = new System.Drawing.Point(1, 55);
|
|
this.chromeTabControl1.Name = "chromeTabControl1";
|
|
this.chromeTabControl1.SelectedIndex = 0;
|
|
this.chromeTabControl1.ShowAddButton = false;
|
|
this.chromeTabControl1.ShowCloseButton = false;
|
|
this.chromeTabControl1.Size = new System.Drawing.Size(1005, 664);
|
|
this.chromeTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
this.chromeTabControl1.TabContextMenuStrip = null;
|
|
this.chromeTabControl1.TabIndex = 0;
|
|
this.chromeTabControl1.TabMaxWidth = 100;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.AutoScroll = true;
|
|
this.tabPage1.Controls.Add(this.textBox2);
|
|
this.tabPage1.Controls.Add(this.textBox1);
|
|
this.tabPage1.Controls.Add(this.htmlPanel1);
|
|
this.tabPage1.Controls.Add(this.pictureBox2);
|
|
this.tabPage1.Controls.Add(this.objectListView1);
|
|
this.tabPage1.Controls.Add(this.pictureBox1);
|
|
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(1003, 634);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "首页";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(260, 101);
|
|
this.textBox2.MaxLength = 32767000;
|
|
this.textBox2.Multiline = true;
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.textBox2.Size = new System.Drawing.Size(397, 106);
|
|
this.textBox2.TabIndex = 21;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(232, 213);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(359, 21);
|
|
this.textBox1.TabIndex = 20;
|
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
//
|
|
// htmlPanel1
|
|
//
|
|
this.htmlPanel1.AutoScroll = true;
|
|
this.htmlPanel1.AutoScrollMinSize = new System.Drawing.Size(469, 20);
|
|
this.htmlPanel1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.htmlPanel1.BaseStylesheet = null;
|
|
this.htmlPanel1.Location = new System.Drawing.Point(188, 346);
|
|
this.htmlPanel1.Name = "htmlPanel1";
|
|
this.htmlPanel1.Size = new System.Drawing.Size(469, 160);
|
|
this.htmlPanel1.TabIndex = 19;
|
|
this.htmlPanel1.Text = "htmlPanel1";
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Location = new System.Drawing.Point(172, 330);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(518, 189);
|
|
this.pictureBox2.TabIndex = 18;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// objectListView1
|
|
//
|
|
this.objectListView1.AllColumns.Add(this.olvColumn1);
|
|
this.objectListView1.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.objectListView1.CellEditUseWholeCell = false;
|
|
this.objectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.olvColumn1});
|
|
this.objectListView1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.objectListView1.FullRowSelect = true;
|
|
this.objectListView1.HideSelection = false;
|
|
this.objectListView1.Location = new System.Drawing.Point(161, 45);
|
|
this.objectListView1.Name = "objectListView1";
|
|
this.objectListView1.RowHeight = 25;
|
|
this.objectListView1.Size = new System.Drawing.Size(530, 260);
|
|
this.objectListView1.TabIndex = 17;
|
|
this.objectListView1.UseCompatibleStateImageBehavior = false;
|
|
this.objectListView1.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// olvColumn1
|
|
//
|
|
this.olvColumn1.IsButton = true;
|
|
this.olvColumn1.Width = 150;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Location = new System.Drawing.Point(75, 3);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(742, 625);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// TabLogs
|
|
//
|
|
this.TabLogs.Controls.Add(this.button1);
|
|
this.TabLogs.Controls.Add(this.LvLogs);
|
|
this.TabLogs.Location = new System.Drawing.Point(1, 29);
|
|
this.TabLogs.Name = "TabLogs";
|
|
this.TabLogs.Padding = new System.Windows.Forms.Padding(3);
|
|
this.TabLogs.Size = new System.Drawing.Size(1003, 634);
|
|
this.TabLogs.TabIndex = 1;
|
|
this.TabLogs.Text = "日志";
|
|
this.TabLogs.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(275, 64);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(125, 29);
|
|
this.button1.TabIndex = 15;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
|
//
|
|
// LvLogs
|
|
//
|
|
this.LvLogs.AllColumns.Add(this.OlvLogTime);
|
|
this.LvLogs.AllColumns.Add(this.OlvLogText);
|
|
this.LvLogs.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.LvLogs.CellEditUseWholeCell = false;
|
|
this.LvLogs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.OlvLogTime,
|
|
this.OlvLogText});
|
|
this.LvLogs.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.LvLogs.FullRowSelect = true;
|
|
this.LvLogs.HideSelection = false;
|
|
this.LvLogs.Location = new System.Drawing.Point(3, 4);
|
|
this.LvLogs.Name = "LvLogs";
|
|
this.LvLogs.RowHeight = 25;
|
|
this.LvLogs.Size = new System.Drawing.Size(998, 627);
|
|
this.LvLogs.TabIndex = 14;
|
|
this.LvLogs.UseCompatibleStateImageBehavior = false;
|
|
this.LvLogs.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// OlvLogTime
|
|
//
|
|
this.OlvLogTime.Text = "时间";
|
|
this.OlvLogTime.Width = 200;
|
|
//
|
|
// OlvLogText
|
|
//
|
|
this.OlvLogText.Text = "日志说明";
|
|
this.OlvLogText.Width = 500;
|
|
//
|
|
// FrmStart
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1007, 723);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Controls.Add(this.chromeTabControl1);
|
|
this.GMFormIcon = ((System.Drawing.Image)(resources.GetObject("$this.GMFormIcon")));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Location = new System.Drawing.Point(0, 0);
|
|
this.Name = "FrmStart";
|
|
this.Resizable = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FrmStart";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmStart_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmStart_Load);
|
|
this.Shown += new System.EventHandler(this.FrmStart_Shown);
|
|
this.MenuTray.ResumeLayout(false);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.chromeTabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.TabLogs.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.LvLogs)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
|
private System.Windows.Forms.ContextMenuStrip MenuTray;
|
|
private System.Windows.Forms.ToolStripMenuItem 显示主窗体ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 退出软件ToolStripMenuItem;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 捐助ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 打开官网ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 工具ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 选项ToolStripMenuItem;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private ryControls.ChromeTabControl chromeTabControl1;
|
|
private System.Windows.Forms.TabPage TabLogs;
|
|
private BrightIdeasSoftware.ObjectListView LvLogs;
|
|
private BrightIdeasSoftware.OLVColumn OlvLogTime;
|
|
private BrightIdeasSoftware.OLVColumn OlvLogText;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private BrightIdeasSoftware.ObjectListView objectListView1;
|
|
private BrightIdeasSoftware.OLVColumn olvColumn1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel htmlPanel1;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
}
|
|
} |