lu
2024-10-26 b015541a34f2e0e8c467b7caf4db1ab227f0d815
DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs
@@ -40,14 +40,16 @@
            // 
            // lookSearchSupplier
            // 
            this.lookSearchSupplier.Location = new System.Drawing.Point(0, 3);
            this.lookSearchSupplier.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lookSearchSupplier.EditValue = "请选择";
            this.lookSearchSupplier.Location = new System.Drawing.Point(0, 0);
            this.lookSearchSupplier.Name = "lookSearchSupplier";
            this.lookSearchSupplier.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lookSearchSupplier.Properties.Appearance.Options.UseFont = true;
            this.lookSearchSupplier.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lookSearchSupplier.Properties.PopupView = this.searchLookUpEdit1View;
            this.lookSearchSupplier.Size = new System.Drawing.Size(207, 28);
            this.lookSearchSupplier.Size = new System.Drawing.Size(219, 28);
            this.lookSearchSupplier.TabIndex = 8;
            // 
            // searchLookUpEdit1View
@@ -67,12 +69,13 @@
            this.gridColumn2.Caption = "仓库编号";
            this.gridColumn2.FieldName = "depotCode";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.UnboundDataType = typeof(string);
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "供应商名称";
            this.gridColumn3.Caption = "仓库名称";
            this.gridColumn3.FieldName = "depotName";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
@@ -98,8 +101,9 @@
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lookSearchSupplier);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "UcLookCk";
            this.Size = new System.Drawing.Size(219, 37);
            this.Size = new System.Drawing.Size(219, 30);
            ((System.ComponentModel.ISupportInitialize)(this.lookSearchSupplier.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
            this.ResumeLayout(false);