namespace CNAS_DBSync { partial class frmSelectInstruItem { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.pnlAll = new System.Windows.Forms.Panel(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.dgvInstruDS = new System.Windows.Forms.DataGridView(); this.InstruFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InstruDataType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pnlAll.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvInstruDS)).BeginInit(); this.SuspendLayout(); // // pnlAll // this.pnlAll.Controls.Add(this.btnCancel); this.pnlAll.Controls.Add(this.btnOK); this.pnlAll.Controls.Add(this.dgvInstruDS); this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlAll.Location = new System.Drawing.Point(0, 0); this.pnlAll.Name = "pnlAll"; this.pnlAll.Size = new System.Drawing.Size(762, 517); this.pnlAll.TabIndex = 0; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(634, 46); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(90, 28); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(634, 12); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(90, 28); this.btnOK.TabIndex = 3; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // dgvInstruDS // this.dgvInstruDS.AllowUserToAddRows = false; this.dgvInstruDS.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, 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.dgvInstruDS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvInstruDS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvInstruDS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.InstruFieldName, this.InstruDataType}); this.dgvInstruDS.Location = new System.Drawing.Point(8, 8); this.dgvInstruDS.Name = "dgvInstruDS"; this.dgvInstruDS.ReadOnly = true; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dgvInstruDS.RowsDefaultCellStyle = dataGridViewCellStyle2; this.dgvInstruDS.RowTemplate.Height = 23; this.dgvInstruDS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvInstruDS.Size = new System.Drawing.Size(620, 488); this.dgvInstruDS.TabIndex = 2; // // InstruFieldName // this.InstruFieldName.DataPropertyName = "InstruFieldName"; this.InstruFieldName.HeaderText = "列名"; this.InstruFieldName.Name = "InstruFieldName"; this.InstruFieldName.ReadOnly = true; this.InstruFieldName.Width = 280; // // InstruDataType // this.InstruDataType.DataPropertyName = "InstruDataType"; this.InstruDataType.HeaderText = "数据类型"; this.InstruDataType.Name = "InstruDataType"; this.InstruDataType.ReadOnly = true; this.InstruDataType.Width = 280; // // frmSelectInstruItem // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(762, 517); this.Controls.Add(this.pnlAll); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmSelectInstruItem"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "选择项"; this.Load += new System.EventHandler(this.frmSelectInstruItem_Load); this.pnlAll.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvInstruDS)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlAll; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.DataGridView dgvInstruDS; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.DataGridViewTextBoxColumn InstruFieldName; private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType; } }