| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 | namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner{    partial class OTSReport_criterion    {        /// <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()        {            this.GB_cb_1 = new System.Windows.Forms.CheckBox();            this.GB_cb_2 = new System.Windows.Forms.CheckBox();            this.button1 = new System.Windows.Forms.Button();            this.SuspendLayout();            //             // GB_cb_1            //             this.GB_cb_1.AutoSize = true;            this.GB_cb_1.Checked = true;            this.GB_cb_1.CheckState = System.Windows.Forms.CheckState.Checked;            this.GB_cb_1.Location = new System.Drawing.Point(29, 23);            this.GB_cb_1.Name = "GB_cb_1";            this.GB_cb_1.Size = new System.Drawing.Size(102, 16);            this.GB_cb_1.TabIndex = 0;            this.GB_cb_1.Text = "GB30834方法一";            this.GB_cb_1.UseVisualStyleBackColor = true;            //             // GB_cb_2            //             this.GB_cb_2.AutoSize = true;            this.GB_cb_2.Checked = true;            this.GB_cb_2.CheckState = System.Windows.Forms.CheckState.Checked;            this.GB_cb_2.Location = new System.Drawing.Point(29, 63);            this.GB_cb_2.Name = "GB_cb_2";            this.GB_cb_2.Size = new System.Drawing.Size(102, 16);            this.GB_cb_2.TabIndex = 0;            this.GB_cb_2.Text = "GB30834方法二";            this.GB_cb_2.UseVisualStyleBackColor = true;            //             // button1            //             this.button1.Location = new System.Drawing.Point(39, 110);            this.button1.Name = "button1";            this.button1.Size = new System.Drawing.Size(75, 23);            this.button1.TabIndex = 1;            this.button1.Text = "浏览";            this.button1.UseVisualStyleBackColor = true;            this.button1.Click += new System.EventHandler(this.button1_Click);            //             // OTSReport_criterion            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(156, 169);            this.ControlBox = false;            this.Controls.Add(this.button1);            this.Controls.Add(this.GB_cb_2);            this.Controls.Add(this.GB_cb_1);            this.Name = "OTSReport_criterion";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            this.Text = "标准选择";            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.CheckBox GB_cb_1;        private System.Windows.Forms.CheckBox GB_cb_2;        private System.Windows.Forms.Button button1;    }}
 |