|
|
@@ -63,6 +63,7 @@ namespace PTMedicalInsurance.Forms.BasicDatas
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.tbCode = new System.Windows.Forms.TextBox();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.btnGetMaxVersion = new System.Windows.Forms.Button();
|
|
|
this.rbLoopDownload = new System.Windows.Forms.RadioButton();
|
|
|
this.rbSingleDownload = new System.Windows.Forms.RadioButton();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
@@ -91,7 +92,6 @@ namespace PTMedicalInsurance.Forms.BasicDatas
|
|
|
this.rbDrug = new System.Windows.Forms.RadioButton();
|
|
|
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
|
|
|
this.helpProvider1 = new System.Windows.Forms.HelpProvider();
|
|
|
- this.btnGetMaxVersion = new System.Windows.Forms.Button();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDirectory)).BeginInit();
|
|
|
this.panel2.SuspendLayout();
|
|
|
@@ -284,6 +284,7 @@ namespace PTMedicalInsurance.Forms.BasicDatas
|
|
|
this.btModify.TabIndex = 33;
|
|
|
this.btModify.Text = "修改";
|
|
|
this.btModify.UseVisualStyleBackColor = true;
|
|
|
+ this.btModify.Click += new System.EventHandler(this.btModify_Click);
|
|
|
//
|
|
|
// btAdd
|
|
|
//
|
|
|
@@ -295,6 +296,7 @@ namespace PTMedicalInsurance.Forms.BasicDatas
|
|
|
this.btAdd.TabIndex = 32;
|
|
|
this.btAdd.Text = "新增";
|
|
|
this.btAdd.UseVisualStyleBackColor = false;
|
|
|
+ this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
|
|
|
//
|
|
|
// btDownload
|
|
|
//
|
|
|
@@ -456,12 +458,24 @@ namespace PTMedicalInsurance.Forms.BasicDatas
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "下载条件";
|
|
|
//
|
|
|
+ // btnGetMaxVersion
|
|
|
+ //
|
|
|
+ this.btnGetMaxVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnGetMaxVersion.Location = new System.Drawing.Point(9, 52);
|
|
|
+ this.btnGetMaxVersion.Name = "btnGetMaxVersion";
|
|
|
+ this.btnGetMaxVersion.Size = new System.Drawing.Size(170, 22);
|
|
|
+ this.btnGetMaxVersion.TabIndex = 43;
|
|
|
+ this.btnGetMaxVersion.Text = "获取最大版本号";
|
|
|
+ this.btnGetMaxVersion.UseVisualStyleBackColor = true;
|
|
|
+ this.btnGetMaxVersion.Click += new System.EventHandler(this.btnGetMaxVersion_Click);
|
|
|
+ //
|
|
|
// rbLoopDownload
|
|
|
//
|
|
|
this.rbLoopDownload.AutoSize = true;
|
|
|
this.rbLoopDownload.Location = new System.Drawing.Point(19, 125);
|
|
|
this.rbLoopDownload.Name = "rbLoopDownload";
|
|
|
- this.rbLoopDownload.Size = new System.Drawing.Size(57, 13);
|
|
|
+ this.rbLoopDownload.Size = new System.Drawing.Size(85, 20);
|
|
|
this.rbLoopDownload.TabIndex = 42;
|
|
|
this.rbLoopDownload.TabStop = true;
|
|
|
this.rbLoopDownload.Text = "循环下载";
|
|
|
@@ -472,7 +486,7 @@ namespace PTMedicalInsurance.Forms.BasicDatas
|
|
|
this.rbSingleDownload.AutoSize = true;
|
|
|
this.rbSingleDownload.Location = new System.Drawing.Point(19, 90);
|
|
|
this.rbSingleDownload.Name = "rbSingleDownload";
|
|
|
- this.rbSingleDownload.Size = new System.Drawing.Size(67, 13);
|
|
|
+ this.rbSingleDownload.Size = new System.Drawing.Size(100, 20);
|
|
|
this.rbSingleDownload.TabIndex = 41;
|
|
|
this.rbSingleDownload.TabStop = true;
|
|
|
this.rbSingleDownload.Text = "单版本下载";
|
|
|
@@ -782,18 +796,6 @@ namespace PTMedicalInsurance.Forms.BasicDatas
|
|
|
//
|
|
|
this.errorProvider1.ContainerControl = this;
|
|
|
//
|
|
|
- // btnGetMaxVersion
|
|
|
- //
|
|
|
- this.btnGetMaxVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
- | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.btnGetMaxVersion.Location = new System.Drawing.Point(9, 52);
|
|
|
- this.btnGetMaxVersion.Name = "btnGetMaxVersion";
|
|
|
- this.btnGetMaxVersion.Size = new System.Drawing.Size(170, 22);
|
|
|
- this.btnGetMaxVersion.TabIndex = 43;
|
|
|
- this.btnGetMaxVersion.Text = "获取最大版本号";
|
|
|
- this.btnGetMaxVersion.UseVisualStyleBackColor = true;
|
|
|
- this.btnGetMaxVersion.Click += new System.EventHandler(this.btnGetMaxVersion_Click);
|
|
|
- //
|
|
|
// DataDownload
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|