FrmDevice.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. namespace Tps_LQ_Transmitter.views
  2. {
  3. partial class FrmDevice
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
  30. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.colDevHandle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.colDeviceModel = new System.Windows.Forms.DataGridViewComboBoxColumn();
  35. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // dataGridViewX1
  39. //
  40. this.dataGridViewX1.AllowUserToAddRows = false;
  41. this.dataGridViewX1.AllowUserToDeleteRows = false;
  42. this.dataGridViewX1.BackgroundColor = System.Drawing.Color.Azure;
  43. this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  44. this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  45. this.Column1,
  46. this.Column2,
  47. this.Column3,
  48. this.colDevHandle,
  49. this.colDeviceModel});
  50. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  51. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
  52. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
  54. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  55. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  56. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  57. this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1;
  58. this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
  60. this.dataGridViewX1.Location = new System.Drawing.Point(0, 0);
  61. this.dataGridViewX1.Name = "dataGridViewX1";
  62. this.dataGridViewX1.RowHeadersVisible = false;
  63. this.dataGridViewX1.RowHeadersWidth = 51;
  64. this.dataGridViewX1.RowTemplate.Height = 27;
  65. this.dataGridViewX1.Size = new System.Drawing.Size(861, 472);
  66. this.dataGridViewX1.TabIndex = 0;
  67. this.dataGridViewX1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellValueChanged);
  68. this.dataGridViewX1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dataGridViewX1_RowPrePaint);
  69. //
  70. // Column1
  71. //
  72. this.Column1.DataPropertyName = "DeviceName";
  73. this.Column1.HeaderText = "设备名称";
  74. this.Column1.MinimumWidth = 6;
  75. this.Column1.Name = "Column1";
  76. this.Column1.ReadOnly = true;
  77. this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  78. this.Column1.Width = 150;
  79. //
  80. // Column2
  81. //
  82. this.Column2.DataPropertyName = "DeviceType";
  83. this.Column2.HeaderText = "设备类型";
  84. this.Column2.MinimumWidth = 6;
  85. this.Column2.Name = "Column2";
  86. this.Column2.ReadOnly = true;
  87. this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  88. this.Column2.Width = 150;
  89. //
  90. // Column3
  91. //
  92. this.Column3.DataPropertyName = "DeviceModel";
  93. this.Column3.HeaderText = "设备型号";
  94. this.Column3.MinimumWidth = 6;
  95. this.Column3.Name = "Column3";
  96. this.Column3.ReadOnly = true;
  97. this.Column3.Width = 125;
  98. //
  99. // colDevHandle
  100. //
  101. this.colDevHandle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  102. this.colDevHandle.DataPropertyName = "DeviceHandle";
  103. this.colDevHandle.HeaderText = "控制句柄";
  104. this.colDevHandle.MinimumWidth = 6;
  105. this.colDevHandle.Name = "colDevHandle";
  106. this.colDevHandle.ReadOnly = true;
  107. this.colDevHandle.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  108. this.colDevHandle.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  109. //
  110. // colDeviceModel
  111. //
  112. this.colDeviceModel.HeaderText = "选择设备";
  113. this.colDeviceModel.MinimumWidth = 6;
  114. this.colDeviceModel.Name = "colDeviceModel";
  115. this.colDeviceModel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  116. this.colDeviceModel.Width = 150;
  117. //
  118. // FrmDevice
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.ClientSize = new System.Drawing.Size(861, 472);
  123. this.Controls.Add(this.dataGridViewX1);
  124. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  125. this.MaximizeBox = false;
  126. this.MinimizeBox = false;
  127. this.Name = "FrmDevice";
  128. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  129. this.Text = "设备检查";
  130. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
  131. this.ResumeLayout(false);
  132. }
  133. #endregion
  134. private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1;
  135. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  136. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  137. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  138. private System.Windows.Forms.DataGridViewTextBoxColumn colDevHandle;
  139. private System.Windows.Forms.DataGridViewComboBoxColumn colDeviceModel;
  140. }
  141. }