private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddIndexInfo)); this.FormPager = new DotNet.WinForm.Controls.EntityFormPager(); this.lblIndexName = new System.Windows.Forms.Label(); this.lblPriorLevel = new System.Windows.Forms.Label(); this.lblUseExplain = new System.Windows.Forms.Label(); this.lblDescription = new System.Windows.Forms.Label(); this.lblUpdateTime = new System.Windows.Forms.Label(); this.lblRemark = new System.Windows.Forms.Label(); this.txtPriorLevel = new System.Windows.Forms.TextBox(); this.txtUseExplain = new System.Windows.Forms.TextBox(); this.txtDescription = new System.Windows.Forms.TextBox(); this.dtUpdateTime = new System.Windows.Forms.DateTimePicker(); this.txtRemark = new System.Windows.Forms.TextBox(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancle = new System.Windows.Forms.Button(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.txtIndexName = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // FormPager // this.FormPager.AutoSize = true; this.FormPager.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.FormPager.BackColor = System.Drawing.Color.Transparent; this.FormPager.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FormPager.BackgroundImage"))); this.FormPager.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.FormPager.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormPager.ImeMode = System.Windows.Forms.ImeMode.Disable; this.FormPager.Location = new System.Drawing.Point(37, 330); this.FormPager.Name = "FormPager"; this.FormPager.RecordCount = 0; this.FormPager.Size = new System.Drawing.Size(242, 29); this.FormPager.TabIndex = 100; this.FormPager.PageIndexChanged += new DotNet.WinForm.Controls.EntityFormPager.EventHandler(this.FormPager_PageIndexChanged); // // lblIndexName // this.lblIndexName.AutoSize = true; this.lblIndexName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblIndexName.Location = new System.Drawing.Point(5, 12); this.lblIndexName.Name = "lblIndexName"; this.lblIndexName.Size = new System.Drawing.Size(63, 14); this.lblIndexName.TabIndex = 200; this.lblIndexName.Text = "指标名称"; // // lblPriorLevel // this.lblPriorLevel.AutoSize = true; this.lblPriorLevel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblPriorLevel.Location = new System.Drawing.Point(19, 40); this.lblPriorLevel.Name = "lblPriorLevel"; this.lblPriorLevel.Size = new System.Drawing.Size(49, 14); this.lblPriorLevel.TabIndex = 200; this.lblPriorLevel.Text = "优先级"; // // lblUseExplain // this.lblUseExplain.AutoSize = true; this.lblUseExplain.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUseExplain.Location = new System.Drawing.Point(5, 71); this.lblUseExplain.Name = "lblUseExplain"; this.lblUseExplain.Size = new System.Drawing.Size(63, 14); this.lblUseExplain.TabIndex = 200; this.lblUseExplain.Text = "使用说明"; // // lblDescription // this.lblDescription.AutoSize = true; this.lblDescription.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDescription.Location = new System.Drawing.Point(5, 119); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(63, 14); this.lblDescription.TabIndex = 200; this.lblDescription.Text = "指标描述"; // // lblUpdateTime // this.lblUpdateTime.AutoSize = true; this.lblUpdateTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUpdateTime.Location = new System.Drawing.Point(5, 172); this.lblUpdateTime.Name = "lblUpdateTime"; this.lblUpdateTime.Size = new System.Drawing.Size(63, 14); this.lblUpdateTime.TabIndex = 200; this.lblUpdateTime.Text = "更新时间"; // // lblRemark // this.lblRemark.AutoSize = true; this.lblRemark.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRemark.Location = new System.Drawing.Point(33, 199); this.lblRemark.Name = "lblRemark"; this.lblRemark.Size = new System.Drawing.Size(35, 14); this.lblRemark.TabIndex = 200; this.lblRemark.Text = "备注"; // // txtPriorLevel // this.txtPriorLevel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPriorLevel.Location = new System.Drawing.Point(69, 36); this.txtPriorLevel.Name = "txtPriorLevel"; this.txtPriorLevel.Size = new System.Drawing.Size(230, 23); this.txtPriorLevel.TabIndex = 6; this.txtPriorLevel.Text = "5"; this.txtPriorLevel.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.KeyPressForOnlyData); // // txtUseExplain // this.txtUseExplain.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtUseExplain.Location = new System.Drawing.Point(69, 67); this.txtUseExplain.Multiline = true; this.txtUseExplain.Name = "txtUseExplain"; this.txtUseExplain.Size = new System.Drawing.Size(230, 42); this.txtUseExplain.TabIndex = 10; // // txtDescription // this.txtDescription.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtDescription.Location = new System.Drawing.Point(69, 115); this.txtDescription.Multiline = true; this.txtDescription.Name = "txtDescription"; this.txtDescription.Size = new System.Drawing.Size(230, 47); this.txtDescription.TabIndex = 12; // // dtUpdateTime // this.dtUpdateTime.Cursor = System.Windows.Forms.Cursors.IBeam; this.dtUpdateTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtUpdateTime.Location = new System.Drawing.Point(69, 168); this.dtUpdateTime.Name = "dtUpdateTime"; this.dtUpdateTime.Size = new System.Drawing.Size(230, 23); this.dtUpdateTime.TabIndex = 14; // // txtRemark // this.txtRemark.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemark.Location = new System.Drawing.Point(69, 195); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(230, 23); this.txtRemark.TabIndex = 16; // // btnOK // this.btnOK.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.Location = new System.Drawing.Point(139, 224); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(78, 27); this.btnOK.TabIndex = 18; this.btnOK.Text = "保存"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancle // this.btnCancle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancle.Location = new System.Drawing.Point(219, 224); this.btnCancle.Name = "btnCancle"; this.btnCancle.Size = new System.Drawing.Size(78, 27); this.btnCancle.TabIndex = 20; this.btnCancle.Text = "取消"; this.btnCancle.UseVisualStyleBackColor = true; this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click); // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // txtIndexName // this.txtIndexName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtIndexName.FormattingEnabled = true; this.txtIndexName.Location = new System.Drawing.Point(69, 8); this.txtIndexName.Name = "txtIndexName"; this.txtIndexName.Size = new System.Drawing.Size(230, 22); this.txtIndexName.TabIndex = 201; // // AddIndexInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtIndexName); this.Controls.Add(this.lblIndexName); this.Controls.Add(this.lblPriorLevel); this.Controls.Add(this.lblUseExplain); this.Controls.Add(this.lblDescription); this.Controls.Add(this.lblUpdateTime); this.Controls.Add(this.lblRemark); this.Controls.Add(this.txtPriorLevel); this.Controls.Add(this.txtUseExplain); this.Controls.Add(this.txtDescription); this.Controls.Add(this.dtUpdateTime); this.Controls.Add(this.txtRemark); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancle); this.Controls.Add(this.FormPager); this.Name = "AddIndexInfo"; this.Size = new System.Drawing.Size(317, 256); this.Load += new System.EventHandler(this.AddAddIndexInfoLoad); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddRules)); this.FormPager = new DotNet.WinForm.Controls.EntityFormPager(); this.lblSchemeId = new System.Windows.Forms.Label(); this.lblIndexSelectorNameTP = new System.Windows.Forms.Label(); this.lblCompareRuleNameTP = new System.Windows.Forms.Label(); this.lblRuleCompareParams = new System.Windows.Forms.Label(); this.lblNeedRows = new System.Windows.Forms.Label(); this.lblCorrectRate = new System.Windows.Forms.Label(); this.lblFilterInfo = new System.Windows.Forms.Label(); this.lblEnable = new System.Windows.Forms.Label(); this.lblUpdateTime = new System.Windows.Forms.Label(); this.lblRemark = new System.Windows.Forms.Label(); this.txtSchemeId = new System.Windows.Forms.TextBox(); this.combIndexSelectorNameTP = new System.Windows.Forms.ComboBox(); this.combCompareRuleNameTP = new System.Windows.Forms.ComboBox(); this.txtRuleCompareParams = new System.Windows.Forms.TextBox(); this.txtNeedRows = new System.Windows.Forms.TextBox(); this.txtCorrectRate = new System.Windows.Forms.TextBox(); this.txtFilterInfo = new System.Windows.Forms.TextBox(); this.txtEnable = new System.Windows.Forms.TextBox(); this.dtUpdateTime = new System.Windows.Forms.DateTimePicker(); this.txtRemark = new System.Windows.Forms.TextBox(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancle = new System.Windows.Forms.Button(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // FormPager // this.FormPager.AutoSize = true; this.FormPager.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.FormPager.BackColor = System.Drawing.Color.Transparent; this.FormPager.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FormPager.BackgroundImage"))); this.FormPager.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.FormPager.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormPager.ImeMode = System.Windows.Forms.ImeMode.Disable; this.FormPager.Location = new System.Drawing.Point(12, 336); this.FormPager.Name = "FormPager"; this.FormPager.RecordCount = 0; this.FormPager.Size = new System.Drawing.Size(242, 29); this.FormPager.TabIndex = 100; this.FormPager.PageIndexChanged += new DotNet.WinForm.Controls.EntityFormPager.EventHandler(this.FormPager_PageIndexChanged); // // lblSchemeId // this.lblSchemeId.AutoSize = true; this.lblSchemeId.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSchemeId.Location = new System.Drawing.Point(6, 11); this.lblSchemeId.Name = "lblSchemeId"; this.lblSchemeId.Size = new System.Drawing.Size(63, 14); this.lblSchemeId.TabIndex = 200; this.lblSchemeId.Text = "方案编号"; // // lblIndexSelectorNameTP // this.lblIndexSelectorNameTP.AutoSize = true; this.lblIndexSelectorNameTP.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblIndexSelectorNameTP.Location = new System.Drawing.Point(6, 38); this.lblIndexSelectorNameTP.Name = "lblIndexSelectorNameTP"; this.lblIndexSelectorNameTP.Size = new System.Drawing.Size(63, 14); this.lblIndexSelectorNameTP.TabIndex = 200; this.lblIndexSelectorNameTP.Text = "指标函数"; // // lblCompareRuleNameTP // this.lblCompareRuleNameTP.AutoSize = true; this.lblCompareRuleNameTP.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCompareRuleNameTP.Location = new System.Drawing.Point(6, 65); this.lblCompareRuleNameTP.Name = "lblCompareRuleNameTP"; this.lblCompareRuleNameTP.Size = new System.Drawing.Size(63, 14); this.lblCompareRuleNameTP.TabIndex = 200; this.lblCompareRuleNameTP.Text = "对比类型"; // // lblRuleCompareParams // this.lblRuleCompareParams.AutoSize = true; this.lblRuleCompareParams.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRuleCompareParams.Location = new System.Drawing.Point(6, 92); this.lblRuleCompareParams.Name = "lblRuleCompareParams"; this.lblRuleCompareParams.Size = new System.Drawing.Size(63, 14); this.lblRuleCompareParams.TabIndex = 200; this.lblRuleCompareParams.Text = "比较参数"; // // lblNeedRows // this.lblNeedRows.AutoSize = true; this.lblNeedRows.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblNeedRows.Location = new System.Drawing.Point(6, 119); this.lblNeedRows.Name = "lblNeedRows"; this.lblNeedRows.Size = new System.Drawing.Size(63, 14); this.lblNeedRows.TabIndex = 200; this.lblNeedRows.Text = "需要行数"; // // lblCorrectRate // this.lblCorrectRate.AutoSize = true; this.lblCorrectRate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCorrectRate.Location = new System.Drawing.Point(20, 146); this.lblCorrectRate.Name = "lblCorrectRate"; this.lblCorrectRate.Size = new System.Drawing.Size(49, 14); this.lblCorrectRate.TabIndex = 200; this.lblCorrectRate.Text = "正确率"; // // lblFilterInfo // this.lblFilterInfo.AutoSize = true; this.lblFilterInfo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblFilterInfo.Location = new System.Drawing.Point(6, 173); this.lblFilterInfo.Name = "lblFilterInfo"; this.lblFilterInfo.Size = new System.Drawing.Size(63, 14); this.lblFilterInfo.TabIndex = 200; this.lblFilterInfo.Text = "过滤信息"; // // lblEnable // this.lblEnable.AutoSize = true; this.lblEnable.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblEnable.Location = new System.Drawing.Point(34, 200); this.lblEnable.Name = "lblEnable"; this.lblEnable.Size = new System.Drawing.Size(35, 14); this.lblEnable.TabIndex = 200; this.lblEnable.Text = "有效"; // // lblUpdateTime // this.lblUpdateTime.AutoSize = true; this.lblUpdateTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUpdateTime.Location = new System.Drawing.Point(6, 227); this.lblUpdateTime.Name = "lblUpdateTime"; this.lblUpdateTime.Size = new System.Drawing.Size(63, 14); this.lblUpdateTime.TabIndex = 200; this.lblUpdateTime.Text = "更新时间"; // // lblRemark // this.lblRemark.AutoSize = true; this.lblRemark.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRemark.Location = new System.Drawing.Point(34, 254); this.lblRemark.Name = "lblRemark"; this.lblRemark.Size = new System.Drawing.Size(35, 14); this.lblRemark.TabIndex = 200; this.lblRemark.Text = "备注"; // // txtSchemeId // this.txtSchemeId.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtSchemeId.Location = new System.Drawing.Point(71, 6); this.txtSchemeId.Name = "txtSchemeId"; this.txtSchemeId.Size = new System.Drawing.Size(172, 23); this.txtSchemeId.TabIndex = 2; this.txtSchemeId.Text = "Scheme-01"; // // combIndexSelectorNameTP // this.combIndexSelectorNameTP.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.combIndexSelectorNameTP.FormattingEnabled = true; this.combIndexSelectorNameTP.Location = new System.Drawing.Point(71, 33); this.combIndexSelectorNameTP.Name = "combIndexSelectorNameTP"; this.combIndexSelectorNameTP.Size = new System.Drawing.Size(172, 22); this.combIndexSelectorNameTP.TabIndex = 4; // // combCompareRuleNameTP // this.combCompareRuleNameTP.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.combCompareRuleNameTP.FormattingEnabled = true; this.combCompareRuleNameTP.Location = new System.Drawing.Point(71, 60); this.combCompareRuleNameTP.Name = "combCompareRuleNameTP"; this.combCompareRuleNameTP.Size = new System.Drawing.Size(172, 22); this.combCompareRuleNameTP.TabIndex = 6; // // txtRuleCompareParams // this.txtRuleCompareParams.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRuleCompareParams.Location = new System.Drawing.Point(71, 87); this.txtRuleCompareParams.Name = "txtRuleCompareParams"; this.txtRuleCompareParams.Size = new System.Drawing.Size(172, 23); this.txtRuleCompareParams.TabIndex = 8; // // txtNeedRows // this.txtNeedRows.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtNeedRows.Location = new System.Drawing.Point(71, 114); this.txtNeedRows.Name = "txtNeedRows"; this.txtNeedRows.Size = new System.Drawing.Size(172, 23); this.txtNeedRows.TabIndex = 10; this.txtNeedRows.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.KeyPressForOnlyData); // // txtCorrectRate // this.txtCorrectRate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCorrectRate.Location = new System.Drawing.Point(71, 141); this.txtCorrectRate.Name = "txtCorrectRate"; this.txtCorrectRate.Size = new System.Drawing.Size(172, 23); this.txtCorrectRate.TabIndex = 12; this.txtCorrectRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.KeyPressForOnlyData); // // txtFilterInfo // this.txtFilterInfo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtFilterInfo.Location = new System.Drawing.Point(71, 168); this.txtFilterInfo.Name = "txtFilterInfo"; this.txtFilterInfo.Size = new System.Drawing.Size(172, 23); this.txtFilterInfo.TabIndex = 14; // // txtEnable // this.txtEnable.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtEnable.Location = new System.Drawing.Point(71, 195); this.txtEnable.Name = "txtEnable"; this.txtEnable.Size = new System.Drawing.Size(172, 23); this.txtEnable.TabIndex = 16; this.txtEnable.Text = "True"; // // dtUpdateTime // this.dtUpdateTime.Cursor = System.Windows.Forms.Cursors.IBeam; this.dtUpdateTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtUpdateTime.Location = new System.Drawing.Point(71, 222); this.dtUpdateTime.Name = "dtUpdateTime"; this.dtUpdateTime.Size = new System.Drawing.Size(172, 23); this.dtUpdateTime.TabIndex = 18; // // txtRemark // this.txtRemark.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemark.Location = new System.Drawing.Point(71, 249); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(172, 23); this.txtRemark.TabIndex = 20; // // btnOK // this.btnOK.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.Location = new System.Drawing.Point(83, 278); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(78, 27); this.btnOK.TabIndex = 22; this.btnOK.Text = "保存"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancle // this.btnCancle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancle.Location = new System.Drawing.Point(163, 278); this.btnCancle.Name = "btnCancle"; this.btnCancle.Size = new System.Drawing.Size(78, 27); this.btnCancle.TabIndex = 24; this.btnCancle.Text = "取消"; this.btnCancle.UseVisualStyleBackColor = true; this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click); // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // AddRules // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lblSchemeId); this.Controls.Add(this.lblIndexSelectorNameTP); this.Controls.Add(this.lblCompareRuleNameTP); this.Controls.Add(this.lblRuleCompareParams); this.Controls.Add(this.lblNeedRows); this.Controls.Add(this.lblCorrectRate); this.Controls.Add(this.lblFilterInfo); this.Controls.Add(this.lblEnable); this.Controls.Add(this.lblUpdateTime); this.Controls.Add(this.lblRemark); this.Controls.Add(this.txtSchemeId); this.Controls.Add(this.combIndexSelectorNameTP); this.Controls.Add(this.combCompareRuleNameTP); this.Controls.Add(this.txtRuleCompareParams); this.Controls.Add(this.txtNeedRows); this.Controls.Add(this.txtCorrectRate); this.Controls.Add(this.txtFilterInfo); this.Controls.Add(this.txtEnable); this.Controls.Add(this.dtUpdateTime); this.Controls.Add(this.txtRemark); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancle); this.Controls.Add(this.FormPager); this.Name = "AddRules"; this.Size = new System.Drawing.Size(261, 311); this.Load += new System.EventHandler(this.AddAddRulesLoad); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }