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

OSCHINA-MIRROR/ZL007-PhoneControl

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
ScreenFormControl.Designer.cs 19 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
halou007 Отправлено 09.03.2021 17:57 a8f54b5
namespace DroidLord
{
partial class ScreenFormControl
{
/// <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();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.buttonWakeup = new System.Windows.Forms.Button();
this.buttonDown = new System.Windows.Forms.Button();
this.buttonUp = new System.Windows.Forms.Button();
this.buttonRight = new System.Windows.Forms.Button();
this.buttonLeft = new System.Windows.Forms.Button();
this.buttonPower = new System.Windows.Forms.Button();
this.buttonHome = new System.Windows.Forms.Button();
this.buttonBack = new System.Windows.Forms.Button();
this.panelControl = new System.Windows.Forms.Panel();
this.alphaBlendTextBoxInputText = new ZBobb.AlphaBlendTextBox();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonDumpUI = new System.Windows.Forms.Button();
this.buttonSwitchIme = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.buttonInputText = new System.Windows.Forms.Button();
this.textBoxInputText = new System.Windows.Forms.TextBox();
this.buttonClearText = new System.Windows.Forms.Button();
this.timerScanDeviceStatus = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panelControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Control;
this.splitContainer1.Panel1.Controls.Add(this.buttonWakeup);
this.splitContainer1.Panel1.Controls.Add(this.buttonDown);
this.splitContainer1.Panel1.Controls.Add(this.buttonUp);
this.splitContainer1.Panel1.Controls.Add(this.buttonRight);
this.splitContainer1.Panel1.Controls.Add(this.buttonLeft);
this.splitContainer1.Panel1.Controls.Add(this.buttonPower);
this.splitContainer1.Panel1.Controls.Add(this.buttonHome);
this.splitContainer1.Panel1.Controls.Add(this.buttonBack);
this.splitContainer1.Panel1.Controls.Add(this.panelControl);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(801, 581);
this.splitContainer1.SplitterDistance = 379;
this.splitContainer1.TabIndex = 0;
//
// buttonWakeup
//
this.buttonWakeup.Location = new System.Drawing.Point(137, 685);
this.buttonWakeup.Name = "buttonWakeup";
this.buttonWakeup.Size = new System.Drawing.Size(75, 26);
this.buttonWakeup.TabIndex = 1;
this.buttonWakeup.Text = "唤醒";
this.buttonWakeup.UseVisualStyleBackColor = true;
this.buttonWakeup.Click += new System.EventHandler(this.buttonWakeup_Click);
//
// buttonDown
//
this.buttonDown.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonDown.ForeColor = System.Drawing.Color.Red;
this.buttonDown.Location = new System.Drawing.Point(137, 652);
this.buttonDown.Name = "buttonDown";
this.buttonDown.Size = new System.Drawing.Size(75, 26);
this.buttonDown.TabIndex = 2;
this.buttonDown.Text = "下滑";
this.buttonDown.UseVisualStyleBackColor = true;
this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
//
// buttonUp
//
this.buttonUp.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonUp.ForeColor = System.Drawing.Color.Red;
this.buttonUp.Location = new System.Drawing.Point(137, 586);
this.buttonUp.Name = "buttonUp";
this.buttonUp.Size = new System.Drawing.Size(75, 26);
this.buttonUp.TabIndex = 2;
this.buttonUp.Text = "上滑";
this.buttonUp.UseVisualStyleBackColor = true;
this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
//
// buttonRight
//
this.buttonRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonRight.ForeColor = System.Drawing.Color.Red;
this.buttonRight.Location = new System.Drawing.Point(231, 621);
this.buttonRight.Name = "buttonRight";
this.buttonRight.Size = new System.Drawing.Size(75, 26);
this.buttonRight.TabIndex = 2;
this.buttonRight.Text = "右滑";
this.buttonRight.UseVisualStyleBackColor = true;
this.buttonRight.Click += new System.EventHandler(this.buttonRight_Click);
//
// buttonLeft
//
this.buttonLeft.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonLeft.ForeColor = System.Drawing.Color.Red;
this.buttonLeft.Location = new System.Drawing.Point(56, 619);
this.buttonLeft.Name = "buttonLeft";
this.buttonLeft.Size = new System.Drawing.Size(75, 26);
this.buttonLeft.TabIndex = 2;
this.buttonLeft.Text = "左滑";
this.buttonLeft.UseVisualStyleBackColor = true;
this.buttonLeft.Click += new System.EventHandler(this.buttonLeft_Click);
//
// buttonPower
//
this.buttonPower.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonPower.Location = new System.Drawing.Point(232, 653);
this.buttonPower.Name = "buttonPower";
this.buttonPower.Size = new System.Drawing.Size(75, 26);
this.buttonPower.TabIndex = 1;
this.buttonPower.Text = "电源键";
this.buttonPower.UseVisualStyleBackColor = true;
this.buttonPower.Click += new System.EventHandler(this.buttonPower_Click);
//
// buttonHome
//
this.buttonHome.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonHome.Location = new System.Drawing.Point(137, 619);
this.buttonHome.Name = "buttonHome";
this.buttonHome.Size = new System.Drawing.Size(75, 26);
this.buttonHome.TabIndex = 1;
this.buttonHome.Text = "HOME";
this.buttonHome.UseVisualStyleBackColor = true;
this.buttonHome.Click += new System.EventHandler(this.buttonHome_Click);
//
// buttonBack
//
this.buttonBack.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonBack.Location = new System.Drawing.Point(56, 651);
this.buttonBack.Name = "buttonBack";
this.buttonBack.Size = new System.Drawing.Size(75, 26);
this.buttonBack.TabIndex = 1;
this.buttonBack.Text = "返回";
this.buttonBack.UseVisualStyleBackColor = true;
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
//
// panelControl
//
this.panelControl.BackColor = System.Drawing.Color.White;
this.panelControl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panelControl.Controls.Add(this.alphaBlendTextBoxInputText);
this.panelControl.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl.Location = new System.Drawing.Point(0, 0);
this.panelControl.Name = "panelControl";
this.panelControl.Size = new System.Drawing.Size(375, 567);
this.panelControl.TabIndex = 0;
this.panelControl.SizeChanged += new System.EventHandler(this.panelControl_SizeChanged);
this.panelControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelControl_MouseMove);
//
// alphaBlendTextBoxInputText
//
this.alphaBlendTextBoxInputText.BackAlpha = 10;
this.alphaBlendTextBoxInputText.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.alphaBlendTextBoxInputText.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.alphaBlendTextBoxInputText.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.alphaBlendTextBoxInputText.Location = new System.Drawing.Point(61, 204);
this.alphaBlendTextBoxInputText.Name = "alphaBlendTextBoxInputText";
this.alphaBlendTextBoxInputText.Size = new System.Drawing.Size(162, 16);
this.alphaBlendTextBoxInputText.TabIndex = 0;
this.alphaBlendTextBoxInputText.TextChanged += new System.EventHandler(this.alphaBlendTextBoxInputText_TextChanged);
this.alphaBlendTextBoxInputText.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.alphaBlendTextBoxInputText_PreviewKeyDown);
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.groupBox1);
this.splitContainer2.Size = new System.Drawing.Size(414, 577);
this.splitContainer2.SplitterDistance = 182;
this.splitContainer2.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.buttonDumpUI);
this.groupBox1.Controls.Add(this.buttonSwitchIme);
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.buttonClearText);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(414, 391);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "功能控制区";
//
// buttonDumpUI
//
this.buttonDumpUI.Location = new System.Drawing.Point(130, 104);
this.buttonDumpUI.Name = "buttonDumpUI";
this.buttonDumpUI.Size = new System.Drawing.Size(121, 27);
this.buttonDumpUI.TabIndex = 3;
this.buttonDumpUI.Text = "手机界面抓取";
this.buttonDumpUI.UseVisualStyleBackColor = true;
this.buttonDumpUI.Visible = false;
this.buttonDumpUI.Click += new System.EventHandler(this.buttonDumpUI_Click);
//
// buttonSwitchIme
//
this.buttonSwitchIme.Location = new System.Drawing.Point(16, 102);
this.buttonSwitchIme.Name = "buttonSwitchIme";
this.buttonSwitchIme.Size = new System.Drawing.Size(108, 31);
this.buttonSwitchIme.TabIndex = 2;
this.buttonSwitchIme.Text = "切换同屏输入法";
this.buttonSwitchIme.UseVisualStyleBackColor = true;
this.buttonSwitchIme.Click += new System.EventHandler(this.buttonSwitchIme_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.buttonInputText);
this.groupBox3.Controls.Add(this.textBoxInputText);
this.groupBox3.Location = new System.Drawing.Point(7, 43);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(377, 48);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "输入文本";
//
// buttonInputText
//
this.buttonInputText.Location = new System.Drawing.Point(299, 20);
this.buttonInputText.Name = "buttonInputText";
this.buttonInputText.Size = new System.Drawing.Size(72, 22);
this.buttonInputText.TabIndex = 1;
this.buttonInputText.Text = "输入";
this.buttonInputText.UseVisualStyleBackColor = true;
this.buttonInputText.Click += new System.EventHandler(this.buttonInputText_Click);
//
// textBoxInputText
//
this.textBoxInputText.Dock = System.Windows.Forms.DockStyle.Left;
this.textBoxInputText.Location = new System.Drawing.Point(3, 17);
this.textBoxInputText.Name = "textBoxInputText";
this.textBoxInputText.Size = new System.Drawing.Size(278, 21);
this.textBoxInputText.TabIndex = 0;
//
// buttonClearText
//
this.buttonClearText.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonClearText.Location = new System.Drawing.Point(257, 105);
this.buttonClearText.Name = "buttonClearText";
this.buttonClearText.Size = new System.Drawing.Size(92, 28);
this.buttonClearText.TabIndex = 1;
this.buttonClearText.Text = "清空文本";
this.buttonClearText.UseVisualStyleBackColor = true;
this.buttonClearText.Click += new System.EventHandler(this.buttonClearText_Click);
//
// timerScanDeviceStatus
//
this.timerScanDeviceStatus.Interval = 2000;
this.timerScanDeviceStatus.Tick += new System.EventHandler(this.timerScanDeviceStatus_Tick);
//
// ScreenFormControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(801, 581);
this.Controls.Add(this.splitContainer1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "ScreenFormControl";
this.Text = "ScreenFormControl";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ScreenFormControl_FormClosed);
this.Load += new System.EventHandler(this.ScreenFormControl_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.panelControl.ResumeLayout(false);
this.panelControl.PerformLayout();
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Panel panelControl;
private System.Windows.Forms.Button buttonPower;
private System.Windows.Forms.Button buttonHome;
private System.Windows.Forms.Button buttonBack;
private ZBobb.AlphaBlendTextBox alphaBlendTextBoxInputText;
private System.Windows.Forms.Button buttonClearText;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button buttonLeft;
private System.Windows.Forms.Button buttonRight;
private System.Windows.Forms.Button buttonDown;
private System.Windows.Forms.Button buttonUp;
private System.Windows.Forms.Timer timerScanDeviceStatus;
private System.Windows.Forms.Button buttonWakeup;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox textBoxInputText;
private System.Windows.Forms.Button buttonInputText;
private System.Windows.Forms.Button buttonSwitchIme;
private System.Windows.Forms.Button buttonDumpUI;
}
}

Опубликовать ( 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