lu
2025-03-25 ebab62b668bd769f97f4afd5caee472f7e514a27
DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs
@@ -120,24 +120,34 @@
            this.panel1.Controls.Add(this.btnEsc);
            this.panel1.Controls.Add(this.btnQuery);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 517);
            this.panel1.Location = new System.Drawing.Point(0, 529);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(734, 56);
            this.panel1.Size = new System.Drawing.Size(734, 44);
            this.panel1.TabIndex = 1;
            // 
            // btnEsc
            // 
            this.btnEsc.Location = new System.Drawing.Point(391, 15);
            this.btnEsc.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.btnEsc.Appearance.Options.UseFont = true;
            this.btnEsc.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnEsc.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
            this.btnEsc.Location = new System.Drawing.Point(546, 0);
            this.btnEsc.Name = "btnEsc";
            this.btnEsc.Size = new System.Drawing.Size(94, 29);
            this.btnEsc.Size = new System.Drawing.Size(94, 44);
            this.btnEsc.TabIndex = 1;
            this.btnEsc.Text = "取消";
            this.btnEsc.Text = "取消查询";
            // 
            // btnQuery
            // 
            this.btnQuery.Location = new System.Drawing.Point(270, 15);
            this.btnQuery.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            this.btnQuery.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.btnQuery.Appearance.Options.UseBackColor = true;
            this.btnQuery.Appearance.Options.UseFont = true;
            this.btnQuery.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnQuery.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16;
            this.btnQuery.Location = new System.Drawing.Point(640, 0);
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Size = new System.Drawing.Size(94, 29);
            this.btnQuery.Size = new System.Drawing.Size(94, 44);
            this.btnQuery.TabIndex = 0;
            this.btnQuery.Text = "确定查询";
            // 
@@ -171,7 +181,7 @@
            this.repositoryItemComboBox1,
            this.repositoryItemComboBox2,
            this.repositoryItemButtonEdit1});
            this.gcMain.Size = new System.Drawing.Size(734, 517);
            this.gcMain.Size = new System.Drawing.Size(734, 529);
            this.gcMain.TabIndex = 0;
            this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});