namespace Casic.Birmm.RbFreqStandMeasure.info { partial class ExportDlg { /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.btnExitDev = new System.Windows.Forms.Button(); this.labelTitle = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label_devType = new System.Windows.Forms.Label(); this.label_devName = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.btn_reDetec = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.roundButton1 = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.dataGridView_times = new System.Windows.Forms.DataGridView(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView_times)).BeginInit(); this.SuspendLayout(); // // btnExitDev // this.btnExitDev.BackColor = System.Drawing.Color.Transparent; this.btnExitDev.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_exit; this.btnExitDev.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnExitDev.FlatAppearance.BorderSize = 0; this.btnExitDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExitDev.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.btnExitDev.Location = new System.Drawing.Point(473, 7); this.btnExitDev.Margin = new System.Windows.Forms.Padding(0); this.btnExitDev.Name = "btnExitDev"; this.btnExitDev.Size = new System.Drawing.Size(20, 20); this.btnExitDev.TabIndex = 2; this.btnExitDev.UseVisualStyleBackColor = false; this.btnExitDev.Click += new System.EventHandler(this.btnExitDev_Click); // // labelTitle // this.labelTitle.BackColor = System.Drawing.Color.Transparent; this.labelTitle.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelTitle.ForeColor = System.Drawing.Color.White; this.labelTitle.Location = new System.Drawing.Point(10, 5); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(80, 23); this.labelTitle.TabIndex = 0; this.labelTitle.Text = "导出数据"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215))))); this.panel1.Controls.Add(this.btnExitDev); this.panel1.Controls.Add(this.labelTitle); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(504, 32); this.panel1.TabIndex = 19; // // label_devType // this.label_devType.BackColor = System.Drawing.Color.Transparent; this.label_devType.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_devType.ForeColor = System.Drawing.SystemColors.GrayText; this.label_devType.Location = new System.Drawing.Point(340, 49); this.label_devType.Margin = new System.Windows.Forms.Padding(0); this.label_devType.Name = "label_devType"; this.label_devType.Size = new System.Drawing.Size(142, 27); this.label_devType.TabIndex = 83; this.label_devType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_devName // this.label_devName.BackColor = System.Drawing.Color.Transparent; this.label_devName.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_devName.ForeColor = System.Drawing.SystemColors.GrayText; this.label_devName.Location = new System.Drawing.Point(123, 49); this.label_devName.Margin = new System.Windows.Forms.Padding(0); this.label_devName.Name = "label_devName"; this.label_devName.Size = new System.Drawing.Size(113, 27); this.label_devName.TabIndex = 82; this.label_devName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label9.Location = new System.Drawing.Point(28, 47); this.label9.Margin = new System.Windows.Forms.Padding(0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(87, 27); this.label9.TabIndex = 81; this.label9.Text = "仪器名称:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label8.Location = new System.Drawing.Point(251, 47); this.label8.Margin = new System.Windows.Forms.Padding(0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(81, 27); this.label8.TabIndex = 80; this.label8.Text = "仪器类型:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btn_reDetec // this.btn_reDetec.EnterBackColor = System.Drawing.Color.Blue; this.btn_reDetec.EnterForeColor = System.Drawing.Color.White; this.btn_reDetec.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btn_reDetec.FlatAppearance.BorderSize = 0; this.btn_reDetec.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btn_reDetec.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_reDetec.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_reDetec.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_reDetec.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198))))); this.btn_reDetec.HoverForeColor = System.Drawing.Color.White; this.btn_reDetec.Location = new System.Drawing.Point(116, 255); this.btn_reDetec.Name = "btn_reDetec"; this.btn_reDetec.PressBackColor = System.Drawing.Color.DarkBlue; this.btn_reDetec.PressForeColor = System.Drawing.Color.White; this.btn_reDetec.Radius = 5; this.btn_reDetec.Size = new System.Drawing.Size(120, 30); this.btn_reDetec.TabIndex = 88; this.btn_reDetec.Text = "开始导出"; this.btn_reDetec.UseVisualStyleBackColor = true; this.btn_reDetec.Click += new System.EventHandler(this.btn_reDetec_Click); // // roundButton1 // this.roundButton1.EnterBackColor = System.Drawing.Color.Blue; this.roundButton1.EnterForeColor = System.Drawing.Color.White; this.roundButton1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.roundButton1.FlatAppearance.BorderSize = 0; this.roundButton1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.roundButton1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.roundButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.roundButton1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.roundButton1.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198))))); this.roundButton1.HoverForeColor = System.Drawing.Color.White; this.roundButton1.Location = new System.Drawing.Point(258, 255); this.roundButton1.Name = "roundButton1"; this.roundButton1.PressBackColor = System.Drawing.Color.DarkBlue; this.roundButton1.PressForeColor = System.Drawing.Color.White; this.roundButton1.Radius = 5; this.roundButton1.Size = new System.Drawing.Size(120, 30); this.roundButton1.TabIndex = 89; this.roundButton1.Text = "取消"; this.roundButton1.UseVisualStyleBackColor = true; this.roundButton1.Click += new System.EventHandler(this.roundButton1_Click); // // dataGridView_times // this.dataGridView_times.AllowUserToAddRows = false; this.dataGridView_times.AllowUserToDeleteRows = false; this.dataGridView_times.AllowUserToResizeColumns = false; this.dataGridView_times.AllowUserToResizeRows = false; this.dataGridView_times.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView_times.BackgroundColor = System.Drawing.Color.White; this.dataGridView_times.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dataGridView_times.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataGridView_times.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView_times.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView_times.ColumnHeadersHeight = 28; this.dataGridView_times.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridView_times.GridColor = System.Drawing.Color.White; this.dataGridView_times.Location = new System.Drawing.Point(32, 88); this.dataGridView_times.Name = "dataGridView_times"; this.dataGridView_times.RowHeadersVisible = false; this.dataGridView_times.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.White; dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightGray; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.dataGridView_times.RowsDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView_times.RowTemplate.Height = 23; this.dataGridView_times.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.dataGridView_times.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView_times.Size = new System.Drawing.Size(442, 150); this.dataGridView_times.TabIndex = 90; // // ExportDlg // this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(504, 311); this.Controls.Add(this.dataGridView_times); this.Controls.Add(this.roundButton1); this.Controls.Add(this.btn_reDetec); this.Controls.Add(this.label_devType); this.Controls.Add(this.label_devName); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "ExportDlg"; this.Shown += new System.EventHandler(this.ExportDlg_Shown); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView_times)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnExitDev; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; public System.Windows.Forms.Label label_devType; public System.Windows.Forms.Label label_devName; private RoundButton btn_reDetec; private RoundButton roundButton1; public System.Windows.Forms.Label labelTitle; private System.Windows.Forms.DataGridView dataGridView_times; } }