1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/ZL007-PhoneControl

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
SettingEdit.Designer.cs 11 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
halou007 Отправлено 09.03.2021 17:16 aa1195f
namespace DroidLord
{
partial class SettingEdit
{
/// <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.materialLabel1 = new MaterialSkin.Controls.MaterialLabel();
this.materialLabel2 = new MaterialSkin.Controls.MaterialLabel();
this.materialLabel3 = new MaterialSkin.Controls.MaterialLabel();
this.lbType = new MaterialSkin.Controls.MaterialLabel();
this.txbConfigValue = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.materialFlatButton1 = new MaterialSkin.Controls.MaterialFlatButton();
this.materialFlatButton2 = new MaterialSkin.Controls.MaterialFlatButton();
this.lbConfigName = new MaterialSkin.Controls.MaterialLabel();
this.combOption = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// materialLabel1
//
this.materialLabel1.AutoSize = true;
this.materialLabel1.BackColor = System.Drawing.Color.White;
this.materialLabel1.Depth = 0;
this.materialLabel1.Font = new System.Drawing.Font("Roboto", 11F);
this.materialLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialLabel1.Location = new System.Drawing.Point(15, 94);
this.materialLabel1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel1.Name = "materialLabel1";
this.materialLabel1.Size = new System.Drawing.Size(77, 19);
this.materialLabel1.TabIndex = 0;
this.materialLabel1.Text = "设置名称:";
//
// materialLabel2
//
this.materialLabel2.AutoSize = true;
this.materialLabel2.BackColor = System.Drawing.Color.White;
this.materialLabel2.Depth = 0;
this.materialLabel2.Font = new System.Drawing.Font("Roboto", 11F);
this.materialLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialLabel2.Location = new System.Drawing.Point(15, 159);
this.materialLabel2.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel2.Name = "materialLabel2";
this.materialLabel2.Size = new System.Drawing.Size(61, 19);
this.materialLabel2.TabIndex = 2;
this.materialLabel2.Text = "设置值:";
//
// materialLabel3
//
this.materialLabel3.AutoSize = true;
this.materialLabel3.BackColor = System.Drawing.Color.White;
this.materialLabel3.Depth = 0;
this.materialLabel3.Font = new System.Drawing.Font("Roboto", 11F);
this.materialLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialLabel3.Location = new System.Drawing.Point(15, 125);
this.materialLabel3.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel3.Name = "materialLabel3";
this.materialLabel3.Size = new System.Drawing.Size(77, 19);
this.materialLabel3.TabIndex = 3;
this.materialLabel3.Text = "设置类型:";
//
// lbType
//
this.lbType.AutoSize = true;
this.lbType.BackColor = System.Drawing.Color.White;
this.lbType.Depth = 0;
this.lbType.Font = new System.Drawing.Font("Roboto", 11F);
this.lbType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.lbType.Location = new System.Drawing.Point(98, 125);
this.lbType.MouseState = MaterialSkin.MouseState.HOVER;
this.lbType.Name = "lbType";
this.lbType.Size = new System.Drawing.Size(109, 19);
this.lbType.TabIndex = 4;
this.lbType.Text = "materialLabel4";
//
// txbConfigValue
//
this.txbConfigValue.BackColor = System.Drawing.Color.White;
this.txbConfigValue.Depth = 0;
this.txbConfigValue.Hint = "";
this.txbConfigValue.Location = new System.Drawing.Point(82, 155);
this.txbConfigValue.MaxLength = 32767;
this.txbConfigValue.MouseState = MaterialSkin.MouseState.HOVER;
this.txbConfigValue.Name = "txbConfigValue";
this.txbConfigValue.PasswordChar = '\0';
this.txbConfigValue.SelectedText = "";
this.txbConfigValue.SelectionLength = 0;
this.txbConfigValue.SelectionStart = 0;
this.txbConfigValue.Size = new System.Drawing.Size(373, 23);
this.txbConfigValue.TabIndex = 5;
this.txbConfigValue.TabStop = false;
this.txbConfigValue.Text = "materialSingleLineTextField1";
this.txbConfigValue.UseSystemPasswordChar = false;
//
// materialFlatButton1
//
this.materialFlatButton1.AutoSize = true;
this.materialFlatButton1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.materialFlatButton1.Depth = 0;
this.materialFlatButton1.Icon = null;
this.materialFlatButton1.Location = new System.Drawing.Point(285, 187);
this.materialFlatButton1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.materialFlatButton1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialFlatButton1.Name = "materialFlatButton1";
this.materialFlatButton1.Primary = false;
this.materialFlatButton1.Size = new System.Drawing.Size(81, 36);
this.materialFlatButton1.TabIndex = 6;
this.materialFlatButton1.Text = "保存修改";
this.materialFlatButton1.UseVisualStyleBackColor = true;
this.materialFlatButton1.Click += new System.EventHandler(this.materialFlatButton1_Click);
//
// materialFlatButton2
//
this.materialFlatButton2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.materialFlatButton2.Depth = 0;
this.materialFlatButton2.Icon = null;
this.materialFlatButton2.Location = new System.Drawing.Point(374, 186);
this.materialFlatButton2.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.materialFlatButton2.MouseState = MaterialSkin.MouseState.HOVER;
this.materialFlatButton2.Name = "materialFlatButton2";
this.materialFlatButton2.Primary = false;
this.materialFlatButton2.Size = new System.Drawing.Size(81, 36);
this.materialFlatButton2.TabIndex = 7;
this.materialFlatButton2.Text = "取消修改";
this.materialFlatButton2.UseVisualStyleBackColor = true;
this.materialFlatButton2.Click += new System.EventHandler(this.materialFlatButton2_Click);
//
// lbConfigName
//
this.lbConfigName.AutoSize = true;
this.lbConfigName.BackColor = System.Drawing.Color.White;
this.lbConfigName.Depth = 0;
this.lbConfigName.Font = new System.Drawing.Font("Roboto", 11F);
this.lbConfigName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.lbConfigName.Location = new System.Drawing.Point(98, 94);
this.lbConfigName.MouseState = MaterialSkin.MouseState.HOVER;
this.lbConfigName.Name = "lbConfigName";
this.lbConfigName.Size = new System.Drawing.Size(109, 19);
this.lbConfigName.TabIndex = 8;
this.lbConfigName.Text = "materialLabel4";
//
// combOption
//
this.combOption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.combOption.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.combOption.FormattingEnabled = true;
this.combOption.Items.AddRange(new object[] {
"是",
"否"});
this.combOption.Location = new System.Drawing.Point(82, 155);
this.combOption.Name = "combOption";
this.combOption.Size = new System.Drawing.Size(373, 29);
this.combOption.TabIndex = 9;
//
// SettingEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(479, 237);
this.Controls.Add(this.combOption);
this.Controls.Add(this.lbConfigName);
this.Controls.Add(this.materialFlatButton2);
this.Controls.Add(this.materialFlatButton1);
this.Controls.Add(this.txbConfigValue);
this.Controls.Add(this.lbType);
this.Controls.Add(this.materialLabel3);
this.Controls.Add(this.materialLabel2);
this.Controls.Add(this.materialLabel1);
this.Name = "SettingEdit";
this.Sizable = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "更改设置";
this.Load += new System.EventHandler(this.SettingEdit_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MaterialSkin.Controls.MaterialLabel materialLabel1;
private MaterialSkin.Controls.MaterialLabel materialLabel2;
private MaterialSkin.Controls.MaterialLabel materialLabel3;
private MaterialSkin.Controls.MaterialLabel lbType;
private MaterialSkin.Controls.MaterialSingleLineTextField txbConfigValue;
private MaterialSkin.Controls.MaterialFlatButton materialFlatButton1;
private MaterialSkin.Controls.MaterialFlatButton materialFlatButton2;
private MaterialSkin.Controls.MaterialLabel lbConfigName;
private System.Windows.Forms.ComboBox combOption;
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/ZL007-PhoneControl.git
git@api.gitlife.ru:oschina-mirror/ZL007-PhoneControl.git
oschina-mirror
ZL007-PhoneControl
ZL007-PhoneControl
master