duheng
2024-04-15 154d4c352b9ab06a925451f1fdcea6afd1701e10
WinFrm/ISupply.WinFrm.Main/basic/XiaoFang/TemplateEdit.Designer.cs
@@ -28,97 +28,103 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.radialMenu1 = new DevExpress.XtraBars.Ribbon.RadialMenu(this.components);
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
            this.btnOk = new DevExpress.XtraEditors.SimpleButton();
            this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
            ((System.ComponentModel.ISupportInitialize)(this.radialMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            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
            // 
            this.radialMenu1.Name = "radialMenu1";
            radialMenu1.Name = "radialMenu1";
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(50, 31);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(90, 22);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "模型名称:";
            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
            // 
            this.textEdit1.Location = new System.Drawing.Point(178, 31);
            this.textEdit1.Name = "textEdit1";
            this.textEdit1.Size = new System.Drawing.Size(234, 28);
            this.textEdit1.TabIndex = 1;
            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
            // 
            this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            this.btnOk.Appearance.Options.UseBackColor = true;
            this.btnOk.Location = new System.Drawing.Point(158, 278);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(112, 34);
            this.btnOk.TabIndex = 2;
            this.btnOk.Text = "确定";
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            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
            // 
            this.btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            this.btnCancel.Appearance.Options.UseBackColor = true;
            this.btnCancel.Location = new System.Drawing.Point(300, 278);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(112, 34);
            this.btnCancel.TabIndex = 3;
            this.btnCancel.Text = "取消";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            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
            // 
            this.labelControl2.Location = new System.Drawing.Point(50, 93);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(90, 22);
            this.labelControl2.TabIndex = 4;
            this.labelControl2.Text = "模型说明:";
            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
            // 
            this.memoEdit1.Location = new System.Drawing.Point(178, 92);
            this.memoEdit1.Name = "memoEdit1";
            this.memoEdit1.Size = new System.Drawing.Size(234, 121);
            this.memoEdit1.TabIndex = 6;
            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
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(523, 346);
            this.Controls.Add(this.memoEdit1);
            this.Controls.Add(this.labelControl2);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.textEdit1);
            this.Controls.Add(this.labelControl1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TemplateEdit";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "模型编辑";
            ((System.ComponentModel.ISupportInitialize)(this.radialMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
            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