namespace CensorModule { partial class FrmMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel2 = new System.Windows.Forms.Panel(); this.pl_Main = new DevExpress.XtraEditors.PanelControl(); this.txtLog = new System.Windows.Forms.TextBox(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.che_some = new DevExpress.XtraEditors.CheckEdit(); this.che_All = new DevExpress.XtraEditors.CheckEdit(); this.lab_Sop = new DevExpress.XtraEditors.LabelControl(); this.lab_Name = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btn_Reset = new DevExpress.XtraEditors.SimpleButton(); this.btn_start = new DevExpress.XtraEditors.SimpleButton(); this.lbl_progress = new System.Windows.Forms.ProgressBar(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Main)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.che_some.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.che_All.Properties)).BeginInit(); this.SuspendLayout(); // // panel2 // this.panel2.Controls.Add(this.pl_Main); this.panel2.Controls.Add(this.txtLog); this.panel2.Controls.Add(this.panelControl1); this.panel2.Controls.Add(this.lbl_progress); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(724, 465); this.panel2.TabIndex = 11; // // pl_Main // this.pl_Main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Main.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_Main.Location = new System.Drawing.Point(0, 172); this.pl_Main.Name = "pl_Main"; this.pl_Main.Size = new System.Drawing.Size(724, 231); this.pl_Main.TabIndex = 14; // // txtLog // this.txtLog.Dock = System.Windows.Forms.DockStyle.Top; this.txtLog.Location = new System.Drawing.Point(0, 0); this.txtLog.Multiline = true; this.txtLog.Name = "txtLog"; this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtLog.Size = new System.Drawing.Size(724, 172); this.txtLog.TabIndex = 13; // // panelControl1 // this.panelControl1.Controls.Add(this.che_some); this.panelControl1.Controls.Add(this.che_All); this.panelControl1.Controls.Add(this.lab_Sop); this.panelControl1.Controls.Add(this.lab_Name); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.btn_Reset); this.panelControl1.Controls.Add(this.btn_start); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 403); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(724, 34); this.panelControl1.TabIndex = 12; // // che_some // this.che_some.Location = new System.Drawing.Point(480, 7); this.che_some.Name = "che_some"; this.che_some.Properties.Caption = "简易检索"; this.che_some.Size = new System.Drawing.Size(75, 19); this.che_some.TabIndex = 2; this.che_some.CheckStateChanged += new System.EventHandler(this.OnsomeCheckedChanged); // // che_All // this.che_All.EditValue = true; this.che_All.Location = new System.Drawing.Point(394, 7); this.che_All.Name = "che_All"; this.che_All.Properties.Caption = "全局检索"; this.che_All.Size = new System.Drawing.Size(75, 19); this.che_All.TabIndex = 2; this.che_All.CheckStateChanged += new System.EventHandler(this.OnAllCheckedChanged); // // lab_Sop // this.lab_Sop.Location = new System.Drawing.Point(70, 10); this.lab_Sop.Name = "lab_Sop"; this.lab_Sop.Size = new System.Drawing.Size(0, 14); this.lab_Sop.TabIndex = 1; // // lab_Name // this.lab_Name.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.lab_Name.Location = new System.Drawing.Point(123, 10); this.lab_Name.Name = "lab_Name"; this.lab_Name.Size = new System.Drawing.Size(52, 14); this.lab_Name.TabIndex = 1; this.lab_Name.Text = "当前项目"; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.labelControl1.Location = new System.Drawing.Point(12, 10); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(52, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "当前进度"; // // btn_Reset // this.btn_Reset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_Reset.Location = new System.Drawing.Point(561, 6); this.btn_Reset.Name = "btn_Reset"; this.btn_Reset.Size = new System.Drawing.Size(75, 23); this.btn_Reset.TabIndex = 0; this.btn_Reset.Text = "重置"; this.btn_Reset.Click += new System.EventHandler(this.OnResetClick); // // btn_start // this.btn_start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_start.Location = new System.Drawing.Point(642, 6); this.btn_start.Name = "btn_start"; this.btn_start.Size = new System.Drawing.Size(75, 23); this.btn_start.TabIndex = 0; this.btn_start.Text = "开始"; this.btn_start.Click += new System.EventHandler(this.OnStartClick); // // lbl_progress // this.lbl_progress.Dock = System.Windows.Forms.DockStyle.Bottom; this.lbl_progress.Location = new System.Drawing.Point(0, 437); this.lbl_progress.Margin = new System.Windows.Forms.Padding(2); this.lbl_progress.Name = "lbl_progress"; this.lbl_progress.Size = new System.Drawing.Size(724, 28); this.lbl_progress.TabIndex = 9; // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(724, 465); this.Controls.Add(this.panel2); this.Name = "FrmMain"; this.Text = "一键审查模板"; this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Main)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.che_some.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.che_All.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.ProgressBar lbl_progress; private System.Windows.Forms.TextBox txtLog; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btn_start; private DevExpress.XtraEditors.SimpleButton btn_Reset; private DevExpress.XtraEditors.LabelControl lab_Sop; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl pl_Main; private DevExpress.XtraEditors.LabelControl lab_Name; private DevExpress.XtraEditors.CheckEdit che_All; private DevExpress.XtraEditors.CheckEdit che_some; } }