|
@@ -0,0 +1,311 @@
|
|
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
|
|
+{
|
|
|
|
|
+ partial class Make_AgingCopy
|
|
|
|
|
+ {
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Required designer variable.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Clean up any resources being used.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
|
|
+ {
|
|
|
|
|
+ if (disposing && (components != null))
|
|
|
|
|
+ {
|
|
|
|
|
+ components.Dispose();
|
|
|
|
|
+ }
|
|
|
|
|
+ base.Dispose(disposing);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #region Windows Form Designer generated code
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ private void InitializeComponent()
|
|
|
|
|
+ {
|
|
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_AgingCopy));
|
|
|
|
|
+ this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.sncode_label = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
|
|
+ this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
|
|
+ this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
|
|
+ this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
|
|
+ this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
|
|
+ this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.agcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
|
|
+ this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
|
|
|
+ this.quxiao = new System.Windows.Forms.CheckBox();
|
|
|
|
|
+ this.agsum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.SuspendLayout();
|
|
|
|
|
+ //
|
|
|
|
|
+ // pr_detail_label
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pr_detail_label.AutoSize = true;
|
|
|
|
|
+ this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(904, 24);
|
|
|
|
|
+ this.pr_detail_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
+ this.pr_detail_label.Name = "pr_detail_label";
|
|
|
|
|
+ this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
|
|
|
|
|
+ this.pr_detail_label.TabIndex = 191;
|
|
|
|
|
+ this.pr_detail_label.Text = "产品名称";
|
|
|
|
|
+ //
|
|
|
|
|
+ // sncode_label
|
|
|
|
|
+ //
|
|
|
|
|
+ this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
+ this.sncode_label.AutoSize = true;
|
|
|
|
|
+ this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.sncode_label.Location = new System.Drawing.Point(28, 844);
|
|
|
|
|
+ this.sncode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
+ this.sncode_label.Name = "sncode_label";
|
|
|
|
|
+ this.sncode_label.Size = new System.Drawing.Size(114, 41);
|
|
|
|
|
+ this.sncode_label.TabIndex = 190;
|
|
|
|
|
+ this.sncode_label.Text = "录入框";
|
|
|
|
|
+ //
|
|
|
|
|
+ // pr_code_label
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pr_code_label.AutoSize = true;
|
|
|
|
|
+ this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(472, 24);
|
|
|
|
|
+ this.pr_code_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
+ this.pr_code_label.Name = "pr_code_label";
|
|
|
|
|
+ this.pr_code_label.Size = new System.Drawing.Size(146, 41);
|
|
|
|
|
+ this.pr_code_label.TabIndex = 185;
|
|
|
|
|
+ this.pr_code_label.Text = "产品编号";
|
|
|
|
|
+ //
|
|
|
|
|
+ // ms_makecode_label
|
|
|
|
|
+ //
|
|
|
|
|
+ this.ms_makecode_label.AutoSize = true;
|
|
|
|
|
+ this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(12, 24);
|
|
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
+ this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
|
|
+ this.ms_makecode_label.TabIndex = 184;
|
|
|
|
|
+ this.ms_makecode_label.Text = "工单编号";
|
|
|
|
|
+ //
|
|
|
|
|
+ // confirm
|
|
|
|
|
+ //
|
|
|
|
|
+ this.confirm.AllPower = null;
|
|
|
|
|
+ this.confirm.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
+ this.confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("confirm.DownImage")));
|
|
|
|
|
+ this.confirm.Image = null;
|
|
|
|
|
+ this.confirm.IsShowBorder = true;
|
|
|
|
|
+ this.confirm.Location = new System.Drawing.Point(901, 88);
|
|
|
|
|
+ this.confirm.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
|
|
|
+ this.confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("confirm.MoveImage")));
|
|
|
|
|
+ this.confirm.Name = "confirm";
|
|
|
|
|
+ this.confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("confirm.NormalImage")));
|
|
|
|
|
+ this.confirm.Power = null;
|
|
|
|
|
+ this.confirm.Size = new System.Drawing.Size(149, 56);
|
|
|
|
|
+ this.confirm.TabIndex = 199;
|
|
|
|
|
+ this.confirm.Text = "开始老化";
|
|
|
|
|
+ this.confirm.UseVisualStyleBackColor = false;
|
|
|
|
|
+ this.confirm.Click += new System.EventHandler(this.deleteButton1_Click);
|
|
|
|
|
+ //
|
|
|
|
|
+ // ms_makecode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.ms_makecode.AutoSize = true;
|
|
|
|
|
+ this.ms_makecode.CutLength = null;
|
|
|
|
|
+ this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(184, 24);
|
|
|
|
|
+ this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
+ this.ms_makecode.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
|
|
+ this.ms_makecode.Name = "ms_makecode";
|
|
|
|
|
+ this.ms_makecode.Size = new System.Drawing.Size(0, 41);
|
|
|
|
|
+ this.ms_makecode.TabIndex = 198;
|
|
|
|
|
+ //
|
|
|
|
|
+ // ms_prodcode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.ms_prodcode.AutoSize = true;
|
|
|
|
|
+ this.ms_prodcode.CutLength = null;
|
|
|
|
|
+ this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.ms_prodcode.Location = new System.Drawing.Point(636, 24);
|
|
|
|
|
+ this.ms_prodcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
+ this.ms_prodcode.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
|
|
+ this.ms_prodcode.Name = "ms_prodcode";
|
|
|
|
|
+ this.ms_prodcode.Size = new System.Drawing.Size(0, 41);
|
|
|
|
|
+ this.ms_prodcode.TabIndex = 193;
|
|
|
|
|
+ //
|
|
|
|
|
+ // pr_detail
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
|
|
+ this.pr_detail.CutLength = null;
|
|
|
|
|
+ this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(1084, 24);
|
|
|
|
|
+ this.pr_detail.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
+ this.pr_detail.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
|
|
|
+ this.pr_detail.TabIndex = 192;
|
|
|
|
|
+ //
|
|
|
|
|
+ // sncode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.sncode.AllPower = "ifall";
|
|
|
|
|
+ this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
+ this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
|
|
+ this.sncode.ID = null;
|
|
|
|
|
+ this.sncode.Location = new System.Drawing.Point(196, 848);
|
|
|
|
|
+ this.sncode.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
|
|
|
+ this.sncode.Name = "sncode";
|
|
|
|
|
+ this.sncode.Power = null;
|
|
|
|
|
+ this.sncode.Size = new System.Drawing.Size(388, 35);
|
|
|
|
|
+ this.sncode.Str = null;
|
|
|
|
|
+ this.sncode.Str1 = null;
|
|
|
|
|
+ this.sncode.Str2 = null;
|
|
|
|
|
+ this.sncode.TabIndex = 189;
|
|
|
|
|
+ this.sncode.Tag = "ifread";
|
|
|
|
|
+ this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
|
|
+ //
|
|
|
|
|
+ // OperateResult
|
|
|
|
|
+ //
|
|
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(1183, 148);
|
|
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(281, 677);
|
|
|
|
|
+ this.OperateResult.TabIndex = 188;
|
|
|
|
|
+ this.OperateResult.Text = "";
|
|
|
|
|
+ //
|
|
|
|
|
+ // label1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
+ this.label1.AutoSize = true;
|
|
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.label1.Location = new System.Drawing.Point(12, 91);
|
|
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
+ this.label1.Name = "label1";
|
|
|
|
|
+ this.label1.Size = new System.Drawing.Size(146, 41);
|
|
|
|
|
+ this.label1.TabIndex = 202;
|
|
|
|
|
+ this.label1.Text = "老化编号";
|
|
|
|
|
+ //
|
|
|
|
|
+ // agcode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.agcode.AllPower = "ifall";
|
|
|
|
|
+ this.agcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
+ this.agcode.BackColor = System.Drawing.Color.White;
|
|
|
|
|
+ this.agcode.ID = null;
|
|
|
|
|
+ this.agcode.Location = new System.Drawing.Point(196, 95);
|
|
|
|
|
+ this.agcode.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
|
|
|
+ this.agcode.Name = "agcode";
|
|
|
|
|
+ this.agcode.Power = null;
|
|
|
|
|
+ this.agcode.Size = new System.Drawing.Size(388, 35);
|
|
|
|
|
+ this.agcode.Str = null;
|
|
|
|
|
+ this.agcode.Str1 = null;
|
|
|
|
|
+ this.agcode.Str2 = null;
|
|
|
|
|
+ this.agcode.TabIndex = 201;
|
|
|
|
|
+ this.agcode.Tag = "ifread";
|
|
|
|
|
+ this.agcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.snCollectionBox1_KeyDown);
|
|
|
|
|
+ //
|
|
|
|
|
+ // checkBox1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.checkBox1.AutoSize = true;
|
|
|
|
|
+ this.checkBox1.Checked = true;
|
|
|
|
|
+ this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
+ this.checkBox1.Location = new System.Drawing.Point(656, 101);
|
|
|
|
|
+ this.checkBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
+ this.checkBox1.Name = "checkBox1";
|
|
|
|
|
+ this.checkBox1.Size = new System.Drawing.Size(138, 28);
|
|
|
|
|
+ this.checkBox1.TabIndex = 203;
|
|
|
|
|
+ this.checkBox1.Text = "自动生成";
|
|
|
|
|
+ this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // quxiao
|
|
|
|
|
+ //
|
|
|
|
|
+ this.quxiao.AutoSize = true;
|
|
|
|
|
+ this.quxiao.Location = new System.Drawing.Point(656, 856);
|
|
|
|
|
+ this.quxiao.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
+ this.quxiao.Name = "quxiao";
|
|
|
|
|
+ this.quxiao.Size = new System.Drawing.Size(138, 28);
|
|
|
|
|
+ this.quxiao.TabIndex = 204;
|
|
|
|
|
+ this.quxiao.Text = "取消采集";
|
|
|
|
|
+ this.quxiao.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // agsum
|
|
|
|
|
+ //
|
|
|
|
|
+ this.agsum.AutoSize = true;
|
|
|
|
|
+ this.agsum.CutLength = null;
|
|
|
|
|
+ this.agsum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.agsum.Location = new System.Drawing.Point(200, 785);
|
|
|
|
|
+ this.agsum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
+ this.agsum.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
|
|
+ this.agsum.Name = "agsum";
|
|
|
|
|
+ this.agsum.Size = new System.Drawing.Size(0, 41);
|
|
|
|
|
+ this.agsum.TabIndex = 206;
|
|
|
|
|
+ //
|
|
|
|
|
+ // label2
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label2.AutoSize = true;
|
|
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.label2.Location = new System.Drawing.Point(28, 785);
|
|
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
+ this.label2.Name = "label2";
|
|
|
|
|
+ this.label2.Size = new System.Drawing.Size(82, 41);
|
|
|
|
|
+ this.label2.TabIndex = 205;
|
|
|
|
|
+ this.label2.Text = "数量";
|
|
|
|
|
+ //
|
|
|
|
|
+ // Make_AgingCopy
|
|
|
|
|
+ //
|
|
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(1483, 908);
|
|
|
|
|
+ this.Controls.Add(this.agsum);
|
|
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
|
|
+ this.Controls.Add(this.quxiao);
|
|
|
|
|
+ this.Controls.Add(this.checkBox1);
|
|
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
|
|
+ this.Controls.Add(this.agcode);
|
|
|
|
|
+ this.Controls.Add(this.confirm);
|
|
|
|
|
+ this.Controls.Add(this.ms_makecode);
|
|
|
|
|
+ this.Controls.Add(this.ms_prodcode);
|
|
|
|
|
+ this.Controls.Add(this.pr_detail);
|
|
|
|
|
+ this.Controls.Add(this.pr_detail_label);
|
|
|
|
|
+ this.Controls.Add(this.sncode_label);
|
|
|
|
|
+ this.Controls.Add(this.sncode);
|
|
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
|
|
+ this.Controls.Add(this.pr_code_label);
|
|
|
|
|
+ this.Controls.Add(this.ms_makecode_label);
|
|
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
+ this.Name = "Make_AgingCopy";
|
|
|
|
|
+ this.Tag = "Make!Aging";
|
|
|
|
|
+ this.Text = "老化采集";
|
|
|
|
|
+ this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
|
|
|
|
|
+ this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
|
|
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
|
|
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
|
+ this.PerformLayout();
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #endregion
|
|
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_prodcode;
|
|
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pr_detail;
|
|
|
|
|
+ private System.Windows.Forms.Label pr_detail_label;
|
|
|
|
|
+ private System.Windows.Forms.Label sncode_label;
|
|
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
|
|
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
|
|
+ private System.Windows.Forms.Label pr_code_label;
|
|
|
|
|
+ private System.Windows.Forms.Label ms_makecode_label;
|
|
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_makecode;
|
|
|
|
|
+ private CustomControl.ButtonUtil.NormalButton confirm;
|
|
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox agcode;
|
|
|
|
|
+ private System.Windows.Forms.CheckBox checkBox1;
|
|
|
|
|
+ private System.Windows.Forms.CheckBox quxiao;
|
|
|
|
|
+ private CustomControl.ValueLabel.ValueLabel agsum;
|
|
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|