From 236874a930147c27e46c673d8c1a607f1260e8aa Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 31 三月 2025 12:43:43 +0800 Subject: [PATCH] 追溯码 --- DevApp/Gs.DevApp/UserControl/showZhongTai.Designer.cs | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/showZhongTai.Designer.cs b/DevApp/Gs.DevApp/UserControl/showZhongTai.Designer.cs index 45f34f3..60b5f62 100644 --- a/DevApp/Gs.DevApp/UserControl/showZhongTai.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/showZhongTai.Designer.cs @@ -46,23 +46,26 @@ // // comZt // + this.comZt.EditValue = "-璇烽�夋嫨-"; this.comZt.Location = new System.Drawing.Point(158, 56); this.comZt.Name = "comZt"; this.comZt.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comZt.Properties.Items.AddRange(new object[] { + "-璇烽�夋嫨-", "1,寰呭紑宸�", "2,宸ュ崟鏆傚仠", "3,鎾ゅ洖瀹屽伐", "4,绱ф�ュ鏂�", "5,鏆傚仠澶囨枡", "6,鎾ゅ洖澶囨枡"}); + this.comZt.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comZt.Size = new System.Drawing.Size(125, 24); this.comZt.TabIndex = 2; // // btnCancel // - this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.btnCancel.Appearance.Options.UseFont = true; this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; @@ -76,7 +79,7 @@ // // btnSave // - this.btnSave.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.btnSave.Appearance.Options.UseFont = true; this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand; -- Gitblit v1.9.3