C3031
2026-03-06 8db52bc296f662691a17aabeeabebd713e3b576d
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
namespace LB_VisionFlowNode
{
    partial class RenameForm
    {
        /// <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(RenameForm));
            theme_RenameForm = new ReaLTaiizor.Forms.ThemeForm();
            tlp_RenameMain = new Sunny.UI.UITableLayoutPanel();
            tlp_RenameInput = new Sunny.UI.UITableLayoutPanel();
            lb_OriginalName = new ReaLTaiizor.Controls.BigLabel();
            bl_NewName = new ReaLTaiizor.Controls.BigLabel();
            txt_OriginalName = new ReaLTaiizor.Controls.AloneTextBox();
            txt_NewName = new ReaLTaiizor.Controls.AloneTextBox();
            tlp_RenameOperator = new Sunny.UI.UITableLayoutPanel();
            btn_Rename = new ReaLTaiizor.Controls.Button();
            btn_Cancel = new ReaLTaiizor.Controls.Button();
            theme_RenameForm.SuspendLayout();
            tlp_RenameMain.SuspendLayout();
            tlp_RenameInput.SuspendLayout();
            tlp_RenameOperator.SuspendLayout();
            SuspendLayout();
            // 
            // theme_RenameForm
            // 
            theme_RenameForm.BackColor = Color.FromArgb(32, 41, 50);
            theme_RenameForm.Controls.Add(tlp_RenameMain);
            theme_RenameForm.Dock = DockStyle.Fill;
            theme_RenameForm.Font = new Font("Microsoft Sans Serif", 9F);
            theme_RenameForm.Image = (Image)resources.GetObject("theme_RenameForm.Image");
            theme_RenameForm.Location = new Point(0, 0);
            theme_RenameForm.Name = "theme_RenameForm";
            theme_RenameForm.Padding = new Padding(10, 70, 10, 9);
            theme_RenameForm.RoundCorners = true;
            theme_RenameForm.Sizable = true;
            theme_RenameForm.Size = new Size(461, 260);
            theme_RenameForm.SmartBounds = true;
            theme_RenameForm.StartPosition = FormStartPosition.WindowsDefaultLocation;
            theme_RenameForm.TabIndex = 0;
            theme_RenameForm.Text = "重命名设置";
            // 
            // tlp_RenameMain
            // 
            tlp_RenameMain.ColumnCount = 1;
            tlp_RenameMain.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
            tlp_RenameMain.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
            tlp_RenameMain.Controls.Add(tlp_RenameInput, 0, 0);
            tlp_RenameMain.Controls.Add(tlp_RenameOperator, 0, 1);
            tlp_RenameMain.Dock = DockStyle.Fill;
            tlp_RenameMain.Location = new Point(10, 70);
            tlp_RenameMain.Name = "tlp_RenameMain";
            tlp_RenameMain.RowCount = 2;
            tlp_RenameMain.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
            tlp_RenameMain.RowStyles.Add(new RowStyle(SizeType.Absolute, 60F));
            tlp_RenameMain.Size = new Size(441, 181);
            tlp_RenameMain.TabIndex = 0;
            tlp_RenameMain.TagString = null;
            // 
            // tlp_RenameInput
            // 
            tlp_RenameInput.ColumnCount = 4;
            tlp_RenameInput.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
            tlp_RenameInput.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
            tlp_RenameInput.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
            tlp_RenameInput.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
            tlp_RenameInput.Controls.Add(lb_OriginalName, 1, 0);
            tlp_RenameInput.Controls.Add(bl_NewName, 1, 1);
            tlp_RenameInput.Controls.Add(txt_OriginalName, 2, 0);
            tlp_RenameInput.Controls.Add(txt_NewName, 2, 1);
            tlp_RenameInput.Dock = DockStyle.Fill;
            tlp_RenameInput.Location = new Point(3, 3);
            tlp_RenameInput.Name = "tlp_RenameInput";
            tlp_RenameInput.RowCount = 2;
            tlp_RenameInput.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
            tlp_RenameInput.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
            tlp_RenameInput.Size = new Size(435, 115);
            tlp_RenameInput.TabIndex = 0;
            tlp_RenameInput.TagString = null;
            // 
            // lb_OriginalName
            // 
            lb_OriginalName.AutoSize = true;
            lb_OriginalName.BackColor = Color.Transparent;
            lb_OriginalName.Dock = DockStyle.Fill;
            lb_OriginalName.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
            lb_OriginalName.ForeColor = SystemColors.Control;
            lb_OriginalName.Location = new Point(103, 0);
            lb_OriginalName.Name = "lb_OriginalName";
            lb_OriginalName.Size = new Size(94, 57);
            lb_OriginalName.TabIndex = 0;
            lb_OriginalName.Text = "原名称:";
            lb_OriginalName.TextAlign = ContentAlignment.MiddleRight;
            // 
            // bl_NewName
            // 
            bl_NewName.AutoSize = true;
            bl_NewName.BackColor = Color.Transparent;
            bl_NewName.Dock = DockStyle.Fill;
            bl_NewName.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
            bl_NewName.ForeColor = SystemColors.Control;
            bl_NewName.Location = new Point(103, 57);
            bl_NewName.Name = "bl_NewName";
            bl_NewName.Size = new Size(94, 58);
            bl_NewName.TabIndex = 1;
            bl_NewName.Text = "新名称:";
            bl_NewName.TextAlign = ContentAlignment.MiddleRight;
            // 
            // txt_OriginalName
            // 
            txt_OriginalName.BackColor = Color.FromArgb(32, 41, 50);
            txt_OriginalName.Dock = DockStyle.Fill;
            txt_OriginalName.EnabledCalc = true;
            txt_OriginalName.Font = new Font("Microsoft YaHei UI", 12F);
            txt_OriginalName.ForeColor = SystemColors.WindowText;
            txt_OriginalName.Location = new Point(203, 3);
            txt_OriginalName.MaxLength = 32767;
            txt_OriginalName.MultiLine = false;
            txt_OriginalName.Name = "txt_OriginalName";
            txt_OriginalName.ReadOnly = true;
            txt_OriginalName.Size = new Size(129, 51);
            txt_OriginalName.TabIndex = 2;
            txt_OriginalName.TextAlign = HorizontalAlignment.Center;
            txt_OriginalName.UseSystemPasswordChar = false;
            // 
            // txt_NewName
            // 
            txt_NewName.BackColor = Color.FromArgb(32, 41, 50);
            txt_NewName.Dock = DockStyle.Fill;
            txt_NewName.EnabledCalc = true;
            txt_NewName.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
            txt_NewName.ForeColor = Color.FromArgb(124, 133, 142);
            txt_NewName.Location = new Point(203, 60);
            txt_NewName.MaxLength = 32767;
            txt_NewName.MultiLine = false;
            txt_NewName.Name = "txt_NewName";
            txt_NewName.ReadOnly = false;
            txt_NewName.Size = new Size(129, 52);
            txt_NewName.TabIndex = 3;
            txt_NewName.TextAlign = HorizontalAlignment.Center;
            txt_NewName.UseSystemPasswordChar = false;
            // 
            // tlp_RenameOperator
            // 
            tlp_RenameOperator.ColumnCount = 5;
            tlp_RenameOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
            tlp_RenameOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
            tlp_RenameOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50F));
            tlp_RenameOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
            tlp_RenameOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 101F));
            tlp_RenameOperator.Controls.Add(btn_Rename, 1, 0);
            tlp_RenameOperator.Controls.Add(btn_Cancel, 3, 0);
            tlp_RenameOperator.Dock = DockStyle.Fill;
            tlp_RenameOperator.Location = new Point(3, 124);
            tlp_RenameOperator.Name = "tlp_RenameOperator";
            tlp_RenameOperator.RowCount = 1;
            tlp_RenameOperator.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
            tlp_RenameOperator.Size = new Size(435, 54);
            tlp_RenameOperator.TabIndex = 1;
            tlp_RenameOperator.TagString = null;
            // 
            // btn_Rename
            // 
            btn_Rename.BackColor = Color.Transparent;
            btn_Rename.BorderColor = Color.FromArgb(32, 34, 37);
            btn_Rename.Cursor = Cursors.Hand;
            btn_Rename.Dock = DockStyle.Fill;
            btn_Rename.EnteredBorderColor = Color.FromArgb(165, 37, 37);
            btn_Rename.EnteredColor = Color.FromArgb(32, 34, 37);
            btn_Rename.Font = new Font("Microsoft Sans Serif", 12F);
            btn_Rename.Image = null;
            btn_Rename.ImageAlign = ContentAlignment.MiddleLeft;
            btn_Rename.InactiveColor = Color.FromArgb(32, 34, 37);
            btn_Rename.Location = new Point(103, 3);
            btn_Rename.Name = "btn_Rename";
            btn_Rename.PressedBorderColor = Color.FromArgb(165, 37, 37);
            btn_Rename.PressedColor = Color.FromArgb(165, 37, 37);
            btn_Rename.Size = new Size(86, 48);
            btn_Rename.TabIndex = 0;
            btn_Rename.Text = "重命名";
            btn_Rename.TextAlignment = StringAlignment.Center;
            btn_Rename.Click += btn_Rename_Click;
            // 
            // btn_Cancel
            // 
            btn_Cancel.BackColor = Color.Transparent;
            btn_Cancel.BorderColor = Color.FromArgb(32, 34, 37);
            btn_Cancel.Cursor = Cursors.Hand;
            btn_Cancel.Dock = DockStyle.Fill;
            btn_Cancel.EnteredBorderColor = Color.FromArgb(165, 37, 37);
            btn_Cancel.EnteredColor = Color.FromArgb(32, 34, 37);
            btn_Cancel.Font = new Font("Microsoft Sans Serif", 12F);
            btn_Cancel.Image = null;
            btn_Cancel.ImageAlign = ContentAlignment.MiddleLeft;
            btn_Cancel.InactiveColor = Color.FromArgb(32, 34, 37);
            btn_Cancel.Location = new Point(245, 3);
            btn_Cancel.Name = "btn_Cancel";
            btn_Cancel.PressedBorderColor = Color.FromArgb(165, 37, 37);
            btn_Cancel.PressedColor = Color.FromArgb(165, 37, 37);
            btn_Cancel.Size = new Size(86, 48);
            btn_Cancel.TabIndex = 1;
            btn_Cancel.Text = "取消";
            btn_Cancel.TextAlignment = StringAlignment.Center;
            // 
            // RenameForm
            // 
            AutoScaleDimensions = new SizeF(96F, 96F);
            AutoScaleMode = AutoScaleMode.Dpi;
            ClientSize = new Size(461, 260);
            Controls.Add(theme_RenameForm);
            FormBorderStyle = FormBorderStyle.None;
            MinimumSize = new Size(261, 61);
            Name = "RenameForm";
            Text = "重命名设置";
            TransparencyKey = Color.Fuchsia;
            theme_RenameForm.ResumeLayout(false);
            tlp_RenameMain.ResumeLayout(false);
            tlp_RenameInput.ResumeLayout(false);
            tlp_RenameInput.PerformLayout();
            tlp_RenameOperator.ResumeLayout(false);
            ResumeLayout(false);
 
        }
 
        #endregion
 
        private ReaLTaiizor.Forms.ThemeForm theme_RenameForm;
        private Sunny.UI.UITableLayoutPanel tlp_RenameMain;
        private Sunny.UI.UITableLayoutPanel tlp_RenameInput;
        private Sunny.UI.UITableLayoutPanel tlp_RenameOperator;
        private ReaLTaiizor.Controls.BigLabel lb_OriginalName;
        private ReaLTaiizor.Controls.BigLabel bl_NewName;
        private ReaLTaiizor.Controls.Button btn_Rename;
        private ReaLTaiizor.Controls.Button btn_Cancel;
        private ReaLTaiizor.Controls.AloneTextBox txt_OriginalName;
        private ReaLTaiizor.Controls.AloneTextBox txt_NewName;
    }
}