1 Star 2 Fork 0

轮回/vivo-tools-3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AddApkForm.Designer.cs 13.84 KB
一键复制 编辑 原始数据 按行查看 历史
轮回 提交于 2022-04-27 10:19 . 更新3.0.0

namespace vivo_tools_3
{
partial class AddApkForm
{
/// <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(AddApkForm));
this.ub_save = new Sunny.UI.UIButton();
this.tb_apkpackage = new Sunny.UI.UITextBox();
this.tb_apkname = new Sunny.UI.UITextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.ub_Cancel = new Sunny.UI.UIButton();
this.SuspendLayout();
//
// ub_save
//
this.ub_save.Cursor = System.Windows.Forms.Cursors.Hand;
this.ub_save.FillColor = System.Drawing.Color.White;
this.ub_save.FillColor2 = System.Drawing.Color.White;
this.ub_save.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.ub_save.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.ub_save.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.ub_save.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ub_save.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(98)))), ((int)(((byte)(102)))));
this.ub_save.ForeHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.ub_save.ForePressColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(131)))), ((int)(((byte)(229)))));
this.ub_save.ForeSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(131)))), ((int)(((byte)(229)))));
this.ub_save.Location = new System.Drawing.Point(318, 135);
this.ub_save.MinimumSize = new System.Drawing.Size(1, 1);
this.ub_save.Name = "ub_save";
this.ub_save.Radius = 30;
this.ub_save.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227)))));
this.ub_save.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(222)))), ((int)(((byte)(255)))));
this.ub_save.Size = new System.Drawing.Size(76, 35);
this.ub_save.Style = Sunny.UI.UIStyle.Custom;
this.ub_save.TabIndex = 19;
this.ub_save.Text = "保存";
this.ub_save.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ub_save.Click += new System.EventHandler(this.ub_save_Click);
//
// tb_apkpackage
//
this.tb_apkpackage.ButtonFillColor = System.Drawing.Color.White;
this.tb_apkpackage.ButtonFillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_apkpackage.ButtonFillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_apkpackage.ButtonForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(98)))), ((int)(((byte)(102)))));
this.tb_apkpackage.ButtonForeHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.tb_apkpackage.ButtonForePressColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(131)))), ((int)(((byte)(229)))));
this.tb_apkpackage.ButtonRectColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227)))));
this.tb_apkpackage.ButtonRectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(222)))), ((int)(((byte)(255)))));
this.tb_apkpackage.ButtonSymbol = 61761;
this.tb_apkpackage.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_apkpackage.FillColor2 = System.Drawing.Color.White;
this.tb_apkpackage.Font = new System.Drawing.Font("微软雅黑", 9F);
this.tb_apkpackage.Location = new System.Drawing.Point(126, 92);
this.tb_apkpackage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_apkpackage.Maximum = 2147483647D;
this.tb_apkpackage.Minimum = -2147483648D;
this.tb_apkpackage.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_apkpackage.Name = "tb_apkpackage";
this.tb_apkpackage.Radius = 29;
this.tb_apkpackage.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227)))));
this.tb_apkpackage.Size = new System.Drawing.Size(350, 30);
this.tb_apkpackage.Style = Sunny.UI.UIStyle.Custom;
this.tb_apkpackage.TabIndex = 17;
this.tb_apkpackage.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_apkpackage.Watermark = "应用包名";
//
// tb_apkname
//
this.tb_apkname.ButtonFillColor = System.Drawing.Color.White;
this.tb_apkname.ButtonFillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_apkname.ButtonFillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_apkname.ButtonForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(98)))), ((int)(((byte)(102)))));
this.tb_apkname.ButtonForeHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.tb_apkname.ButtonForePressColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(131)))), ((int)(((byte)(229)))));
this.tb_apkname.ButtonRectColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227)))));
this.tb_apkname.ButtonRectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(222)))), ((int)(((byte)(255)))));
this.tb_apkname.ButtonSymbol = 61761;
this.tb_apkname.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_apkname.FillColor2 = System.Drawing.Color.White;
this.tb_apkname.Font = new System.Drawing.Font("微软雅黑", 9F);
this.tb_apkname.Location = new System.Drawing.Point(126, 49);
this.tb_apkname.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_apkname.Maximum = 2147483647D;
this.tb_apkname.Minimum = -2147483648D;
this.tb_apkname.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_apkname.Name = "tb_apkname";
this.tb_apkname.Radius = 29;
this.tb_apkname.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227)))));
this.tb_apkname.Size = new System.Drawing.Size(350, 30);
this.tb_apkname.Style = Sunny.UI.UIStyle.Custom;
this.tb_apkname.TabIndex = 18;
this.tb_apkname.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_apkname.Watermark = "应用名称";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 94);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(97, 27);
this.label3.TabIndex = 15;
this.label3.Text = "应用包名:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(97, 27);
this.label2.TabIndex = 14;
this.label2.Text = "应用名称:";
//
// ub_Cancel
//
this.ub_Cancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.ub_Cancel.FillColor = System.Drawing.Color.White;
this.ub_Cancel.FillColor2 = System.Drawing.Color.White;
this.ub_Cancel.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.ub_Cancel.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.ub_Cancel.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.ub_Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ub_Cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(98)))), ((int)(((byte)(102)))));
this.ub_Cancel.ForeHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.ub_Cancel.ForePressColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(131)))), ((int)(((byte)(229)))));
this.ub_Cancel.ForeSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(131)))), ((int)(((byte)(229)))));
this.ub_Cancel.Location = new System.Drawing.Point(400, 135);
this.ub_Cancel.MinimumSize = new System.Drawing.Size(1, 1);
this.ub_Cancel.Name = "ub_Cancel";
this.ub_Cancel.Radius = 30;
this.ub_Cancel.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227)))));
this.ub_Cancel.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(222)))), ((int)(((byte)(255)))));
this.ub_Cancel.Size = new System.Drawing.Size(76, 35);
this.ub_Cancel.Style = Sunny.UI.UIStyle.Custom;
this.ub_Cancel.TabIndex = 19;
this.ub_Cancel.Text = "取消";
this.ub_Cancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ub_Cancel.Click += new System.EventHandler(this.ub_Cancel_Click);
//
// AddApkForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(491, 182);
this.ControlBox = false;
this.ControlBoxFillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.ControlBoxForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(98)))), ((int)(((byte)(102)))));
this.Controls.Add(this.ub_Cancel);
this.Controls.Add(this.ub_save);
this.Controls.Add(this.tb_apkpackage);
this.Controls.Add(this.tb_apkname);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AddApkForm";
this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227)))));
this.ShowInTaskbar = false;
this.ShowRadius = false;
this.ShowShadow = true;
this.Style = Sunny.UI.UIStyle.Custom;
this.Text = "AddApkForm";
this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227)))));
this.TitleFont = new System.Drawing.Font("微软雅黑", 9F);
this.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(98)))), ((int)(((byte)(102)))));
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Sunny.UI.UIButton ub_save;
private Sunny.UI.UITextBox tb_apkpackage;
private Sunny.UI.UITextBox tb_apkname;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private Sunny.UI.UIButton ub_Cancel;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/PeopleCarWorld/vivo-tools-3.git
[email protected]:PeopleCarWorld/vivo-tools-3.git
PeopleCarWorld
vivo-tools-3
vivo-tools-3
master

搜索帮助