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

OSCHINA-MIRROR/ZL007-PhoneControl

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
ScreenForm.Designer.cs 1.7 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
halou007 Отправлено 09.03.2021 17:16 aa1195f
namespace DroidLord
{
partial class ScreenForm
{
/// <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.SuspendLayout();
//
// ScreenForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(349, 681);
this.MaximizeBox = false;
this.Name = "ScreenForm";
this.ShowActionBar = false;
this.Sizable = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "手机控制";
this.Load += new System.EventHandler(this.ScreenForm_Load);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ScreenForm_MouseMove);
this.ResumeLayout(false);
}
#endregion
}
}

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