tangxu
2025-01-13 4f7cb65b079d88d5a829688b24d26d5145c5df47
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
namespace DPumpHydr.WinFrmUI.WenSkin
{
    partial class MsgBox
    {
        /// <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.panel1 = new System.Windows.Forms.Panel();
            this.wenImageButton2 = new WenSkin.Controls.WenButton();
            this.wenImageButton1 = new WenSkin.Controls.WenButton();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.wenImageButton2);
            this.panel1.Controls.Add(this.wenImageButton1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(4, 184);
            this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(342, 42);
            this.panel1.TabIndex = 0;
            // 
            // wenImageButton2
            // 
            this.wenImageButton2.CustomForeColor = System.Drawing.Color.Black;
            this.wenImageButton2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.wenImageButton2.Location = new System.Drawing.Point(0, 0);
            this.wenImageButton2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.wenImageButton2.Name = "wenImageButton2";
            this.wenImageButton2.Size = new System.Drawing.Size(166, 42);
            this.wenImageButton2.TabIndex = 1;
            this.wenImageButton2.Text = "确定";
            this.wenImageButton2.Click += new System.EventHandler(this.wenImageButton2_Click);
            // 
            // wenImageButton1
            // 
            this.wenImageButton1.CustomForeColor = System.Drawing.Color.Black;
            this.wenImageButton1.Dock = System.Windows.Forms.DockStyle.Right;
            this.wenImageButton1.Location = new System.Drawing.Point(166, 0);
            this.wenImageButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.wenImageButton1.Name = "wenImageButton1";
            this.wenImageButton1.Size = new System.Drawing.Size(176, 42);
            this.wenImageButton1.TabIndex = 0;
            this.wenImageButton1.Text = "取消";
            this.wenImageButton1.Click += new System.EventHandler(this.wenImageButton1_Click);
            // 
            // MsgBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(350, 230);
            this.Controls.Add(this.panel1);
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MsgBox";
            this.Padding = new System.Windows.Forms.Padding(4, 42, 4, 4);
            this.Text = "MsgBox";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Panel panel1;
        private Controls.WenButton wenImageButton2;
        private Controls.WenButton wenImageButton1;
    }
}