提交当前本机整理版本
This commit is contained in:
+25
-1
@@ -71,4 +71,28 @@ namespace Lskj.PubBillSpecial
|
||||
this.gcMain.Size = new System.Drawing.Size(800, 410);
|
||||
this.gcMain.TabIndex = 21;
|
||||
//
|
||||
// FrmScanC
|
||||
// FrmScanCodeAssociation
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Controls.Add(this.gcMain);
|
||||
this.Controls.Add(this.plm_bottom);
|
||||
this.Name = "FrmScanCodeAssociation";
|
||||
this.Text = "串码选择";
|
||||
((System.ComponentModel.ISupportInitialize)(this.plm_bottom)).EndInit();
|
||||
this.plm_bottom.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.PanelControl plm_bottom;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
||||
private Control.GridControlEx gcMain;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user