quanzhou
2025-09-11 31de09d1ba504cb036ae29a98a9efbb0c2d61914
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
namespace Bro.M141.Process.UI
{
    partial class Frm_Login
    {
        /// <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()
        {
            uiButton1 = new Sunny.UI.UIButton();
            uiTextBox2 = new Sunny.UI.UITextBox();
            uiLabel2 = new Sunny.UI.UILabel();
            uiTextBox1 = new Sunny.UI.UITextBox();
            uiLabel1 = new Sunny.UI.UILabel();
            SuspendLayout();
            // 
            // uiButton1
            // 
            uiButton1.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            uiButton1.IsScaled = false;
            uiButton1.Location = new Point(568, 294);
            uiButton1.MinimumSize = new Size(1, 1);
            uiButton1.Name = "uiButton1";
            uiButton1.Size = new Size(150, 52);
            uiButton1.TabIndex = 9;
            uiButton1.Text = "用户登入";
            uiButton1.Click += uiButton1_Click;
            // 
            // uiTextBox2
            // 
            uiTextBox2.ButtonSymbol = 61761;
            uiTextBox2.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            uiTextBox2.IsScaled = false;
            uiTextBox2.Location = new Point(214, 212);
            uiTextBox2.Margin = new Padding(4, 5, 4, 5);
            uiTextBox2.Maximum = 2147483647D;
            uiTextBox2.Minimum = -2147483648D;
            uiTextBox2.MinimumSize = new Size(1, 1);
            uiTextBox2.Name = "uiTextBox2";
            uiTextBox2.PasswordChar = '*';
            uiTextBox2.Size = new Size(317, 39);
            uiTextBox2.TabIndex = 8;
            uiTextBox2.TextAlignment = ContentAlignment.MiddleLeft;
            // 
            // uiLabel2
            // 
            uiLabel2.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            uiLabel2.Location = new Point(82, 209);
            uiLabel2.Name = "uiLabel2";
            uiLabel2.Size = new Size(150, 34);
            uiLabel2.TabIndex = 7;
            uiLabel2.Text = "用户账号:";
            uiLabel2.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiTextBox1
            // 
            uiTextBox1.ButtonSymbol = 61761;
            uiTextBox1.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            uiTextBox1.IsScaled = false;
            uiTextBox1.Location = new Point(214, 108);
            uiTextBox1.Margin = new Padding(4, 5, 4, 5);
            uiTextBox1.Maximum = 2147483647D;
            uiTextBox1.Minimum = -2147483648D;
            uiTextBox1.MinimumSize = new Size(1, 1);
            uiTextBox1.Name = "uiTextBox1";
            uiTextBox1.Size = new Size(317, 39);
            uiTextBox1.TabIndex = 6;
            uiTextBox1.Text = "管理员";
            uiTextBox1.TextAlignment = ContentAlignment.MiddleLeft;
            // 
            // uiLabel1
            // 
            uiLabel1.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            uiLabel1.Location = new Point(82, 105);
            uiLabel1.Name = "uiLabel1";
            uiLabel1.Size = new Size(150, 34);
            uiLabel1.TabIndex = 5;
            uiLabel1.Text = "用户账号:";
            uiLabel1.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // Frm_Login
            // 
            AutoScaleDimensions = new SizeF(11F, 24F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(800, 450);
            Controls.Add(uiButton1);
            Controls.Add(uiTextBox2);
            Controls.Add(uiLabel2);
            Controls.Add(uiTextBox1);
            Controls.Add(uiLabel1);
            Name = "Frm_Login";
            Text = "Frm_Login";
            ResumeLayout(false);
        }
 
        #endregion
 
        private Sunny.UI.UIButton uiButton1;
        private Sunny.UI.UITextBox uiTextBox2;
        private Sunny.UI.UILabel uiLabel2;
        private Sunny.UI.UITextBox uiTextBox1;
        private Sunny.UI.UILabel uiLabel1;
    }
}