duheng
2024-04-15 154d4c352b9ab06a925451f1fdcea6afd1701e10
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
namespace ISupply.WinFrm.Main
{
    partial class TemplateEdit
    {
        /// <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()
        {
            components = new System.ComponentModel.Container();
            radialMenu1 = new DevExpress.XtraBars.Ribbon.RadialMenu(components);
            labelControl1 = new DevExpress.XtraEditors.LabelControl();
            textEdit1 = new DevExpress.XtraEditors.TextEdit();
            btnOk = new DevExpress.XtraEditors.SimpleButton();
            btnCancel = new DevExpress.XtraEditors.SimpleButton();
            labelControl2 = new DevExpress.XtraEditors.LabelControl();
            memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
            ((System.ComponentModel.ISupportInitialize)radialMenu1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)memoEdit1.Properties).BeginInit();
            SuspendLayout();
            // 
            // radialMenu1
            // 
            radialMenu1.Name = "radialMenu1";
            // 
            // labelControl1
            // 
            labelControl1.Location = new Point(35, 20);
            labelControl1.Margin = new Padding(2, 2, 2, 2);
            labelControl1.Name = "labelControl1";
            labelControl1.Size = new Size(60, 14);
            labelControl1.TabIndex = 0;
            labelControl1.Text = "模型名称:";
            // 
            // textEdit1
            // 
            textEdit1.Location = new Point(125, 20);
            textEdit1.Margin = new Padding(2, 2, 2, 2);
            textEdit1.Name = "textEdit1";
            textEdit1.Size = new Size(164, 20);
            textEdit1.TabIndex = 1;
            // 
            // btnOk
            // 
            btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            btnOk.Appearance.Options.UseBackColor = true;
            btnOk.Location = new Point(111, 177);
            btnOk.Margin = new Padding(2, 2, 2, 2);
            btnOk.Name = "btnOk";
            btnOk.Size = new Size(78, 22);
            btnOk.TabIndex = 2;
            btnOk.Text = "确定";
            btnOk.Click += btnOk_Click;
            // 
            // btnCancel
            // 
            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            btnCancel.Appearance.Options.UseBackColor = true;
            btnCancel.Location = new Point(210, 177);
            btnCancel.Margin = new Padding(2, 2, 2, 2);
            btnCancel.Name = "btnCancel";
            btnCancel.Size = new Size(78, 22);
            btnCancel.TabIndex = 3;
            btnCancel.Text = "取消";
            btnCancel.Click += btnCancel_Click;
            // 
            // labelControl2
            // 
            labelControl2.Location = new Point(35, 59);
            labelControl2.Margin = new Padding(2, 2, 2, 2);
            labelControl2.Name = "labelControl2";
            labelControl2.Size = new Size(60, 14);
            labelControl2.TabIndex = 4;
            labelControl2.Text = "模型说明:";
            // 
            // memoEdit1
            // 
            memoEdit1.Location = new Point(125, 59);
            memoEdit1.Margin = new Padding(2, 2, 2, 2);
            memoEdit1.Name = "memoEdit1";
            memoEdit1.Size = new Size(164, 77);
            memoEdit1.TabIndex = 6;
            // 
            // TemplateEdit
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(366, 220);
            Controls.Add(memoEdit1);
            Controls.Add(labelControl2);
            Controls.Add(btnCancel);
            Controls.Add(btnOk);
            Controls.Add(textEdit1);
            Controls.Add(labelControl1);
            Margin = new Padding(2, 2, 2, 2);
            MaximizeBox = false;
            MinimizeBox = false;
            Name = "TemplateEdit";
            StartPosition = FormStartPosition.CenterScreen;
            Text = "模型编辑";
            ((System.ComponentModel.ISupportInitialize)radialMenu1).EndInit();
            ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)memoEdit1.Properties).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
 
        #endregion
 
        private DevExpress.XtraBars.Ribbon.RadialMenu radialMenu1;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.TextEdit textEdit1;
        private DevExpress.XtraEditors.SimpleButton btnOk;
        private DevExpress.XtraEditors.SimpleButton btnCancel;
        private DevExpress.XtraEditors.LabelControl labelControl2;
        private DevExpress.XtraEditors.MemoEdit memoEdit1;
    }
}