|
|
@@ -55,7 +55,7 @@ namespace UAS_LabelMachine
|
|
|
this.la_name = new System.Windows.Forms.TextBox();
|
|
|
this.la_name_label = new System.Windows.Forms.Label();
|
|
|
this.FTPShare = new System.Windows.Forms.CheckBox();
|
|
|
- this.CodeSoft = new System.Windows.Forms.RadioButton();
|
|
|
+ this.FastReport = new System.Windows.Forms.RadioButton();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.pagination1 = new UAS_LabelMachine.CustomControl.Pagination();
|
|
|
this.NewLabel = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
@@ -273,19 +273,19 @@ namespace UAS_LabelMachine
|
|
|
this.FTPShare.Text = "FTP共享";
|
|
|
this.FTPShare.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // CodeSoft
|
|
|
+ // FastReport
|
|
|
//
|
|
|
- this.CodeSoft.AutoSize = true;
|
|
|
- this.CodeSoft.Checked = true;
|
|
|
- this.CodeSoft.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.CodeSoft.Location = new System.Drawing.Point(1058, 86);
|
|
|
- this.CodeSoft.Name = "CodeSoft";
|
|
|
- this.CodeSoft.Size = new System.Drawing.Size(99, 25);
|
|
|
- this.CodeSoft.TabIndex = 161;
|
|
|
- this.CodeSoft.TabStop = true;
|
|
|
- this.CodeSoft.Text = "CodeSoft";
|
|
|
- this.CodeSoft.UseVisualStyleBackColor = true;
|
|
|
- this.CodeSoft.Visible = false;
|
|
|
+ this.FastReport.AutoSize = true;
|
|
|
+ this.FastReport.Checked = true;
|
|
|
+ this.FastReport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.FastReport.Location = new System.Drawing.Point(1058, 86);
|
|
|
+ this.FastReport.Name = "FastReport";
|
|
|
+ this.FastReport.Size = new System.Drawing.Size(110, 25);
|
|
|
+ this.FastReport.TabIndex = 161;
|
|
|
+ this.FastReport.TabStop = true;
|
|
|
+ this.FastReport.Text = "FastReport";
|
|
|
+ this.FastReport.UseVisualStyleBackColor = true;
|
|
|
+ this.FastReport.Visible = false;
|
|
|
//
|
|
|
// pictureBox1
|
|
|
//
|
|
|
@@ -332,17 +332,22 @@ namespace UAS_LabelMachine
|
|
|
//
|
|
|
// la_code
|
|
|
//
|
|
|
+ this.la_code.AllPower = null;
|
|
|
this.la_code.Caller = null;
|
|
|
this.la_code.Condition = null;
|
|
|
+ this.la_code.DBTitle = null;
|
|
|
this.la_code.FormName = null;
|
|
|
this.la_code.Location = new System.Drawing.Point(659, 455);
|
|
|
this.la_code.Name = "la_code";
|
|
|
+ this.la_code.Power = null;
|
|
|
+ this.la_code.ReturnData = null;
|
|
|
this.la_code.SelectField = null;
|
|
|
this.la_code.SetValueField = null;
|
|
|
this.la_code.Size = new System.Drawing.Size(161, 21);
|
|
|
this.la_code.TabIndex = 179;
|
|
|
this.la_code.TableName = null;
|
|
|
this.la_code.Tag = "la_code";
|
|
|
+ this.la_code.TextBoxEnable = false;
|
|
|
//
|
|
|
// Save
|
|
|
//
|
|
|
@@ -519,31 +524,41 @@ namespace UAS_LabelMachine
|
|
|
//
|
|
|
// 客户编号
|
|
|
//
|
|
|
+ this.客户编号.AllPower = null;
|
|
|
this.客户编号.Caller = null;
|
|
|
this.客户编号.Condition = null;
|
|
|
+ this.客户编号.DBTitle = null;
|
|
|
this.客户编号.FormName = null;
|
|
|
this.客户编号.Location = new System.Drawing.Point(116, 453);
|
|
|
this.客户编号.Name = "客户编号";
|
|
|
+ this.客户编号.Power = null;
|
|
|
+ this.客户编号.ReturnData = null;
|
|
|
this.客户编号.SelectField = null;
|
|
|
this.客户编号.SetValueField = null;
|
|
|
this.客户编号.Size = new System.Drawing.Size(136, 21);
|
|
|
this.客户编号.TabIndex = 168;
|
|
|
this.客户编号.TableName = null;
|
|
|
this.客户编号.Tag = "cu_code";
|
|
|
+ this.客户编号.TextBoxEnable = false;
|
|
|
//
|
|
|
// cu_code
|
|
|
//
|
|
|
+ this.cu_code.AllPower = null;
|
|
|
this.cu_code.Caller = null;
|
|
|
this.cu_code.Condition = null;
|
|
|
+ this.cu_code.DBTitle = null;
|
|
|
this.cu_code.FormName = null;
|
|
|
this.cu_code.Location = new System.Drawing.Point(127, 16);
|
|
|
this.cu_code.Name = "cu_code";
|
|
|
+ this.cu_code.Power = null;
|
|
|
+ this.cu_code.ReturnData = null;
|
|
|
this.cu_code.SelectField = null;
|
|
|
this.cu_code.SetValueField = null;
|
|
|
this.cu_code.Size = new System.Drawing.Size(150, 21);
|
|
|
this.cu_code.TabIndex = 159;
|
|
|
this.cu_code.TableName = null;
|
|
|
this.cu_code.Tag = "cl_custcode";
|
|
|
+ this.cu_code.TextBoxEnable = false;
|
|
|
//
|
|
|
// UpdateGrid
|
|
|
//
|
|
|
@@ -612,7 +627,7 @@ namespace UAS_LabelMachine
|
|
|
this.Controls.Add(this.PrintTest);
|
|
|
this.Controls.Add(this.客户编号);
|
|
|
this.Controls.Add(this.label1);
|
|
|
- this.Controls.Add(this.CodeSoft);
|
|
|
+ this.Controls.Add(this.FastReport);
|
|
|
this.Controls.Add(this.cu_code);
|
|
|
this.Controls.Add(this.UpdateGrid);
|
|
|
this.Controls.Add(this.Screen);
|
|
|
@@ -671,7 +686,7 @@ namespace UAS_LabelMachine
|
|
|
private CheckBox FTPShare;
|
|
|
private NormalButton NewLabel;
|
|
|
private Pagination pagination1;
|
|
|
- private RadioButton CodeSoft;
|
|
|
+ private RadioButton FastReport;
|
|
|
private DataGridViewCheckBoxColumn Choose;
|
|
|
private DataGridViewTextBoxColumn la_id;
|
|
|
private DataGridViewTextBoxColumn cu_name1;
|