123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- namespace Tps_LQ_Transmitter.views
- {
- partial class FrmDevice
- {
- /// <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();
- this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colDevHandle = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colDeviceModel = new System.Windows.Forms.DataGridViewComboBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridViewX1
- //
- this.dataGridViewX1.AllowUserToAddRows = false;
- this.dataGridViewX1.AllowUserToDeleteRows = false;
- this.dataGridViewX1.BackgroundColor = System.Drawing.Color.Azure;
- this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3,
- this.colDevHandle,
- this.colDeviceModel});
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1;
- this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
- this.dataGridViewX1.Location = new System.Drawing.Point(0, 0);
- this.dataGridViewX1.Name = "dataGridViewX1";
- this.dataGridViewX1.RowHeadersVisible = false;
- this.dataGridViewX1.RowHeadersWidth = 51;
- this.dataGridViewX1.RowTemplate.Height = 27;
- this.dataGridViewX1.Size = new System.Drawing.Size(861, 472);
- this.dataGridViewX1.TabIndex = 0;
- this.dataGridViewX1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellValueChanged);
- this.dataGridViewX1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dataGridViewX1_RowPrePaint);
- //
- // Column1
- //
- this.Column1.DataPropertyName = "DeviceName";
- this.Column1.HeaderText = "设备名称";
- this.Column1.MinimumWidth = 6;
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.Column1.Width = 150;
- //
- // Column2
- //
- this.Column2.DataPropertyName = "DeviceType";
- this.Column2.HeaderText = "设备类型";
- this.Column2.MinimumWidth = 6;
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.Column2.Width = 150;
- //
- // Column3
- //
- this.Column3.DataPropertyName = "DeviceModel";
- this.Column3.HeaderText = "设备型号";
- this.Column3.MinimumWidth = 6;
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- this.Column3.Width = 125;
- //
- // colDevHandle
- //
- this.colDevHandle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.colDevHandle.DataPropertyName = "DeviceHandle";
- this.colDevHandle.HeaderText = "控制句柄";
- this.colDevHandle.MinimumWidth = 6;
- this.colDevHandle.Name = "colDevHandle";
- this.colDevHandle.ReadOnly = true;
- this.colDevHandle.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.colDevHandle.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // colDeviceModel
- //
- this.colDeviceModel.HeaderText = "选择设备";
- this.colDeviceModel.MinimumWidth = 6;
- this.colDeviceModel.Name = "colDeviceModel";
- this.colDeviceModel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.colDeviceModel.Width = 150;
- //
- // FrmDevice
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(861, 472);
- this.Controls.Add(this.dataGridViewX1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmDevice";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "设备检查";
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn colDevHandle;
- private System.Windows.Forms.DataGridViewComboBoxColumn colDeviceModel;
- }
- }
|