📄 childadvreport.cs
字号:
this.txtAuthDate1.Enabled = false;
this.txtAuthDate1.EnterMoveNextControl = true;
this.txtAuthDate1.Location = new System.Drawing.Point(520, 24);
this.txtAuthDate1.Name = "txtAuthDate1";
//
// txtAuthDate1.Properties
//
this.txtAuthDate1.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
this.txtAuthDate1.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtAuthDate1.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtAuthDate1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtAuthDate1.Properties.DisplayFormat.FormatString = "yyyy年MM月dd日";
this.txtAuthDate1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.txtAuthDate1.Properties.EditFormat.FormatString = "yyyy年MM月dd日";
this.txtAuthDate1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.txtAuthDate1.Properties.Mask.EditMask = "yyyy年MM月dd日";
this.txtAuthDate1.Properties.Mask.UseMaskAsDisplayFormat = true;
this.txtAuthDate1.Size = new System.Drawing.Size(120, 21);
this.txtAuthDate1.TabIndex = 13;
this.txtAuthDate1.TabStop = false;
this.txtAuthDate1.EnabledChanged += new System.EventHandler(this.FilterChanged);
this.txtAuthDate1.EditValueChanged += new System.EventHandler(this.FilterChanged);
//
// txtPaperPerNum1
//
this.txtPaperPerNum1.EditValue = new System.Decimal(new int[] {
0,
0,
0,
0});
this.txtPaperPerNum1.EnterMoveNextControl = true;
this.txtPaperPerNum1.Location = new System.Drawing.Point(56, 48);
this.txtPaperPerNum1.Name = "txtPaperPerNum1";
//
// txtPaperPerNum1.Properties
//
this.txtPaperPerNum1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtPaperPerNum1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.txtPaperPerNum1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.txtPaperPerNum1.Properties.Mask.EditMask = "d0";
this.txtPaperPerNum1.Properties.Mask.UseMaskAsDisplayFormat = true;
this.txtPaperPerNum1.Properties.UseCtrlIncrement = false;
this.txtPaperPerNum1.Size = new System.Drawing.Size(80, 21);
this.txtPaperPerNum1.TabIndex = 62;
this.txtPaperPerNum1.TabStop = false;
this.txtPaperPerNum1.EnabledChanged += new System.EventHandler(this.FilterChanged);
this.txtPaperPerNum1.EditValueChanged += new System.EventHandler(this.FilterChanged);
//
// txtPaperPerNum2
//
this.txtPaperPerNum2.EditValue = new System.Decimal(new int[] {
0,
0,
0,
0});
this.txtPaperPerNum2.EnterMoveNextControl = true;
this.txtPaperPerNum2.Location = new System.Drawing.Point(160, 48);
this.txtPaperPerNum2.Name = "txtPaperPerNum2";
//
// txtPaperPerNum2.Properties
//
this.txtPaperPerNum2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtPaperPerNum2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.txtPaperPerNum2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.txtPaperPerNum2.Properties.Mask.EditMask = "d0";
this.txtPaperPerNum2.Properties.Mask.UseMaskAsDisplayFormat = true;
this.txtPaperPerNum2.Properties.UseCtrlIncrement = false;
this.txtPaperPerNum2.Size = new System.Drawing.Size(80, 21);
this.txtPaperPerNum2.TabIndex = 63;
this.txtPaperPerNum2.TabStop = false;
this.txtPaperPerNum2.EnabledChanged += new System.EventHandler(this.FilterChanged);
this.txtPaperPerNum2.EditValueChanged += new System.EventHandler(this.FilterChanged);
//
// fchkPaperName
//
this.fchkPaperName.EditValue = true;
this.fchkPaperName.Location = new System.Drawing.Point(8, 24);
this.fchkPaperName.Name = "fchkPaperName";
//
// fchkPaperName.Properties
//
this.fchkPaperName.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
this.fchkPaperName.Properties.Appearance.Options.UseForeColor = true;
this.fchkPaperName.Properties.Caption = "报刊";
this.fchkPaperName.Size = new System.Drawing.Size(75, 19);
this.fchkPaperName.TabIndex = 16;
this.fchkPaperName.TabStop = false;
this.fchkPaperName.CheckedChanged += new System.EventHandler(this.fchkPaperName_CheckedChanged);
//
// txtPaperSpaceNum
//
this.txtPaperSpaceNum.EditValue = "";
this.txtPaperSpaceNum.Enabled = false;
this.txtPaperSpaceNum.EnterMoveNextControl = true;
this.txtPaperSpaceNum.Location = new System.Drawing.Point(88, 72);
this.txtPaperSpaceNum.Name = "txtPaperSpaceNum";
//
// txtPaperSpaceNum.Properties
//
this.txtPaperSpaceNum.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtPaperSpaceNum.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtPaperSpaceNum.Size = new System.Drawing.Size(152, 21);
this.txtPaperSpaceNum.TabIndex = 12;
this.txtPaperSpaceNum.TabStop = false;
this.txtPaperSpaceNum.EnabledChanged += new System.EventHandler(this.FilterChanged);
this.txtPaperSpaceNum.EditValueChanged += new System.EventHandler(this.FilterChanged);
//
// txtPaperSpace
//
this.txtPaperSpace.Enabled = false;
this.txtPaperSpace.EnterMoveNextControl = true;
this.txtPaperSpace.Location = new System.Drawing.Point(328, 0);
this.txtPaperSpace.Name = "txtPaperSpace";
//
// txtPaperSpace.Properties
//
this.txtPaperSpace.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtPaperSpace.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtPaperSpace.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtPaperSpace.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtPaperSpace.Size = new System.Drawing.Size(100, 21);
this.txtPaperSpace.TabIndex = 11;
this.txtPaperSpace.TabStop = false;
this.txtPaperSpace.EditValueChanged += new System.EventHandler(this.FilterChanged);
this.txtPaperSpace.EnabledChanged += new System.EventHandler(this.FilterChanged);
//
// txtColor
//
this.txtColor.Enabled = false;
this.txtColor.EnterMoveNextControl = true;
this.txtColor.Location = new System.Drawing.Point(328, 24);
this.txtColor.Name = "txtColor";
//
// txtColor.Properties
//
this.txtColor.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtColor.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtColor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtColor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtColor.Size = new System.Drawing.Size(100, 21);
this.txtColor.TabIndex = 12;
this.txtColor.TabStop = false;
this.txtColor.EditValueChanged += new System.EventHandler(this.FilterChanged);
this.txtColor.EnabledChanged += new System.EventHandler(this.FilterChanged);
//
// txtPayUnit
//
this.txtPayUnit.Enabled = false;
this.txtPayUnit.EnterMoveNextControl = true;
this.txtPayUnit.Location = new System.Drawing.Point(328, 48);
this.txtPayUnit.Name = "txtPayUnit";
//
// txtPayUnit.Properties
//
this.txtPayUnit.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtPayUnit.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtPayUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtPayUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtPayUnit.Size = new System.Drawing.Size(100, 21);
this.txtPayUnit.TabIndex = 13;
this.txtPayUnit.TabStop = false;
this.txtPayUnit.EditValueChanged += new System.EventHandler(this.FilterChanged);
this.txtPayUnit.EnabledChanged += new System.EventHandler(this.FilterChanged);
//
// fchkClientType
//
this.fchkClientType.Location = new System.Drawing.Point(248, 72);
this.fchkClientType.Name = "fchkClientType";
//
// fchkClientType.Properties
//
this.fchkClientType.Properties.Caption = "客户分类";
this.fchkClientType.Size = new System.Drawing.Size(75, 19);
this.fchkClientType.TabIndex = 19;
this.fchkClientType.TabStop = false;
this.fchkClientType.CheckedChanged += new System.EventHandler(this.fchkClientType_CheckedChanged);
//
// fchkClientCode
//
this.fchkClientCode.Location = new System.Drawing.Point(8, 120);
this.fchkClientCode.Name = "fchkClientCode";
//
// fchkClientCode.Properties
//
this.fchkClientCode.Properties.Caption = "客户名称";
this.fchkClientCode.Size = new System.Drawing.Size(75, 19);
this.fchkClientCode.TabIndex = 20;
this.fchkClientCode.TabStop = false;
this.fchkClientCode.CheckedChanged += new System.EventHandler(this.fchkClientCode_CheckedChanged);
//
// txtClientType
//
this.txtClientType.Enabled = false;
this.txtClientType.EnterMoveNextControl = true;
this.txtClientType.Location = new System.Drawing.Point(328, 72);
this.txtClientType.Name = "txtClientType";
//
// txtClientType.Properties
//
this.txtClientType.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtClientType.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtClientType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtClientType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtClientType.Size = new System.Drawing.Size(100, 21);
this.txtClientType.TabIndex = 14;
this.txtClientType.TabStop = false;
this.txtClientType.EditValueChanged += new System.EventHandler(this.FilterChanged);
this.txtClientType.EnabledChanged += new System.EventHandler(this.FilterChanged);
//
// txtAuthor
//
this.txtAuthor.Enabled = false;
this.txtAuthor.EnterMoveNextControl = true;
this.txtAuthor.Location = new System.Drawing.Point(328, 96);
this.txtAuthor.Name = "txtAuthor";
//
// txtAuthor.Properties
//
this.txtAuthor.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtAuthor.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtAuthor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtAuthor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtAuthor.Size = new System.Drawing.Size(100, 21);
this.txtAuthor.TabIndex = 15;
this.txtAuthor.TabStop = false;
this.txtAuthor.EditValueChanged += new System.EventHandler(this.FilterChanged);
this.txtAuthor.EnabledChanged += new System.EventHandler(this.FilterChanged);
//
// fchkPaperSpaceNum
//
this.fchkPaperSpaceNum.Location = new System.Drawing.Point(8, 72);
this.fchkPaperSpaceNum.Name = "fchkPaperSpaceNum";
//
// fchkPaperSpaceNum.Properties
//
this.fchkPaperSpaceNum.Properties.Caption = "版号";
this.fchkPaperSpaceNum.Size = new System.Drawing.Size(75, 19);
this.fchkPaperSpaceNum.TabIndex = 16;
this.fchkPaperSpaceNum.TabStop = false;
this.fchkPaperSpaceNum.CheckedChanged += new System.EventHandler(this.fchkPaperSpaceNum_CheckedChanged);
//
// fchkMemo
//
this.fchkMemo.Location = new System.Drawing.Point(440, 144);
this.fchkMemo.Name = "fchkMemo";
//
// fchkMemo.Properties
//
this.fchkMemo.Properties.Caption = "备注";
this.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -