This repository was archived by the owner on Sep 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm2.Designer.cs
More file actions
104 lines (98 loc) · 5.11 KB
/
Form2.Designer.cs
File metadata and controls
104 lines (98 loc) · 5.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
namespace 天魔墨香登入器
{
partial class Form2
{
/// <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(Form2));
this.resolution_800 = new System.Windows.Forms.PictureBox();
this.resolution_1024 = new System.Windows.Forms.PictureBox();
this.resolution_full = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.resolution_800)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.resolution_1024)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.resolution_full)).BeginInit();
this.SuspendLayout();
//
// resolution_800
//
this.resolution_800.BackColor = System.Drawing.Color.Transparent;
this.resolution_800.Image = ((System.Drawing.Image)(resources.GetObject("resolution_800.Image")));
this.resolution_800.Location = new System.Drawing.Point(6, 12);
this.resolution_800.Name = "resolution_800";
this.resolution_800.Size = new System.Drawing.Size(97, 18);
this.resolution_800.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.resolution_800.TabIndex = 0;
this.resolution_800.TabStop = false;
this.resolution_800.Click += new System.EventHandler(this.resolution_800_Click);
//
// resolution_1024
//
this.resolution_1024.BackColor = System.Drawing.Color.Transparent;
this.resolution_1024.Image = ((System.Drawing.Image)(resources.GetObject("resolution_1024.Image")));
this.resolution_1024.Location = new System.Drawing.Point(6, 36);
this.resolution_1024.Name = "resolution_1024";
this.resolution_1024.Size = new System.Drawing.Size(100, 21);
this.resolution_1024.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.resolution_1024.TabIndex = 1;
this.resolution_1024.TabStop = false;
//
// resolution_full
//
this.resolution_full.BackColor = System.Drawing.Color.Transparent;
this.resolution_full.Image = ((System.Drawing.Image)(resources.GetObject("resolution_full.Image")));
this.resolution_full.Location = new System.Drawing.Point(6, 63);
this.resolution_full.Name = "resolution_full";
this.resolution_full.Size = new System.Drawing.Size(106, 20);
this.resolution_full.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.resolution_full.TabIndex = 2;
this.resolution_full.TabStop = false;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Silver;
this.ClientSize = new System.Drawing.Size(116, 94);
this.ControlBox = false;
this.Controls.Add(this.resolution_full);
this.Controls.Add(this.resolution_1024);
this.Controls.Add(this.resolution_800);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "Form2";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "请选择视窗大小";
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this.resolution_800)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.resolution_1024)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.resolution_full)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox resolution_800;
private System.Windows.Forms.PictureBox resolution_1024;
private System.Windows.Forms.PictureBox resolution_full;
// public System.Windows.Forms.PictureBox resolution_back;
}
}