namespace WinCodeView{partial class AzLookDbData{/// <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(){this.components = new System.ComponentModel.Container();System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AzLookDbData));this.dataGridView1 = new System.Windows.Forms.DataGridView();this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);this.panel1 = new System.Windows.Forms.Panel();this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();this.panel1.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();this.bindingNavigator1.SuspendLayout();this.SuspendLayout();//// dataGridView1//this.dataGridView1.AllowUserToAddRows = false;this.dataGridView1.AllowUserToDeleteRows = false;this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;this.dataGridView1.Location = new System.Drawing.Point(0, 0);this.dataGridView1.Name = "dataGridView1";this.dataGridView1.ReadOnly = true;this.dataGridView1.RowTemplate.Height = 23;this.dataGridView1.Size = new System.Drawing.Size(1274, 628);this.dataGridView1.TabIndex = 0;//// panel1//this.panel1.Controls.Add(this.bindingNavigator1);this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;this.panel1.Location = new System.Drawing.Point(0, 600);this.panel1.Name = "panel1";this.panel1.Size = new System.Drawing.Size(1274, 28);this.panel1.TabIndex = 1;//// bindingNavigator1//this.bindingNavigator1.AddNewItem = null;this.bindingNavigator1.BindingSource = this.bindingSource1;this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;this.bindingNavigator1.DeleteItem = null;this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {this.bindingNavigatorMoveFirstItem,this.bindingNavigatorMovePreviousItem,this.bindingNavigatorSeparator,this.bindingNavigatorPositionItem,this.bindingNavigatorCountItem,this.bindingNavigatorSeparator1,this.bindingNavigatorMoveNextItem,this.bindingNavigatorMoveLastItem,this.bindingNavigatorSeparator2});this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);this.bindingNavigator1.Margin = new System.Windows.Forms.Padding(5);this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;this.bindingNavigator1.Name = "bindingNavigator1";this.bindingNavigator1.Padding = new System.Windows.Forms.Padding(6);this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;this.bindingNavigator1.Size = new System.Drawing.Size(1274, 35);this.bindingNavigator1.TabIndex = 0;this.bindingNavigator1.Text = "bindingNavigator1";//// bindingNavigatorCountItem//this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 20);this.bindingNavigatorCountItem.Text = "/ {0}";this.bindingNavigatorCountItem.ToolTipText = "总项数";//// bindingNavigatorMoveFirstItem//this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 20);this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";//// bindingNavigatorMovePreviousItem//this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 20);this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";//// bindingNavigatorSeparator//this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 23);//// bindingNavigatorPositionItem//this.bindingNavigatorPositionItem.AccessibleName = "位置";this.bindingNavigatorPositionItem.AutoSize = false;this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);this.bindingNavigatorPositionItem.Text = "0";this.bindingNavigatorPositionItem.ToolTipText = "当前位置";//// bindingNavigatorSeparator1//this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 23);//// bindingNavigatorMoveNextItem//this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";//// bindingNavigatorMoveLastItem//this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";//// bindingNavigatorSeparator2//this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 23);//// AzLookDbData//this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;this.ClientSize = new System.Drawing.Size(1274, 628);this.Controls.Add(this.panel1);this.Controls.Add(this.dataGridView1);this.Name = "AzLookDbData";this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;this.Text = "数据库数据查询";((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();this.panel1.ResumeLayout(false);this.panel1.PerformLayout();((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();this.bindingNavigator1.ResumeLayout(false);this.bindingNavigator1.PerformLayout();this.ResumeLayout(false);}#endregionprivate System.Windows.Forms.DataGridView dataGridView1;private System.Windows.Forms.BindingSource bindingSource1;private System.Windows.Forms.Panel panel1;private System.Windows.Forms.BindingNavigator bindingNavigator1;private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。