tangxu
2024-11-04 ebd031e3bed6c1cfddce8fc9b98f7f9e95fb9e32
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
namespace DPumpHydr.WinFrmUI.WenSkin.Design.EditForm
{
    partial class MultilineTextEditForm
    {
        /// <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(MultilineTextEditForm));
            this.textBoxMessage = new WenSkin.Controls.WenTextBox();
            this.wenImageButton1 = new WenSkin.Controls.WenButton();
            this.SuspendLayout();
            // 
            // textBoxMessage
            // 
            this.textBoxMessage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(38)))));
            this.textBoxMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBoxMessage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBoxMessage.ForeColor = System.Drawing.Color.White;
            this.textBoxMessage.Location = new System.Drawing.Point(3, 30);
            this.textBoxMessage.MaxLength = 0;
            this.textBoxMessage.Multiline = true;
            this.textBoxMessage.Name = "textBoxMessage";
            this.textBoxMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxMessage.Size = new System.Drawing.Size(794, 387);
            this.textBoxMessage.TabIndex = 2;
            // 
            // wenImageButton1
            // 
            this.wenImageButton1.CustomForeColor = System.Drawing.Color.Black;
            this.wenImageButton1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.wenImageButton1.Location = new System.Drawing.Point(3, 417);
            this.wenImageButton1.Name = "wenImageButton1";
            this.wenImageButton1.Size = new System.Drawing.Size(794, 30);
            this.wenImageButton1.TabIndex = 3;
            this.wenImageButton1.Text = "确定";
            this.wenImageButton1.Click += new System.EventHandler(this.wenImageButton1_Click);
            // 
            // MultilineTextEditForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.textBoxMessage);
            this.Controls.Add(this.wenImageButton1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MultilineTextEditForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "多行字符串编辑器";
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
        private WenSkin.Controls.WenTextBox textBoxMessage;
        private Controls.WenButton wenImageButton1;
    }
}