自动化立体仓库 - WCS系统
#
mrzhssss
2022-09-22 110f3977b399dd117ce1af49ca792d602e2ba9a9
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
namespace WCS
{
    partial class warn
    {
        /// <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(warn));
            this.txtarea = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.yes = new DevComponents.DotNetBar.ButtonX();
            this.no = new DevComponents.DotNetBar.ButtonX();
            this.pb = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pb)).BeginInit();
            this.SuspendLayout();
            // 
            // txtarea
            // 
            this.txtarea.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtarea.Border.Class = "TextBoxBorder";
            this.txtarea.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtarea.ForeColor = System.Drawing.Color.Black;
            this.txtarea.Location = new System.Drawing.Point(60, 15);
            this.txtarea.Multiline = true;
            this.txtarea.Name = "txtarea";
            this.txtarea.ReadOnly = true;
            this.txtarea.Size = new System.Drawing.Size(221, 66);
            this.txtarea.TabIndex = 3;
            // 
            // yes
            // 
            this.yes.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.yes.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.yes.Location = new System.Drawing.Point(68, 91);
            this.yes.Name = "yes";
            this.yes.Size = new System.Drawing.Size(65, 25);
            this.yes.TabIndex = 2;
            this.yes.Text = "确定";
            this.yes.Click += new System.EventHandler(this.yes_Click);
            // 
            // no
            // 
            this.no.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.no.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.no.Location = new System.Drawing.Point(175, 91);
            this.no.Name = "no";
            this.no.Size = new System.Drawing.Size(65, 25);
            this.no.TabIndex = 1;
            this.no.Text = "取消";
            this.no.Click += new System.EventHandler(this.no_Click);
            // 
            // pb
            // 
            this.pb.BackgroundImage = global::WCS.Properties.Resources.question;
            this.pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pb.Location = new System.Drawing.Point(10, 15);
            this.pb.Name = "pb";
            this.pb.Size = new System.Drawing.Size(44, 38);
            this.pb.TabIndex = 0;
            this.pb.TabStop = false;
            // 
            // warn
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(286, 122);
            this.Controls.Add(this.no);
            this.Controls.Add(this.yes);
            this.Controls.Add(this.txtarea);
            this.Controls.Add(this.pb);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "warn";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Warn";
            this.Load += new System.EventHandler(this.warn_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pb)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.PictureBox pb;
        private DevComponents.DotNetBar.Controls.TextBoxX txtarea;
        private DevComponents.DotNetBar.ButtonX yes;
        private DevComponents.DotNetBar.ButtonX no;
    }
}