|
|
@@ -70,6 +70,8 @@
|
|
|
// CH_BLUEFILM
|
|
|
//
|
|
|
this.CH_BLUEFILM.AutoSize = true;
|
|
|
+ this.CH_BLUEFILM.Checked = true;
|
|
|
+ this.CH_BLUEFILM.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.CH_BLUEFILM.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
this.CH_BLUEFILM.Location = new System.Drawing.Point(130, 58);
|
|
|
this.CH_BLUEFILM.Margin = new System.Windows.Forms.Padding(2);
|
|
|
@@ -82,6 +84,8 @@
|
|
|
// CH_SPLITBATCH
|
|
|
//
|
|
|
this.CH_SPLITBATCH.AutoSize = true;
|
|
|
+ this.CH_SPLITBATCH.Checked = true;
|
|
|
+ this.CH_SPLITBATCH.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.CH_SPLITBATCH.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
this.CH_SPLITBATCH.Location = new System.Drawing.Point(350, 58);
|
|
|
this.CH_SPLITBATCH.Margin = new System.Windows.Forms.Padding(2);
|
|
|
@@ -94,6 +98,8 @@
|
|
|
// CH_PBCODE
|
|
|
//
|
|
|
this.CH_PBCODE.AutoSize = true;
|
|
|
+ this.CH_PBCODE.Checked = true;
|
|
|
+ this.CH_PBCODE.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.CH_PBCODE.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
this.CH_PBCODE.Location = new System.Drawing.Point(130, 94);
|
|
|
this.CH_PBCODE.Margin = new System.Windows.Forms.Padding(2);
|
|
|
@@ -106,6 +112,8 @@
|
|
|
// CH_REMARK
|
|
|
//
|
|
|
this.CH_REMARK.AutoSize = true;
|
|
|
+ this.CH_REMARK.Checked = true;
|
|
|
+ this.CH_REMARK.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.CH_REMARK.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
this.CH_REMARK.Location = new System.Drawing.Point(244, 94);
|
|
|
this.CH_REMARK.Margin = new System.Windows.Forms.Padding(2);
|
|
|
@@ -132,6 +140,8 @@
|
|
|
// CH_WATERID
|
|
|
//
|
|
|
this.CH_WATERID.AutoSize = true;
|
|
|
+ this.CH_WATERID.Checked = true;
|
|
|
+ this.CH_WATERID.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.CH_WATERID.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
this.CH_WATERID.Location = new System.Drawing.Point(452, 58);
|
|
|
this.CH_WATERID.Margin = new System.Windows.Forms.Padding(2);
|