CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

146 line
7.2KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmSelectInstruItem
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.pnlAll = new System.Windows.Forms.Panel();
  31. this.btnCancel = new System.Windows.Forms.Button();
  32. this.btnOK = new System.Windows.Forms.Button();
  33. this.dgvInstruDS = new System.Windows.Forms.DataGridView();
  34. this.InstruFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.InstruDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.pnlAll.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.dgvInstruDS)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // pnlAll
  41. //
  42. this.pnlAll.Controls.Add(this.btnCancel);
  43. this.pnlAll.Controls.Add(this.btnOK);
  44. this.pnlAll.Controls.Add(this.dgvInstruDS);
  45. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  47. this.pnlAll.Name = "pnlAll";
  48. this.pnlAll.Size = new System.Drawing.Size(762, 517);
  49. this.pnlAll.TabIndex = 0;
  50. //
  51. // btnCancel
  52. //
  53. this.btnCancel.Location = new System.Drawing.Point(634, 46);
  54. this.btnCancel.Name = "btnCancel";
  55. this.btnCancel.Size = new System.Drawing.Size(90, 28);
  56. this.btnCancel.TabIndex = 4;
  57. this.btnCancel.Text = "取消";
  58. this.btnCancel.UseVisualStyleBackColor = true;
  59. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  60. //
  61. // btnOK
  62. //
  63. this.btnOK.Location = new System.Drawing.Point(634, 12);
  64. this.btnOK.Name = "btnOK";
  65. this.btnOK.Size = new System.Drawing.Size(90, 28);
  66. this.btnOK.TabIndex = 3;
  67. this.btnOK.Text = "确定";
  68. this.btnOK.UseVisualStyleBackColor = true;
  69. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  70. //
  71. // dgvInstruDS
  72. //
  73. this.dgvInstruDS.AllowUserToAddRows = false;
  74. this.dgvInstruDS.BackgroundColor = System.Drawing.Color.White;
  75. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  76. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  77. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  79. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  80. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  81. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  82. this.dgvInstruDS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  83. this.dgvInstruDS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  84. this.dgvInstruDS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  85. this.InstruFieldName,
  86. this.InstruDataType});
  87. this.dgvInstruDS.Location = new System.Drawing.Point(8, 8);
  88. this.dgvInstruDS.Name = "dgvInstruDS";
  89. this.dgvInstruDS.ReadOnly = true;
  90. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  91. this.dgvInstruDS.RowsDefaultCellStyle = dataGridViewCellStyle2;
  92. this.dgvInstruDS.RowTemplate.Height = 23;
  93. this.dgvInstruDS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  94. this.dgvInstruDS.Size = new System.Drawing.Size(620, 488);
  95. this.dgvInstruDS.TabIndex = 2;
  96. //
  97. // InstruFieldName
  98. //
  99. this.InstruFieldName.DataPropertyName = "InstruFieldName";
  100. this.InstruFieldName.HeaderText = "列名";
  101. this.InstruFieldName.Name = "InstruFieldName";
  102. this.InstruFieldName.ReadOnly = true;
  103. this.InstruFieldName.Width = 280;
  104. //
  105. // InstruDataType
  106. //
  107. this.InstruDataType.DataPropertyName = "InstruDataType";
  108. this.InstruDataType.HeaderText = "数据类型";
  109. this.InstruDataType.Name = "InstruDataType";
  110. this.InstruDataType.ReadOnly = true;
  111. this.InstruDataType.Width = 280;
  112. //
  113. // frmSelectInstruItem
  114. //
  115. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117. this.ClientSize = new System.Drawing.Size(762, 517);
  118. this.Controls.Add(this.pnlAll);
  119. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  121. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  122. this.MaximizeBox = false;
  123. this.MinimizeBox = false;
  124. this.Name = "frmSelectInstruItem";
  125. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  126. this.Text = "选择项";
  127. this.Load += new System.EventHandler(this.frmSelectInstruItem_Load);
  128. this.pnlAll.ResumeLayout(false);
  129. ((System.ComponentModel.ISupportInitialize)(this.dgvInstruDS)).EndInit();
  130. this.ResumeLayout(false);
  131. }
  132. #endregion
  133. private System.Windows.Forms.Panel pnlAll;
  134. private System.Windows.Forms.Button btnOK;
  135. private System.Windows.Forms.DataGridView dgvInstruDS;
  136. private System.Windows.Forms.Button btnCancel;
  137. private System.Windows.Forms.DataGridViewTextBoxColumn InstruFieldName;
  138. private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType;
  139. }
  140. }