------ #### RaUIV4 V4.0.2311.0701 - *.[全新]整合了MyDb、ryControls、MyDb_MySQL等dll文件到RaUI一个项目。 - *.[新增]新增ApkOp类,可以轻松获取APK信息。 - *.[新增]新增JsonExt扩展类,让Json操作更简单。 - *.[新增]新增WebP类,可以支持webp格式的图片。 - *.[改进]ryQuickSQL中的AddField方法改为自动替换已存在的同名值。 - *.[修复]ryQuickSQL中的AddFieldCalc方法无法正常计算的BUG。
76 lines
3.2 KiB
C#
76 lines
3.2 KiB
C#
|
|
namespace RySkins
|
|
{
|
|
partial class SKinTabForm
|
|
{
|
|
/// <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.chromeTabControl1 = new ryControls.ChromeTabControl();
|
|
this.SuspendLayout();
|
|
//
|
|
// chromeTabControl1
|
|
//
|
|
this.chromeTabControl1.AllowDragTab = false;
|
|
this.chromeTabControl1.BackTabPageImage = null;
|
|
this.chromeTabControl1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.chromeTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.chromeTabControl1.ItemSize = new System.Drawing.Size(200, 25);
|
|
this.chromeTabControl1.Location = new System.Drawing.Point(3, 29);
|
|
this.chromeTabControl1.Name = "chromeTabControl1";
|
|
this.chromeTabControl1.Radius = 8;
|
|
this.chromeTabControl1.SelectedIndex = 0;
|
|
this.chromeTabControl1.ShowAddButton = false;
|
|
this.chromeTabControl1.ShowCloseButton = false;
|
|
this.chromeTabControl1.Size = new System.Drawing.Size(588, 489);
|
|
this.chromeTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
this.chromeTabControl1.TabContextMenuStrip = null;
|
|
this.chromeTabControl1.TabIndex = 0;
|
|
this.chromeTabControl1.TabMaxWidth = 200;
|
|
this.chromeTabControl1.TabOffColorEnd = System.Drawing.Color.White;
|
|
this.chromeTabControl1.TabOffColorStart = System.Drawing.Color.Linen;
|
|
//
|
|
// SKinTabForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(594, 521);
|
|
this.Controls.Add(this.chromeTabControl1);
|
|
this.Name = "SKinTabForm";
|
|
this.Padding = new System.Windows.Forms.Padding(2);
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SKinTabForm_FormClosing);
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SKinTabForm_FormClosed);
|
|
this.Load += new System.EventHandler(this.SKinTabForm_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ryControls.ChromeTabControl chromeTabControl1;
|
|
}
|
|
} |