public void HienthiDataGridview(System.Windows.Forms.DataGridView dg, System.Windows.Forms.BindingNavigator bn) { System.Windows.Forms.BindingSource bs = new System.Windows.Forms.BindingSource(); bs.DataSource = factory.DanhsachDVT(); bn.BindingSource = bs; dg.DataSource = bs; }
public void HienthiDaiLyDataGridview(System.Windows.Forms.DataGridView dg, System.Windows.Forms.BindingNavigator bn) { System.Windows.Forms.BindingSource bs = new System.Windows.Forms.BindingSource(); DataTable tbl = factory.DanhsachKhachHang(true); tbl.Columns[4].DefaultValue = true; bs.DataSource = tbl; bn.BindingSource = bs; dg.DataSource = bs; }
/// <summary> /// constructor for the DataRetriever (used for loading and caching data in DGV VirtualMode) /// </summary> /// <param name="DBCon">used DBConnector</param> /// <param name="m_BaseTableName">name of the table with the base structure</param> /// <param name="m_DataStatement">sql-statement for loading the data</param> /// <param name="SortByColumn">column for sorting (must be existingClassification in the base table (m_BaseTableName) and in the 'DataStement')</param> /// <param name="SortOrder">sort oder</param> /// <param name="SortOrder">optional blueprint for typed tables</param> public DataRetriever(SQL.DBConnector DBCon, string BaseTableName, string columnStatement, String baseStatement, String SortByColumn, DBConnector.SQLSortOrder SortOrder, System.Windows.Forms.BindingNavigator bindingNavigator, DataTable TypeTable = null) { m_Command = ((MySqlConnection)DBCon.Connection).CreateCommand(); m_BaseTableName = BaseTableName; m_ColumnStatement = columnStatement; m_BaseStatement = baseStatement; m_ColumnToSortBy = SortByColumn; m_ColumnSortOrder = SortOrder; m_PrimaryKey = DBCon.getPrimaryKey(this.m_BaseTableName); m_TableType = TypeTable; m_DBCon = DBCon; m_BindingNavigator = bindingNavigator; if (this.m_PrimaryKey.Count != 1) { throw new Exception("Length of primary key is not '1' (table '" + BaseTableName + "')"); } m_MemoryCache = new DataRetrieverCache(this, 50); }
/// <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(check)); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox7 = new System.Windows.Forms.TextBox(); this.textBox8 = new System.Windows.Forms.TextBox(); this.textBox9 = new System.Windows.Forms.TextBox(); this.textBox10 = new System.Windows.Forms.TextBox(); this.textBox11 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.dataGridView3 = new System.Windows.Forms.DataGridView(); this.bindingNavigator3 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem2 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem2 = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem2 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem2 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem2 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorPositionItem2 = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem2 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem2 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.textBox12 = new System.Windows.Forms.TextBox(); this.textBox13 = new System.Windows.Forms.TextBox(); this.textBox14 = new System.Windows.Forms.TextBox(); this.textBox15 = new System.Windows.Forms.TextBox(); this.textBox16 = new System.Windows.Forms.TextBox(); this.textBox17 = new System.Windows.Forms.TextBox(); this.textBox18 = new System.Windows.Forms.TextBox(); this.textBox19 = new System.Windows.Forms.TextBox(); this.textBox20 = new System.Windows.Forms.TextBox(); this.textBox21 = new System.Windows.Forms.TextBox(); this.textBox22 = new System.Windows.Forms.TextBox(); this.textBox23 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator3)).BeginInit(); this.bindingNavigator3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.None; 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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem}); this.bindingNavigator1.Location = new System.Drawing.Point(34, 36); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(71, 25); this.bindingNavigator1.TabIndex = 1; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 20); this.bindingNavigatorAddNewItem.Text = "新添"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 17); this.bindingNavigatorCountItem.Text = "/ {0}"; this.bindingNavigatorCountItem.ToolTipText = "总项数"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20); this.bindingNavigatorDeleteItem.Text = "删除"; // // 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, 22); 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, 25); // // 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, 25); // // 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, 25); // // dataGridView1 // this.dataGridView1.AllowDrop = true; this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView1.BackgroundColor = System.Drawing.Color.White; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(34, 64); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(500, 183); this.dataGridView1.TabIndex = 2; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(226, 59); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(117, 21); this.textBox1.TabIndex = 5; // // textBox2 // this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox2.Location = new System.Drawing.Point(116, 98); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(134, 21); this.textBox2.TabIndex = 6; // // textBox3 // this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox3.Location = new System.Drawing.Point(356, 98); this.textBox3.Name = "textBox3"; this.textBox3.ReadOnly = true; this.textBox3.Size = new System.Drawing.Size(128, 21); this.textBox3.TabIndex = 9; // // textBox4 // this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox4.Location = new System.Drawing.Point(116, 136); this.textBox4.Name = "textBox4"; this.textBox4.ReadOnly = true; this.textBox4.Size = new System.Drawing.Size(134, 21); this.textBox4.TabIndex = 10; // // textBox5 // this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox5.Location = new System.Drawing.Point(356, 136); this.textBox5.Name = "textBox5"; this.textBox5.ReadOnly = true; this.textBox5.Size = new System.Drawing.Size(128, 21); this.textBox5.TabIndex = 11; // // textBox6 // this.textBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox6.Location = new System.Drawing.Point(116, 169); this.textBox6.Name = "textBox6"; this.textBox6.ReadOnly = true; this.textBox6.Size = new System.Drawing.Size(134, 21); this.textBox6.TabIndex = 12; // // textBox7 // this.textBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox7.Location = new System.Drawing.Point(356, 175); this.textBox7.Name = "textBox7"; this.textBox7.ReadOnly = true; this.textBox7.Size = new System.Drawing.Size(128, 21); this.textBox7.TabIndex = 13; // // textBox8 // this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox8.Location = new System.Drawing.Point(116, 206); this.textBox8.Name = "textBox8"; this.textBox8.ReadOnly = true; this.textBox8.Size = new System.Drawing.Size(134, 21); this.textBox8.TabIndex = 14; // // textBox9 // this.textBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox9.Location = new System.Drawing.Point(356, 209); this.textBox9.Name = "textBox9"; this.textBox9.ReadOnly = true; this.textBox9.Size = new System.Drawing.Size(128, 21); this.textBox9.TabIndex = 15; // // textBox10 // this.textBox10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox10.Location = new System.Drawing.Point(356, 243); this.textBox10.Name = "textBox10"; this.textBox10.ReadOnly = true; this.textBox10.Size = new System.Drawing.Size(128, 21); this.textBox10.TabIndex = 16; // // textBox11 // this.textBox11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox11.Location = new System.Drawing.Point(116, 240); this.textBox11.Name = "textBox11"; this.textBox11.ReadOnly = true; this.textBox11.Size = new System.Drawing.Size(134, 21); this.textBox11.TabIndex = 17; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(197, 59); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(20, 17); this.label1.TabIndex = 18; this.label1.Text = "id"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(31, 98); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 17); this.label2.TabIndex = 19; this.label2.Text = "applydata"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(263, 98); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(85, 17); this.label3.TabIndex = 20; this.label3.Text = "Projectname"; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(14, 140); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(96, 17); this.label4.TabIndex = 21; this.label4.Text = "Projectcontect"; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(275, 136); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(71, 17); this.label5.TabIndex = 22; this.label5.Text = "Projectnm"; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(13, 175); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(95, 17); this.label6.TabIndex = 23; this.label6.Text = "Invitationtype"; // // label7 // this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(272, 175); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(72, 17); this.label7.TabIndex = 24; this.label7.Text = "Finishdate"; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(32, 210); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(51, 17); this.label8.TabIndex = 25; this.label8.Text = "Option"; // // label9 // this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(263, 213); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(87, 17); this.label9.TabIndex = 26; this.label9.Text = "Grouppotion"; // // label10 // this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.Location = new System.Drawing.Point(32, 243); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 17); this.label10.TabIndex = 27; this.label10.Text = "Opdate"; // // label11 // this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.Location = new System.Drawing.Point(289, 247); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(47, 17); this.label11.TabIndex = 28; this.label11.Text = "Userid"; // // dataGridView3 // this.dataGridView3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView3.BackgroundColor = System.Drawing.Color.White; this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView3.Location = new System.Drawing.Point(37, 345); this.dataGridView3.Name = "dataGridView3"; this.dataGridView3.ReadOnly = true; this.dataGridView3.RowTemplate.Height = 23; this.dataGridView3.Size = new System.Drawing.Size(500, 95); this.dataGridView3.TabIndex = 29; // // bindingNavigator3 // this.bindingNavigator3.AddNewItem = this.bindingNavigatorAddNewItem2; this.bindingNavigator3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.bindingNavigator3.CountItem = this.bindingNavigatorCountItem2; this.bindingNavigator3.DeleteItem = this.bindingNavigatorDeleteItem2; this.bindingNavigator3.Dock = System.Windows.Forms.DockStyle.None; this.bindingNavigator3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem2, this.bindingNavigatorMovePreviousItem2, this.bindingNavigatorSeparator6, this.bindingNavigatorPositionItem2, this.bindingNavigatorCountItem2, this.bindingNavigatorSeparator7, this.bindingNavigatorMoveNextItem2, this.bindingNavigatorMoveLastItem2, this.bindingNavigatorSeparator8, this.bindingNavigatorAddNewItem2, this.bindingNavigatorDeleteItem2}); this.bindingNavigator3.Location = new System.Drawing.Point(37, 317); this.bindingNavigator3.MoveFirstItem = this.bindingNavigatorMoveFirstItem2; this.bindingNavigator3.MoveLastItem = this.bindingNavigatorMoveLastItem2; this.bindingNavigator3.MoveNextItem = this.bindingNavigatorMoveNextItem2; this.bindingNavigator3.MovePreviousItem = this.bindingNavigatorMovePreviousItem2; this.bindingNavigator3.Name = "bindingNavigator3"; this.bindingNavigator3.PositionItem = this.bindingNavigatorPositionItem2; this.bindingNavigator3.Size = new System.Drawing.Size(252, 25); this.bindingNavigator3.TabIndex = 30; this.bindingNavigator3.Text = "bindingNavigator3"; this.bindingNavigator3.RefreshItems += new System.EventHandler(this.bindingNavigator3_RefreshItems); // // bindingNavigatorAddNewItem2 // this.bindingNavigatorAddNewItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem2.Image"))); this.bindingNavigatorAddNewItem2.Name = "bindingNavigatorAddNewItem2"; this.bindingNavigatorAddNewItem2.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem2.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem2.Text = "新添"; // // bindingNavigatorCountItem2 // this.bindingNavigatorCountItem2.Name = "bindingNavigatorCountItem2"; this.bindingNavigatorCountItem2.Size = new System.Drawing.Size(32, 22); this.bindingNavigatorCountItem2.Text = "/ {0}"; this.bindingNavigatorCountItem2.ToolTipText = "总项数"; // // bindingNavigatorDeleteItem2 // this.bindingNavigatorDeleteItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem2.Image"))); this.bindingNavigatorDeleteItem2.Name = "bindingNavigatorDeleteItem2"; this.bindingNavigatorDeleteItem2.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem2.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem2.Text = "删除"; // // bindingNavigatorMoveFirstItem2 // this.bindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem2.Image"))); this.bindingNavigatorMoveFirstItem2.Name = "bindingNavigatorMoveFirstItem2"; this.bindingNavigatorMoveFirstItem2.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveFirstItem2.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem2.Text = "移到第一条记录"; // // bindingNavigatorMovePreviousItem2 // this.bindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem2.Image"))); this.bindingNavigatorMovePreviousItem2.Name = "bindingNavigatorMovePreviousItem2"; this.bindingNavigatorMovePreviousItem2.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMovePreviousItem2.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem2.Text = "移到上一条记录"; // // bindingNavigatorSeparator6 // this.bindingNavigatorSeparator6.Name = "bindingNavigatorSeparator6"; this.bindingNavigatorSeparator6.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem2 // this.bindingNavigatorPositionItem2.AccessibleName = "位置"; this.bindingNavigatorPositionItem2.AutoSize = false; this.bindingNavigatorPositionItem2.Name = "bindingNavigatorPositionItem2"; this.bindingNavigatorPositionItem2.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem2.Text = "0"; this.bindingNavigatorPositionItem2.ToolTipText = "当前位置"; // // bindingNavigatorSeparator7 // this.bindingNavigatorSeparator7.Name = "bindingNavigatorSeparator7"; this.bindingNavigatorSeparator7.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorMoveNextItem2 // this.bindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem2.Image"))); this.bindingNavigatorMoveNextItem2.Name = "bindingNavigatorMoveNextItem2"; this.bindingNavigatorMoveNextItem2.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveNextItem2.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveNextItem2.Text = "移到下一条记录"; // // bindingNavigatorMoveLastItem2 // this.bindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem2.Image"))); this.bindingNavigatorMoveLastItem2.Name = "bindingNavigatorMoveLastItem2"; this.bindingNavigatorMoveLastItem2.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveLastItem2.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveLastItem2.Text = "移到最后一条记录"; // // bindingNavigatorSeparator8 // this.bindingNavigatorSeparator8.Name = "bindingNavigatorSeparator8"; this.bindingNavigatorSeparator8.Size = new System.Drawing.Size(6, 25); // // textBox12 // this.textBox12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox12.Location = new System.Drawing.Point(16, 63); this.textBox12.Name = "textBox12"; this.textBox12.ReadOnly = true; this.textBox12.Size = new System.Drawing.Size(84, 21); this.textBox12.TabIndex = 31; // // textBox13 // this.textBox13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox13.Location = new System.Drawing.Point(139, 63); this.textBox13.Name = "textBox13"; this.textBox13.ReadOnly = true; this.textBox13.Size = new System.Drawing.Size(84, 21); this.textBox13.TabIndex = 32; // // textBox14 // this.textBox14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox14.Location = new System.Drawing.Point(265, 63); this.textBox14.Name = "textBox14"; this.textBox14.ReadOnly = true; this.textBox14.Size = new System.Drawing.Size(84, 21); this.textBox14.TabIndex = 33; // // textBox15 // this.textBox15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox15.Location = new System.Drawing.Point(383, 63); this.textBox15.Name = "textBox15"; this.textBox15.ReadOnly = true; this.textBox15.Size = new System.Drawing.Size(84, 21); this.textBox15.TabIndex = 34; // // textBox16 // this.textBox16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox16.Location = new System.Drawing.Point(16, 113); this.textBox16.Name = "textBox16"; this.textBox16.ReadOnly = true; this.textBox16.Size = new System.Drawing.Size(84, 21); this.textBox16.TabIndex = 35; // // textBox17 // this.textBox17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox17.Location = new System.Drawing.Point(139, 113); this.textBox17.Name = "textBox17"; this.textBox17.ReadOnly = true; this.textBox17.Size = new System.Drawing.Size(84, 21); this.textBox17.TabIndex = 36; // // textBox18 // this.textBox18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox18.Location = new System.Drawing.Point(262, 113); this.textBox18.Name = "textBox18"; this.textBox18.ReadOnly = true; this.textBox18.Size = new System.Drawing.Size(84, 21); this.textBox18.TabIndex = 37; // // textBox19 // this.textBox19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox19.Location = new System.Drawing.Point(383, 113); this.textBox19.Name = "textBox19"; this.textBox19.ReadOnly = true; this.textBox19.Size = new System.Drawing.Size(84, 21); this.textBox19.TabIndex = 38; // // textBox20 // this.textBox20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox20.Location = new System.Drawing.Point(16, 155); this.textBox20.Name = "textBox20"; this.textBox20.ReadOnly = true; this.textBox20.Size = new System.Drawing.Size(84, 21); this.textBox20.TabIndex = 39; // // textBox21 // this.textBox21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox21.Location = new System.Drawing.Point(139, 157); this.textBox21.Name = "textBox21"; this.textBox21.ReadOnly = true; this.textBox21.Size = new System.Drawing.Size(84, 21); this.textBox21.TabIndex = 40; // // textBox22 // this.textBox22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox22.Location = new System.Drawing.Point(265, 157); this.textBox22.Name = "textBox22"; this.textBox22.ReadOnly = true; this.textBox22.Size = new System.Drawing.Size(84, 21); this.textBox22.TabIndex = 41; // // textBox23 // this.textBox23.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBox23.Location = new System.Drawing.Point(383, 155); this.textBox23.Name = "textBox23"; this.textBox23.ReadOnly = true; this.textBox23.Size = new System.Drawing.Size(84, 21); this.textBox23.TabIndex = 42; // // label12 // this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label12.Location = new System.Drawing.Point(14, 43); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(51, 17); this.label12.TabIndex = 43; this.label12.Text = "SUP_ID"; // // label13 // this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.Location = new System.Drawing.Point(137, 43); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(58, 17); this.label13.TabIndex = 44; this.label13.Text = "TYPE_ID"; // // label14 // this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.Location = new System.Drawing.Point(263, 43); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(46, 17); this.label14.TabIndex = 45; this.label14.Text = "NAME"; // // label15 // this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label15.Location = new System.Drawing.Point(381, 43); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(66, 17); this.label15.TabIndex = 46; this.label15.Text = "ADDRESS"; // // label16 // this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label16.Location = new System.Drawing.Point(14, 93); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(32, 17); this.label16.TabIndex = 47; this.label16.Text = "FAX"; // // label17 // this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label17.Location = new System.Drawing.Point(137, 93); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(101, 17); this.label17.TabIndex = 48; this.label17.Text = "OFFICE_PHONE"; // // label18 // this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label18.AutoSize = true; this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label18.Location = new System.Drawing.Point(263, 93); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(50, 17); this.label18.TabIndex = 49; this.label18.Text = "EMALL"; // // label19 // this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label19.AutoSize = true; this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label19.Location = new System.Drawing.Point(381, 93); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(55, 17); this.label19.TabIndex = 50; this.label19.Text = "MONEY"; // // label20 // this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label20.AutoSize = true; this.label20.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label20.Location = new System.Drawing.Point(14, 135); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(69, 17); this.label20.TabIndex = 51; this.label20.Text = "CONTACT"; // // label21 // this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label21.AutoSize = true; this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label21.Location = new System.Drawing.Point(137, 135); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(119, 17); this.label21.TabIndex = 52; this.label21.Text = "CONTACT_PHONE"; // // label22 // this.label22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label22.AutoSize = true; this.label22.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label22.Location = new System.Drawing.Point(263, 135); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(43, 17); this.label22.TabIndex = 53; this.label22.Text = "BANK"; // // label23 // this.label23.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label23.AutoSize = true; this.label23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label23.Location = new System.Drawing.Point(381, 135); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(74, 17); this.label23.TabIndex = 54; this.label23.Text = "BANKACNI"; // // label24 // this.label24.BackColor = System.Drawing.Color.Transparent; this.label24.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label24.Location = new System.Drawing.Point(3, 59); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(28, 117); this.label24.TabIndex = 55; this.label24.Text = "招标项目"; // // label25 // this.label25.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label25.BackColor = System.Drawing.Color.Transparent; this.label25.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label25.Location = new System.Drawing.Point(3, 330); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(28, 117); this.label25.TabIndex = 56; this.label25.Text = "投标列号"; this.label25.Click += new System.EventHandler(this.label25_Click); // // label26 // this.label26.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label26.AutoSize = true; this.label26.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label26.Location = new System.Drawing.Point(12, 15); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(327, 28); this.label26.TabIndex = 57; this.label26.Text = "投标列号对应投标公司详细信息:"; // // label27 // this.label27.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label27.AutoSize = true; this.label27.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label27.Location = new System.Drawing.Point(135, 17); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(201, 28); this.label27.TabIndex = 58; this.label27.Text = "招标项目详细信息:"; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.label27); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textBox11); this.groupBox1.Controls.Add(this.textBox10); this.groupBox1.Controls.Add(this.textBox9); this.groupBox1.Controls.Add(this.textBox8); this.groupBox1.Controls.Add(this.textBox7); this.groupBox1.Controls.Add(this.textBox6); this.groupBox1.Controls.Add(this.textBox5); this.groupBox1.Controls.Add(this.textBox4); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Location = new System.Drawing.Point(540, 47); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(490, 277); this.groupBox1.TabIndex = 59; this.groupBox1.TabStop = false; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.BackColor = System.Drawing.Color.Transparent; this.groupBox2.Controls.Add(this.label26); this.groupBox2.Controls.Add(this.label23); this.groupBox2.Controls.Add(this.label22); this.groupBox2.Controls.Add(this.label21); this.groupBox2.Controls.Add(this.label20); this.groupBox2.Controls.Add(this.label19); this.groupBox2.Controls.Add(this.label18); this.groupBox2.Controls.Add(this.label17); this.groupBox2.Controls.Add(this.label16); this.groupBox2.Controls.Add(this.label15); this.groupBox2.Controls.Add(this.label14); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.textBox23); this.groupBox2.Controls.Add(this.textBox22); this.groupBox2.Controls.Add(this.textBox21); this.groupBox2.Controls.Add(this.textBox20); this.groupBox2.Controls.Add(this.textBox19); this.groupBox2.Controls.Add(this.textBox18); this.groupBox2.Controls.Add(this.textBox17); this.groupBox2.Controls.Add(this.textBox16); this.groupBox2.Controls.Add(this.textBox15); this.groupBox2.Controls.Add(this.textBox14); this.groupBox2.Controls.Add(this.textBox13); this.groupBox2.Controls.Add(this.textBox12); this.groupBox2.Location = new System.Drawing.Point(540, 330); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(488, 184); this.groupBox2.TabIndex = 60; this.groupBox2.TabStop = false; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage"))); this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Location = new System.Drawing.Point(981, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(43, 37); this.button1.TabIndex = 61; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); this.button1.MouseLeave += new System.EventHandler(this.button1_MouseLeave); this.button1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button1_MouseMove); // // check // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1036, 548); this.Controls.Add(this.button1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label25); this.Controls.Add(this.label24); this.Controls.Add(this.bindingNavigator3); this.Controls.Add(this.dataGridView3); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.bindingNavigator1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "check"; this.Text = "公司负责人管理"; this.Load += new System.EventHandler(this.Form2_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.check_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.check_MouseMove); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.check_MouseUp); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator3)).EndInit(); this.bindingNavigator3.ResumeLayout(false); this.bindingNavigator3.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(StudentsForm)); this.educationalDepartmentDataSet = new DepartmentManager.EducationalDepartmentDataSet(); this.groupsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.groupsTableAdapter = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.GroupsTableAdapter(); this.tableAdapterManager = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager(); this.studentsTableAdapter = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.StudentsTableAdapter(); this.groupsBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.studentsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.groupsBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.studentsDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.groupsBindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.plansBindingSource = new System.Windows.Forms.BindingSource(this.components); this.plansTableAdapter = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.PlansTableAdapter(); this.groupsBindingSource2 = new System.Windows.Forms.BindingSource(this.components); this.groupsComboBox1 = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.plansDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupsBindingNavigator)).BeginInit(); this.groupsBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.studentsDataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).BeginInit(); this.SuspendLayout(); // // educationalDepartmentDataSet // this.educationalDepartmentDataSet.DataSetName = "EducationalDepartmentDataSet"; this.educationalDepartmentDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // groupsBindingSource // this.groupsBindingSource.DataMember = "Groups"; this.groupsBindingSource.DataSource = this.educationalDepartmentDataSet; // // groupsTableAdapter // this.groupsTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.GroupsTableAdapter = this.groupsTableAdapter; this.tableAdapterManager.MarkRecordsTableAdapter = null; this.tableAdapterManager.PlanContentTableAdapter = null; this.tableAdapterManager.PlansTableAdapter = null; this.tableAdapterManager.StudentsTableAdapter = this.studentsTableAdapter; this.tableAdapterManager.SubjectsTableAdapter = null; this.tableAdapterManager.UpdateOrder = DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // studentsTableAdapter // this.studentsTableAdapter.ClearBeforeFill = true; // // groupsBindingNavigator // this.groupsBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.groupsBindingNavigator.BindingSource = this.studentsBindingSource; this.groupsBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.groupsBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.groupsBindingNavigator.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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.groupsBindingNavigatorSaveItem }); this.groupsBindingNavigator.Location = new System.Drawing.Point(0, 0); this.groupsBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.groupsBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.groupsBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.groupsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.groupsBindingNavigator.Name = "groupsBindingNavigator"; this.groupsBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.groupsBindingNavigator.Size = new System.Drawing.Size(713, 25); this.groupsBindingNavigator.TabIndex = 0; this.groupsBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // studentsBindingSource // this.studentsBindingSource.DataMember = "FK_Students_Groups"; this.studentsBindingSource.DataSource = this.groupsBindingSource2; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // groupsBindingNavigatorSaveItem // this.groupsBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.groupsBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("groupsBindingNavigatorSaveItem.Image"))); this.groupsBindingNavigatorSaveItem.Name = "groupsBindingNavigatorSaveItem"; this.groupsBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.groupsBindingNavigatorSaveItem.Text = "Save Data"; this.groupsBindingNavigatorSaveItem.Click += new System.EventHandler(this.GroupsBindingNavigatorSaveItem_Click); // // studentsDataGridView // this.studentsDataGridView.AutoGenerateColumns = false; this.studentsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.studentsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn1 }); this.studentsDataGridView.DataSource = this.studentsBindingSource; this.studentsDataGridView.Location = new System.Drawing.Point(12, 28); this.studentsDataGridView.Name = "studentsDataGridView"; this.studentsDataGridView.Size = new System.Drawing.Size(384, 275); this.studentsDataGridView.TabIndex = 2; this.studentsDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.StudentsDataGridView_DataError); // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn2.DataPropertyName = "FullName"; this.dataGridViewTextBoxColumn2.HeaderText = "Имя"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "GroupId"; this.dataGridViewTextBoxColumn3.DataSource = this.groupsBindingSource1; this.dataGridViewTextBoxColumn3.DisplayMember = "Number"; this.dataGridViewTextBoxColumn3.HeaderText = "Группа"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.dataGridViewTextBoxColumn3.ValueMember = "Id"; this.dataGridViewTextBoxColumn3.Width = 130; // // groupsBindingSource1 // this.groupsBindingSource1.DataMember = "Groups"; this.groupsBindingSource1.DataSource = this.educationalDepartmentDataSet; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Id"; this.dataGridViewTextBoxColumn1.HeaderText = "Id"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Visible = false; // // plansBindingSource // this.plansBindingSource.DataMember = "Plans"; this.plansBindingSource.DataSource = this.educationalDepartmentDataSet; // // plansTableAdapter // this.plansTableAdapter.ClearBeforeFill = true; // // groupsBindingSource2 // this.groupsBindingSource2.DataMember = "FK_Groups_Plans"; this.groupsBindingSource2.DataSource = this.plansBindingSource; // // groupsComboBox1 // this.groupsComboBox1.DataSource = this.groupsBindingSource2; this.groupsComboBox1.DisplayMember = "Number"; this.groupsComboBox1.FormattingEnabled = true; this.groupsComboBox1.Location = new System.Drawing.Point(401, 261); this.groupsComboBox1.Name = "groupsComboBox1"; this.groupsComboBox1.Size = new System.Drawing.Size(241, 21); this.groupsComboBox1.TabIndex = 6; this.groupsComboBox1.ValueMember = "Id"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(401, 245); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(42, 13); this.label3.TabIndex = 7; this.label3.Text = "Группа"; // // plansDataGridView // this.plansDataGridView.AutoGenerateColumns = false; this.plansDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.plansDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn6, this.dataGridViewTextBoxColumn4 }); this.plansDataGridView.DataSource = this.plansBindingSource; this.plansDataGridView.Location = new System.Drawing.Point(401, 28); this.plansDataGridView.Name = "plansDataGridView"; this.plansDataGridView.Size = new System.Drawing.Size(300, 214); this.plansDataGridView.TabIndex = 7; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn5.DataPropertyName = "Speciality"; this.dataGridViewTextBoxColumn5.HeaderText = "Специальность"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "Year"; this.dataGridViewTextBoxColumn6.HeaderText = "Год"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; this.dataGridViewTextBoxColumn6.Width = 75; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "Id"; this.dataGridViewTextBoxColumn4.HeaderText = "Id"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Visible = false; // // StudentsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(713, 324); this.Controls.Add(this.plansDataGridView); this.Controls.Add(this.label3); this.Controls.Add(this.groupsComboBox1); this.Controls.Add(this.studentsDataGridView); this.Controls.Add(this.groupsBindingNavigator); this.Name = "StudentsForm"; this.Text = "Студенты"; this.Load += new System.EventHandler(this.StudentsForm_Load); ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupsBindingNavigator)).EndInit(); this.groupsBindingNavigator.ResumeLayout(false); this.groupsBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.studentsDataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(ReportViewer)); Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3 = new Microsoft.Reporting.WinForms.ReportDataSource(); this.TestBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dnReport = new System.Windows.Forms.BindingNavigator(this.components); this.tspbPrint = new System.Windows.Forms.ToolStripSplitButton(); this.toolPageSettings = new System.Windows.Forms.ToolStripMenuItem(); this.toolPreview = new System.Windows.Forms.ToolStripMenuItem(); this.toolPrint = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolRefresh = new System.Windows.Forms.ToolStripButton(); this.toolStop = new System.Windows.Forms.ToolStripButton(); this.toolBack = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.toolExport = new System.Windows.Forms.ToolStripSplitButton(); this.toolExcel = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.tspbZoom = new System.Windows.Forms.ToolStripSplitButton(); this.tool25 = new System.Windows.Forms.ToolStripMenuItem(); this.tool50 = new System.Windows.Forms.ToolStripMenuItem(); this.tool100 = new System.Windows.Forms.ToolStripMenuItem(); this.tool200 = new System.Windows.Forms.ToolStripMenuItem(); this.tool400 = new System.Windows.Forms.ToolStripMenuItem(); this.toolWhole = new System.Windows.Forms.ToolStripMenuItem(); this.toolPageWidth = new System.Windows.Forms.ToolStripMenuItem(); this.tspbSearch = new System.Windows.Forms.ToolStripSplitButton(); this.txtSearch = new System.Windows.Forms.ToolStripTextBox(); this.toolSearch = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolSearchNext = new System.Windows.Forms.ToolStripMenuItem(); this.tspbNavigation = new System.Windows.Forms.ToolStripSplitButton(); this.toolFirst = new System.Windows.Forms.ToolStripMenuItem(); this.toolLast = new System.Windows.Forms.ToolStripMenuItem(); this.toolPrevious = new System.Windows.Forms.ToolStripMenuItem(); this.toolNext = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolJump = new System.Windows.Forms.ToolStripMenuItem(); this.txtJump = new System.Windows.Forms.ToolStripTextBox(); this.toolStripButton1 = new System.Windows.Forms.ToolStripSeparator(); this.rptViewer = new Microsoft.Reporting.WinForms.ReportViewer(); this.PreviewDialog = new System.Windows.Forms.PrintPreviewDialog(); ((System.ComponentModel.ISupportInitialize)(this.TestBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dnReport)).BeginInit(); this.dnReport.SuspendLayout(); this.SuspendLayout(); // // dnReport // this.dnReport.AddNewItem = null; this.dnReport.CountItem = null; this.dnReport.DeleteItem = null; this.dnReport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tspbPrint, this.toolStripSeparator1, this.toolRefresh, this.toolStop, this.toolBack, this.toolStripSeparator4, this.toolExport, this.toolStripSeparator5, this.tspbZoom, this.tspbSearch, this.tspbNavigation, this.toolStripButton1}); this.dnReport.Location = new System.Drawing.Point(0, 0); this.dnReport.MoveFirstItem = null; this.dnReport.MoveLastItem = null; this.dnReport.MoveNextItem = null; this.dnReport.MovePreviousItem = null; this.dnReport.Name = "dnReport"; this.dnReport.PositionItem = null; this.dnReport.Size = new System.Drawing.Size(641, 25); this.dnReport.TabIndex = 0; this.dnReport.Text = "bindingNavigator1"; // // tspbPrint // this.tspbPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tspbPrint.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolPageSettings, this.toolPreview, this.toolPrint}); this.tspbPrint.Image = ((System.Drawing.Image)(resources.GetObject("tspbPrint.Image"))); this.tspbPrint.ImageTransparentColor = System.Drawing.Color.Magenta; this.tspbPrint.Name = "tspbPrint"; this.tspbPrint.Size = new System.Drawing.Size(45, 22); this.tspbPrint.Text = "打印"; // // toolPageSettings // this.toolPageSettings.Name = "toolPageSettings"; this.toolPageSettings.Size = new System.Drawing.Size(152, 22); this.toolPageSettings.Text = "页面设置"; this.toolPageSettings.Click += new System.EventHandler(this.toolPageSettings_Click); // // toolPreview // this.toolPreview.Name = "toolPreview"; this.toolPreview.Size = new System.Drawing.Size(152, 22); this.toolPreview.Text = "预览"; this.toolPreview.Click += new System.EventHandler(this.toolPreview_Click); // // toolPrint // this.toolPrint.Name = "toolPrint"; this.toolPrint.Size = new System.Drawing.Size(152, 22); this.toolPrint.Text = "打印"; this.toolPrint.Click += new System.EventHandler(this.toolPrint_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolRefresh // this.toolRefresh.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolRefresh.Name = "toolRefresh"; this.toolRefresh.Size = new System.Drawing.Size(33, 22); this.toolRefresh.Text = "刷新"; this.toolRefresh.Click += new System.EventHandler(this.toolRefresh_Click); // // toolStop // this.toolStop.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStop.Name = "toolStop"; this.toolStop.Size = new System.Drawing.Size(33, 22); this.toolStop.Text = "停止"; this.toolStop.Click += new System.EventHandler(this.toolStop_Click); // // toolBack // this.toolBack.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolBack.Name = "toolBack"; this.toolBack.Size = new System.Drawing.Size(33, 22); this.toolBack.Text = "后退"; this.toolBack.Click += new System.EventHandler(this.toolBack_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // toolExport // this.toolExport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolExcel}); this.toolExport.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolExport.Name = "toolExport"; this.toolExport.Size = new System.Drawing.Size(45, 22); this.toolExport.Text = "输出"; // // toolExcel // this.toolExcel.Name = "toolExcel"; this.toolExcel.Size = new System.Drawing.Size(136, 22); this.toolExcel.Text = "输出到Excel"; this.toolExcel.Click += new System.EventHandler(this.toolExcel_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); // // tspbZoom // this.tspbZoom.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tspbZoom.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tool25, this.tool50, this.tool100, this.tool200, this.tool400, this.toolWhole, this.toolPageWidth}); this.tspbZoom.Image = ((System.Drawing.Image)(resources.GetObject("tspbZoom.Image"))); this.tspbZoom.ImageTransparentColor = System.Drawing.Color.Magenta; this.tspbZoom.Name = "tspbZoom"; this.tspbZoom.Size = new System.Drawing.Size(45, 22); this.tspbZoom.Text = "显示"; // // tool25 // this.tool25.Name = "tool25"; this.tool25.Size = new System.Drawing.Size(130, 22); this.tool25.Text = "25%"; this.tool25.Click += new System.EventHandler(this.tool25_Click); // // tool50 // this.tool50.Name = "tool50"; this.tool50.Size = new System.Drawing.Size(130, 22); this.tool50.Text = "50%"; this.tool50.Click += new System.EventHandler(this.tool50_Click); // // tool100 // this.tool100.Name = "tool100"; this.tool100.Size = new System.Drawing.Size(130, 22); this.tool100.Text = "100%"; this.tool100.Click += new System.EventHandler(this.tool100_Click); // // tool200 // this.tool200.Name = "tool200"; this.tool200.Size = new System.Drawing.Size(130, 22); this.tool200.Text = "200%"; this.tool200.Click += new System.EventHandler(this.tool200_Click); // // tool400 // this.tool400.Name = "tool400"; this.tool400.Size = new System.Drawing.Size(130, 22); this.tool400.Text = "400%"; this.tool400.Click += new System.EventHandler(this.tool400_Click); // // toolWhole // this.toolWhole.Name = "toolWhole"; this.toolWhole.Size = new System.Drawing.Size(130, 22); this.toolWhole.Text = "&Whole Page"; this.toolWhole.Click += new System.EventHandler(this.toolWhole_Click); // // toolPageWidth // this.toolPageWidth.Name = "toolPageWidth"; this.toolPageWidth.Size = new System.Drawing.Size(130, 22); this.toolPageWidth.Text = "&Page Width"; this.toolPageWidth.Click += new System.EventHandler(this.toolPageWidth_Click); // // tspbSearch // this.tspbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tspbSearch.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.txtSearch, this.toolSearch, this.toolStripSeparator3, this.toolSearchNext}); this.tspbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tspbSearch.Image"))); this.tspbSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.tspbSearch.Name = "tspbSearch"; this.tspbSearch.Size = new System.Drawing.Size(45, 22); this.tspbSearch.Text = "查找"; // // txtSearch // this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(100, 21); // // toolSearch // this.toolSearch.Name = "toolSearch"; this.toolSearch.Size = new System.Drawing.Size(160, 22); this.toolSearch.Text = "查找"; this.toolSearch.Click += new System.EventHandler(this.toolSearch_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(157, 6); // // toolSearchNext // this.toolSearchNext.Name = "toolSearchNext"; this.toolSearchNext.Size = new System.Drawing.Size(160, 22); this.toolSearchNext.Text = "查找下一个"; this.toolSearchNext.Click += new System.EventHandler(this.toolSearchNext_Click); // // tspbNavigation // this.tspbNavigation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tspbNavigation.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolFirst, this.toolLast, this.toolPrevious, this.toolNext, this.toolStripSeparator2, this.toolJump, this.txtJump}); this.tspbNavigation.Image = ((System.Drawing.Image)(resources.GetObject("tspbNavigation.Image"))); this.tspbNavigation.ImageTransparentColor = System.Drawing.Color.Magenta; this.tspbNavigation.Name = "tspbNavigation"; this.tspbNavigation.Size = new System.Drawing.Size(45, 22); this.tspbNavigation.Text = "导航"; // // toolFirst // this.toolFirst.Name = "toolFirst"; this.toolFirst.Size = new System.Drawing.Size(178, 22); this.toolFirst.Text = "首页"; this.toolFirst.Click += new System.EventHandler(this.toolFirst_Click); // // toolLast // this.toolLast.Name = "toolLast"; this.toolLast.Size = new System.Drawing.Size(178, 22); this.toolLast.Text = "末页"; this.toolLast.Click += new System.EventHandler(this.toolLast_Click); // // toolPrevious // this.toolPrevious.Name = "toolPrevious"; this.toolPrevious.Size = new System.Drawing.Size(178, 22); this.toolPrevious.Text = "上页"; this.toolPrevious.Click += new System.EventHandler(this.toolPrevious_Click); // // toolNext // this.toolNext.Name = "toolNext"; this.toolNext.Size = new System.Drawing.Size(178, 22); this.toolNext.Text = "下页"; this.toolNext.Click += new System.EventHandler(this.toolNext_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(175, 6); // // toolJump // this.toolJump.Name = "toolJump"; this.toolJump.Size = new System.Drawing.Size(178, 22); this.toolJump.Text = "Jump to Specific:"; this.toolJump.Click += new System.EventHandler(this.toolJump_Click); // // txtJump // this.txtJump.Name = "txtJump"; this.txtJump.Size = new System.Drawing.Size(100, 21); // // toolStripButton1 // this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(6, 25); // // rptViewer // this.rptViewer.Dock = System.Windows.Forms.DockStyle.Fill; reportDataSource3.Name = "dsTest_Test"; reportDataSource3.Value = this.TestBindingSource; this.rptViewer.LocalReport.DataSources.Add(reportDataSource3); this.rptViewer.LocalReport.ReportEmbeddedResource = "ReportProject.Report1.rdlc"; this.rptViewer.Location = new System.Drawing.Point(0, 25); this.rptViewer.Name = "rptViewer"; this.rptViewer.ShowToolBar = false; this.rptViewer.Size = new System.Drawing.Size(641, 486); this.rptViewer.TabIndex = 1; // // PreviewDialog // this.PreviewDialog.AutoScrollMargin = new System.Drawing.Size(0, 0); this.PreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0); this.PreviewDialog.ClientSize = new System.Drawing.Size(400, 300); this.PreviewDialog.Enabled = true; this.PreviewDialog.Icon = ((System.Drawing.Icon)(resources.GetObject("PreviewDialog.Icon"))); this.PreviewDialog.Name = "printPreviewDialog1"; this.PreviewDialog.Visible = false; // // ReportViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(641, 511); this.Controls.Add(this.rptViewer); this.Controls.Add(this.dnReport); this.Name = "ReportViewer"; this.Text = "报表打印"; this.Load += new System.EventHandler(this.ReportViewer_Load); ((System.ComponentModel.ISupportInitialize)(this.TestBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dnReport)).EndInit(); this.dnReport.ResumeLayout(false); this.dnReport.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label productCodeLabel; System.Windows.Forms.Label nameLabel; System.Windows.Forms.Label versionLabel; System.Windows.Forms.Label releaseDateLabel1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProductIncidents)); this.productsBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.techSupportDataSet2C = new SportsPro.TechSupportDataSet2C(); 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(); this.productCodeTextBox = new System.Windows.Forms.TextBox(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.versionTextBox = new System.Windows.Forms.TextBox(); this.releaseDateTextBox = new System.Windows.Forms.TextBox(); this.incidentsDataGridView = new System.Windows.Forms.DataGridView(); this.incidentsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.productsTableAdapter = new SportsPro.TechSupportDataSet2CTableAdapters.ProductsTableAdapter(); this.tableAdapterManager = new SportsPro.TechSupportDataSet2CTableAdapters.TableAdapterManager(); this.incidentsTableAdapter = new SportsPro.TechSupportDataSet2CTableAdapters.IncidentsTableAdapter(); this.CustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DateOpened = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DateClosed = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TechnicianName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DisplayCustomerInfo = new System.Windows.Forms.DataGridViewButtonColumn(); productCodeLabel = new System.Windows.Forms.Label(); nameLabel = new System.Windows.Forms.Label(); versionLabel = new System.Windows.Forms.Label(); releaseDateLabel1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).BeginInit(); this.productsBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.techSupportDataSet2C)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.incidentsDataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.incidentsBindingSource)).BeginInit(); this.SuspendLayout(); // // productCodeLabel // productCodeLabel.AutoSize = true; productCodeLabel.Location = new System.Drawing.Point(9, 35); productCodeLabel.Name = "productCodeLabel"; productCodeLabel.Size = new System.Drawing.Size(75, 13); productCodeLabel.TabIndex = 1; productCodeLabel.Text = "Product Code:"; // // nameLabel // nameLabel.AutoSize = true; nameLabel.Location = new System.Drawing.Point(9, 61); nameLabel.Name = "nameLabel"; nameLabel.Size = new System.Drawing.Size(38, 13); nameLabel.TabIndex = 3; nameLabel.Text = "Name:"; // // versionLabel // versionLabel.AutoSize = true; versionLabel.Location = new System.Drawing.Point(9, 87); versionLabel.Name = "versionLabel"; versionLabel.Size = new System.Drawing.Size(45, 13); versionLabel.TabIndex = 5; versionLabel.Text = "Version:"; // // releaseDateLabel1 // releaseDateLabel1.AutoSize = true; releaseDateLabel1.Location = new System.Drawing.Point(9, 113); releaseDateLabel1.Name = "releaseDateLabel1"; releaseDateLabel1.Size = new System.Drawing.Size(75, 13); releaseDateLabel1.TabIndex = 9; releaseDateLabel1.Text = "Release Date:"; // // productsBindingNavigator // this.productsBindingNavigator.AddNewItem = null; this.productsBindingNavigator.BindingSource = this.productsBindingSource; this.productsBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.productsBindingNavigator.DeleteItem = null; this.productsBindingNavigator.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.productsBindingNavigator.Location = new System.Drawing.Point(0, 0); this.productsBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.productsBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.productsBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.productsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.productsBindingNavigator.Name = "productsBindingNavigator"; this.productsBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.productsBindingNavigator.Size = new System.Drawing.Size(592, 25); this.productsBindingNavigator.TabIndex = 0; this.productsBindingNavigator.Text = "bindingNavigator1"; // // productsBindingSource // this.productsBindingSource.DataMember = "Products"; this.productsBindingSource.DataSource = this.techSupportDataSet2C; // // techSupportDataSet2C // this.techSupportDataSet2C.DataSetName = "TechSupportDataSet2C"; this.techSupportDataSet2C.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // productCodeTextBox // this.productCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ProductCode", true)); this.productCodeTextBox.Location = new System.Drawing.Point(90, 32); this.productCodeTextBox.Name = "productCodeTextBox"; this.productCodeTextBox.ReadOnly = true; this.productCodeTextBox.Size = new System.Drawing.Size(100, 20); this.productCodeTextBox.TabIndex = 2; // // nameTextBox // this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "Name", true)); this.nameTextBox.Location = new System.Drawing.Point(90, 58); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.ReadOnly = true; this.nameTextBox.Size = new System.Drawing.Size(200, 20); this.nameTextBox.TabIndex = 4; // // versionTextBox // this.versionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "Version", true)); this.versionTextBox.Location = new System.Drawing.Point(90, 84); this.versionTextBox.Name = "versionTextBox"; this.versionTextBox.ReadOnly = true; this.versionTextBox.Size = new System.Drawing.Size(100, 20); this.versionTextBox.TabIndex = 6; // // releaseDateTextBox // this.releaseDateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ReleaseDate", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "d")); this.releaseDateTextBox.Location = new System.Drawing.Point(90, 110); this.releaseDateTextBox.Name = "releaseDateTextBox"; this.releaseDateTextBox.ReadOnly = true; this.releaseDateTextBox.Size = new System.Drawing.Size(100, 20); this.releaseDateTextBox.TabIndex = 10; // // incidentsDataGridView // this.incidentsDataGridView.AllowUserToAddRows = false; this.incidentsDataGridView.AllowUserToDeleteRows = false; this.incidentsDataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.incidentsDataGridView.AutoGenerateColumns = false; this.incidentsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.incidentsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CustomerID, this.DateOpened, this.DateClosed, this.Title, this.TechnicianName, this.CustomerName, this.DisplayCustomerInfo}); this.incidentsDataGridView.DataSource = this.incidentsBindingSource; this.incidentsDataGridView.Location = new System.Drawing.Point(12, 144); this.incidentsDataGridView.Name = "incidentsDataGridView"; this.incidentsDataGridView.ReadOnly = true; this.incidentsDataGridView.Size = new System.Drawing.Size(568, 137); this.incidentsDataGridView.TabIndex = 10; this.incidentsDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.incidentsDataGridView_CellContentClick); // // incidentsBindingSource // this.incidentsBindingSource.DataMember = "FK_Incidents_Products"; this.incidentsBindingSource.DataSource = this.productsBindingSource; // // productsTableAdapter // this.productsTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ProductsTableAdapter = this.productsTableAdapter; this.tableAdapterManager.UpdateOrder = SportsPro.TechSupportDataSet2CTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // incidentsTableAdapter // this.incidentsTableAdapter.ClearBeforeFill = true; // // CustomerID // this.CustomerID.DataPropertyName = "CustomerID"; this.CustomerID.HeaderText = "CustomerID"; this.CustomerID.Name = "CustomerID"; this.CustomerID.ReadOnly = true; this.CustomerID.Visible = false; // // DateOpened // this.DateOpened.DataPropertyName = "DateOpened"; this.DateOpened.HeaderText = "Date Opened"; this.DateOpened.Name = "DateOpened"; this.DateOpened.ReadOnly = true; // // DateClosed // this.DateClosed.DataPropertyName = "DateClosed"; this.DateClosed.HeaderText = "Date Closed"; this.DateClosed.Name = "DateClosed"; this.DateClosed.ReadOnly = true; // // Title // this.Title.DataPropertyName = "Title"; this.Title.HeaderText = "Title"; this.Title.Name = "Title"; this.Title.ReadOnly = true; // // TechnicianName // this.TechnicianName.DataPropertyName = "TechnicianName"; this.TechnicianName.HeaderText = "Technician Name"; this.TechnicianName.Name = "TechnicianName"; this.TechnicianName.ReadOnly = true; this.TechnicianName.Width = 120; // // CustomerName // this.CustomerName.DataPropertyName = "CustomerName"; this.CustomerName.HeaderText = "Customer Name"; this.CustomerName.Name = "CustomerName"; this.CustomerName.ReadOnly = true; this.CustomerName.Width = 120; // // DisplayCustomerInfo // this.DisplayCustomerInfo.HeaderText = ""; this.DisplayCustomerInfo.Name = "DisplayCustomerInfo"; this.DisplayCustomerInfo.ReadOnly = true; this.DisplayCustomerInfo.Text = "Display Customer Info"; this.DisplayCustomerInfo.UseColumnTextForButtonValue = true; this.DisplayCustomerInfo.Width = 120; // // frmProductIncidents // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(592, 293); this.Controls.Add(this.incidentsDataGridView); this.Controls.Add(releaseDateLabel1); this.Controls.Add(this.releaseDateTextBox); this.Controls.Add(productCodeLabel); this.Controls.Add(this.productCodeTextBox); this.Controls.Add(nameLabel); this.Controls.Add(this.nameTextBox); this.Controls.Add(versionLabel); this.Controls.Add(this.versionTextBox); this.Controls.Add(this.productsBindingNavigator); this.Name = "frmProductIncidents"; this.Text = "Incidents by Product"; this.Load += new System.EventHandler(this.frmProductIncidents_Load); ((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).EndInit(); this.productsBindingNavigator.ResumeLayout(false); this.productsBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.techSupportDataSet2C)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.incidentsDataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.incidentsBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(chaxun_zhuan)); this.dataGridView1 = new System.Windows.Forms.DataGridView(); 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(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(21, 92); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(528, 193); this.dataGridView1.TabIndex = 0; // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.None; 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(21, 64); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(206, 25); this.bindingNavigator1.TabIndex = 1; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22); 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, 22); 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, 22); this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // 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, 25); // // 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, 22); 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, 22); this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // button1 // this.button1.BackColor = System.Drawing.Color.Transparent; this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage"))); this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Location = new System.Drawing.Point(508, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(41, 36); this.button1.TabIndex = 2; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); this.button1.MouseLeave += new System.EventHandler(this.button1_MouseLeave); this.button1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button1_MouseMove); // // button2 // this.button2.BackColor = System.Drawing.Color.Transparent; this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage"))); this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button2.FlatAppearance.BorderSize = 0; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Location = new System.Drawing.Point(139, 317); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(119, 40); this.button2.TabIndex = 3; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); this.button2.MouseLeave += new System.EventHandler(this.button2_MouseLeave); this.button2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button2_MouseMove); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "房产工程", "环境工程", "公路工程"}); this.comboBox1.Location = new System.Drawing.Point(139, 291); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(130, 20); this.comboBox1.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(12, 288); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(131, 26); this.label1.TabIndex = 5; this.label1.Text = "选择专家类别:"; // // chaxun_zhuan // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LightGray; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(576, 369); this.Controls.Add(this.label1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.bindingNavigator1); this.Controls.Add(this.dataGridView1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "chaxun_zhuan"; this.Text = "Form2"; this.Load += new System.EventHandler(this.Form2_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chaxun_zhuan_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chaxun_zhuan_MouseMove); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chaxun_zhuan_MouseUp); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label dESCRIPCIONLabel; System.Windows.Forms.Label nOMBRELabel; System.Windows.Forms.Label label40; System.Windows.Forms.Label label41; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Especies_Form)); this.pn_listado = new System.Windows.Forms.Panel(); this.ListadoEspecies = new System.Windows.Forms.DataGridView(); this.nOMCOMUNDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cODESPDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nOMCIENTIFICODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gRUPOCOMDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.grupoComercialBSource = new System.Windows.Forms.BindingSource(this.components); this.GRUPOECOLOGICO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.fAMILIADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.zONAGEOGRAFICADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.zONADEVIDADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Editar = new System.Windows.Forms.DataGridViewButtonColumn(); this.Eliminar = new System.Windows.Forms.DataGridViewButtonColumn(); this.Detalle = new System.Windows.Forms.DataGridViewButtonColumn(); this.specieBSource = new System.Windows.Forms.BindingSource(this.components); this.paginacionEspecie = new System.Windows.Forms.BindingNavigator(this.components); this.cargarArchivo = new System.Windows.Forms.ToolStripButton(); this.Btn_nuevaEspecie = new System.Windows.Forms.ToolStripButton(); this.buscarLbl = new System.Windows.Forms.ToolStripLabel(); this.busquedaTxt = new System.Windows.Forms.ToolStripTextBox(); this.filtrarLbl = new System.Windows.Forms.ToolStripLabel(); this.criterioCbx = new System.Windows.Forms.ToolStripComboBox(); this.GroupComBSource = new System.Windows.Forms.BindingSource(this.components); this.groupBox = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.cbx_GroupCom = new System.Windows.Forms.ComboBox(); this.Btn_Guardar = new System.Windows.Forms.Button(); this.txt_DimCorte = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txt_ZonaGeo = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.txt_NomCient = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.txt_NomCom = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.button2 = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button3 = new System.Windows.Forms.Button(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.textBox7 = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.textBox8 = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.pn_crear = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.grupoEcoCbx = new System.Windows.Forms.ComboBox(); this.label42 = new System.Windows.Forms.Label(); this.btn_crearImg = new System.Windows.Forms.Button(); this.cbox_GrupoComercial = new System.Windows.Forms.ComboBox(); this.btn_Cancelar = new System.Windows.Forms.Button(); this.Btn_Crear = new System.Windows.Forms.Button(); this.txt_ZonaVida = new System.Windows.Forms.TextBox(); this.txt_ZonaGeografica = new System.Windows.Forms.TextBox(); this.txt_Familia = new System.Windows.Forms.TextBox(); this.txt_NombreCientifico = new System.Windows.Forms.TextBox(); this.txt_NombreComun = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.pn_editar = new System.Windows.Forms.Panel(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.UpdateImageBN = new System.Windows.Forms.BindingNavigator(this.components); this.imagenesBS = new System.Windows.Forms.BindingSource(this.components); this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.updImgUbic = new System.Windows.Forms.TextBox(); this.pB_imgUpdate = new System.Windows.Forms.PictureBox(); this.label36 = new System.Windows.Forms.Label(); this.updImgDesc = new System.Windows.Forms.TextBox(); this.updImgName = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.updGrupoEcoCbx = new System.Windows.Forms.ComboBox(); this.label43 = new System.Windows.Forms.Label(); this.Btn_CancelarUpdate = new System.Windows.Forms.Button(); this.grupoComercialCbx = new System.Windows.Forms.ComboBox(); this.Guardar = new System.Windows.Forms.Button(); this.txt_ZonaVid = new System.Windows.Forms.TextBox(); this.label24 = new System.Windows.Forms.Label(); this.txt_ZonaGeogra = new System.Windows.Forms.TextBox(); this.label25 = new System.Windows.Forms.Label(); this.txt_Fam = new System.Windows.Forms.TextBox(); this.label26 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.txt_NomCientifico = new System.Windows.Forms.TextBox(); this.label28 = new System.Windows.Forms.Label(); this.txt_NomComun = new System.Windows.Forms.TextBox(); this.label29 = new System.Windows.Forms.Label(); this.eP_errors = new System.Windows.Forms.ErrorProvider(this.components); this.imagenTxt = new System.Windows.Forms.TextBox(); this.txt_descripcionImg = new System.Windows.Forms.TextBox(); this.txt_nombreImg = new System.Windows.Forms.TextBox(); this.imgFichero = new System.Windows.Forms.OpenFileDialog(); this.btn_cargarImg = new System.Windows.Forms.Button(); this.pB_imgCrear = new System.Windows.Forms.PictureBox(); this.pn_detalle = new System.Windows.Forms.Panel(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.pB_imgDetalle = new System.Windows.Forms.PictureBox(); this.label39 = new System.Windows.Forms.Label(); this.rutatxt = new System.Windows.Forms.TextBox(); this.imagenesBN = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.toolStripLabel1 = 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.dESCRIPCIONTextBox = new System.Windows.Forms.TextBox(); this.nOMBRETextBox = new System.Windows.Forms.TextBox(); this.ver_detalle = new System.Windows.Forms.GroupBox(); this.detailGrupoEcoTxt = new System.Windows.Forms.TextBox(); this.label44 = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.cbxGrupoComercial_det = new System.Windows.Forms.ComboBox(); this.txt_ZonaVid_det = new System.Windows.Forms.TextBox(); this.label30 = new System.Windows.Forms.Label(); this.txt_ZonaGeogra_det = new System.Windows.Forms.TextBox(); this.label31 = new System.Windows.Forms.Label(); this.txt_Fam_det = new System.Windows.Forms.TextBox(); this.label32 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.txt_NomCientifico_det = new System.Windows.Forms.TextBox(); this.label34 = new System.Windows.Forms.Label(); this.txt_NomComun_det = new System.Windows.Forms.TextBox(); this.label35 = new System.Windows.Forms.Label(); this.btn_cerrar = new System.Windows.Forms.Button(); this.pn_cargarImg = new System.Windows.Forms.Panel(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.label38 = new System.Windows.Forms.Label(); this.label37 = new System.Windows.Forms.Label(); this.btn_ImgCancelar = new System.Windows.Forms.Button(); this.btn_ImgAceptar = new System.Windows.Forms.Button(); dESCRIPCIONLabel = new System.Windows.Forms.Label(); nOMBRELabel = new System.Windows.Forms.Label(); label40 = new System.Windows.Forms.Label(); label41 = new System.Windows.Forms.Label(); this.pn_listado.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ListadoEspecies)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grupoComercialBSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.specieBSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.paginacionEspecie)).BeginInit(); this.paginacionEspecie.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GroupComBSource)).BeginInit(); this.groupBox.SuspendLayout(); this.groupBox2.SuspendLayout(); this.pn_crear.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.groupBox1.SuspendLayout(); this.pn_editar.SuspendLayout(); this.groupBox6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.UpdateImageBN)).BeginInit(); this.UpdateImageBN.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.imagenesBS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pB_imgUpdate)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pB_imgCrear)).BeginInit(); this.pn_detalle.SuspendLayout(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pB_imgDetalle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imagenesBN)).BeginInit(); this.imagenesBN.SuspendLayout(); this.ver_detalle.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.pn_cargarImg.SuspendLayout(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // dESCRIPCIONLabel // dESCRIPCIONLabel.AutoSize = true; dESCRIPCIONLabel.Location = new System.Drawing.Point(12, 288); dESCRIPCIONLabel.Name = "dESCRIPCIONLabel"; dESCRIPCIONLabel.Size = new System.Drawing.Size(63, 13); dESCRIPCIONLabel.TabIndex = 75; dESCRIPCIONLabel.Text = "Descripcion"; // // nOMBRELabel // nOMBRELabel.AutoSize = true; nOMBRELabel.Location = new System.Drawing.Point(12, 257); nOMBRELabel.Name = "nOMBRELabel"; nOMBRELabel.Size = new System.Drawing.Size(47, 13); nOMBRELabel.TabIndex = 73; nOMBRELabel.Text = "Nombre:"; // // label40 // label40.AutoSize = true; label40.Location = new System.Drawing.Point(12, 288); label40.Name = "label40"; label40.Size = new System.Drawing.Size(63, 13); label40.TabIndex = 75; label40.Text = "Descripcion"; // // label41 // label41.AutoSize = true; label41.Location = new System.Drawing.Point(12, 257); label41.Name = "label41"; label41.Size = new System.Drawing.Size(47, 13); label41.TabIndex = 73; label41.Text = "Nombre:"; // // pn_listado // this.pn_listado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pn_listado.Controls.Add(this.ListadoEspecies); this.pn_listado.Controls.Add(this.paginacionEspecie); this.pn_listado.Location = new System.Drawing.Point(0, 0); this.pn_listado.Name = "pn_listado"; this.pn_listado.Size = new System.Drawing.Size(890, 486); this.pn_listado.TabIndex = 0; // // ListadoEspecies // this.ListadoEspecies.AllowUserToAddRows = false; this.ListadoEspecies.AllowUserToDeleteRows = false; this.ListadoEspecies.AllowUserToOrderColumns = true; this.ListadoEspecies.AutoGenerateColumns = false; this.ListadoEspecies.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.ListadoEspecies.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.ListadoEspecies.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nOMCOMUNDataGridViewTextBoxColumn, this.cODESPDataGridViewTextBoxColumn, this.nOMCIENTIFICODataGridViewTextBoxColumn, this.gRUPOCOMDataGridViewTextBoxColumn, this.GRUPOECOLOGICO, this.fAMILIADataGridViewTextBoxColumn, this.zONAGEOGRAFICADataGridViewTextBoxColumn, this.zONADEVIDADataGridViewTextBoxColumn, this.Editar, this.Eliminar, this.Detalle}); this.ListadoEspecies.DataSource = this.specieBSource; this.ListadoEspecies.Location = new System.Drawing.Point(0, 25); this.ListadoEspecies.Name = "ListadoEspecies"; this.ListadoEspecies.ReadOnly = true; this.ListadoEspecies.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.ListadoEspecies.Size = new System.Drawing.Size(886, 457); this.ListadoEspecies.TabIndex = 3; this.ListadoEspecies.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ListadoDeEspecies_CellValueChanged); this.ListadoEspecies.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.ListadoEspecies_CellFormatting); // // nOMCOMUNDataGridViewTextBoxColumn // this.nOMCOMUNDataGridViewTextBoxColumn.DataPropertyName = "NOMCOMUN"; this.nOMCOMUNDataGridViewTextBoxColumn.HeaderText = "Nombre Común"; this.nOMCOMUNDataGridViewTextBoxColumn.Name = "nOMCOMUNDataGridViewTextBoxColumn"; this.nOMCOMUNDataGridViewTextBoxColumn.ReadOnly = true; // // cODESPDataGridViewTextBoxColumn // this.cODESPDataGridViewTextBoxColumn.DataPropertyName = "CODESP"; this.cODESPDataGridViewTextBoxColumn.HeaderText = "CODESP"; this.cODESPDataGridViewTextBoxColumn.Name = "cODESPDataGridViewTextBoxColumn"; this.cODESPDataGridViewTextBoxColumn.ReadOnly = true; this.cODESPDataGridViewTextBoxColumn.Visible = false; // // nOMCIENTIFICODataGridViewTextBoxColumn // this.nOMCIENTIFICODataGridViewTextBoxColumn.DataPropertyName = "NOMCIENTIFICO"; this.nOMCIENTIFICODataGridViewTextBoxColumn.HeaderText = "Nombre Cientifico"; this.nOMCIENTIFICODataGridViewTextBoxColumn.Name = "nOMCIENTIFICODataGridViewTextBoxColumn"; this.nOMCIENTIFICODataGridViewTextBoxColumn.ReadOnly = true; // // gRUPOCOMDataGridViewTextBoxColumn // this.gRUPOCOMDataGridViewTextBoxColumn.DataPropertyName = "GRUPOCOM"; this.gRUPOCOMDataGridViewTextBoxColumn.DataSource = this.grupoComercialBSource; this.gRUPOCOMDataGridViewTextBoxColumn.DisplayMember = "DESCRIPGRUPO"; this.gRUPOCOMDataGridViewTextBoxColumn.HeaderText = "Grupo Comercial"; this.gRUPOCOMDataGridViewTextBoxColumn.Name = "gRUPOCOMDataGridViewTextBoxColumn"; this.gRUPOCOMDataGridViewTextBoxColumn.ReadOnly = true; this.gRUPOCOMDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.gRUPOCOMDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.gRUPOCOMDataGridViewTextBoxColumn.ValueMember = "GRUPOCOM"; // // grupoComercialBSource // this.grupoComercialBSource.DataSource = typeof(SIFCA_DAL.GRUPOCOMERCIAL); // // GRUPOECOLOGICO // this.GRUPOECOLOGICO.DataPropertyName = "GRUPOECOLOGICO"; this.GRUPOECOLOGICO.HeaderText = "Grupo eco"; this.GRUPOECOLOGICO.Name = "GRUPOECOLOGICO"; this.GRUPOECOLOGICO.ReadOnly = true; this.GRUPOECOLOGICO.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // fAMILIADataGridViewTextBoxColumn // this.fAMILIADataGridViewTextBoxColumn.DataPropertyName = "FAMILIA"; this.fAMILIADataGridViewTextBoxColumn.HeaderText = "Familia"; this.fAMILIADataGridViewTextBoxColumn.Name = "fAMILIADataGridViewTextBoxColumn"; this.fAMILIADataGridViewTextBoxColumn.ReadOnly = true; // // zONAGEOGRAFICADataGridViewTextBoxColumn // this.zONAGEOGRAFICADataGridViewTextBoxColumn.DataPropertyName = "ZONAGEOGRAFICA"; this.zONAGEOGRAFICADataGridViewTextBoxColumn.HeaderText = "Zona Geografica"; this.zONAGEOGRAFICADataGridViewTextBoxColumn.Name = "zONAGEOGRAFICADataGridViewTextBoxColumn"; this.zONAGEOGRAFICADataGridViewTextBoxColumn.ReadOnly = true; // // zONADEVIDADataGridViewTextBoxColumn // this.zONADEVIDADataGridViewTextBoxColumn.DataPropertyName = "ZONADEVIDA"; this.zONADEVIDADataGridViewTextBoxColumn.HeaderText = "Zona De Vida"; this.zONADEVIDADataGridViewTextBoxColumn.Name = "zONADEVIDADataGridViewTextBoxColumn"; this.zONADEVIDADataGridViewTextBoxColumn.ReadOnly = true; // // Editar // this.Editar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.Editar.HeaderText = "Editar"; this.Editar.Name = "Editar"; this.Editar.ReadOnly = true; this.Editar.Text = "Editar"; this.Editar.UseColumnTextForButtonValue = true; this.Editar.Width = 40; // // Eliminar // this.Eliminar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.Eliminar.HeaderText = "Eliminar"; this.Eliminar.Name = "Eliminar"; this.Eliminar.ReadOnly = true; this.Eliminar.Text = "Eliminar"; this.Eliminar.UseColumnTextForButtonValue = true; this.Eliminar.Width = 49; // // Detalle // this.Detalle.HeaderText = "Detalle"; this.Detalle.Name = "Detalle"; this.Detalle.ReadOnly = true; this.Detalle.Text = "Ver detalle"; this.Detalle.UseColumnTextForButtonValue = true; // // specieBSource // this.specieBSource.DataSource = typeof(SIFCA_DAL.ESPECIE); // // paginacionEspecie // this.paginacionEspecie.AddNewItem = null; this.paginacionEspecie.CountItem = null; this.paginacionEspecie.DeleteItem = null; this.paginacionEspecie.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cargarArchivo, this.Btn_nuevaEspecie, this.buscarLbl, this.busquedaTxt, this.filtrarLbl, this.criterioCbx}); this.paginacionEspecie.Location = new System.Drawing.Point(0, 0); this.paginacionEspecie.MoveFirstItem = null; this.paginacionEspecie.MoveLastItem = null; this.paginacionEspecie.MoveNextItem = null; this.paginacionEspecie.MovePreviousItem = null; this.paginacionEspecie.Name = "paginacionEspecie"; this.paginacionEspecie.PositionItem = null; this.paginacionEspecie.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.paginacionEspecie.Size = new System.Drawing.Size(886, 25); this.paginacionEspecie.TabIndex = 2; this.paginacionEspecie.Text = "bindingNavigator1"; // // cargarArchivo // this.cargarArchivo.BackColor = System.Drawing.SystemColors.ControlLight; this.cargarArchivo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.cargarArchivo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.cargarArchivo.ImageTransparentColor = System.Drawing.Color.Magenta; this.cargarArchivo.Name = "cargarArchivo"; this.cargarArchivo.Size = new System.Drawing.Size(88, 22); this.cargarArchivo.Text = "Cargar archivo"; this.cargarArchivo.ToolTipText = "Cargar archivo con especies desde excel"; this.cargarArchivo.Click += new System.EventHandler(this.cargarArchivo_Click); // // Btn_nuevaEspecie // this.Btn_nuevaEspecie.BackColor = System.Drawing.SystemColors.ControlLight; this.Btn_nuevaEspecie.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.Btn_nuevaEspecie.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.Btn_nuevaEspecie.ImageTransparentColor = System.Drawing.Color.Magenta; this.Btn_nuevaEspecie.Name = "Btn_nuevaEspecie"; this.Btn_nuevaEspecie.Size = new System.Drawing.Size(87, 22); this.Btn_nuevaEspecie.Text = "Nueva Especie"; this.Btn_nuevaEspecie.Click += new System.EventHandler(this.Btn_nuevaEspecie_Click); // // buscarLbl // this.buscarLbl.Name = "buscarLbl"; this.buscarLbl.Size = new System.Drawing.Size(45, 22); this.buscarLbl.Text = "Buscar:"; // // busquedaTxt // this.busquedaTxt.Name = "busquedaTxt"; this.busquedaTxt.Size = new System.Drawing.Size(150, 25); this.busquedaTxt.TextChanged += new System.EventHandler(this.busquedaTxt_TextChanged); // // filtrarLbl // this.filtrarLbl.Name = "filtrarLbl"; this.filtrarLbl.Size = new System.Drawing.Size(92, 22); this.filtrarLbl.Text = "Filtrar busqueda"; // // criterioCbx // this.criterioCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.criterioCbx.Items.AddRange(new object[] { "Grupo Comercial", "Nombre Comun", "Nombre Cientifico", "Familia", "Zona Geografica", "Zona Vida"}); this.criterioCbx.Name = "criterioCbx"; this.criterioCbx.Size = new System.Drawing.Size(121, 25); // // GroupComBSource // this.GroupComBSource.DataSource = typeof(SIFCA_DAL.GRUPOCOMERCIAL); // // groupBox // this.groupBox.Controls.Add(this.button1); this.groupBox.Controls.Add(this.cbx_GroupCom); this.groupBox.Controls.Add(this.Btn_Guardar); this.groupBox.Controls.Add(this.txt_DimCorte); this.groupBox.Controls.Add(this.label3); this.groupBox.Controls.Add(this.textBox1); this.groupBox.Controls.Add(this.label10); this.groupBox.Controls.Add(this.txt_ZonaGeo); this.groupBox.Controls.Add(this.label11); this.groupBox.Controls.Add(this.textBox2); this.groupBox.Controls.Add(this.label12); this.groupBox.Controls.Add(this.label13); this.groupBox.Controls.Add(this.txt_NomCient); this.groupBox.Controls.Add(this.label14); this.groupBox.Controls.Add(this.txt_NomCom); this.groupBox.Controls.Add(this.label15); this.groupBox.Location = new System.Drawing.Point(8, 2); this.groupBox.Name = "groupBox"; this.groupBox.Size = new System.Drawing.Size(319, 283); this.groupBox.TabIndex = 5; this.groupBox.TabStop = false; this.groupBox.Text = "Editar Especie"; // // button1 // this.button1.Location = new System.Drawing.Point(189, 241); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 6; this.button1.Text = "Cancelar"; this.button1.UseVisualStyleBackColor = true; // // cbx_GroupCom // this.cbx_GroupCom.DisplayMember = "GRUPOCOM"; this.cbx_GroupCom.FormattingEnabled = true; this.cbx_GroupCom.Location = new System.Drawing.Point(144, 84); this.cbx_GroupCom.Name = "cbx_GroupCom"; this.cbx_GroupCom.Size = new System.Drawing.Size(152, 21); this.cbx_GroupCom.TabIndex = 18; this.cbx_GroupCom.ValueMember = "GRUPOCOM"; // // Btn_Guardar // this.Btn_Guardar.Location = new System.Drawing.Point(38, 241); this.Btn_Guardar.Name = "Btn_Guardar"; this.Btn_Guardar.Size = new System.Drawing.Size(75, 23); this.Btn_Guardar.TabIndex = 5; this.Btn_Guardar.Text = "Guardar"; this.Btn_Guardar.UseVisualStyleBackColor = true; // // txt_DimCorte // this.txt_DimCorte.Location = new System.Drawing.Point(144, 203); this.txt_DimCorte.Name = "txt_DimCorte"; this.txt_DimCorte.Size = new System.Drawing.Size(61, 20); this.txt_DimCorte.TabIndex = 17; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(24, 203); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 13); this.label3.TabIndex = 16; this.label3.Text = "Diametro Corte"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(143, 173); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(153, 20); this.textBox1.TabIndex = 15; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(22, 173); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(73, 13); this.label10.TabIndex = 14; this.label10.Text = "Zona De Vida"; // // txt_ZonaGeo // this.txt_ZonaGeo.Location = new System.Drawing.Point(143, 143); this.txt_ZonaGeo.Name = "txt_ZonaGeo"; this.txt_ZonaGeo.Size = new System.Drawing.Size(153, 20); this.txt_ZonaGeo.TabIndex = 13; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(23, 143); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(87, 13); this.label11.TabIndex = 12; this.label11.Text = "Zona Geografica"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(143, 113); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(153, 20); this.textBox2.TabIndex = 11; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(22, 113); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(39, 13); this.label12.TabIndex = 10; this.label12.Text = "Familia"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(22, 84); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(85, 13); this.label13.TabIndex = 8; this.label13.Text = "Grupo Comercial"; // // txt_NomCient // this.txt_NomCient.Location = new System.Drawing.Point(143, 54); this.txt_NomCient.Name = "txt_NomCient"; this.txt_NomCient.Size = new System.Drawing.Size(153, 20); this.txt_NomCient.TabIndex = 7; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(23, 54); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(90, 13); this.label14.TabIndex = 6; this.label14.Text = "Nombre Cientifico"; // // txt_NomCom // this.txt_NomCom.Location = new System.Drawing.Point(143, 25); this.txt_NomCom.Name = "txt_NomCom"; this.txt_NomCom.Size = new System.Drawing.Size(153, 20); this.txt_NomCom.TabIndex = 5; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(22, 25); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(80, 13); this.label15.TabIndex = 0; this.label15.Text = "Nombre Comun"; // // groupBox2 // this.groupBox2.Controls.Add(this.button2); this.groupBox2.Controls.Add(this.comboBox1); this.groupBox2.Controls.Add(this.button3); this.groupBox2.Controls.Add(this.textBox3); this.groupBox2.Controls.Add(this.label16); this.groupBox2.Controls.Add(this.textBox4); this.groupBox2.Controls.Add(this.label17); this.groupBox2.Controls.Add(this.textBox5); this.groupBox2.Controls.Add(this.label18); this.groupBox2.Controls.Add(this.textBox6); this.groupBox2.Controls.Add(this.label19); this.groupBox2.Controls.Add(this.label20); this.groupBox2.Controls.Add(this.textBox7); this.groupBox2.Controls.Add(this.label21); this.groupBox2.Controls.Add(this.textBox8); this.groupBox2.Controls.Add(this.label22); this.groupBox2.Location = new System.Drawing.Point(-43, -22); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(381, 288); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "Editar Especie"; // // button2 // this.button2.Location = new System.Drawing.Point(202, 250); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 6; this.button2.Text = "Cancelar"; this.button2.UseVisualStyleBackColor = true; // // comboBox1 // this.comboBox1.DataSource = this.GroupComBSource; this.comboBox1.DisplayMember = "DESCRIPGRUPO"; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(157, 93); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(152, 21); this.comboBox1.TabIndex = 18; this.comboBox1.ValueMember = "GRUPOCOM"; // // button3 // this.button3.Location = new System.Drawing.Point(51, 250); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 5; this.button3.Text = "Guardar"; this.button3.UseVisualStyleBackColor = true; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(157, 212); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(61, 20); this.textBox3.TabIndex = 17; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(37, 212); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(77, 13); this.label16.TabIndex = 16; this.label16.Text = "Diametro Corte"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(156, 182); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(153, 20); this.textBox4.TabIndex = 15; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(35, 182); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(73, 13); this.label17.TabIndex = 14; this.label17.Text = "Zona De Vida"; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(156, 152); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(153, 20); this.textBox5.TabIndex = 13; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(36, 152); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(87, 13); this.label18.TabIndex = 12; this.label18.Text = "Zona Geografica"; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(156, 122); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(153, 20); this.textBox6.TabIndex = 11; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(35, 122); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(39, 13); this.label19.TabIndex = 10; this.label19.Text = "Familia"; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(35, 93); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(85, 13); this.label20.TabIndex = 8; this.label20.Text = "Grupo Comercial"; // // textBox7 // this.textBox7.Location = new System.Drawing.Point(156, 63); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(153, 20); this.textBox7.TabIndex = 7; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(36, 63); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(90, 13); this.label21.TabIndex = 6; this.label21.Text = "Nombre Cientifico"; // // textBox8 // this.textBox8.Location = new System.Drawing.Point(156, 34); this.textBox8.Name = "textBox8"; this.textBox8.Size = new System.Drawing.Size(153, 20); this.textBox8.TabIndex = 5; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(35, 34); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(80, 13); this.label22.TabIndex = 0; this.label22.Text = "Nombre Comun"; // // pn_crear // this.pn_crear.Controls.Add(this.pictureBox1); this.pn_crear.Controls.Add(this.groupBox1); this.pn_crear.Location = new System.Drawing.Point(0, 0); this.pn_crear.Name = "pn_crear"; this.pn_crear.Size = new System.Drawing.Size(376, 420); this.pn_crear.TabIndex = 1; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox1.Image = global::SIFCA.Properties.Resources.nueva_especie; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(376, 71); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 17; this.pictureBox1.TabStop = false; // // groupBox1 // this.groupBox1.Controls.Add(this.grupoEcoCbx); this.groupBox1.Controls.Add(this.label42); this.groupBox1.Controls.Add(this.btn_crearImg); this.groupBox1.Controls.Add(this.cbox_GrupoComercial); this.groupBox1.Controls.Add(this.btn_Cancelar); this.groupBox1.Controls.Add(this.Btn_Crear); this.groupBox1.Controls.Add(this.txt_ZonaVida); this.groupBox1.Controls.Add(this.txt_ZonaGeografica); this.groupBox1.Controls.Add(this.txt_Familia); this.groupBox1.Controls.Add(this.txt_NombreCientifico); this.groupBox1.Controls.Add(this.txt_NombreComun); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Location = new System.Drawing.Point(5, 77); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(344, 304); this.groupBox1.TabIndex = 16; this.groupBox1.TabStop = false; this.groupBox1.Text = "Informacion de la especie"; // // grupoEcoCbx // this.grupoEcoCbx.DisplayMember = "GRUPOCOM"; this.grupoEcoCbx.FormattingEnabled = true; this.grupoEcoCbx.Items.AddRange(new object[] { "Tolerante", "No Tolerante"}); this.grupoEcoCbx.Location = new System.Drawing.Point(136, 217); this.grupoEcoCbx.Name = "grupoEcoCbx"; this.grupoEcoCbx.Size = new System.Drawing.Size(186, 21); this.grupoEcoCbx.TabIndex = 10; this.grupoEcoCbx.ValueMember = "GRUPOCOM"; // // label42 // this.label42.AutoSize = true; this.label42.Location = new System.Drawing.Point(22, 221); this.label42.Name = "label42"; this.label42.Size = new System.Drawing.Size(91, 13); this.label42.TabIndex = 11; this.label42.Text = "Grupo ecológico :"; // // btn_crearImg // this.btn_crearImg.Location = new System.Drawing.Point(49, 259); this.btn_crearImg.Name = "btn_crearImg"; this.btn_crearImg.Size = new System.Drawing.Size(87, 23); this.btn_crearImg.TabIndex = 7; this.btn_crearImg.Text = "Cargar imagen"; this.btn_crearImg.UseVisualStyleBackColor = true; this.btn_crearImg.Visible = false; this.btn_crearImg.Click += new System.EventHandler(this.btn_crearImg_Click); // // cbox_GrupoComercial // this.cbox_GrupoComercial.DataSource = this.grupoComercialBSource; this.cbox_GrupoComercial.DisplayMember = "DESCRIPGRUPO"; this.cbox_GrupoComercial.FormattingEnabled = true; this.cbox_GrupoComercial.Location = new System.Drawing.Point(136, 24); this.cbox_GrupoComercial.Name = "cbox_GrupoComercial"; this.cbox_GrupoComercial.Size = new System.Drawing.Size(186, 21); this.cbox_GrupoComercial.TabIndex = 0; this.cbox_GrupoComercial.ValueMember = "GRUPOCOM"; // // btn_Cancelar // this.btn_Cancelar.Location = new System.Drawing.Point(235, 259); this.btn_Cancelar.Name = "btn_Cancelar"; this.btn_Cancelar.Size = new System.Drawing.Size(87, 23); this.btn_Cancelar.TabIndex = 9; this.btn_Cancelar.Text = "Cancelar"; this.btn_Cancelar.UseVisualStyleBackColor = true; this.btn_Cancelar.Click += new System.EventHandler(this.btn_Cancelar_Click); // // Btn_Crear // this.Btn_Crear.Location = new System.Drawing.Point(142, 259); this.Btn_Crear.Name = "Btn_Crear"; this.Btn_Crear.Size = new System.Drawing.Size(86, 23); this.Btn_Crear.TabIndex = 8; this.Btn_Crear.Text = "Crear"; this.Btn_Crear.UseVisualStyleBackColor = true; this.Btn_Crear.Click += new System.EventHandler(this.Btn_Crear_Click); // // txt_ZonaVida // this.txt_ZonaVida.AcceptsTab = true; this.txt_ZonaVida.Location = new System.Drawing.Point(136, 185); this.txt_ZonaVida.MaxLength = 200; this.txt_ZonaVida.Name = "txt_ZonaVida"; this.txt_ZonaVida.Size = new System.Drawing.Size(186, 20); this.txt_ZonaVida.TabIndex = 5; this.txt_ZonaVida.Text = "Ninguna zona especificada"; // // txt_ZonaGeografica // this.txt_ZonaGeografica.AcceptsTab = true; this.txt_ZonaGeografica.Location = new System.Drawing.Point(136, 152); this.txt_ZonaGeografica.MaxLength = 200; this.txt_ZonaGeografica.Name = "txt_ZonaGeografica"; this.txt_ZonaGeografica.Size = new System.Drawing.Size(186, 20); this.txt_ZonaGeografica.TabIndex = 4; this.txt_ZonaGeografica.Text = "Ninguna zona especificada"; // // txt_Familia // this.txt_Familia.AcceptsTab = true; this.txt_Familia.Location = new System.Drawing.Point(136, 119); this.txt_Familia.MaxLength = 200; this.txt_Familia.Name = "txt_Familia"; this.txt_Familia.Size = new System.Drawing.Size(186, 20); this.txt_Familia.TabIndex = 3; // // txt_NombreCientifico // this.txt_NombreCientifico.AcceptsTab = true; this.txt_NombreCientifico.Location = new System.Drawing.Point(136, 88); this.txt_NombreCientifico.MaxLength = 200; this.txt_NombreCientifico.Name = "txt_NombreCientifico"; this.txt_NombreCientifico.Size = new System.Drawing.Size(186, 20); this.txt_NombreCientifico.TabIndex = 2; // // txt_NombreComun // this.txt_NombreComun.AcceptsTab = true; this.txt_NombreComun.Location = new System.Drawing.Point(136, 55); this.txt_NombreComun.MaxLength = 200; this.txt_NombreComun.Name = "txt_NombreComun"; this.txt_NombreComun.Size = new System.Drawing.Size(186, 20); this.txt_NombreComun.TabIndex = 1; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(21, 185); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(61, 13); this.label6.TabIndex = 5; this.label6.Text = "Zona vida :"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(21, 155); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(91, 13); this.label5.TabIndex = 4; this.label5.Text = "Zona geografica :"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(21, 122); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(45, 13); this.label4.TabIndex = 3; this.label4.Text = "Familia :"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 91); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(97, 13); this.label1.TabIndex = 2; this.label1.Text = "Nombre científico :"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(21, 58); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(85, 13); this.label8.TabIndex = 1; this.label8.Text = "Nombre común :"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(21, 30); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(90, 13); this.label9.TabIndex = 0; this.label9.Text = "Grupo comercial :"; // // pn_editar // this.pn_editar.Controls.Add(this.groupBox6); this.pn_editar.Controls.Add(this.groupBox3); this.pn_editar.Location = new System.Drawing.Point(0, 0); this.pn_editar.Name = "pn_editar"; this.pn_editar.Size = new System.Drawing.Size(723, 445); this.pn_editar.TabIndex = 2; // // groupBox6 // this.groupBox6.AutoSize = true; this.groupBox6.Controls.Add(this.UpdateImageBN); this.groupBox6.Controls.Add(this.updImgUbic); this.groupBox6.Controls.Add(this.pB_imgUpdate); this.groupBox6.Controls.Add(this.label36); this.groupBox6.Controls.Add(label40); this.groupBox6.Controls.Add(this.updImgDesc); this.groupBox6.Controls.Add(label41); this.groupBox6.Controls.Add(this.updImgName); this.groupBox6.Location = new System.Drawing.Point(355, 14); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(357, 393); this.groupBox6.TabIndex = 60; this.groupBox6.TabStop = false; this.groupBox6.Text = "Imagenes"; // // UpdateImageBN // this.UpdateImageBN.AddNewItem = null; this.UpdateImageBN.BindingSource = this.imagenesBS; this.UpdateImageBN.CountItem = this.bindingNavigatorCountItem1; this.UpdateImageBN.DeleteItem = null; this.UpdateImageBN.Enabled = false; this.UpdateImageBN.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem1, this.bindingNavigatorMovePreviousItem1, this.bindingNavigatorSeparator2, this.bindingNavigatorPositionItem1, this.bindingNavigatorCountItem1, this.bindingNavigatorSeparator3, this.bindingNavigatorMoveNextItem1, this.bindingNavigatorMoveLastItem1, this.bindingNavigatorSeparator4, this.toolStripButton2, this.toolStripButton1}); this.UpdateImageBN.Location = new System.Drawing.Point(3, 16); this.UpdateImageBN.MoveFirstItem = this.bindingNavigatorMoveFirstItem1; this.UpdateImageBN.MoveLastItem = this.bindingNavigatorMoveLastItem1; this.UpdateImageBN.MoveNextItem = this.bindingNavigatorMoveNextItem1; this.UpdateImageBN.MovePreviousItem = this.bindingNavigatorMovePreviousItem1; this.UpdateImageBN.Name = "UpdateImageBN"; this.UpdateImageBN.PositionItem = this.bindingNavigatorPositionItem1; this.UpdateImageBN.Size = new System.Drawing.Size(351, 25); this.UpdateImageBN.TabIndex = 0; this.UpdateImageBN.Text = "bindingNavigator1"; // // imagenesBS // this.imagenesBS.DataSource = typeof(SIFCA_DAL.IMAGEN); // // bindingNavigatorCountItem1 // this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1"; this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(37, 22); this.bindingNavigatorCountItem1.Text = "de {0}"; this.bindingNavigatorCountItem1.ToolTipText = "Número total de elementos"; // // bindingNavigatorMoveFirstItem1 // this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image"))); this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1"; this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem1.Text = "Mover primero"; // // bindingNavigatorMovePreviousItem1 // this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image"))); this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1"; this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem1.Text = "Mover anterior"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem1 // this.bindingNavigatorPositionItem1.AccessibleName = "Posición"; this.bindingNavigatorPositionItem1.AutoSize = false; this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1"; this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem1.Text = "0"; this.bindingNavigatorPositionItem1.ToolTipText = "Posición actual"; // // bindingNavigatorSeparator3 // this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3"; this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorMoveNextItem1 // this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image"))); this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1"; this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveNextItem1.Text = "Mover siguiente"; // // bindingNavigatorMoveLastItem1 // this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image"))); this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1"; this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveLastItem1.Text = "Mover último"; // // bindingNavigatorSeparator4 // this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4"; this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.RightToLeftAutoMirrorImage = true; this.toolStripButton2.Size = new System.Drawing.Size(23, 22); this.toolStripButton2.Text = "Agregar nuevo"; this.toolStripButton2.Click += new System.EventHandler(this.btn_crearImg_Click); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.RightToLeftAutoMirrorImage = true; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "Eliminar"; this.toolStripButton1.Click += new System.EventHandler(this.deleteImage_Click); // // updImgUbic // this.updImgUbic.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "RUTA", true)); this.updImgUbic.Location = new System.Drawing.Point(77, 221); this.updImgUbic.Name = "updImgUbic"; this.updImgUbic.Size = new System.Drawing.Size(237, 20); this.updImgUbic.TabIndex = 84; this.updImgUbic.TabStop = false; this.updImgUbic.Text = "Ninguna ruta ha sido especificada"; this.updImgUbic.TextChanged += new System.EventHandler(this.rutaUpdtxt_TextChanged); // // pB_imgUpdate // this.pB_imgUpdate.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.imagenesBS, "RUTA", true)); this.pB_imgUpdate.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.imagenesBS, "RUTA", true)); this.pB_imgUpdate.Image = global::SIFCA.Properties.Resources.ninguna_imagen; this.pB_imgUpdate.Location = new System.Drawing.Point(27, 52); this.pB_imgUpdate.Name = "pB_imgUpdate"; this.pB_imgUpdate.Size = new System.Drawing.Size(308, 160); this.pB_imgUpdate.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pB_imgUpdate.TabIndex = 83; this.pB_imgUpdate.TabStop = false; // // label36 // this.label36.AutoSize = true; this.label36.Location = new System.Drawing.Point(10, 221); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(55, 13); this.label36.TabIndex = 82; this.label36.Text = "Ubicacion"; // // updImgDesc // this.updImgDesc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "DESCRIPCION", true)); this.updImgDesc.Location = new System.Drawing.Point(76, 290); this.updImgDesc.Multiline = true; this.updImgDesc.Name = "updImgDesc"; this.updImgDesc.Size = new System.Drawing.Size(238, 84); this.updImgDesc.TabIndex = 76; this.updImgDesc.TabStop = false; this.updImgDesc.Text = "Ninguna"; // // updImgName // this.updImgName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "NOMBRE", true)); this.updImgName.Location = new System.Drawing.Point(77, 256); this.updImgName.Name = "updImgName"; this.updImgName.Size = new System.Drawing.Size(238, 20); this.updImgName.TabIndex = 74; this.updImgName.TabStop = false; this.updImgName.Text = "Ninguno"; // // groupBox3 // this.groupBox3.Controls.Add(this.updGrupoEcoCbx); this.groupBox3.Controls.Add(this.label43); this.groupBox3.Controls.Add(this.Btn_CancelarUpdate); this.groupBox3.Controls.Add(this.grupoComercialCbx); this.groupBox3.Controls.Add(this.Guardar); this.groupBox3.Controls.Add(this.txt_ZonaVid); this.groupBox3.Controls.Add(this.label24); this.groupBox3.Controls.Add(this.txt_ZonaGeogra); this.groupBox3.Controls.Add(this.label25); this.groupBox3.Controls.Add(this.txt_Fam); this.groupBox3.Controls.Add(this.label26); this.groupBox3.Controls.Add(this.label27); this.groupBox3.Controls.Add(this.txt_NomCientifico); this.groupBox3.Controls.Add(this.label28); this.groupBox3.Controls.Add(this.txt_NomComun); this.groupBox3.Controls.Add(this.label29); this.groupBox3.Location = new System.Drawing.Point(10, 21); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(327, 378); this.groupBox3.TabIndex = 6; this.groupBox3.TabStop = false; this.groupBox3.Text = "Editar Especie"; // // updGrupoEcoCbx // this.updGrupoEcoCbx.FormattingEnabled = true; this.updGrupoEcoCbx.Items.AddRange(new object[] { "Tolerante", "No Tolerante"}); this.updGrupoEcoCbx.Location = new System.Drawing.Point(152, 202); this.updGrupoEcoCbx.Name = "updGrupoEcoCbx"; this.updGrupoEcoCbx.Size = new System.Drawing.Size(153, 21); this.updGrupoEcoCbx.TabIndex = 19; // // label43 // this.label43.AutoSize = true; this.label43.Location = new System.Drawing.Point(32, 205); this.label43.Name = "label43"; this.label43.Size = new System.Drawing.Size(85, 13); this.label43.TabIndex = 18; this.label43.Text = "Grupo ecológico"; // // Btn_CancelarUpdate // this.Btn_CancelarUpdate.Location = new System.Drawing.Point(230, 351); this.Btn_CancelarUpdate.Name = "Btn_CancelarUpdate"; this.Btn_CancelarUpdate.Size = new System.Drawing.Size(75, 23); this.Btn_CancelarUpdate.TabIndex = 8; this.Btn_CancelarUpdate.Text = "Cancelar"; this.Btn_CancelarUpdate.UseVisualStyleBackColor = true; this.Btn_CancelarUpdate.Click += new System.EventHandler(this.Btn_CancelarUpdate_Click); // // grupoComercialCbx // this.grupoComercialCbx.DataSource = this.GroupComBSource; this.grupoComercialCbx.DisplayMember = "DESCRIPGRUPO"; this.grupoComercialCbx.FormattingEnabled = true; this.grupoComercialCbx.Location = new System.Drawing.Point(153, 82); this.grupoComercialCbx.Name = "grupoComercialCbx"; this.grupoComercialCbx.Size = new System.Drawing.Size(152, 21); this.grupoComercialCbx.TabIndex = 2; this.grupoComercialCbx.ValueMember = "GRUPOCOM"; // // Guardar // this.Guardar.Location = new System.Drawing.Point(131, 351); this.Guardar.Name = "Guardar"; this.Guardar.Size = new System.Drawing.Size(75, 23); this.Guardar.TabIndex = 7; this.Guardar.Text = "Guardar"; this.Guardar.UseVisualStyleBackColor = true; this.Guardar.Click += new System.EventHandler(this.Btn_guardar_Click); // // txt_ZonaVid // this.txt_ZonaVid.Location = new System.Drawing.Point(152, 171); this.txt_ZonaVid.MaxLength = 200; this.txt_ZonaVid.Name = "txt_ZonaVid"; this.txt_ZonaVid.Size = new System.Drawing.Size(153, 20); this.txt_ZonaVid.TabIndex = 5; // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(31, 171); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(73, 13); this.label24.TabIndex = 14; this.label24.Text = "Zona De Vida"; // // txt_ZonaGeogra // this.txt_ZonaGeogra.Location = new System.Drawing.Point(152, 141); this.txt_ZonaGeogra.MaxLength = 200; this.txt_ZonaGeogra.Name = "txt_ZonaGeogra"; this.txt_ZonaGeogra.Size = new System.Drawing.Size(153, 20); this.txt_ZonaGeogra.TabIndex = 4; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(32, 141); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(87, 13); this.label25.TabIndex = 12; this.label25.Text = "Zona Geografica"; // // txt_Fam // this.txt_Fam.Location = new System.Drawing.Point(152, 111); this.txt_Fam.MaxLength = 200; this.txt_Fam.Name = "txt_Fam"; this.txt_Fam.Size = new System.Drawing.Size(153, 20); this.txt_Fam.TabIndex = 3; // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(31, 111); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(39, 13); this.label26.TabIndex = 10; this.label26.Text = "Familia"; // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(31, 82); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(85, 13); this.label27.TabIndex = 8; this.label27.Text = "Grupo Comercial"; // // txt_NomCientifico // this.txt_NomCientifico.Location = new System.Drawing.Point(152, 52); this.txt_NomCientifico.MaxLength = 200; this.txt_NomCientifico.Name = "txt_NomCientifico"; this.txt_NomCientifico.Size = new System.Drawing.Size(153, 20); this.txt_NomCientifico.TabIndex = 1; // // label28 // this.label28.AutoSize = true; this.label28.Location = new System.Drawing.Point(32, 52); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(90, 13); this.label28.TabIndex = 6; this.label28.Text = "Nombre Cientifico"; // // txt_NomComun // this.txt_NomComun.Location = new System.Drawing.Point(152, 23); this.txt_NomComun.MaxLength = 200; this.txt_NomComun.Name = "txt_NomComun"; this.txt_NomComun.Size = new System.Drawing.Size(153, 20); this.txt_NomComun.TabIndex = 0; // // label29 // this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(31, 23); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(80, 13); this.label29.TabIndex = 0; this.label29.Text = "Nombre Comun"; // // eP_errors // this.eP_errors.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; this.eP_errors.ContainerControl = this; // // imagenTxt // this.eP_errors.SetError(this.imagenTxt, "Cargue una imagen"); this.imagenTxt.Location = new System.Drawing.Point(16, 14); this.imagenTxt.Name = "imagenTxt"; this.imagenTxt.ReadOnly = true; this.imagenTxt.Size = new System.Drawing.Size(193, 20); this.imagenTxt.TabIndex = 24; this.imagenTxt.Text = "Seleccione una imagen"; // // txt_descripcionImg // this.eP_errors.SetError(this.txt_descripcionImg, "Campo requerido"); this.txt_descripcionImg.Location = new System.Drawing.Point(15, 74); this.txt_descripcionImg.Multiline = true; this.txt_descripcionImg.Name = "txt_descripcionImg"; this.txt_descripcionImg.Size = new System.Drawing.Size(292, 128); this.txt_descripcionImg.TabIndex = 1; // // txt_nombreImg // this.eP_errors.SetError(this.txt_nombreImg, "Campo requerido"); this.txt_nombreImg.Location = new System.Drawing.Point(96, 25); this.txt_nombreImg.Name = "txt_nombreImg"; this.txt_nombreImg.Size = new System.Drawing.Size(211, 20); this.txt_nombreImg.TabIndex = 0; // // btn_cargarImg // this.btn_cargarImg.Location = new System.Drawing.Point(226, 12); this.btn_cargarImg.Name = "btn_cargarImg"; this.btn_cargarImg.Size = new System.Drawing.Size(72, 23); this.btn_cargarImg.TabIndex = 0; this.btn_cargarImg.Text = "Cargar"; this.btn_cargarImg.UseVisualStyleBackColor = true; this.btn_cargarImg.Click += new System.EventHandler(this.btn_cargarImg_Click); // // pB_imgCrear // this.pB_imgCrear.Location = new System.Drawing.Point(16, 38); this.pB_imgCrear.Name = "pB_imgCrear"; this.pB_imgCrear.Size = new System.Drawing.Size(282, 220); this.pB_imgCrear.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pB_imgCrear.TabIndex = 21; this.pB_imgCrear.TabStop = false; // // pn_detalle // this.pn_detalle.Controls.Add(this.groupBox5); this.pn_detalle.Controls.Add(this.ver_detalle); this.pn_detalle.Controls.Add(this.btn_cerrar); this.pn_detalle.Location = new System.Drawing.Point(0, 0); this.pn_detalle.Name = "pn_detalle"; this.pn_detalle.Size = new System.Drawing.Size(678, 474); this.pn_detalle.TabIndex = 3; this.pn_detalle.Visible = false; // // groupBox5 // this.groupBox5.Controls.Add(this.pB_imgDetalle); this.groupBox5.Controls.Add(this.label39); this.groupBox5.Controls.Add(this.rutatxt); this.groupBox5.Controls.Add(this.imagenesBN); this.groupBox5.Controls.Add(dESCRIPCIONLabel); this.groupBox5.Controls.Add(this.dESCRIPCIONTextBox); this.groupBox5.Controls.Add(nOMBRELabel); this.groupBox5.Controls.Add(this.nOMBRETextBox); this.groupBox5.Location = new System.Drawing.Point(321, 5); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(336, 396); this.groupBox5.TabIndex = 59; this.groupBox5.TabStop = false; this.groupBox5.Text = "Imagenes"; // // pB_imgDetalle // this.pB_imgDetalle.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.imagenesBS, "RUTA", true)); this.pB_imgDetalle.Image = global::SIFCA.Properties.Resources.ninguna_imagen; this.pB_imgDetalle.Location = new System.Drawing.Point(56, 55); this.pB_imgDetalle.Name = "pB_imgDetalle"; this.pB_imgDetalle.Size = new System.Drawing.Size(260, 145); this.pB_imgDetalle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pB_imgDetalle.TabIndex = 78; this.pB_imgDetalle.TabStop = false; // // label39 // this.label39.AutoSize = true; this.label39.Location = new System.Drawing.Point(10, 221); this.label39.Name = "label39"; this.label39.Size = new System.Drawing.Size(55, 13); this.label39.TabIndex = 82; this.label39.Text = "Ubicacion"; // // rutatxt // this.rutatxt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "RUTA", true)); this.rutatxt.Enabled = false; this.rutatxt.Location = new System.Drawing.Point(74, 218); this.rutatxt.Name = "rutatxt"; this.rutatxt.Size = new System.Drawing.Size(238, 20); this.rutatxt.TabIndex = 0; this.rutatxt.Text = "Ninguna ubicacion especificada"; this.rutatxt.TextChanged += new System.EventHandler(this.rutatxt_TextChanged); // // imagenesBN // this.imagenesBN.AddNewItem = null; this.imagenesBN.BindingSource = this.imagenesBS; this.imagenesBN.CountItem = this.bindingNavigatorCountItem; this.imagenesBN.DeleteItem = null; this.imagenesBN.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem}); this.imagenesBN.Location = new System.Drawing.Point(3, 16); this.imagenesBN.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.imagenesBN.MoveLastItem = this.bindingNavigatorMoveLastItem; this.imagenesBN.MoveNextItem = this.bindingNavigatorMoveNextItem; this.imagenesBN.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.imagenesBN.Name = "imagenesBN"; this.imagenesBN.PositionItem = this.bindingNavigatorPositionItem; this.imagenesBN.Size = new System.Drawing.Size(330, 25); this.imagenesBN.TabIndex = 80; this.imagenesBN.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22); this.bindingNavigatorCountItem.Text = "de {0}"; this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos"; // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(78, 22); this.toolStripLabel1.Text = "Ver imagenes"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Mover primero"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Mover anterior"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Posición"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Posición actual"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Mover siguiente"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Mover último"; // // dESCRIPCIONTextBox // this.dESCRIPCIONTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "DESCRIPCION", true)); this.dESCRIPCIONTextBox.Enabled = false; this.dESCRIPCIONTextBox.Location = new System.Drawing.Point(76, 290); this.dESCRIPCIONTextBox.Multiline = true; this.dESCRIPCIONTextBox.Name = "dESCRIPCIONTextBox"; this.dESCRIPCIONTextBox.Size = new System.Drawing.Size(238, 84); this.dESCRIPCIONTextBox.TabIndex = 2; this.dESCRIPCIONTextBox.Text = "Ninguna"; // // nOMBRETextBox // this.nOMBRETextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "NOMBRE", true)); this.nOMBRETextBox.Enabled = false; this.nOMBRETextBox.Location = new System.Drawing.Point(77, 256); this.nOMBRETextBox.Name = "nOMBRETextBox"; this.nOMBRETextBox.Size = new System.Drawing.Size(238, 20); this.nOMBRETextBox.TabIndex = 1; this.nOMBRETextBox.Text = "Ninguno"; // // ver_detalle // this.ver_detalle.Controls.Add(this.detailGrupoEcoTxt); this.ver_detalle.Controls.Add(this.label44); this.ver_detalle.Controls.Add(this.pictureBox2); this.ver_detalle.Controls.Add(this.cbxGrupoComercial_det); this.ver_detalle.Controls.Add(this.txt_ZonaVid_det); this.ver_detalle.Controls.Add(this.label30); this.ver_detalle.Controls.Add(this.txt_ZonaGeogra_det); this.ver_detalle.Controls.Add(this.label31); this.ver_detalle.Controls.Add(this.txt_Fam_det); this.ver_detalle.Controls.Add(this.label32); this.ver_detalle.Controls.Add(this.label33); this.ver_detalle.Controls.Add(this.txt_NomCientifico_det); this.ver_detalle.Controls.Add(this.label34); this.ver_detalle.Controls.Add(this.txt_NomComun_det); this.ver_detalle.Controls.Add(this.label35); this.ver_detalle.Location = new System.Drawing.Point(10, 5); this.ver_detalle.Name = "ver_detalle"; this.ver_detalle.Size = new System.Drawing.Size(303, 396); this.ver_detalle.TabIndex = 58; this.ver_detalle.TabStop = false; this.ver_detalle.Text = "Detalle especie"; // // detailGrupoEcoTxt // this.detailGrupoEcoTxt.Location = new System.Drawing.Point(137, 285); this.detailGrupoEcoTxt.Name = "detailGrupoEcoTxt"; this.detailGrupoEcoTxt.ReadOnly = true; this.detailGrupoEcoTxt.Size = new System.Drawing.Size(152, 20); this.detailGrupoEcoTxt.TabIndex = 72; // // label44 // this.label44.AutoSize = true; this.label44.Location = new System.Drawing.Point(17, 285); this.label44.Name = "label44"; this.label44.Size = new System.Drawing.Size(85, 13); this.label44.TabIndex = 73; this.label44.Text = "Grupo ecológico"; // // pictureBox2 // this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox2.Image = global::SIFCA.Properties.Resources.nueva_especie; this.pictureBox2.Location = new System.Drawing.Point(3, 16); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(297, 53); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 71; this.pictureBox2.TabStop = false; // // cbxGrupoComercial_det // this.cbxGrupoComercial_det.DataSource = this.GroupComBSource; this.cbxGrupoComercial_det.DisplayMember = "DESCRIPGRUPO"; this.cbxGrupoComercial_det.Enabled = false; this.cbxGrupoComercial_det.FormattingEnabled = true; this.cbxGrupoComercial_det.Location = new System.Drawing.Point(136, 156); this.cbxGrupoComercial_det.Name = "cbxGrupoComercial_det"; this.cbxGrupoComercial_det.Size = new System.Drawing.Size(152, 21); this.cbxGrupoComercial_det.TabIndex = 2; this.cbxGrupoComercial_det.ValueMember = "GRUPOCOM"; // // txt_ZonaVid_det // this.txt_ZonaVid_det.Location = new System.Drawing.Point(136, 250); this.txt_ZonaVid_det.Name = "txt_ZonaVid_det"; this.txt_ZonaVid_det.ReadOnly = true; this.txt_ZonaVid_det.Size = new System.Drawing.Size(153, 20); this.txt_ZonaVid_det.TabIndex = 5; // // label30 // this.label30.AutoSize = true; this.label30.Location = new System.Drawing.Point(15, 250); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(73, 13); this.label30.TabIndex = 66; this.label30.Text = "Zona De Vida"; // // txt_ZonaGeogra_det // this.txt_ZonaGeogra_det.Location = new System.Drawing.Point(136, 220); this.txt_ZonaGeogra_det.Name = "txt_ZonaGeogra_det"; this.txt_ZonaGeogra_det.ReadOnly = true; this.txt_ZonaGeogra_det.Size = new System.Drawing.Size(153, 20); this.txt_ZonaGeogra_det.TabIndex = 4; // // label31 // this.label31.AutoSize = true; this.label31.Location = new System.Drawing.Point(16, 220); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(87, 13); this.label31.TabIndex = 64; this.label31.Text = "Zona Geografica"; // // txt_Fam_det // this.txt_Fam_det.Location = new System.Drawing.Point(135, 185); this.txt_Fam_det.Name = "txt_Fam_det"; this.txt_Fam_det.ReadOnly = true; this.txt_Fam_det.Size = new System.Drawing.Size(153, 20); this.txt_Fam_det.TabIndex = 3; // // label32 // this.label32.AutoSize = true; this.label32.Location = new System.Drawing.Point(14, 185); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(39, 13); this.label32.TabIndex = 62; this.label32.Text = "Familia"; // // label33 // this.label33.AutoSize = true; this.label33.Location = new System.Drawing.Point(14, 156); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(85, 13); this.label33.TabIndex = 61; this.label33.Text = "Grupo Comercial"; // // txt_NomCientifico_det // this.txt_NomCientifico_det.Location = new System.Drawing.Point(135, 123); this.txt_NomCientifico_det.Name = "txt_NomCientifico_det"; this.txt_NomCientifico_det.ReadOnly = true; this.txt_NomCientifico_det.Size = new System.Drawing.Size(153, 20); this.txt_NomCientifico_det.TabIndex = 1; // // label34 // this.label34.AutoSize = true; this.label34.Location = new System.Drawing.Point(15, 123); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(90, 13); this.label34.TabIndex = 59; this.label34.Text = "Nombre Cientifico"; // // txt_NomComun_det // this.txt_NomComun_det.Location = new System.Drawing.Point(135, 94); this.txt_NomComun_det.Name = "txt_NomComun_det"; this.txt_NomComun_det.ReadOnly = true; this.txt_NomComun_det.Size = new System.Drawing.Size(153, 20); this.txt_NomComun_det.TabIndex = 0; // // label35 // this.label35.AutoSize = true; this.label35.Location = new System.Drawing.Point(14, 94); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(80, 13); this.label35.TabIndex = 57; this.label35.Text = "Nombre Comun"; // // btn_cerrar // this.btn_cerrar.Location = new System.Drawing.Point(565, 408); this.btn_cerrar.Name = "btn_cerrar"; this.btn_cerrar.Size = new System.Drawing.Size(92, 23); this.btn_cerrar.TabIndex = 0; this.btn_cerrar.Text = "Cerrar"; this.btn_cerrar.UseVisualStyleBackColor = true; this.btn_cerrar.Click += new System.EventHandler(this.btn_cerrar_Click); // // pn_cargarImg // this.pn_cargarImg.Controls.Add(this.pB_imgCrear); this.pn_cargarImg.Controls.Add(this.groupBox4); this.pn_cargarImg.Controls.Add(this.imagenTxt); this.pn_cargarImg.Controls.Add(this.btn_cargarImg); this.pn_cargarImg.Location = new System.Drawing.Point(0, 0); this.pn_cargarImg.Name = "pn_cargarImg"; this.pn_cargarImg.Size = new System.Drawing.Size(655, 317); this.pn_cargarImg.TabIndex = 4; // // groupBox4 // this.groupBox4.Controls.Add(this.txt_descripcionImg); this.groupBox4.Controls.Add(this.label38); this.groupBox4.Controls.Add(this.txt_nombreImg); this.groupBox4.Controls.Add(this.label37); this.groupBox4.Controls.Add(this.btn_ImgCancelar); this.groupBox4.Controls.Add(this.btn_ImgAceptar); this.groupBox4.Location = new System.Drawing.Point(304, 12); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(329, 249); this.groupBox4.TabIndex = 35; this.groupBox4.TabStop = false; this.groupBox4.Text = "Detalles"; // // label38 // this.label38.AutoSize = true; this.label38.Location = new System.Drawing.Point(12, 56); this.label38.Name = "label38"; this.label38.Size = new System.Drawing.Size(63, 13); this.label38.TabIndex = 39; this.label38.Text = "Descripción"; // // label37 // this.label37.AutoSize = true; this.label37.Location = new System.Drawing.Point(9, 25); this.label37.Name = "label37"; this.label37.Size = new System.Drawing.Size(81, 13); this.label37.TabIndex = 37; this.label37.Text = "Nombre imagen"; // // btn_ImgCancelar // this.btn_ImgCancelar.Location = new System.Drawing.Point(209, 220); this.btn_ImgCancelar.Name = "btn_ImgCancelar"; this.btn_ImgCancelar.Size = new System.Drawing.Size(98, 23); this.btn_ImgCancelar.TabIndex = 3; this.btn_ImgCancelar.Text = "Cancelar"; this.btn_ImgCancelar.UseVisualStyleBackColor = true; this.btn_ImgCancelar.Click += new System.EventHandler(this.btn_ImgCancelar_Click); // // btn_ImgAceptar // this.btn_ImgAceptar.Location = new System.Drawing.Point(105, 220); this.btn_ImgAceptar.Name = "btn_ImgAceptar"; this.btn_ImgAceptar.Size = new System.Drawing.Size(98, 23); this.btn_ImgAceptar.TabIndex = 2; this.btn_ImgAceptar.Text = "Aceptar"; this.btn_ImgAceptar.UseVisualStyleBackColor = true; this.btn_ImgAceptar.Click += new System.EventHandler(this.btn_ImgAceptar_Click); // // Especies_Form // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(893, 491); this.Controls.Add(this.pn_detalle); this.Controls.Add(this.pn_editar); this.Controls.Add(this.pn_crear); this.Controls.Add(this.pn_listado); this.Controls.Add(this.pn_cargarImg); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Especies_Form"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Especies"; this.pn_listado.ResumeLayout(false); this.pn_listado.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ListadoEspecies)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grupoComercialBSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.specieBSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.paginacionEspecie)).EndInit(); this.paginacionEspecie.ResumeLayout(false); this.paginacionEspecie.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.GroupComBSource)).EndInit(); this.groupBox.ResumeLayout(false); this.groupBox.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.pn_crear.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.pn_editar.ResumeLayout(false); this.pn_editar.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.UpdateImageBN)).EndInit(); this.UpdateImageBN.ResumeLayout(false); this.UpdateImageBN.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.imagenesBS)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pB_imgUpdate)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pB_imgCrear)).EndInit(); this.pn_detalle.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pB_imgDetalle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imagenesBN)).EndInit(); this.imagenesBN.ResumeLayout(false); this.imagenesBN.PerformLayout(); this.ver_detalle.ResumeLayout(false); this.ver_detalle.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.pn_cargarImg.ResumeLayout(false); this.pn_cargarImg.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.ResumeLayout(false); }
/// <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(frmPhieuThue)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.txt_MaCTPhieuThue = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX10 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.txt_TenKH = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX14 = new DevComponents.DotNetBar.LabelX(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.txt_TenKHDD = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX9 = new DevComponents.DotNetBar.LabelX(); this.txt_MaKhachHangDD = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX8 = new DevComponents.DotNetBar.LabelX(); this.chk_getId = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.chk_MaPhieuThue = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.txt_MaPT = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX11 = new DevComponents.DotNetBar.LabelX(); this.chk_MaKH = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.chk_MaCTPT = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.btDelCT = new DevComponents.DotNetBar.ButtonX(); this.btEditCT = new DevComponents.DotNetBar.ButtonX(); this.btAddCT = new DevComponents.DotNetBar.ButtonX(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.bindingNavigatorCTPhieuThue = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.dataGridViewCTPhieuThue = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.STT_CTPT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaKhachHang = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TenKhachHang = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaLoaiKH = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CMND = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DiaChi = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaCTPT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaPhieuThue_CT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txt_MaKH = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.txt_MaLoaiPhong = new DevComponents.DotNetBar.Controls.TextBoxX(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.gb_KHDDPT = new System.Windows.Forms.GroupBox(); this.labelX13 = new DevComponents.DotNetBar.LabelX(); this.labelX12 = new DevComponents.DotNetBar.LabelX(); this.txt_MaKHDD = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_TenKHDaiDien = new DevComponents.DotNetBar.Controls.TextBoxX(); this.btExit = new DevComponents.DotNetBar.ButtonX(); this.chk_Id_PT = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.txt_MaPhieuThue = new DevComponents.DotNetBar.Controls.TextBoxX(); this.btDelete = new DevComponents.DotNetBar.ButtonX(); this.groupBoxGridPhieuThue = new System.Windows.Forms.GroupBox(); this.bindingNavigatorPhieuThue = new System.Windows.Forms.BindingNavigator(this.components); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton7 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton8 = new System.Windows.Forms.ToolStripButton(); this.dataGridViewPhieuThue = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.STT_PT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaPhieuThue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NgayThue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NgayTra = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaPhong = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ThanhToan = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.KhachHangDaiDien = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txt_NgayTra = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.btEdit = new DevComponents.DotNetBar.ButtonX(); this.labelX7 = new DevComponents.DotNetBar.LabelX(); this.btAdd = new DevComponents.DotNetBar.ButtonX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.chk_datesystem = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.txt_MaPhong = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_NgayThue = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.bt_SendPhong = new DevComponents.DotNetBar.ButtonX(); this.bt_SendKH = new DevComponents.DotNetBar.ButtonX(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.urlTraCuuPhong2 = new _042082.UserControls.urlTraCuuPhong(); this.urlKhachHang2 = new _042082.UserControls.urlKhachHang(); this.bt_getMaKHDD = new DevComponents.DotNetBar.ButtonX(); this.urlTraCuuPhong1 = new _042082.UserControls.urlTraCuuPhong(); this.groupBox2.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorCTPhieuThue)).BeginInit(); this.bindingNavigatorCTPhieuThue.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCTPhieuThue)).BeginInit(); this.groupBox1.SuspendLayout(); this.gb_KHDDPT.SuspendLayout(); this.groupBoxGridPhieuThue.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorPhieuThue)).BeginInit(); this.bindingNavigatorPhieuThue.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPhieuThue)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_NgayTra)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_NgayThue)).BeginInit(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // txt_MaCTPhieuThue // // // // this.txt_MaCTPhieuThue.Border.Class = "TextBoxBorder"; this.txt_MaCTPhieuThue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_MaCTPhieuThue.Enabled = false; this.txt_MaCTPhieuThue.Location = new System.Drawing.Point(107, 21); this.txt_MaCTPhieuThue.Name = "txt_MaCTPhieuThue"; this.txt_MaCTPhieuThue.Size = new System.Drawing.Size(84, 20); this.txt_MaCTPhieuThue.TabIndex = 25; // // labelX10 // // // // this.labelX10.BackgroundStyle.Class = ""; this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX10.Location = new System.Drawing.Point(6, 19); this.labelX10.Name = "labelX10"; this.labelX10.Size = new System.Drawing.Size(95, 22); this.labelX10.TabIndex = 26; this.labelX10.Text = "Mã CT Phiếu Thuê"; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX1.Location = new System.Drawing.Point(428, 1); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(260, 23); this.labelX1.TabIndex = 24; this.labelX1.Text = "LẬP PHIẾU THUÊ PHÒNG"; // // labelX5 // // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(205, 50); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(56, 20); this.labelX5.TabIndex = 21; this.labelX5.Text = "Loại Phòng"; // // labelX4 // // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(14, 50); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(56, 22); this.labelX4.TabIndex = 16; this.labelX4.Text = "Mã Phòng"; // // groupBox2 // this.groupBox2.Controls.Add(this.txt_TenKH); this.groupBox2.Controls.Add(this.labelX14); this.groupBox2.Controls.Add(this.groupBox6); this.groupBox2.Controls.Add(this.chk_getId); this.groupBox2.Controls.Add(this.chk_MaPhieuThue); this.groupBox2.Controls.Add(this.txt_MaPT); this.groupBox2.Controls.Add(this.labelX11); this.groupBox2.Controls.Add(this.chk_MaKH); this.groupBox2.Controls.Add(this.chk_MaCTPT); this.groupBox2.Controls.Add(this.btDelCT); this.groupBox2.Controls.Add(this.btEditCT); this.groupBox2.Controls.Add(this.btAddCT); this.groupBox2.Controls.Add(this.groupBox5); this.groupBox2.Controls.Add(this.txt_MaCTPhieuThue); this.groupBox2.Controls.Add(this.labelX10); this.groupBox2.Controls.Add(this.txt_MaKH); this.groupBox2.Controls.Add(this.labelX6); this.groupBox2.Location = new System.Drawing.Point(3, 362); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(508, 334); this.groupBox2.TabIndex = 22; this.groupBox2.TabStop = false; this.groupBox2.Text = "Chi tiết phiếu thuê"; // // txt_TenKH // // // // this.txt_TenKH.Border.Class = "TextBoxBorder"; this.txt_TenKH.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_TenKH.Enabled = false; this.txt_TenKH.Location = new System.Drawing.Point(292, 48); this.txt_TenKH.Name = "txt_TenKH"; this.txt_TenKH.Size = new System.Drawing.Size(155, 20); this.txt_TenKH.TabIndex = 45; // // labelX14 // // // // this.labelX14.BackgroundStyle.Class = ""; this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX14.Location = new System.Drawing.Point(245, 47); this.labelX14.Name = "labelX14"; this.labelX14.Size = new System.Drawing.Size(46, 22); this.labelX14.TabIndex = 44; this.labelX14.Text = "Tên KH"; // // groupBox6 // this.groupBox6.Controls.Add(this.txt_TenKHDD); this.groupBox6.Controls.Add(this.labelX9); this.groupBox6.Controls.Add(this.txt_MaKhachHangDD); this.groupBox6.Controls.Add(this.labelX8); this.groupBox6.Location = new System.Drawing.Point(494, 7); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(10, 74); this.groupBox6.TabIndex = 43; this.groupBox6.TabStop = false; this.groupBox6.Text = "Khách hàng đại diện"; this.groupBox6.Visible = false; // // txt_TenKHDD // // // // this.txt_TenKHDD.Border.Class = "TextBoxBorder"; this.txt_TenKHDD.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_TenKHDD.Enabled = false; this.txt_TenKHDD.Location = new System.Drawing.Point(58, 46); this.txt_TenKHDD.Name = "txt_TenKHDD"; this.txt_TenKHDD.Size = new System.Drawing.Size(155, 20); this.txt_TenKHDD.TabIndex = 40; // // labelX9 // // // // this.labelX9.BackgroundStyle.Class = ""; this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX9.Location = new System.Drawing.Point(12, 47); this.labelX9.Name = "labelX9"; this.labelX9.Size = new System.Drawing.Size(46, 22); this.labelX9.TabIndex = 39; this.labelX9.Text = "Tên KH"; // // txt_MaKhachHangDD // // // // this.txt_MaKhachHangDD.Border.Class = "TextBoxBorder"; this.txt_MaKhachHangDD.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_MaKhachHangDD.Enabled = false; this.txt_MaKhachHangDD.Location = new System.Drawing.Point(58, 18); this.txt_MaKhachHangDD.Name = "txt_MaKhachHangDD"; this.txt_MaKhachHangDD.Size = new System.Drawing.Size(84, 20); this.txt_MaKhachHangDD.TabIndex = 38; this.txt_MaKhachHangDD.TextChanged += new System.EventHandler(this.txt_MaKhachHangDD_TextChanged_1); // // labelX8 // // // // this.labelX8.BackgroundStyle.Class = ""; this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX8.Location = new System.Drawing.Point(12, 18); this.labelX8.Name = "labelX8"; this.labelX8.Size = new System.Drawing.Size(40, 22); this.labelX8.TabIndex = 37; this.labelX8.Text = "Mã KH"; // // chk_getId // // // // this.chk_getId.BackgroundStyle.Class = ""; this.chk_getId.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chk_getId.Location = new System.Drawing.Point(197, 21); this.chk_getId.Name = "chk_getId"; this.chk_getId.Size = new System.Drawing.Size(104, 20); this.chk_getId.TabIndex = 42; this.chk_getId.Text = "Lấy mã tự động"; this.chk_getId.CheckedChanged += new System.EventHandler(this.chk_getId_CheckedChanged); // // chk_MaPhieuThue // // // // this.chk_MaPhieuThue.BackgroundStyle.Class = ""; this.chk_MaPhieuThue.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chk_MaPhieuThue.Location = new System.Drawing.Point(197, 75); this.chk_MaPhieuThue.Name = "chk_MaPhieuThue"; this.chk_MaPhieuThue.Size = new System.Drawing.Size(95, 23); this.chk_MaPhieuThue.TabIndex = 41; this.chk_MaPhieuThue.Text = "Lấy Mã Phiếu Thuê"; this.chk_MaPhieuThue.CheckedChanged += new System.EventHandler(this.chk_MaPhieuThue_CheckedChanged); // // txt_MaPT // // // // this.txt_MaPT.Border.Class = "TextBoxBorder"; this.txt_MaPT.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_MaPT.Enabled = false; this.txt_MaPT.Location = new System.Drawing.Point(107, 77); this.txt_MaPT.Name = "txt_MaPT"; this.txt_MaPT.Size = new System.Drawing.Size(84, 20); this.txt_MaPT.TabIndex = 39; // // labelX11 // // // // this.labelX11.BackgroundStyle.Class = ""; this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX11.Location = new System.Drawing.Point(6, 75); this.labelX11.Name = "labelX11"; this.labelX11.Size = new System.Drawing.Size(95, 22); this.labelX11.TabIndex = 40; this.labelX11.Text = "Mã Phiếu Thuê"; // // chk_MaKH // // // // this.chk_MaKH.BackgroundStyle.Class = ""; this.chk_MaKH.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chk_MaKH.Location = new System.Drawing.Point(197, 46); this.chk_MaKH.Name = "chk_MaKH"; this.chk_MaKH.Size = new System.Drawing.Size(42, 23); this.chk_MaKH.TabIndex = 38; this.chk_MaKH.Text = "Sửa"; this.chk_MaKH.CheckedChanged += new System.EventHandler(this.chk_MaKH_CheckedChanged); // // chk_MaCTPT // // // // this.chk_MaCTPT.BackgroundStyle.Class = ""; this.chk_MaCTPT.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chk_MaCTPT.Location = new System.Drawing.Point(197, 19); this.chk_MaCTPT.Name = "chk_MaCTPT"; this.chk_MaCTPT.Size = new System.Drawing.Size(42, 23); this.chk_MaCTPT.TabIndex = 37; this.chk_MaCTPT.Text = "Sửa"; this.chk_MaCTPT.Visible = false; this.chk_MaCTPT.CheckedChanged += new System.EventHandler(this.chk_MaCTPT_CheckedChanged); // // btDelCT // this.btDelCT.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btDelCT.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btDelCT.Location = new System.Drawing.Point(226, 109); this.btDelCT.Name = "btDelCT"; this.btDelCT.Size = new System.Drawing.Size(75, 23); this.btDelCT.TabIndex = 32; this.btDelCT.Text = "Xóa"; this.btDelCT.Click += new System.EventHandler(this.btDelCT_Click); // // btEditCT // this.btEditCT.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btEditCT.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btEditCT.Location = new System.Drawing.Point(407, 109); this.btEditCT.Name = "btEditCT"; this.btEditCT.Size = new System.Drawing.Size(75, 23); this.btEditCT.TabIndex = 33; this.btEditCT.Text = "Sửa"; this.btEditCT.Click += new System.EventHandler(this.btEditCT_Click); // // btAddCT // this.btAddCT.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btAddCT.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btAddCT.Location = new System.Drawing.Point(26, 109); this.btAddCT.Name = "btAddCT"; this.btAddCT.Size = new System.Drawing.Size(75, 23); this.btAddCT.TabIndex = 31; this.btAddCT.Text = "Thêm"; this.btAddCT.Click += new System.EventHandler(this.btAddCT_Click); // // groupBox5 // this.groupBox5.Controls.Add(this.bindingNavigatorCTPhieuThue); this.groupBox5.Controls.Add(this.dataGridViewCTPhieuThue); this.groupBox5.Location = new System.Drawing.Point(3, 131); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(502, 197); this.groupBox5.TabIndex = 30; this.groupBox5.TabStop = false; // // bindingNavigatorCTPhieuThue // this.bindingNavigatorCTPhieuThue.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigatorCTPhieuThue.CountItem = this.bindingNavigatorCountItem; this.bindingNavigatorCTPhieuThue.DeleteItem = this.bindingNavigatorDeleteItem; this.bindingNavigatorCTPhieuThue.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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.toolStripButton1}); this.bindingNavigatorCTPhieuThue.Location = new System.Drawing.Point(3, 16); this.bindingNavigatorCTPhieuThue.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.bindingNavigatorCTPhieuThue.MoveLastItem = this.bindingNavigatorMoveLastItem; this.bindingNavigatorCTPhieuThue.MoveNextItem = this.bindingNavigatorMoveNextItem; this.bindingNavigatorCTPhieuThue.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.bindingNavigatorCTPhieuThue.Name = "bindingNavigatorCTPhieuThue"; this.bindingNavigatorCTPhieuThue.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigatorCTPhieuThue.Size = new System.Drawing.Size(496, 25); this.bindingNavigatorCTPhieuThue.TabIndex = 23; this.bindingNavigatorCTPhieuThue.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = global::_042082.Properties.Resources.Icon_198; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "toolStripButton1"; // // dataGridViewCTPhieuThue // this.dataGridViewCTPhieuThue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewCTPhieuThue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.STT_CTPT, this.MaKhachHang, this.TenKhachHang, this.MaLoaiKH, this.CMND, this.DiaChi, this.MaCTPT, this.MaPhieuThue_CT}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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.dataGridViewCTPhieuThue.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewCTPhieuThue.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dataGridViewCTPhieuThue.Location = new System.Drawing.Point(0, 48); this.dataGridViewCTPhieuThue.Name = "dataGridViewCTPhieuThue"; this.dataGridViewCTPhieuThue.Size = new System.Drawing.Size(496, 143); this.dataGridViewCTPhieuThue.TabIndex = 22; // // STT_CTPT // this.STT_CTPT.DataPropertyName = "STT_CTPT"; this.STT_CTPT.HeaderText = "STT"; this.STT_CTPT.Name = "STT_CTPT"; this.STT_CTPT.Width = 30; // // MaKhachHang // this.MaKhachHang.DataPropertyName = "MaKhachHang"; this.MaKhachHang.HeaderText = "Mã Khách Hàng"; this.MaKhachHang.Name = "MaKhachHang"; this.MaKhachHang.Width = 110; // // TenKhachHang // this.TenKhachHang.DataPropertyName = "TenKhachHang"; this.TenKhachHang.HeaderText = "Tên Khách Hàng"; this.TenKhachHang.Name = "TenKhachHang"; this.TenKhachHang.Width = 115; // // MaLoaiKH // this.MaLoaiKH.DataPropertyName = "MaLoaiKH"; this.MaLoaiKH.HeaderText = "Loại Khách Hàng"; this.MaLoaiKH.Name = "MaLoaiKH"; this.MaLoaiKH.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.MaLoaiKH.Width = 115; // // CMND // this.CMND.DataPropertyName = "CMND"; this.CMND.HeaderText = "Số CMND"; this.CMND.Name = "CMND"; this.CMND.ReadOnly = true; this.CMND.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.CMND.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.CMND.Width = 90; // // DiaChi // this.DiaChi.DataPropertyName = "DiaChi"; this.DiaChi.HeaderText = "Địa Chỉ"; this.DiaChi.Name = "DiaChi"; // // MaCTPT // this.MaCTPT.DataPropertyName = "MaCTPT"; this.MaCTPT.HeaderText = "Mã Chi Tiết Phiếu Thuê"; this.MaCTPT.Name = "MaCTPT"; this.MaCTPT.Width = 150; // // MaPhieuThue_CT // this.MaPhieuThue_CT.DataPropertyName = "MaPhieuThue"; this.MaPhieuThue_CT.HeaderText = "Mã phiếu thuê"; this.MaPhieuThue_CT.Name = "MaPhieuThue_CT"; // // txt_MaKH // // // // this.txt_MaKH.Border.Class = "TextBoxBorder"; this.txt_MaKH.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_MaKH.Enabled = false; this.txt_MaKH.Location = new System.Drawing.Point(107, 50); this.txt_MaKH.Name = "txt_MaKH"; this.txt_MaKH.Size = new System.Drawing.Size(84, 20); this.txt_MaKH.TabIndex = 17; this.txt_MaKH.TextChanged += new System.EventHandler(this.txt_MaKH_TextChanged); // // labelX6 // // // // this.labelX6.BackgroundStyle.Class = ""; this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Location = new System.Drawing.Point(6, 47); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(76, 22); this.labelX6.TabIndex = 18; this.labelX6.Text = "Mã khách hàng"; // // txt_MaLoaiPhong // // // // this.txt_MaLoaiPhong.Border.Class = "TextBoxBorder"; this.txt_MaLoaiPhong.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_MaLoaiPhong.Enabled = false; this.txt_MaLoaiPhong.Location = new System.Drawing.Point(265, 49); this.txt_MaLoaiPhong.Name = "txt_MaLoaiPhong"; this.txt_MaLoaiPhong.Size = new System.Drawing.Size(30, 20); this.txt_MaLoaiPhong.TabIndex = 26; // // groupBox1 // this.groupBox1.Controls.Add(this.gb_KHDDPT); this.groupBox1.Controls.Add(this.btExit); this.groupBox1.Controls.Add(this.chk_Id_PT); this.groupBox1.Controls.Add(this.txt_MaPhieuThue); this.groupBox1.Controls.Add(this.btDelete); this.groupBox1.Controls.Add(this.groupBoxGridPhieuThue); this.groupBox1.Controls.Add(this.txt_NgayTra); this.groupBox1.Controls.Add(this.btEdit); this.groupBox1.Controls.Add(this.labelX7); this.groupBox1.Controls.Add(this.btAdd); this.groupBox1.Controls.Add(this.txt_MaLoaiPhong); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.labelX5); this.groupBox1.Controls.Add(this.labelX2); this.groupBox1.Controls.Add(this.chk_datesystem); this.groupBox1.Controls.Add(this.txt_MaPhong); this.groupBox1.Controls.Add(this.txt_NgayThue); this.groupBox1.Controls.Add(this.labelX4); this.groupBox1.Controls.Add(this.labelX3); this.groupBox1.Location = new System.Drawing.Point(12, 30); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(517, 702); this.groupBox1.TabIndex = 23; this.groupBox1.TabStop = false; this.groupBox1.Text = "Phiếu thuê"; // // gb_KHDDPT // this.gb_KHDDPT.Controls.Add(this.labelX13); this.gb_KHDDPT.Controls.Add(this.labelX12); this.gb_KHDDPT.Controls.Add(this.txt_MaKHDD); this.gb_KHDDPT.Controls.Add(this.txt_TenKHDaiDien); this.gb_KHDDPT.Location = new System.Drawing.Point(301, 11); this.gb_KHDDPT.Name = "gb_KHDDPT"; this.gb_KHDDPT.Size = new System.Drawing.Size(210, 87); this.gb_KHDDPT.TabIndex = 41; this.gb_KHDDPT.TabStop = false; this.gb_KHDDPT.Text = "Khách hàng đại diện"; // // labelX13 // // // // this.labelX13.BackgroundStyle.Class = ""; this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX13.Location = new System.Drawing.Point(6, 45); this.labelX13.Name = "labelX13"; this.labelX13.Size = new System.Drawing.Size(44, 20); this.labelX13.TabIndex = 43; this.labelX13.Text = "Tên KH"; // // labelX12 // // // // this.labelX12.BackgroundStyle.Class = ""; this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX12.Location = new System.Drawing.Point(5, 19); this.labelX12.Name = "labelX12"; this.labelX12.Size = new System.Drawing.Size(35, 20); this.labelX12.TabIndex = 42; this.labelX12.Text = "Mã KH"; // // txt_MaKHDD // // // // this.txt_MaKHDD.Border.Class = "TextBoxBorder"; this.txt_MaKHDD.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_MaKHDD.Enabled = false; this.txt_MaKHDD.Location = new System.Drawing.Point(56, 19); this.txt_MaKHDD.Name = "txt_MaKHDD"; this.txt_MaKHDD.Size = new System.Drawing.Size(90, 20); this.txt_MaKHDD.TabIndex = 39; this.txt_MaKHDD.TextChanged += new System.EventHandler(this.txt_MaKHDD_TextChanged); // // txt_TenKHDaiDien // // // // this.txt_TenKHDaiDien.Border.Class = "TextBoxBorder"; this.txt_TenKHDaiDien.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_TenKHDaiDien.Enabled = false; this.txt_TenKHDaiDien.Location = new System.Drawing.Point(56, 45); this.txt_TenKHDaiDien.Name = "txt_TenKHDaiDien"; this.txt_TenKHDaiDien.Size = new System.Drawing.Size(147, 20); this.txt_TenKHDaiDien.TabIndex = 40; // // btExit // this.btExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btExit.Location = new System.Drawing.Point(395, 141); this.btExit.Name = "btExit"; this.btExit.Size = new System.Drawing.Size(75, 23); this.btExit.TabIndex = 37; this.btExit.Text = "Thoát"; this.btExit.Click += new System.EventHandler(this.btExit_Click); // // chk_Id_PT // // // // this.chk_Id_PT.BackgroundStyle.Class = ""; this.chk_Id_PT.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chk_Id_PT.Location = new System.Drawing.Point(200, 17); this.chk_Id_PT.Name = "chk_Id_PT"; this.chk_Id_PT.Size = new System.Drawing.Size(75, 23); this.chk_Id_PT.TabIndex = 33; this.chk_Id_PT.Text = "Thêm mới"; this.chk_Id_PT.CheckedChanged += new System.EventHandler(this.chk_Id_PT_CheckedChanged); // // txt_MaPhieuThue // // // // this.txt_MaPhieuThue.Border.Class = "TextBoxBorder"; this.txt_MaPhieuThue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_MaPhieuThue.Enabled = false; this.txt_MaPhieuThue.Location = new System.Drawing.Point(116, 19); this.txt_MaPhieuThue.Name = "txt_MaPhieuThue"; this.txt_MaPhieuThue.Size = new System.Drawing.Size(83, 20); this.txt_MaPhieuThue.TabIndex = 32; this.txt_MaPhieuThue.TextChanged += new System.EventHandler(this.txt_MaPhieuThue_TextChanged); // // btDelete // this.btDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btDelete.Location = new System.Drawing.Point(144, 141); this.btDelete.Name = "btDelete"; this.btDelete.Size = new System.Drawing.Size(75, 23); this.btDelete.TabIndex = 35; this.btDelete.Text = "Xóa"; this.btDelete.Click += new System.EventHandler(this.btDelete_Click); // // groupBoxGridPhieuThue // this.groupBoxGridPhieuThue.Controls.Add(this.bindingNavigatorPhieuThue); this.groupBoxGridPhieuThue.Controls.Add(this.dataGridViewPhieuThue); this.groupBoxGridPhieuThue.Location = new System.Drawing.Point(6, 164); this.groupBoxGridPhieuThue.Name = "groupBoxGridPhieuThue"; this.groupBoxGridPhieuThue.Size = new System.Drawing.Size(502, 192); this.groupBoxGridPhieuThue.TabIndex = 31; this.groupBoxGridPhieuThue.TabStop = false; // // bindingNavigatorPhieuThue // this.bindingNavigatorPhieuThue.AddNewItem = this.toolStripButton2; this.bindingNavigatorPhieuThue.CountItem = this.toolStripLabel1; this.bindingNavigatorPhieuThue.DeleteItem = this.toolStripButton3; this.bindingNavigatorPhieuThue.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton4, this.toolStripButton5, this.toolStripSeparator1, this.toolStripTextBox1, this.toolStripLabel1, this.toolStripSeparator2, this.toolStripButton6, this.toolStripButton7, this.toolStripSeparator3, this.toolStripButton2, this.toolStripButton3, this.toolStripButton8}); this.bindingNavigatorPhieuThue.Location = new System.Drawing.Point(3, 16); this.bindingNavigatorPhieuThue.MoveFirstItem = this.toolStripButton4; this.bindingNavigatorPhieuThue.MoveLastItem = this.toolStripButton7; this.bindingNavigatorPhieuThue.MoveNextItem = this.toolStripButton6; this.bindingNavigatorPhieuThue.MovePreviousItem = this.toolStripButton5; this.bindingNavigatorPhieuThue.Name = "bindingNavigatorPhieuThue"; this.bindingNavigatorPhieuThue.PositionItem = this.toolStripTextBox1; this.bindingNavigatorPhieuThue.Size = new System.Drawing.Size(496, 25); this.bindingNavigatorPhieuThue.TabIndex = 23; this.bindingNavigatorPhieuThue.Text = "bindingNavigator2"; // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.RightToLeftAutoMirrorImage = true; this.toolStripButton2.Size = new System.Drawing.Size(23, 22); this.toolStripButton2.Text = "Add new"; // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(36, 22); this.toolStripLabel1.Text = "of {0}"; this.toolStripLabel1.ToolTipText = "Total number of items"; // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.RightToLeftAutoMirrorImage = true; this.toolStripButton3.Size = new System.Drawing.Size(23, 22); this.toolStripButton3.Text = "Delete"; // // toolStripButton4 // this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.RightToLeftAutoMirrorImage = true; this.toolStripButton4.Size = new System.Drawing.Size(23, 22); this.toolStripButton4.Text = "Move first"; // // toolStripButton5 // this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image"))); this.toolStripButton5.Name = "toolStripButton5"; this.toolStripButton5.RightToLeftAutoMirrorImage = true; this.toolStripButton5.Size = new System.Drawing.Size(23, 22); this.toolStripButton5.Text = "Move previous"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripTextBox1 // this.toolStripTextBox1.AccessibleName = "Position"; this.toolStripTextBox1.AutoSize = false; this.toolStripTextBox1.Name = "toolStripTextBox1"; this.toolStripTextBox1.Size = new System.Drawing.Size(50, 21); this.toolStripTextBox1.Text = "0"; this.toolStripTextBox1.ToolTipText = "Current position"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripButton6 // this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image"))); this.toolStripButton6.Name = "toolStripButton6"; this.toolStripButton6.RightToLeftAutoMirrorImage = true; this.toolStripButton6.Size = new System.Drawing.Size(23, 22); this.toolStripButton6.Text = "Move next"; // // toolStripButton7 // this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image"))); this.toolStripButton7.Name = "toolStripButton7"; this.toolStripButton7.RightToLeftAutoMirrorImage = true; this.toolStripButton7.Size = new System.Drawing.Size(23, 22); this.toolStripButton7.Text = "Move last"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // toolStripButton8 // this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton8.Image = global::_042082.Properties.Resources.Icon_198; this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton8.Name = "toolStripButton8"; this.toolStripButton8.Size = new System.Drawing.Size(23, 22); this.toolStripButton8.Text = "toolStripButton1"; // // dataGridViewPhieuThue // this.dataGridViewPhieuThue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewPhieuThue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.STT_PT, this.MaPhieuThue, this.NgayThue, this.NgayTra, this.MaPhong, this.ThanhToan, this.KhachHangDaiDien}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewPhieuThue.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewPhieuThue.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dataGridViewPhieuThue.Location = new System.Drawing.Point(0, 48); this.dataGridViewPhieuThue.Name = "dataGridViewPhieuThue"; this.dataGridViewPhieuThue.Size = new System.Drawing.Size(496, 138); this.dataGridViewPhieuThue.TabIndex = 22; this.dataGridViewPhieuThue.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewPhieuThue_CellContentClick); // // STT_PT // this.STT_PT.DataPropertyName = "STT_PT"; this.STT_PT.HeaderText = "STT"; this.STT_PT.Name = "STT_PT"; this.STT_PT.Width = 30; // // MaPhieuThue // this.MaPhieuThue.DataPropertyName = "MaPhieuThue"; this.MaPhieuThue.HeaderText = "Mã Phiếu Thuê"; this.MaPhieuThue.Name = "MaPhieuThue"; this.MaPhieuThue.ReadOnly = true; this.MaPhieuThue.Width = 120; // // NgayThue // this.NgayThue.DataPropertyName = "NgayThue"; this.NgayThue.HeaderText = "Ngày Thuê"; this.NgayThue.Name = "NgayThue"; this.NgayThue.Width = 110; // // NgayTra // this.NgayTra.DataPropertyName = "NgayTra"; this.NgayTra.HeaderText = "Ngày Trả"; this.NgayTra.Name = "NgayTra"; this.NgayTra.Width = 115; // // MaPhong // this.MaPhong.DataPropertyName = "MaPhong"; this.MaPhong.HeaderText = "Mã Phòng"; this.MaPhong.Name = "MaPhong"; this.MaPhong.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.MaPhong.Width = 115; // // ThanhToan // this.ThanhToan.DataPropertyName = "ThanhToan"; this.ThanhToan.HeaderText = "Thanh Toán"; this.ThanhToan.Name = "ThanhToan"; this.ThanhToan.ReadOnly = true; this.ThanhToan.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ThanhToan.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ThanhToan.Width = 90; // // KhachHangDaiDien // this.KhachHangDaiDien.DataPropertyName = "KhachHangDaiDien"; this.KhachHangDaiDien.HeaderText = "Khách Hàng Đại Diện"; this.KhachHangDaiDien.Name = "KhachHangDaiDien"; this.KhachHangDaiDien.Width = 200; // // txt_NgayTra // // // // this.txt_NgayTra.BackgroundStyle.Class = "DateTimeInputBackground"; this.txt_NgayTra.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_NgayTra.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.txt_NgayTra.ButtonDropDown.Visible = true; this.txt_NgayTra.Location = new System.Drawing.Point(116, 104); // // // this.txt_NgayTra.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0]; // // // this.txt_NgayTra.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window; this.txt_NgayTra.MonthCalendar.BackgroundStyle.Class = ""; this.txt_NgayTra.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_NgayTra.MonthCalendar.ClearButtonVisible = true; // // // this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.Class = ""; this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_NgayTra.MonthCalendar.DisplayMonth = new System.DateTime(2011, 5, 1, 0, 0, 0, 0); this.txt_NgayTra.MonthCalendar.MarkedDates = new System.DateTime[0]; this.txt_NgayTra.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0]; // // // this.txt_NgayTra.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.txt_NgayTra.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.txt_NgayTra.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.txt_NgayTra.MonthCalendar.NavigationBackgroundStyle.Class = ""; this.txt_NgayTra.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_NgayTra.MonthCalendar.TodayButtonVisible = true; this.txt_NgayTra.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0]; this.txt_NgayTra.Name = "txt_NgayTra"; this.txt_NgayTra.Size = new System.Drawing.Size(83, 20); this.txt_NgayTra.TabIndex = 28; // // btEdit // this.btEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btEdit.Location = new System.Drawing.Point(266, 141); this.btEdit.Name = "btEdit"; this.btEdit.Size = new System.Drawing.Size(75, 23); this.btEdit.TabIndex = 36; this.btEdit.Text = "Sửa"; this.btEdit.Click += new System.EventHandler(this.btEdit_Click); // // labelX7 // // // // this.labelX7.BackgroundStyle.Class = ""; this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX7.Location = new System.Drawing.Point(14, 104); this.labelX7.Name = "labelX7"; this.labelX7.Size = new System.Drawing.Size(96, 20); this.labelX7.TabIndex = 27; this.labelX7.Text = "Ngày Trả Dự Kiến"; // // btAdd // this.btAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btAdd.Location = new System.Drawing.Point(14, 141); this.btAdd.Name = "btAdd"; this.btAdd.Size = new System.Drawing.Size(82, 23); this.btAdd.TabIndex = 34; this.btAdd.Text = "Lập Phiếu"; this.btAdd.Click += new System.EventHandler(this.btAdd_Click); // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(14, 19); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(82, 25); this.labelX2.TabIndex = 14; this.labelX2.Text = "Mã Phiếu Thuê"; // // chk_datesystem // // // // this.chk_datesystem.BackgroundStyle.Class = ""; this.chk_datesystem.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chk_datesystem.Location = new System.Drawing.Point(198, 76); this.chk_datesystem.Name = "chk_datesystem"; this.chk_datesystem.Size = new System.Drawing.Size(97, 23); this.chk_datesystem.TabIndex = 19; this.chk_datesystem.Text = "Ngày hệ thống"; this.chk_datesystem.CheckedChanged += new System.EventHandler(this.chk_datesystem_CheckedChanged); // // txt_MaPhong // // // // this.txt_MaPhong.Border.Class = "TextBoxBorder"; this.txt_MaPhong.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_MaPhong.Location = new System.Drawing.Point(115, 49); this.txt_MaPhong.Name = "txt_MaPhong"; this.txt_MaPhong.Size = new System.Drawing.Size(84, 20); this.txt_MaPhong.TabIndex = 11; this.txt_MaPhong.TextChanged += new System.EventHandler(this.txt_MaPhong_TextChanged); // // txt_NgayThue // // // // this.txt_NgayThue.BackgroundStyle.Class = "DateTimeInputBackground"; this.txt_NgayThue.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_NgayThue.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.txt_NgayThue.ButtonDropDown.Visible = true; this.txt_NgayThue.Location = new System.Drawing.Point(116, 78); // // // this.txt_NgayThue.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0]; // // // this.txt_NgayThue.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window; this.txt_NgayThue.MonthCalendar.BackgroundStyle.Class = ""; this.txt_NgayThue.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_NgayThue.MonthCalendar.ClearButtonVisible = true; // // // this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.Class = ""; this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_NgayThue.MonthCalendar.DisplayMonth = new System.DateTime(2011, 5, 1, 0, 0, 0, 0); this.txt_NgayThue.MonthCalendar.MarkedDates = new System.DateTime[0]; this.txt_NgayThue.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0]; // // // this.txt_NgayThue.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.txt_NgayThue.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.txt_NgayThue.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.txt_NgayThue.MonthCalendar.NavigationBackgroundStyle.Class = ""; this.txt_NgayThue.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_NgayThue.MonthCalendar.TodayButtonVisible = true; this.txt_NgayThue.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0]; this.txt_NgayThue.Name = "txt_NgayThue"; this.txt_NgayThue.Size = new System.Drawing.Size(83, 20); this.txt_NgayThue.TabIndex = 18; // // labelX3 // // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(14, 78); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(63, 20); this.labelX3.TabIndex = 15; this.labelX3.Text = "Ngày Thuê"; // // groupBox3 // this.groupBox3.Location = new System.Drawing.Point(0, 0); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(200, 100); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; // // bt_SendPhong // this.bt_SendPhong.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.bt_SendPhong.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.bt_SendPhong.Enabled = false; this.bt_SendPhong.Location = new System.Drawing.Point(532, 237); this.bt_SendPhong.Name = "bt_SendPhong"; this.bt_SendPhong.Size = new System.Drawing.Size(25, 23); this.bt_SendPhong.TabIndex = 26; this.bt_SendPhong.Text = "<<"; this.bt_SendPhong.Click += new System.EventHandler(this.bt_SendPhong_Click); // // bt_SendKH // this.bt_SendKH.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.bt_SendKH.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.bt_SendKH.Location = new System.Drawing.Point(532, 591); this.bt_SendKH.Name = "bt_SendKH"; this.bt_SendKH.Size = new System.Drawing.Size(25, 23); this.bt_SendKH.TabIndex = 27; this.bt_SendKH.Text = "<<"; this.bt_SendKH.Click += new System.EventHandler(this.bt_SendKH_Click); // // groupBox4 // this.groupBox4.Controls.Add(this.urlTraCuuPhong2); this.groupBox4.Controls.Add(this.urlKhachHang2); this.groupBox4.Location = new System.Drawing.Point(563, 29); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(536, 703); this.groupBox4.TabIndex = 28; this.groupBox4.TabStop = false; this.groupBox4.Text = "Tra Cứu"; // // urlTraCuuPhong2 // this.urlTraCuuPhong2.Location = new System.Drawing.Point(12, 17); this.urlTraCuuPhong2.Name = "urlTraCuuPhong2"; this.urlTraCuuPhong2.Size = new System.Drawing.Size(510, 270); this.urlTraCuuPhong2.TabIndex = 2; // // urlKhachHang2 // this.urlKhachHang2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.urlKhachHang2.Location = new System.Drawing.Point(9, 289); this.urlKhachHang2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.urlKhachHang2.Name = "urlKhachHang2"; this.urlKhachHang2.Size = new System.Drawing.Size(519, 405); this.urlKhachHang2.TabIndex = 1; this.urlKhachHang2.Load += new System.EventHandler(this.urlKhachHang2_Load); // // bt_getMaKHDD // this.bt_getMaKHDD.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.bt_getMaKHDD.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.bt_getMaKHDD.Enabled = false; this.bt_getMaKHDD.Location = new System.Drawing.Point(532, 562); this.bt_getMaKHDD.Name = "bt_getMaKHDD"; this.bt_getMaKHDD.Size = new System.Drawing.Size(25, 23); this.bt_getMaKHDD.TabIndex = 40; this.bt_getMaKHDD.Text = "<<"; this.bt_getMaKHDD.Click += new System.EventHandler(this.bt_getMaKHDD_Click); // // urlTraCuuPhong1 // this.urlTraCuuPhong1.Location = new System.Drawing.Point(6, 19); this.urlTraCuuPhong1.Name = "urlTraCuuPhong1"; this.urlTraCuuPhong1.Size = new System.Drawing.Size(510, 270); this.urlTraCuuPhong1.TabIndex = 0; // // frmPhieuThue // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1101, 763); this.Controls.Add(this.bt_getMaKHDD); this.Controls.Add(this.groupBox4); this.Controls.Add(this.bt_SendKH); this.Controls.Add(this.bt_SendPhong); this.Controls.Add(this.labelX1); this.Controls.Add(this.groupBox1); this.Name = "frmPhieuThue"; this.Text = "frmPhieuThue"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPhieuThue_FormClosing); this.Load += new System.EventHandler(this.frmPhieuThue_Load); this.groupBox2.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorCTPhieuThue)).EndInit(); this.bindingNavigatorCTPhieuThue.ResumeLayout(false); this.bindingNavigatorCTPhieuThue.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCTPhieuThue)).EndInit(); this.groupBox1.ResumeLayout(false); this.gb_KHDDPT.ResumeLayout(false); this.groupBoxGridPhieuThue.ResumeLayout(false); this.groupBoxGridPhieuThue.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorPhieuThue)).EndInit(); this.bindingNavigatorPhieuThue.ResumeLayout(false); this.bindingNavigatorPhieuThue.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPhieuThue)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_NgayTra)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_NgayThue)).EndInit(); this.groupBox4.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FormMain)); this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel(); this.comboBoxDataSource = new System.Windows.Forms.ComboBox(); this.panelGrid = new System.Windows.Forms.Panel(); this.dataGridViewMain = new System.Windows.Forms.DataGridView(); this.bindingNavigatorMain = 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(); this.bindingSourceMain = new System.Windows.Forms.BindingSource(this.components); this.tableLayoutPanelMain.SuspendLayout(); this.panelGrid.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorMain)).BeginInit(); this.bindingNavigatorMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceMain)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanelMain // this.tableLayoutPanelMain.ColumnCount = 1; this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelMain.Controls.Add(this.comboBoxDataSource, 0, 0); this.tableLayoutPanelMain.Controls.Add(this.panelGrid, 0, 1); this.tableLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelMain.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelMain.Name = "tableLayoutPanelMain"; this.tableLayoutPanelMain.RowCount = 2; this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.Size = new System.Drawing.Size(624, 441); this.tableLayoutPanelMain.TabIndex = 0; // // comboBoxDataSource // this.comboBoxDataSource.Dock = System.Windows.Forms.DockStyle.Fill; this.comboBoxDataSource.FormattingEnabled = true; this.comboBoxDataSource.Location = new System.Drawing.Point(3, 3); this.comboBoxDataSource.Name = "comboBoxDataSource"; this.comboBoxDataSource.Size = new System.Drawing.Size(618, 21); this.comboBoxDataSource.TabIndex = 0; // // panelGrid // this.panelGrid.Controls.Add(this.dataGridViewMain); this.panelGrid.Controls.Add(this.bindingNavigatorMain); this.panelGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.panelGrid.Location = new System.Drawing.Point(3, 31); this.panelGrid.Name = "panelGrid"; this.panelGrid.Size = new System.Drawing.Size(618, 407); this.panelGrid.TabIndex = 1; // // dataGridViewMain // this.dataGridViewMain.AllowUserToAddRows = false; this.dataGridViewMain.AllowUserToDeleteRows = false; this.dataGridViewMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewMain.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewMain.Location = new System.Drawing.Point(0, 0); this.dataGridViewMain.Name = "dataGridViewMain"; this.dataGridViewMain.ReadOnly = true; this.dataGridViewMain.Size = new System.Drawing.Size(618, 382); this.dataGridViewMain.TabIndex = 1; // // bindingNavigatorMain // this.bindingNavigatorMain.AddNewItem = null; this.bindingNavigatorMain.CountItem = this.bindingNavigatorCountItem; this.bindingNavigatorMain.DeleteItem = null; this.bindingNavigatorMain.Dock = System.Windows.Forms.DockStyle.Bottom; this.bindingNavigatorMain.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.bindingNavigatorMain.Location = new System.Drawing.Point(0, 382); this.bindingNavigatorMain.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.bindingNavigatorMain.MoveLastItem = this.bindingNavigatorMoveLastItem; this.bindingNavigatorMain.MoveNextItem = this.bindingNavigatorMoveNextItem; this.bindingNavigatorMain.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.bindingNavigatorMain.Name = "bindingNavigatorMain"; this.bindingNavigatorMain.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigatorMain.Size = new System.Drawing.Size(618, 25); this.bindingNavigatorMain.TabIndex = 0; this.bindingNavigatorMain.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(624, 441); this.Controls.Add(this.tableLayoutPanelMain); this.Name = "FormMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "GridView Paging"; this.tableLayoutPanelMain.ResumeLayout(false); this.panelGrid.ResumeLayout(false); this.panelGrid.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorMain)).EndInit(); this.bindingNavigatorMain.ResumeLayout(false); this.bindingNavigatorMain.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceMain)).EndInit(); this.ResumeLayout(false); }
/// <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(GruposComerciales_Form)); this.pn_listado = new System.Windows.Forms.Panel(); this.ListadoGruposComerciales = new System.Windows.Forms.DataGridView(); this.gRUPOCOMDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dESCRIPGRUPODataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Editar = new System.Windows.Forms.DataGridViewButtonColumn(); this.Eliminar = new System.Windows.Forms.DataGridViewButtonColumn(); this.grupoComBSource = new System.Windows.Forms.BindingSource(this.components); this.paginacionGruposCom = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.Btn_nuevo = new System.Windows.Forms.ToolStripButton(); 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(); this.buscarLbl = new System.Windows.Forms.ToolStripLabel(); this.busquedaTxt = new System.Windows.Forms.ToolStripTextBox(); this.ListadoGruposCom = new System.Windows.Forms.DataGridView(); this.gRUPOCOMDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dESCRIPGRUPODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pn_crear = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.descripcionTxt = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btn_Cancelar = new System.Windows.Forms.Button(); this.btn_Crear = new System.Windows.Forms.Button(); this.abrevTxt = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.pn_editar = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.updateDescripcionTxt = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.btn_Guardar = new System.Windows.Forms.Button(); this.updateAbrevTxt = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.eP_errors = new System.Windows.Forms.ErrorProvider(this.components); this.pn_listado.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ListadoGruposComerciales)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grupoComBSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.paginacionGruposCom)).BeginInit(); this.paginacionGruposCom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ListadoGruposCom)).BeginInit(); this.pn_crear.SuspendLayout(); this.groupBox1.SuspendLayout(); this.pn_editar.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).BeginInit(); this.SuspendLayout(); // // pn_listado // this.pn_listado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pn_listado.Controls.Add(this.ListadoGruposComerciales); this.pn_listado.Controls.Add(this.paginacionGruposCom); this.pn_listado.Controls.Add(this.ListadoGruposCom); this.pn_listado.Location = new System.Drawing.Point(0, 0); this.pn_listado.Name = "pn_listado"; this.pn_listado.Size = new System.Drawing.Size(598, 325); this.pn_listado.TabIndex = 0; // // ListadoGruposComerciales // this.ListadoGruposComerciales.AllowUserToAddRows = false; this.ListadoGruposComerciales.AllowUserToDeleteRows = false; this.ListadoGruposComerciales.AutoGenerateColumns = false; this.ListadoGruposComerciales.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.ListadoGruposComerciales.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.gRUPOCOMDataGridViewTextBoxColumn1, this.dESCRIPGRUPODataGridViewTextBoxColumn1, this.Editar, this.Eliminar}); this.ListadoGruposComerciales.DataSource = this.grupoComBSource; this.ListadoGruposComerciales.Dock = System.Windows.Forms.DockStyle.Fill; this.ListadoGruposComerciales.Location = new System.Drawing.Point(0, 25); this.ListadoGruposComerciales.Name = "ListadoGruposComerciales"; this.ListadoGruposComerciales.ReadOnly = true; this.ListadoGruposComerciales.Size = new System.Drawing.Size(594, 296); this.ListadoGruposComerciales.TabIndex = 4; this.ListadoGruposComerciales.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Listado_CellValueChanged); // // gRUPOCOMDataGridViewTextBoxColumn1 // this.gRUPOCOMDataGridViewTextBoxColumn1.DataPropertyName = "GRUPOCOM"; this.gRUPOCOMDataGridViewTextBoxColumn1.HeaderText = "Grupo comercial"; this.gRUPOCOMDataGridViewTextBoxColumn1.Name = "gRUPOCOMDataGridViewTextBoxColumn1"; this.gRUPOCOMDataGridViewTextBoxColumn1.ReadOnly = true; // // dESCRIPGRUPODataGridViewTextBoxColumn1 // this.dESCRIPGRUPODataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dESCRIPGRUPODataGridViewTextBoxColumn1.DataPropertyName = "DESCRIPGRUPO"; this.dESCRIPGRUPODataGridViewTextBoxColumn1.HeaderText = "Descripcion"; this.dESCRIPGRUPODataGridViewTextBoxColumn1.Name = "dESCRIPGRUPODataGridViewTextBoxColumn1"; this.dESCRIPGRUPODataGridViewTextBoxColumn1.ReadOnly = true; // // Editar // this.Editar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader; this.Editar.HeaderText = ""; this.Editar.Name = "Editar"; this.Editar.ReadOnly = true; this.Editar.Text = "Editar"; this.Editar.UseColumnTextForButtonValue = true; this.Editar.Width = 5; // // Eliminar // this.Eliminar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader; this.Eliminar.HeaderText = ""; this.Eliminar.Name = "Eliminar"; this.Eliminar.ReadOnly = true; this.Eliminar.Text = "Eliminar"; this.Eliminar.UseColumnTextForButtonValue = true; this.Eliminar.Width = 5; // // grupoComBSource // this.grupoComBSource.DataSource = typeof(SIFCA_DAL.GRUPOCOMERCIAL); // // paginacionGruposCom // this.paginacionGruposCom.AddNewItem = null; this.paginacionGruposCom.BindingSource = this.grupoComBSource; this.paginacionGruposCom.CountItem = this.bindingNavigatorCountItem; this.paginacionGruposCom.DeleteItem = null; this.paginacionGruposCom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Btn_nuevo, this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.buscarLbl, this.busquedaTxt}); this.paginacionGruposCom.Location = new System.Drawing.Point(0, 0); this.paginacionGruposCom.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.paginacionGruposCom.MoveLastItem = this.bindingNavigatorMoveLastItem; this.paginacionGruposCom.MoveNextItem = this.bindingNavigatorMoveNextItem; this.paginacionGruposCom.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.paginacionGruposCom.Name = "paginacionGruposCom"; this.paginacionGruposCom.PositionItem = this.bindingNavigatorPositionItem; this.paginacionGruposCom.Size = new System.Drawing.Size(594, 25); this.paginacionGruposCom.TabIndex = 2; this.paginacionGruposCom.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22); this.bindingNavigatorCountItem.Text = "de {0}"; this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos"; // // Btn_nuevo // this.Btn_nuevo.BackColor = System.Drawing.SystemColors.ControlLight; this.Btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.Btn_nuevo.Image = ((System.Drawing.Image)(resources.GetObject("Btn_nuevo.Image"))); this.Btn_nuevo.ImageTransparentColor = System.Drawing.Color.Magenta; this.Btn_nuevo.Name = "Btn_nuevo"; this.Btn_nuevo.Size = new System.Drawing.Size(136, 22); this.Btn_nuevo.Text = "Nuevo grupo comercial"; this.Btn_nuevo.Click += new System.EventHandler(this.Btn_nuevo_Click); // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Mover primero"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Mover anterior"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Posición"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Posición actual"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Mover siguiente"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Mover último"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // buscarLbl // this.buscarLbl.Name = "buscarLbl"; this.buscarLbl.Size = new System.Drawing.Size(45, 22); this.buscarLbl.Text = "Buscar:"; // // busquedaTxt // this.busquedaTxt.Name = "busquedaTxt"; this.busquedaTxt.Size = new System.Drawing.Size(150, 25); this.busquedaTxt.Click += new System.EventHandler(this.busquedaTxt_TextChanged); this.busquedaTxt.TextChanged += new System.EventHandler(this.busquedaTxt_TextChanged); // // ListadoGruposCom // this.ListadoGruposCom.AllowUserToAddRows = false; this.ListadoGruposCom.AllowUserToDeleteRows = false; this.ListadoGruposCom.AutoGenerateColumns = false; this.ListadoGruposCom.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.ListadoGruposCom.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.ListadoGruposCom.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.gRUPOCOMDataGridViewTextBoxColumn, this.dESCRIPGRUPODataGridViewTextBoxColumn}); this.ListadoGruposCom.DataSource = this.grupoComBSource; this.ListadoGruposCom.Dock = System.Windows.Forms.DockStyle.Fill; this.ListadoGruposCom.Location = new System.Drawing.Point(0, 0); this.ListadoGruposCom.Name = "ListadoGruposCom"; this.ListadoGruposCom.ReadOnly = true; this.ListadoGruposCom.Size = new System.Drawing.Size(594, 321); this.ListadoGruposCom.TabIndex = 3; // // gRUPOCOMDataGridViewTextBoxColumn // this.gRUPOCOMDataGridViewTextBoxColumn.DataPropertyName = "GRUPOCOM"; this.gRUPOCOMDataGridViewTextBoxColumn.HeaderText = "GRUPOCOM"; this.gRUPOCOMDataGridViewTextBoxColumn.Name = "gRUPOCOMDataGridViewTextBoxColumn"; this.gRUPOCOMDataGridViewTextBoxColumn.ReadOnly = true; // // dESCRIPGRUPODataGridViewTextBoxColumn // this.dESCRIPGRUPODataGridViewTextBoxColumn.DataPropertyName = "DESCRIPGRUPO"; this.dESCRIPGRUPODataGridViewTextBoxColumn.HeaderText = "Descripión"; this.dESCRIPGRUPODataGridViewTextBoxColumn.Name = "dESCRIPGRUPODataGridViewTextBoxColumn"; this.dESCRIPGRUPODataGridViewTextBoxColumn.ReadOnly = true; // // pn_crear // this.pn_crear.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pn_crear.Controls.Add(this.groupBox1); this.pn_crear.Location = new System.Drawing.Point(0, 0); this.pn_crear.Name = "pn_crear"; this.pn_crear.Size = new System.Drawing.Size(325, 239); this.pn_crear.TabIndex = 1; // // groupBox1 // this.groupBox1.Controls.Add(this.descripcionTxt); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.btn_Cancelar); this.groupBox1.Controls.Add(this.btn_Crear); this.groupBox1.Controls.Add(this.abrevTxt); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(15, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(292, 196); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Crear Grupo Comercial"; // // descripcionTxt // this.descripcionTxt.Location = new System.Drawing.Point(75, 58); this.descripcionTxt.MaxLength = 500; this.descripcionTxt.Multiline = true; this.descripcionTxt.Name = "descripcionTxt"; this.descripcionTxt.Size = new System.Drawing.Size(204, 101); this.descripcionTxt.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 61); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 13); this.label1.TabIndex = 15; this.label1.Text = "Descripcion"; // // btn_Cancelar // this.btn_Cancelar.Location = new System.Drawing.Point(190, 165); this.btn_Cancelar.Name = "btn_Cancelar"; this.btn_Cancelar.Size = new System.Drawing.Size(89, 23); this.btn_Cancelar.TabIndex = 3; this.btn_Cancelar.Text = "Cancelar"; this.btn_Cancelar.UseVisualStyleBackColor = true; this.btn_Cancelar.Click += new System.EventHandler(this.btn_Cancelar_Click); // // btn_Crear // this.btn_Crear.Location = new System.Drawing.Point(75, 165); this.btn_Crear.Name = "btn_Crear"; this.btn_Crear.Size = new System.Drawing.Size(92, 23); this.btn_Crear.TabIndex = 2; this.btn_Crear.Text = "Crear"; this.btn_Crear.UseVisualStyleBackColor = true; this.btn_Crear.Click += new System.EventHandler(this.Btn_Crear_Click); // // abrevTxt // this.abrevTxt.Location = new System.Drawing.Point(75, 29); this.abrevTxt.MaxLength = 2; this.abrevTxt.Name = "abrevTxt"; this.abrevTxt.Size = new System.Drawing.Size(204, 20); this.abrevTxt.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 29); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(61, 13); this.label2.TabIndex = 1; this.label2.Text = "Abreviatura"; // // pn_editar // this.pn_editar.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pn_editar.Controls.Add(this.groupBox2); this.pn_editar.Location = new System.Drawing.Point(0, 0); this.pn_editar.Name = "pn_editar"; this.pn_editar.Size = new System.Drawing.Size(325, 234); this.pn_editar.TabIndex = 2; // // groupBox2 // this.groupBox2.Controls.Add(this.updateDescripcionTxt); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.button1); this.groupBox2.Controls.Add(this.btn_Guardar); this.groupBox2.Controls.Add(this.updateAbrevTxt); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Location = new System.Drawing.Point(22, 11); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(274, 177); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Editar Grupo Comercial"; // // updateDescripcionTxt // this.updateDescripcionTxt.Location = new System.Drawing.Point(86, 58); this.updateDescripcionTxt.MaxLength = 500; this.updateDescripcionTxt.Multiline = true; this.updateDescripcionTxt.Name = "updateDescripcionTxt"; this.updateDescripcionTxt.Size = new System.Drawing.Size(167, 66); this.updateDescripcionTxt.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 61); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 13); this.label3.TabIndex = 15; this.label3.Text = "Descripcion"; // // button1 // this.button1.Location = new System.Drawing.Point(174, 130); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(79, 23); this.button1.TabIndex = 3; this.button1.Text = "Cancelar"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Btn_CancelarUpdate_Click); // // btn_Guardar // this.btn_Guardar.Location = new System.Drawing.Point(81, 130); this.btn_Guardar.Name = "btn_Guardar"; this.btn_Guardar.Size = new System.Drawing.Size(78, 23); this.btn_Guardar.TabIndex = 2; this.btn_Guardar.Text = "Guardar"; this.btn_Guardar.UseVisualStyleBackColor = true; this.btn_Guardar.Click += new System.EventHandler(this.Btn_guardar_Click); // // updateAbrevTxt // this.updateAbrevTxt.Location = new System.Drawing.Point(86, 29); this.updateAbrevTxt.Name = "updateAbrevTxt"; this.updateAbrevTxt.ReadOnly = true; this.updateAbrevTxt.Size = new System.Drawing.Size(167, 20); this.updateAbrevTxt.TabIndex = 0; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 29); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(61, 13); this.label4.TabIndex = 1; this.label4.Text = "Abreviatura"; // // eP_errors // this.eP_errors.ContainerControl = this; // // GruposComerciales_Form // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(609, 324); this.Controls.Add(this.pn_editar); this.Controls.Add(this.pn_crear); this.Controls.Add(this.pn_listado); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "GruposComerciales_Form"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Grupos Comerciales"; this.pn_listado.ResumeLayout(false); this.pn_listado.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ListadoGruposComerciales)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grupoComBSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.paginacionGruposCom)).EndInit(); this.paginacionGruposCom.ResumeLayout(false); this.paginacionGruposCom.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ListadoGruposCom)).EndInit(); this.pn_crear.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.pn_editar.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).EndInit(); this.ResumeLayout(false); }
/// <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(frmproductconsumption)); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.productconsumptionBindingSource = new System.Windows.Forms.BindingSource(this.components); this.newDataSet = new PEIMSV3Cs.NewDataSet(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.Panel1 = new System.Windows.Forms.Panel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.SaveButton = new System.Windows.Forms.Button(); this.SearchIDButton = new System.Windows.Forms.Button(); this.ExitButton = new System.Windows.Forms.Button(); this.UpdateButton = new System.Windows.Forms.Button(); this.DeleteButton = new System.Windows.Forms.Button(); this.AddButton = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.productIDLabel = new System.Windows.Forms.Label(); this.productIDTextBox = new System.Windows.Forms.TextBox(); this.locationIDLabel = new System.Windows.Forms.Label(); this.locationIDTextBox = new System.Windows.Forms.TextBox(); this.itemSoldLabel = new System.Windows.Forms.Label(); this.itemSoldTextBox = new System.Windows.Forms.TextBox(); this.itemInStockLabel = new System.Windows.Forms.Label(); this.itemInStockTextBox = new System.Windows.Forms.TextBox(); this.priceLabel = new System.Windows.Forms.Label(); this.priceTextBox = new System.Windows.Forms.TextBox(); this.dateLabel = new System.Windows.Forms.Label(); this.date_dateTimePicker = new System.Windows.Forms.DateTimePicker(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.panel3 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.productconsumptionBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.newDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.Panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.BindingSource = this.productconsumptionBindingSource; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem; 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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.toolStripButton1}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 0); 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(10, 0, 10, 0); this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(562, 25); this.bindingNavigator1.TabIndex = 0; this.bindingNavigator1.Text = "bindingNavigator1"; // // productconsumptionBindingSource // this.productconsumptionBindingSource.DataMember = "productconsumption"; this.productconsumptionBindingSource.DataSource = this.newDataSet; // // newDataSet // this.newDataSet.DataSetName = "NewDataSet"; this.newDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "Save"; this.toolStripButton1.Click += new System.EventHandler(this.Save_Click); // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // Panel1 // this.Panel1.AutoScroll = true; this.Panel1.AutoSize = true; this.Panel1.Controls.Add(this.tabControl1); this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.Panel1.Location = new System.Drawing.Point(0, 0); this.Panel1.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(562, 347); this.Panel1.TabIndex = 1; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(3, 3); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(554, 340); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.SaveButton); this.tabPage1.Controls.Add(this.SearchIDButton); this.tabPage1.Controls.Add(this.ExitButton); this.tabPage1.Controls.Add(this.UpdateButton); this.tabPage1.Controls.Add(this.DeleteButton); this.tabPage1.Controls.Add(this.AddButton); this.tabPage1.Controls.Add(this.textBox1); this.tabPage1.Controls.Add(this.listBox1); this.tabPage1.Controls.Add(this.productIDLabel); this.tabPage1.Controls.Add(this.productIDTextBox); this.tabPage1.Controls.Add(this.locationIDLabel); this.tabPage1.Controls.Add(this.locationIDTextBox); this.tabPage1.Controls.Add(this.itemSoldLabel); this.tabPage1.Controls.Add(this.itemSoldTextBox); this.tabPage1.Controls.Add(this.itemInStockLabel); this.tabPage1.Controls.Add(this.itemInStockTextBox); this.tabPage1.Controls.Add(this.priceLabel); this.tabPage1.Controls.Add(this.priceTextBox); this.tabPage1.Controls.Add(this.dateLabel); this.tabPage1.Controls.Add(this.date_dateTimePicker); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(546, 314); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Details View"; this.tabPage1.UseVisualStyleBackColor = true; // // SaveButton // this.SaveButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SaveButton.Location = new System.Drawing.Point(303, 273); this.SaveButton.Name = "SaveButton"; this.SaveButton.Size = new System.Drawing.Size(75, 23); this.SaveButton.TabIndex = 54; this.SaveButton.Text = "Save"; this.SaveButton.UseVisualStyleBackColor = true; this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click); // // SearchIDButton // this.SearchIDButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SearchIDButton.Location = new System.Drawing.Point(406, 241); this.SearchIDButton.Name = "SearchIDButton"; this.SearchIDButton.Size = new System.Drawing.Size(120, 23); this.SearchIDButton.TabIndex = 52; this.SearchIDButton.Text = "SearchID"; this.SearchIDButton.UseVisualStyleBackColor = true; // // ExitButton // this.ExitButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ExitButton.Location = new System.Drawing.Point(451, 273); this.ExitButton.Name = "ExitButton"; this.ExitButton.Size = new System.Drawing.Size(75, 23); this.ExitButton.TabIndex = 51; this.ExitButton.Text = "Exit"; this.ExitButton.UseVisualStyleBackColor = true; this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click); // // UpdateButton // this.UpdateButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.UpdateButton.Location = new System.Drawing.Point(206, 273); this.UpdateButton.Name = "UpdateButton"; this.UpdateButton.Size = new System.Drawing.Size(75, 23); this.UpdateButton.TabIndex = 50; this.UpdateButton.Text = "Update"; this.UpdateButton.UseVisualStyleBackColor = true; this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click); // // DeleteButton // this.DeleteButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DeleteButton.Location = new System.Drawing.Point(112, 273); this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(75, 23); this.DeleteButton.TabIndex = 49; this.DeleteButton.Text = "Delete"; this.DeleteButton.UseVisualStyleBackColor = true; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // AddButton // this.AddButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AddButton.Location = new System.Drawing.Point(14, 273); this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(75, 23); this.AddButton.TabIndex = 48; this.AddButton.Text = "Add"; this.AddButton.UseVisualStyleBackColor = true; this.AddButton.Click += new System.EventHandler(this.AddButton_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(406, 215); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(120, 20); this.textBox1.TabIndex = 47; // // listBox1 // this.listBox1.DataSource = this.productconsumptionBindingSource; this.listBox1.DisplayMember = "productID"; this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(406, 30); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(120, 173); this.listBox1.TabIndex = 46; // // productIDLabel // this.productIDLabel.AutoSize = true; this.productIDLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.productIDLabel.Location = new System.Drawing.Point(22, 30); this.productIDLabel.Name = "productIDLabel"; this.productIDLabel.Size = new System.Drawing.Size(68, 12); this.productIDLabel.TabIndex = 34; this.productIDLabel.Text = "productID"; // // productIDTextBox // this.productIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productconsumptionBindingSource, "productID", true)); this.productIDTextBox.Location = new System.Drawing.Point(108, 26); this.productIDTextBox.Name = "productIDTextBox"; this.productIDTextBox.Size = new System.Drawing.Size(270, 20); this.productIDTextBox.TabIndex = 35; // // locationIDLabel // this.locationIDLabel.AutoSize = true; this.locationIDLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.locationIDLabel.Location = new System.Drawing.Point(22, 67); this.locationIDLabel.Name = "locationIDLabel"; this.locationIDLabel.Size = new System.Drawing.Size(71, 12); this.locationIDLabel.TabIndex = 36; this.locationIDLabel.Text = "locationID"; // // locationIDTextBox // this.locationIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productconsumptionBindingSource, "locationID", true)); this.locationIDTextBox.Location = new System.Drawing.Point(108, 63); this.locationIDTextBox.Name = "locationIDTextBox"; this.locationIDTextBox.Size = new System.Drawing.Size(270, 20); this.locationIDTextBox.TabIndex = 37; // // itemSoldLabel // this.itemSoldLabel.AutoSize = true; this.itemSoldLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.itemSoldLabel.Location = new System.Drawing.Point(22, 109); this.itemSoldLabel.Name = "itemSoldLabel"; this.itemSoldLabel.Size = new System.Drawing.Size(60, 12); this.itemSoldLabel.TabIndex = 38; this.itemSoldLabel.Text = "itemSold"; // // itemSoldTextBox // this.itemSoldTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productconsumptionBindingSource, "itemSold", true)); this.itemSoldTextBox.Location = new System.Drawing.Point(108, 105); this.itemSoldTextBox.Name = "itemSoldTextBox"; this.itemSoldTextBox.Size = new System.Drawing.Size(270, 20); this.itemSoldTextBox.TabIndex = 39; // // itemInStockLabel // this.itemInStockLabel.AutoSize = true; this.itemInStockLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.itemInStockLabel.Location = new System.Drawing.Point(22, 146); this.itemInStockLabel.Name = "itemInStockLabel"; this.itemInStockLabel.Size = new System.Drawing.Size(78, 12); this.itemInStockLabel.TabIndex = 40; this.itemInStockLabel.Text = "itemInStock"; // // itemInStockTextBox // this.itemInStockTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productconsumptionBindingSource, "itemInStock", true)); this.itemInStockTextBox.Location = new System.Drawing.Point(108, 142); this.itemInStockTextBox.Name = "itemInStockTextBox"; this.itemInStockTextBox.Size = new System.Drawing.Size(270, 20); this.itemInStockTextBox.TabIndex = 41; // // priceLabel // this.priceLabel.AutoSize = true; this.priceLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.priceLabel.Location = new System.Drawing.Point(22, 184); this.priceLabel.Name = "priceLabel"; this.priceLabel.Size = new System.Drawing.Size(37, 12); this.priceLabel.TabIndex = 42; this.priceLabel.Text = "price"; // // priceTextBox // this.priceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productconsumptionBindingSource, "price", true)); this.priceTextBox.Location = new System.Drawing.Point(108, 180); this.priceTextBox.Name = "priceTextBox"; this.priceTextBox.Size = new System.Drawing.Size(270, 20); this.priceTextBox.TabIndex = 43; // // dateLabel // this.dateLabel.AutoSize = true; this.dateLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dateLabel.Location = new System.Drawing.Point(22, 223); this.dateLabel.Name = "dateLabel"; this.dateLabel.Size = new System.Drawing.Size(33, 12); this.dateLabel.TabIndex = 44; this.dateLabel.Text = "date"; // // date_dateTimePicker // this.date_dateTimePicker.CustomFormat = "dd/MM/yyyy"; this.date_dateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productconsumptionBindingSource, "date", true)); this.date_dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.date_dateTimePicker.Location = new System.Drawing.Point(107, 216); this.date_dateTimePicker.Name = "date_dateTimePicker"; this.date_dateTimePicker.Size = new System.Drawing.Size(270, 20); this.date_dateTimePicker.TabIndex = 45; this.date_dateTimePicker.Value = new System.DateTime(2014, 5, 26, 17, 35, 11, 0); // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(546, 314); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Data Grid View"; this.tabPage2.UseVisualStyleBackColor = true; // // tabPage3 // this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(546, 314); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Graphical View"; this.tabPage3.UseVisualStyleBackColor = true; // // panel3 // this.panel3.Controls.Add(this.Panel1); this.panel3.Controls.Add(this.panel4); this.panel3.Controls.Add(this.panel5); this.panel3.Controls.Add(this.panel6); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 25); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(562, 347); this.panel3.TabIndex = 19; // // panel4 // this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(562, 347); this.panel4.TabIndex = 3; // // panel5 // this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(562, 347); this.panel5.TabIndex = 5; // // panel6 // this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(562, 347); this.panel6.TabIndex = 6; // // frmproductconsumption // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(562, 372); this.Controls.Add(this.panel3); this.Controls.Add(this.bindingNavigator1); this.Name = "frmproductconsumption"; this.Text = "Product Consumption"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmproductconsumption_FormClosing); this.Load += new System.EventHandler(this.frmproductconsumption_Load); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.productconsumptionBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.newDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.Panel1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.btnGetSongs = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.artistDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.genreDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.btnSave = new System.Windows.Forms.Button(); this.txtGenre = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtArtist = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtTitle = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtId = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); 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(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.btnLoginDemo = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.SuspendLayout(); // // bindingSource1 // this.bindingSource1.DataSource = typeof(Song); // // btnGetSongs // this.btnGetSongs.Location = new System.Drawing.Point(12, 34); this.btnGetSongs.Name = "btnGetSongs"; this.btnGetSongs.Size = new System.Drawing.Size(115, 37); this.btnGetSongs.TabIndex = 1; this.btnGetSongs.Text = "Get All Songs"; this.btnGetSongs.UseVisualStyleBackColor = true; this.btnGetSongs.Click += new System.EventHandler(this.BtnGetSongsClick); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Enabled = false; this.tabControl1.Location = new System.Drawing.Point(12, 77); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(640, 297); this.tabControl1.TabIndex = 2; // // tabPage1 // this.tabPage1.Controls.Add(this.dataGridView1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(632, 271); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Datasheet View"; this.tabPage1.UseVisualStyleBackColor = true; // // dataGridView1 // this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idDataGridViewTextBoxColumn, this.titleDataGridViewTextBoxColumn, this.artistDataGridViewTextBoxColumn, this.genreDataGridViewTextBoxColumn }); this.dataGridView1.DataSource = this.bindingSource1; this.dataGridView1.Location = new System.Drawing.Point(6, 6); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(620, 247); this.dataGridView1.TabIndex = 0; // // idDataGridViewTextBoxColumn // this.idDataGridViewTextBoxColumn.DataPropertyName = "Id"; this.idDataGridViewTextBoxColumn.HeaderText = "Id"; this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn"; // // titleDataGridViewTextBoxColumn // this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title"; this.titleDataGridViewTextBoxColumn.HeaderText = "Title"; this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn"; // // artistDataGridViewTextBoxColumn // this.artistDataGridViewTextBoxColumn.DataPropertyName = "Artist"; this.artistDataGridViewTextBoxColumn.HeaderText = "Artist"; this.artistDataGridViewTextBoxColumn.Name = "artistDataGridViewTextBoxColumn"; // // genreDataGridViewTextBoxColumn // this.genreDataGridViewTextBoxColumn.DataPropertyName = "Genre"; this.genreDataGridViewTextBoxColumn.HeaderText = "Genre"; this.genreDataGridViewTextBoxColumn.Name = "genreDataGridViewTextBoxColumn"; // // tabPage2 // this.tabPage2.Controls.Add(this.btnSave); this.tabPage2.Controls.Add(this.txtGenre); this.tabPage2.Controls.Add(this.label4); this.tabPage2.Controls.Add(this.txtArtist); this.tabPage2.Controls.Add(this.label3); this.tabPage2.Controls.Add(this.txtTitle); this.tabPage2.Controls.Add(this.label2); this.tabPage2.Controls.Add(this.txtId); this.tabPage2.Controls.Add(this.label1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(632, 271); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Detail View"; this.tabPage2.UseVisualStyleBackColor = true; // // btnSave // this.btnSave.Location = new System.Drawing.Point(182, 172); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(100, 33); this.btnSave.TabIndex = 8; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.BtnSaveClick); // // txtGenre // this.txtGenre.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource1, "Genre", true)); this.txtGenre.Location = new System.Drawing.Point(182, 134); this.txtGenre.Name = "txtGenre"; this.txtGenre.Size = new System.Drawing.Size(255, 20); this.txtGenre.TabIndex = 7; // // label4 // this.label4.Location = new System.Drawing.Point(100, 137); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(76, 23); this.label4.TabIndex = 6; this.label4.Text = "Genre"; // // txtArtist // this.txtArtist.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource1, "Artist", true)); this.txtArtist.Location = new System.Drawing.Point(182, 108); this.txtArtist.Name = "txtArtist"; this.txtArtist.Size = new System.Drawing.Size(255, 20); this.txtArtist.TabIndex = 5; // // label3 // this.label3.Location = new System.Drawing.Point(100, 111); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(76, 23); this.label3.TabIndex = 4; this.label3.Text = "Artist"; // // txtTitle // this.txtTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource1, "Title", true)); this.txtTitle.Location = new System.Drawing.Point(182, 82); this.txtTitle.Name = "txtTitle"; this.txtTitle.Size = new System.Drawing.Size(255, 20); this.txtTitle.TabIndex = 3; // // label2 // this.label2.Location = new System.Drawing.Point(100, 85); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(76, 23); this.label2.TabIndex = 2; this.label2.Text = "Title"; // // txtId // this.txtId.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource1, "Id", true)); this.txtId.Location = new System.Drawing.Point(182, 56); this.txtId.Name = "txtId"; this.txtId.ReadOnly = true; this.txtId.Size = new System.Drawing.Size(255, 20); this.txtId.TabIndex = 1; // // label1 // this.label1.Location = new System.Drawing.Point(100, 59); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(76, 23); this.label1.TabIndex = 0; this.label1.Text = "Id"; // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator1.BindingSource = this.bindingSource1; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Enabled = false; 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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem }); this.bindingNavigator1.Location = new System.Drawing.Point(0, 0); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(660, 25); this.bindingNavigator1.TabIndex = 3; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.BindingNavigatorDeleteItemClick); // // btnLoginDemo // this.btnLoginDemo.Location = new System.Drawing.Point(533, 34); this.btnLoginDemo.Name = "btnLoginDemo"; this.btnLoginDemo.Size = new System.Drawing.Size(109, 23); this.btnLoginDemo.TabIndex = 4; this.btnLoginDemo.Text = "Login Demo..."; this.btnLoginDemo.UseVisualStyleBackColor = true; this.btnLoginDemo.Click += new System.EventHandler(this.BtnLoginDemoClick); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(660, 385); this.Controls.Add(this.btnLoginDemo); this.Controls.Add(this.bindingNavigator1); this.Controls.Add(this.tabControl1); this.Controls.Add(this.btnGetSongs); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Songs from Web API"; ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(EstadosSanitarios_Form)); this.pn_listado = new System.Windows.Forms.Panel(); this.ListadoEstados = new System.Windows.Forms.DataGridView(); this.eSTADODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dESCRIPESTADODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Editar = new System.Windows.Forms.DataGridViewButtonColumn(); this.Eliminar = new System.Windows.Forms.DataGridViewButtonColumn(); this.StateBSource = new System.Windows.Forms.BindingSource(this.components); this.paginacionEstadoSanitario = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.Btn_nuevo = new System.Windows.Forms.ToolStripButton(); 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(); this.buscarLbl = new System.Windows.Forms.ToolStripLabel(); this.busquedaTxt = new System.Windows.Forms.ToolStripTextBox(); this.filtrarLbl = new System.Windows.Forms.ToolStripLabel(); this.criterioCbx = new System.Windows.Forms.ToolStripComboBox(); this.pn_crear = new System.Windows.Forms.Panel(); this.crearGbx = new System.Windows.Forms.GroupBox(); this.Btn_Cancelar = new System.Windows.Forms.Button(); this.Btn_Crear = new System.Windows.Forms.Button(); this.txt_Descripcion = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txt_Nombre = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.pn_editar = new System.Windows.Forms.Panel(); this.editarGbx = new System.Windows.Forms.GroupBox(); this.btnCancelar = new System.Windows.Forms.Button(); this.Btn_Guardar = new System.Windows.Forms.Button(); this.updateDescripTxt = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.updateNombreTxt = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.eP_errors = new System.Windows.Forms.ErrorProvider(this.components); this.pn_listado.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ListadoEstados)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StateBSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.paginacionEstadoSanitario)).BeginInit(); this.paginacionEstadoSanitario.SuspendLayout(); this.pn_crear.SuspendLayout(); this.crearGbx.SuspendLayout(); this.pn_editar.SuspendLayout(); this.editarGbx.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).BeginInit(); this.SuspendLayout(); // // pn_listado // this.pn_listado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pn_listado.Controls.Add(this.ListadoEstados); this.pn_listado.Controls.Add(this.paginacionEstadoSanitario); this.pn_listado.Location = new System.Drawing.Point(0, 0); this.pn_listado.Name = "pn_listado"; this.pn_listado.Size = new System.Drawing.Size(691, 278); this.pn_listado.TabIndex = 0; // // ListadoEstados // this.ListadoEstados.AllowUserToAddRows = false; this.ListadoEstados.AllowUserToDeleteRows = false; this.ListadoEstados.AutoGenerateColumns = false; this.ListadoEstados.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.ListadoEstados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.ListadoEstados.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.eSTADODataGridViewTextBoxColumn, this.dESCRIPESTADODataGridViewTextBoxColumn, this.Editar, this.Eliminar}); this.ListadoEstados.DataSource = this.StateBSource; this.ListadoEstados.Dock = System.Windows.Forms.DockStyle.Fill; this.ListadoEstados.Location = new System.Drawing.Point(0, 25); this.ListadoEstados.Name = "ListadoEstados"; this.ListadoEstados.ReadOnly = true; this.ListadoEstados.Size = new System.Drawing.Size(687, 249); this.ListadoEstados.TabIndex = 5; this.ListadoEstados.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Listado_CellValueChanged); // // eSTADODataGridViewTextBoxColumn // this.eSTADODataGridViewTextBoxColumn.DataPropertyName = "ESTADO"; this.eSTADODataGridViewTextBoxColumn.HeaderText = "Estado"; this.eSTADODataGridViewTextBoxColumn.Name = "eSTADODataGridViewTextBoxColumn"; this.eSTADODataGridViewTextBoxColumn.ReadOnly = true; // // dESCRIPESTADODataGridViewTextBoxColumn // this.dESCRIPESTADODataGridViewTextBoxColumn.DataPropertyName = "DESCRIPESTADO"; this.dESCRIPESTADODataGridViewTextBoxColumn.HeaderText = "Descripción estado"; this.dESCRIPESTADODataGridViewTextBoxColumn.Name = "dESCRIPESTADODataGridViewTextBoxColumn"; this.dESCRIPESTADODataGridViewTextBoxColumn.ReadOnly = true; // // Editar // this.Editar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader; this.Editar.HeaderText = ""; this.Editar.Name = "Editar"; this.Editar.ReadOnly = true; this.Editar.Text = "Editar"; this.Editar.UseColumnTextForButtonValue = true; this.Editar.Width = 5; // // Eliminar // this.Eliminar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader; this.Eliminar.DataPropertyName = "ESTADO"; this.Eliminar.HeaderText = ""; this.Eliminar.Name = "Eliminar"; this.Eliminar.ReadOnly = true; this.Eliminar.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Eliminar.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Eliminar.Text = "Eliminar"; this.Eliminar.UseColumnTextForButtonValue = true; this.Eliminar.Width = 5; // // StateBSource // this.StateBSource.DataSource = typeof(SIFCA_DAL.ESTADOSANITARIO); // // paginacionEstadoSanitario // this.paginacionEstadoSanitario.AddNewItem = null; this.paginacionEstadoSanitario.BindingSource = this.StateBSource; this.paginacionEstadoSanitario.CountItem = this.bindingNavigatorCountItem; this.paginacionEstadoSanitario.DeleteItem = null; this.paginacionEstadoSanitario.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Btn_nuevo, this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.buscarLbl, this.busquedaTxt, this.filtrarLbl, this.criterioCbx}); this.paginacionEstadoSanitario.Location = new System.Drawing.Point(0, 0); this.paginacionEstadoSanitario.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.paginacionEstadoSanitario.MoveLastItem = this.bindingNavigatorMoveLastItem; this.paginacionEstadoSanitario.MoveNextItem = this.bindingNavigatorMoveNextItem; this.paginacionEstadoSanitario.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.paginacionEstadoSanitario.Name = "paginacionEstadoSanitario"; this.paginacionEstadoSanitario.PositionItem = this.bindingNavigatorPositionItem; this.paginacionEstadoSanitario.Size = new System.Drawing.Size(687, 25); this.paginacionEstadoSanitario.TabIndex = 4; this.paginacionEstadoSanitario.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22); this.bindingNavigatorCountItem.Text = "de {0}"; this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos"; // // Btn_nuevo // this.Btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.Btn_nuevo.Image = ((System.Drawing.Image)(resources.GetObject("Btn_nuevo.Image"))); this.Btn_nuevo.ImageTransparentColor = System.Drawing.Color.Magenta; this.Btn_nuevo.Name = "Btn_nuevo"; this.Btn_nuevo.Size = new System.Drawing.Size(46, 22); this.Btn_nuevo.Text = "Nuevo"; this.Btn_nuevo.Click += new System.EventHandler(this.Btn_nuevo_Click); // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Mover primero"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Mover anterior"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Posición"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Posición actual"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Mover siguiente"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Mover último"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // buscarLbl // this.buscarLbl.Name = "buscarLbl"; this.buscarLbl.Size = new System.Drawing.Size(45, 22); this.buscarLbl.Text = "Buscar:"; // // busquedaTxt // this.busquedaTxt.Name = "busquedaTxt"; this.busquedaTxt.Size = new System.Drawing.Size(150, 25); this.busquedaTxt.TextChanged += new System.EventHandler(this.busquedaTxt_TextChanged); // // filtrarLbl // this.filtrarLbl.Name = "filtrarLbl"; this.filtrarLbl.Size = new System.Drawing.Size(92, 22); this.filtrarLbl.Text = "Filtrar busqueda"; // // criterioCbx // this.criterioCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.criterioCbx.Items.AddRange(new object[] { "Descripcion"}); this.criterioCbx.Name = "criterioCbx"; this.criterioCbx.Size = new System.Drawing.Size(121, 25); // // pn_crear // this.pn_crear.Controls.Add(this.crearGbx); this.pn_crear.Location = new System.Drawing.Point(0, 0); this.pn_crear.Name = "pn_crear"; this.pn_crear.Size = new System.Drawing.Size(356, 209); this.pn_crear.TabIndex = 1; // // crearGbx // this.crearGbx.Controls.Add(this.Btn_Cancelar); this.crearGbx.Controls.Add(this.Btn_Crear); this.crearGbx.Controls.Add(this.txt_Descripcion); this.crearGbx.Controls.Add(this.label2); this.crearGbx.Controls.Add(this.txt_Nombre); this.crearGbx.Controls.Add(this.label1); this.crearGbx.Location = new System.Drawing.Point(9, 4); this.crearGbx.Name = "crearGbx"; this.crearGbx.Size = new System.Drawing.Size(335, 192); this.crearGbx.TabIndex = 2; this.crearGbx.TabStop = false; this.crearGbx.Text = "Crear Estado Sanitario"; // // Btn_Cancelar // this.Btn_Cancelar.Location = new System.Drawing.Point(219, 146); this.Btn_Cancelar.Name = "Btn_Cancelar"; this.Btn_Cancelar.Size = new System.Drawing.Size(81, 23); this.Btn_Cancelar.TabIndex = 5; this.Btn_Cancelar.Text = "Cancelar"; this.Btn_Cancelar.UseVisualStyleBackColor = true; this.Btn_Cancelar.Click += new System.EventHandler(this.btn_Cancelar_Click); // // Btn_Crear // this.Btn_Crear.Location = new System.Drawing.Point(117, 146); this.Btn_Crear.Name = "Btn_Crear"; this.Btn_Crear.Size = new System.Drawing.Size(79, 23); this.Btn_Crear.TabIndex = 4; this.Btn_Crear.Text = "Crear"; this.Btn_Crear.UseVisualStyleBackColor = true; this.Btn_Crear.Click += new System.EventHandler(this.Btn_Crear_Click); // // txt_Descripcion // this.txt_Descripcion.Location = new System.Drawing.Point(121, 66); this.txt_Descripcion.MaxLength = 500; this.txt_Descripcion.Multiline = true; this.txt_Descripcion.Name = "txt_Descripcion"; this.txt_Descripcion.Size = new System.Drawing.Size(179, 65); this.txt_Descripcion.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 13); this.label2.TabIndex = 2; this.label2.Text = "Descripcion"; // // txt_Nombre // this.txt_Nombre.Location = new System.Drawing.Point(121, 28); this.txt_Nombre.MaxLength = 2; this.txt_Nombre.Name = "txt_Nombre"; this.txt_Nombre.Size = new System.Drawing.Size(174, 20); this.txt_Nombre.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(108, 13); this.label1.TabIndex = 0; this.label1.Text = "Abreviatura (2 Letras)"; // // pn_editar // this.pn_editar.Controls.Add(this.editarGbx); this.pn_editar.Location = new System.Drawing.Point(0, 0); this.pn_editar.Name = "pn_editar"; this.pn_editar.Size = new System.Drawing.Size(300, 173); this.pn_editar.TabIndex = 2; // // editarGbx // this.editarGbx.Controls.Add(this.btnCancelar); this.editarGbx.Controls.Add(this.Btn_Guardar); this.editarGbx.Controls.Add(this.updateDescripTxt); this.editarGbx.Controls.Add(this.label6); this.editarGbx.Controls.Add(this.updateNombreTxt); this.editarGbx.Controls.Add(this.label3); this.editarGbx.Location = new System.Drawing.Point(0, 0); this.editarGbx.Name = "editarGbx"; this.editarGbx.Size = new System.Drawing.Size(301, 174); this.editarGbx.TabIndex = 29; this.editarGbx.TabStop = false; this.editarGbx.Text = "Editar Estado Sanitario"; // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(202, 141); this.btnCancelar.Name = "btnCancelar"; this.btnCancelar.Size = new System.Drawing.Size(75, 23); this.btnCancelar.TabIndex = 1; this.btnCancelar.Text = "Cancelar"; this.btnCancelar.UseVisualStyleBackColor = true; this.btnCancelar.Click += new System.EventHandler(this.Btn_CancelarUpdate_Click); // // Btn_Guardar // this.Btn_Guardar.Location = new System.Drawing.Point(17, 141); this.Btn_Guardar.Name = "Btn_Guardar"; this.Btn_Guardar.Size = new System.Drawing.Size(75, 23); this.Btn_Guardar.TabIndex = 0; this.Btn_Guardar.Text = "Guardar"; this.Btn_Guardar.UseVisualStyleBackColor = true; this.Btn_Guardar.Click += new System.EventHandler(this.Btn_guardar_Click); // // updateDescripTxt // this.updateDescripTxt.Location = new System.Drawing.Point(93, 63); this.updateDescripTxt.MaxLength = 500; this.updateDescripTxt.Multiline = true; this.updateDescripTxt.Name = "updateDescripTxt"; this.updateDescripTxt.ShortcutsEnabled = false; this.updateDescripTxt.Size = new System.Drawing.Size(187, 72); this.updateDescripTxt.TabIndex = 7; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(14, 63); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(63, 13); this.label6.TabIndex = 6; this.label6.Text = "Descripción"; // // updateNombreTxt // this.updateNombreTxt.Location = new System.Drawing.Point(93, 34); this.updateNombreTxt.Name = "updateNombreTxt"; this.updateNombreTxt.ReadOnly = true; this.updateNombreTxt.Size = new System.Drawing.Size(187, 20); this.updateNombreTxt.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 34); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 13); this.label3.TabIndex = 0; this.label3.Text = "Nombre"; // // eP_errors // this.eP_errors.ContainerControl = this; // // EstadosSanitarios_Form // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(702, 286); this.Controls.Add(this.pn_editar); this.Controls.Add(this.pn_crear); this.Controls.Add(this.pn_listado); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EstadosSanitarios_Form"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Estados Sanitarios"; this.pn_listado.ResumeLayout(false); this.pn_listado.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ListadoEstados)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StateBSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.paginacionEstadoSanitario)).EndInit(); this.paginacionEstadoSanitario.ResumeLayout(false); this.paginacionEstadoSanitario.PerformLayout(); this.pn_crear.ResumeLayout(false); this.crearGbx.ResumeLayout(false); this.crearGbx.PerformLayout(); this.pn_editar.ResumeLayout(false); this.editarGbx.ResumeLayout(false); this.editarGbx.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).EndInit(); this.ResumeLayout(false); }
/// <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(PlanContentForm)); this.educationalDepartmentDataSet = new DepartmentManager.EducationalDepartmentDataSet(); this.plansBindingSource = new System.Windows.Forms.BindingSource(this.components); this.plansTableAdapter = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.PlansTableAdapter(); this.tableAdapterManager = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager(); this.planContentTableAdapter = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.PlanContentTableAdapter(); this.subjectsTableAdapter = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.SubjectsTableAdapter(); this.plansBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.planContentBindingSource = new System.Windows.Forms.BindingSource(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.plansBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.planContentDataGridView = new System.Windows.Forms.DataGridView(); this.plansBindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.subjectsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.plansDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingNavigator)).BeginInit(); this.plansBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.planContentBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.planContentDataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.subjectsBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).BeginInit(); this.SuspendLayout(); // // educationalDepartmentDataSet // this.educationalDepartmentDataSet.DataSetName = "EducationalDepartmentDataSet"; this.educationalDepartmentDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // plansBindingSource // this.plansBindingSource.DataMember = "Plans"; this.plansBindingSource.DataSource = this.educationalDepartmentDataSet; // // plansTableAdapter // this.plansTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.GroupsTableAdapter = null; this.tableAdapterManager.MarkRecordsTableAdapter = null; this.tableAdapterManager.PlanContentTableAdapter = this.planContentTableAdapter; this.tableAdapterManager.PlansTableAdapter = this.plansTableAdapter; this.tableAdapterManager.StudentsTableAdapter = null; this.tableAdapterManager.SubjectsTableAdapter = this.subjectsTableAdapter; this.tableAdapterManager.UpdateOrder = DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // planContentTableAdapter // this.planContentTableAdapter.ClearBeforeFill = true; // // subjectsTableAdapter // this.subjectsTableAdapter.ClearBeforeFill = true; // // plansBindingNavigator // this.plansBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.plansBindingNavigator.BindingSource = this.planContentBindingSource; this.plansBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.plansBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.plansBindingNavigator.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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.plansBindingNavigatorSaveItem }); this.plansBindingNavigator.Location = new System.Drawing.Point(0, 0); this.plansBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.plansBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.plansBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.plansBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.plansBindingNavigator.Name = "plansBindingNavigator"; this.plansBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.plansBindingNavigator.Size = new System.Drawing.Size(869, 25); this.plansBindingNavigator.TabIndex = 0; this.plansBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // planContentBindingSource // this.planContentBindingSource.DataMember = "FK_PlanContent_Plans"; this.planContentBindingSource.DataSource = this.plansBindingSource; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // plansBindingNavigatorSaveItem // this.plansBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.plansBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("plansBindingNavigatorSaveItem.Image"))); this.plansBindingNavigatorSaveItem.Name = "plansBindingNavigatorSaveItem"; this.plansBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.plansBindingNavigatorSaveItem.Text = "Save Data"; this.plansBindingNavigatorSaveItem.Click += new System.EventHandler(this.PlansBindingNavigatorSaveItem_Click); // // planContentDataGridView // this.planContentDataGridView.AutoGenerateColumns = false; this.planContentDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.planContentDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn6, this.dataGridViewTextBoxColumn1 }); this.planContentDataGridView.DataSource = this.planContentBindingSource; this.planContentDataGridView.Location = new System.Drawing.Point(12, 28); this.planContentDataGridView.Name = "planContentDataGridView"; this.planContentDataGridView.Size = new System.Drawing.Size(553, 305); this.planContentDataGridView.TabIndex = 2; this.planContentDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.PlanContentDataGridView_DataError); // // plansBindingSource1 // this.plansBindingSource1.DataMember = "Plans"; this.plansBindingSource1.DataSource = this.educationalDepartmentDataSet; // // subjectsBindingSource // this.subjectsBindingSource.DataMember = "Subjects"; this.subjectsBindingSource.DataSource = this.educationalDepartmentDataSet; // // plansDataGridView // this.plansDataGridView.AutoGenerateColumns = false; this.plansDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.plansDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn8, this.dataGridViewTextBoxColumn9, this.dataGridViewTextBoxColumn7 }); this.plansDataGridView.DataSource = this.plansBindingSource; this.plansDataGridView.Location = new System.Drawing.Point(571, 28); this.plansDataGridView.Name = "plansDataGridView"; this.plansDataGridView.Size = new System.Drawing.Size(289, 305); this.plansDataGridView.TabIndex = 4; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn8.DataPropertyName = "Speciality"; this.dataGridViewTextBoxColumn8.HeaderText = "Специальность"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; this.dataGridViewTextBoxColumn8.ReadOnly = true; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.DataPropertyName = "Year"; this.dataGridViewTextBoxColumn9.HeaderText = "Год"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; this.dataGridViewTextBoxColumn9.ReadOnly = true; this.dataGridViewTextBoxColumn9.Width = 75; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "Id"; this.dataGridViewTextBoxColumn7.HeaderText = "Id"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.ReadOnly = true; this.dataGridViewTextBoxColumn7.Visible = false; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "PlanId"; this.dataGridViewTextBoxColumn2.DataSource = this.plansBindingSource1; this.dataGridViewTextBoxColumn2.DisplayMember = "Speciality"; this.dataGridViewTextBoxColumn2.HeaderText = "Специальность"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.dataGridViewTextBoxColumn2.ValueMember = "Id"; this.dataGridViewTextBoxColumn2.Visible = false; this.dataGridViewTextBoxColumn2.Width = 200; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "SubjectId"; this.dataGridViewTextBoxColumn3.DataSource = this.subjectsBindingSource; this.dataGridViewTextBoxColumn3.DisplayMember = "Name"; this.dataGridViewTextBoxColumn3.HeaderText = "Дисциплина"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.dataGridViewTextBoxColumn3.ValueMember = "Id"; this.dataGridViewTextBoxColumn3.Width = 200; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "LectureDuration"; this.dataGridViewTextBoxColumn4.HeaderText = "Лекции (ч)"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.Width = 85; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "LabDuration"; this.dataGridViewTextBoxColumn5.HeaderText = "Лабораторные (ч)"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.Width = 125; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn6.DataPropertyName = "CourseDuration"; this.dataGridViewTextBoxColumn6.HeaderText = "Курсовые (ч)"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Id"; this.dataGridViewTextBoxColumn1.HeaderText = "Id"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Visible = false; // // PlanContentForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(869, 348); this.Controls.Add(this.plansDataGridView); this.Controls.Add(this.planContentDataGridView); this.Controls.Add(this.plansBindingNavigator); this.Name = "PlanContentForm"; this.Text = "План"; this.Load += new System.EventHandler(this.PlanContentForm_Load); ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingNavigator)).EndInit(); this.plansBindingNavigator.ResumeLayout(false); this.plansBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.planContentBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.planContentDataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.subjectsBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(frmLocales)); this.grpCampos = new System.Windows.Forms.GroupBox(); this.chkActivoWebLOC = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtNombreLOC = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtTelefonoLOC = new System.Windows.Forms.TextBox(); this.txtDireccionLOC = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtIdLocalLOC = new System.Windows.Forms.TextBox(); this.gvwDatos = new System.Windows.Forms.DataGridView(); this.grpBotones = new System.Windows.Forms.GroupBox(); this.btnCancelar = new System.Windows.Forms.Button(); this.btnSalir = new System.Windows.Forms.Button(); this.btnGrabar = new System.Windows.Forms.Button(); this.btnBorrar = new System.Windows.Forms.Button(); this.btnEditar = new System.Windows.Forms.Button(); this.btnNuevo = new System.Windows.Forms.Button(); this.btnBuscar = new System.Windows.Forms.Button(); this.grpBuscar = new System.Windows.Forms.GroupBox(); this.txtParametros = new System.Windows.Forms.TextBox(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); 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(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.grpCampos.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).BeginInit(); this.grpBotones.SuspendLayout(); this.grpBuscar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // grpCampos // this.grpCampos.Controls.Add(this.chkActivoWebLOC); this.grpCampos.Controls.Add(this.label5); this.grpCampos.Controls.Add(this.label1); this.grpCampos.Controls.Add(this.txtNombreLOC); this.grpCampos.Controls.Add(this.label4); this.grpCampos.Controls.Add(this.label3); this.grpCampos.Controls.Add(this.txtTelefonoLOC); this.grpCampos.Controls.Add(this.txtDireccionLOC); this.grpCampos.Controls.Add(this.label2); this.grpCampos.Controls.Add(this.txtIdLocalLOC); this.grpCampos.Location = new System.Drawing.Point(10, 197); this.grpCampos.Name = "grpCampos"; this.grpCampos.Size = new System.Drawing.Size(354, 152); this.grpCampos.TabIndex = 0; this.grpCampos.TabStop = false; // // chkActivoWebLOC // this.chkActivoWebLOC.AutoSize = true; this.chkActivoWebLOC.Location = new System.Drawing.Point(107, 120); this.chkActivoWebLOC.Name = "chkActivoWebLOC"; this.chkActivoWebLOC.Size = new System.Drawing.Size(15, 14); this.chkActivoWebLOC.TabIndex = 4; this.chkActivoWebLOC.UseVisualStyleBackColor = true; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label5.Location = new System.Drawing.Point(6, 117); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(94, 15); this.label5.TabIndex = 24; this.label5.Text = "Activo en la web"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label1.Location = new System.Drawing.Point(6, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 15); this.label1.TabIndex = 21; this.label1.Text = "Nº Local"; // // txtNombreLOC // this.txtNombreLOC.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombreLOC.Location = new System.Drawing.Point(107, 42); this.txtNombreLOC.Name = "txtNombreLOC"; this.txtNombreLOC.Size = new System.Drawing.Size(227, 20); this.txtNombreLOC.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label4.Location = new System.Drawing.Point(6, 94); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 15); this.label4.TabIndex = 22; this.label4.Text = "Teléfono"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label3.Location = new System.Drawing.Point(6, 68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 15); this.label3.TabIndex = 22; this.label3.Text = "Dirección"; // // txtTelefonoLOC // this.txtTelefonoLOC.Location = new System.Drawing.Point(107, 94); this.txtTelefonoLOC.Name = "txtTelefonoLOC"; this.txtTelefonoLOC.Size = new System.Drawing.Size(227, 20); this.txtTelefonoLOC.TabIndex = 3; // // txtDireccionLOC // this.txtDireccionLOC.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDireccionLOC.Location = new System.Drawing.Point(107, 68); this.txtDireccionLOC.Name = "txtDireccionLOC"; this.txtDireccionLOC.Size = new System.Drawing.Size(227, 20); this.txtDireccionLOC.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label2.Location = new System.Drawing.Point(6, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 15); this.label2.TabIndex = 22; this.label2.Text = "Nombre"; // // txtIdLocalLOC // this.txtIdLocalLOC.Location = new System.Drawing.Point(107, 16); this.txtIdLocalLOC.Name = "txtIdLocalLOC"; this.txtIdLocalLOC.ReadOnly = true; this.txtIdLocalLOC.Size = new System.Drawing.Size(227, 20); this.txtIdLocalLOC.TabIndex = 0; // // gvwDatos // this.gvwDatos.AllowUserToAddRows = false; this.gvwDatos.AllowUserToDeleteRows = false; this.gvwDatos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.gvwDatos.Location = new System.Drawing.Point(10, 12); this.gvwDatos.Name = "gvwDatos"; this.gvwDatos.ReadOnly = true; this.gvwDatos.Size = new System.Drawing.Size(354, 179); this.gvwDatos.TabIndex = 27; this.gvwDatos.Text = "DataGridView1"; // // grpBotones // this.grpBotones.Controls.Add(this.btnCancelar); this.grpBotones.Controls.Add(this.btnSalir); this.grpBotones.Controls.Add(this.btnGrabar); this.grpBotones.Controls.Add(this.btnBorrar); this.grpBotones.Controls.Add(this.btnEditar); this.grpBotones.Controls.Add(this.btnNuevo); this.grpBotones.Controls.Add(this.btnBuscar); this.grpBotones.Location = new System.Drawing.Point(375, 66); this.grpBotones.Name = "grpBotones"; this.grpBotones.Size = new System.Drawing.Size(169, 283); this.grpBotones.TabIndex = 1; this.grpBotones.TabStop = false; // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(17, 185); this.btnCancelar.Name = "btnCancelar"; this.btnCancelar.Size = new System.Drawing.Size(135, 26); this.btnCancelar.TabIndex = 5; this.btnCancelar.Text = "Cancelar"; this.btnCancelar.UseVisualStyleBackColor = true; this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click); // // btnSalir // this.btnSalir.Location = new System.Drawing.Point(17, 217); this.btnSalir.Name = "btnSalir"; this.btnSalir.Size = new System.Drawing.Size(135, 26); this.btnSalir.TabIndex = 6; this.btnSalir.Text = "Salir"; this.btnSalir.UseVisualStyleBackColor = true; this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(17, 153); this.btnGrabar.Name = "btnGrabar"; this.btnGrabar.Size = new System.Drawing.Size(135, 26); this.btnGrabar.TabIndex = 4; this.btnGrabar.Text = "Grabar"; this.btnGrabar.UseVisualStyleBackColor = true; this.btnGrabar.Click += new System.EventHandler(this.btnGrabar_Click); // // btnBorrar // this.btnBorrar.Location = new System.Drawing.Point(17, 121); this.btnBorrar.Name = "btnBorrar"; this.btnBorrar.Size = new System.Drawing.Size(135, 26); this.btnBorrar.TabIndex = 3; this.btnBorrar.Text = "Borrar"; this.btnBorrar.UseVisualStyleBackColor = true; this.btnBorrar.Click += new System.EventHandler(this.btnBorrar_Click); // // btnEditar // this.btnEditar.Location = new System.Drawing.Point(17, 89); this.btnEditar.Name = "btnEditar"; this.btnEditar.Size = new System.Drawing.Size(135, 26); this.btnEditar.TabIndex = 2; this.btnEditar.Text = "Editar"; this.btnEditar.UseVisualStyleBackColor = true; this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click); // // btnNuevo // this.btnNuevo.Location = new System.Drawing.Point(17, 57); this.btnNuevo.Name = "btnNuevo"; this.btnNuevo.Size = new System.Drawing.Size(135, 26); this.btnNuevo.TabIndex = 1; this.btnNuevo.Text = "Nuevo"; this.btnNuevo.UseVisualStyleBackColor = true; this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click); // // btnBuscar // this.btnBuscar.Location = new System.Drawing.Point(17, 25); this.btnBuscar.Name = "btnBuscar"; this.btnBuscar.Size = new System.Drawing.Size(135, 26); this.btnBuscar.TabIndex = 0; this.btnBuscar.Text = "Buscar"; this.btnBuscar.UseVisualStyleBackColor = true; this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click); // // grpBuscar // this.grpBuscar.Controls.Add(this.txtParametros); this.grpBuscar.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.grpBuscar.Location = new System.Drawing.Point(375, 6); this.grpBuscar.Name = "grpBuscar"; this.grpBuscar.Size = new System.Drawing.Size(169, 54); this.grpBuscar.TabIndex = 2; this.grpBuscar.TabStop = false; this.grpBuscar.Text = "Buscar"; // // txtParametros // this.txtParametros.Location = new System.Drawing.Point(6, 20); this.txtParametros.Name = "txtParametros"; this.txtParametros.Size = new System.Drawing.Size(149, 20); this.txtParametros.TabIndex = 7; this.txtParametros.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtParametros_KeyDown); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; 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, 363); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(553, 25); this.bindingNavigator1.TabIndex = 29; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(38, 22); this.bindingNavigatorCountItem.Text = "de {0}"; this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Mover primero"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Mover anterior"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Posición"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Posición actual"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Mover siguiente"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Mover último"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // frmLocales // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(553, 388); this.ControlBox = false; this.Controls.Add(this.bindingNavigator1); this.Controls.Add(this.grpCampos); this.Controls.Add(this.gvwDatos); this.Controls.Add(this.grpBotones); this.Controls.Add(this.grpBuscar); this.Name = "frmLocales"; this.Text = "Locales"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBindingSource_FormClosing); this.Load += new System.EventHandler(this.BindingSource_Load); this.grpCampos.ResumeLayout(false); this.grpCampos.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).EndInit(); this.grpBotones.ResumeLayout(false); this.grpBuscar.ResumeLayout(false); this.grpBuscar.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucQueryWindow)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.txtQuery = new System.Windows.Forms.TextBox(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.btnSaveData = new System.Windows.Forms.ToolStripButton(); this.gridResults = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridResults)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.txtQuery); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.bindingNavigator1); this.splitContainer1.Panel2.Controls.Add(this.gridResults); this.splitContainer1.Size = new System.Drawing.Size(967, 667); this.splitContainer1.SplitterDistance = 321; this.splitContainer1.TabIndex = 0; // // txtQuery // this.txtQuery.Dock = System.Windows.Forms.DockStyle.Fill; this.txtQuery.Location = new System.Drawing.Point(0, 0); this.txtQuery.Multiline = true; this.txtQuery.Name = "txtQuery"; this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtQuery.Size = new System.Drawing.Size(967, 321); this.txtQuery.TabIndex = 0; // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator1.BindingSource = this.bindingSource1; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem; this.bindingNavigator1.ImageScalingSize = new System.Drawing.Size(20, 20); 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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.btnSaveData }); this.bindingNavigator1.Location = new System.Drawing.Point(0, 0); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(967, 27); this.bindingNavigator1.TabIndex = 1; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(24, 24); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(45, 24); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(24, 24); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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(24, 24); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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(24, 24); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 27); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 27); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 27); // // 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(24, 24); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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(24, 24); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 27); // // btnSaveData // this.btnSaveData.Enabled = false; this.btnSaveData.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveData.Image"))); this.btnSaveData.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSaveData.Name = "btnSaveData"; this.btnSaveData.Size = new System.Drawing.Size(64, 24); this.btnSaveData.Text = "Save"; // // gridResults // this.gridResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridResults.AutoGenerateColumns = false; this.gridResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gridResults.DataSource = this.bindingSource1; this.gridResults.Location = new System.Drawing.Point(0, 30); this.gridResults.Name = "gridResults"; this.gridResults.RowTemplate.Height = 24; this.gridResults.Size = new System.Drawing.Size(967, 312); this.gridResults.TabIndex = 0; // // ucQueryWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "ucQueryWindow"; this.Size = new System.Drawing.Size(967, 667); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridResults)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDataImport)); this.buttonImport = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); 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(); this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel(); this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.SuspendLayout(); // // buttonImport // this.buttonImport.Location = new System.Drawing.Point(285, 29); this.buttonImport.Name = "buttonImport"; this.buttonImport.Size = new System.Drawing.Size(123, 23); this.buttonImport.TabIndex = 0; this.buttonImport.Text = "开始导入数据"; this.buttonImport.UseVisualStyleBackColor = true; this.buttonImport.Click += new System.EventHandler(this.ButtonImportClick); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "一般材料登记记录" }); this.comboBox1.Location = new System.Drawing.Point(12, 30); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(257, 20); this.comboBox1.TabIndex = 1; // // label1 // this.label1.Location = new System.Drawing.Point(12, 74); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(352, 23); this.label1.TabIndex = 2; this.label1.Text = "导入Excel表格的第一行为标题行。"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.Location = new System.Drawing.Point(12, 97); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(352, 23); this.label2.TabIndex = 2; this.label2.Text = "导入Excel文件只导入第一工作表。"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(12, 123); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(531, 146); this.dataGridView1.TabIndex = 3; // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.bindingNavigator1.CountItem = null; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.None; this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.toolStripLabel1, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.toolStripLabel5, this.toolStripLabel4, this.toolStripLabel2, this.toolStripTextBox1, this.toolStripLabel3, this.toolStripButton1 }); this.bindingNavigator1.Location = new System.Drawing.Point(12, 277); 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.PositionItem = null; this.bindingNavigator1.Size = new System.Drawing.Size(486, 25); this.bindingNavigator1.TabIndex = 4; this.bindingNavigator1.Text = "bindingNavigator1"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; this.bindingNavigatorMoveFirstItem.Click += new System.EventHandler(this.BindingNavigatorMoveFirstItemClick); // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; this.bindingNavigatorMovePreviousItem.Click += new System.EventHandler(this.BindingNavigatorMovePreviousItemClick); // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(90, 22); this.toolStripLabel1.Text = "第 1 页 共 1 页"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; this.bindingNavigatorMoveNextItem.Click += new System.EventHandler(this.BindingNavigatorMoveNextItemClick); // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; this.bindingNavigatorMoveLastItem.Click += new System.EventHandler(this.BindingNavigatorMoveLastItemClick); // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripLabel5 // this.toolStripLabel5.Name = "toolStripLabel5"; this.toolStripLabel5.Size = new System.Drawing.Size(68, 22); this.toolStripLabel5.Text = "总记录数:"; // // toolStripLabel4 // this.toolStripLabel4.Name = "toolStripLabel4"; this.toolStripLabel4.Size = new System.Drawing.Size(44, 22); this.toolStripLabel4.Text = " "; // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(56, 22); this.toolStripLabel2.Text = "跳转到第"; // // toolStripTextBox1 // this.toolStripTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.toolStripTextBox1.Name = "toolStripTextBox1"; this.toolStripTextBox1.Size = new System.Drawing.Size(30, 25); this.toolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolStripTextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ToolStripTextBox1KeyPress); // // toolStripLabel3 // this.toolStripLabel3.Name = "toolStripLabel3"; this.toolStripLabel3.Size = new System.Drawing.Size(20, 22); this.toolStripLabel3.Text = "页"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "toolStripButton1"; this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click); // // FormDataImport // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(558, 315); this.Controls.Add(this.bindingNavigator1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.buttonImport); this.Name = "FormDataImport"; this.Text = "数据批量导入"; this.Load += new System.EventHandler(this.FormDataImportLoad); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(frmCategory)); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.categoryBindingSource = new System.Windows.Forms.BindingSource(this.components); this.newDataSet = new PEIMSV3Cs.NewDataSet(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.Panel1 = new System.Windows.Forms.Panel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.SaveButton = new System.Windows.Forms.Button(); this.SearchIDButton = new System.Windows.Forms.Button(); this.ExitButton = new System.Windows.Forms.Button(); this.UpdateButton = new System.Windows.Forms.Button(); this.DeleteButton = new System.Windows.Forms.Button(); this.AddButton = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.categoryIDLabel = new System.Windows.Forms.Label(); this.categoryIDTextBox = new System.Windows.Forms.TextBox(); this.categoryNameLabel = new System.Windows.Forms.Label(); this.categoryNameTextBox = new System.Windows.Forms.TextBox(); this.categoryDescriptionLabel = new System.Windows.Forms.Label(); this.categoryDescriptionTextBox = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.categoryDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.categoryBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.newDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.Panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.categoryDataGridView)).BeginInit(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.BindingSource = this.categoryBindingSource; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem; 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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.toolStripButton1}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 0); 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(10, 0, 10, 0); this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.bindingNavigator1.Size = new System.Drawing.Size(612, 25); this.bindingNavigator1.TabIndex = 0; this.bindingNavigator1.Text = "bindingNavigator1"; // // categoryBindingSource // this.categoryBindingSource.DataMember = "category"; this.categoryBindingSource.DataSource = this.newDataSet; // // newDataSet // this.newDataSet.DataSetName = "NewDataSet"; this.newDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "Save"; this.toolStripButton1.Click += new System.EventHandler(this.Save_Click); // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // Panel1 // this.Panel1.AutoScroll = true; this.Panel1.AutoSize = true; this.Panel1.Controls.Add(this.tabControl1); this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.Panel1.Location = new System.Drawing.Point(0, 0); this.Panel1.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(612, 268); this.Panel1.TabIndex = 1; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(0, 3); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(600, 263); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.SaveButton); this.tabPage1.Controls.Add(this.SearchIDButton); this.tabPage1.Controls.Add(this.ExitButton); this.tabPage1.Controls.Add(this.UpdateButton); this.tabPage1.Controls.Add(this.DeleteButton); this.tabPage1.Controls.Add(this.AddButton); this.tabPage1.Controls.Add(this.textBox1); this.tabPage1.Controls.Add(this.listBox1); this.tabPage1.Controls.Add(this.categoryIDLabel); this.tabPage1.Controls.Add(this.categoryIDTextBox); this.tabPage1.Controls.Add(this.categoryNameLabel); this.tabPage1.Controls.Add(this.categoryNameTextBox); this.tabPage1.Controls.Add(this.categoryDescriptionLabel); this.tabPage1.Controls.Add(this.categoryDescriptionTextBox); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(592, 237); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Details View"; this.tabPage1.UseVisualStyleBackColor = true; // // SaveButton // this.SaveButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SaveButton.Location = new System.Drawing.Point(394, 204); this.SaveButton.Name = "SaveButton"; this.SaveButton.Size = new System.Drawing.Size(75, 23); this.SaveButton.TabIndex = 55; this.SaveButton.Text = "Save"; this.SaveButton.UseVisualStyleBackColor = true; this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click); // // SearchIDButton // this.SearchIDButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SearchIDButton.Location = new System.Drawing.Point(457, 168); this.SearchIDButton.Name = "SearchIDButton"; this.SearchIDButton.Size = new System.Drawing.Size(125, 23); this.SearchIDButton.TabIndex = 36; this.SearchIDButton.Text = "SearchID"; this.SearchIDButton.UseVisualStyleBackColor = true; // // ExitButton // this.ExitButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ExitButton.Location = new System.Drawing.Point(507, 204); this.ExitButton.Name = "ExitButton"; this.ExitButton.Size = new System.Drawing.Size(75, 23); this.ExitButton.TabIndex = 35; this.ExitButton.Text = "Exit"; this.ExitButton.UseVisualStyleBackColor = true; this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click); // // UpdateButton // this.UpdateButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.UpdateButton.Location = new System.Drawing.Point(294, 204); this.UpdateButton.Name = "UpdateButton"; this.UpdateButton.Size = new System.Drawing.Size(75, 23); this.UpdateButton.TabIndex = 34; this.UpdateButton.Text = "Update"; this.UpdateButton.UseVisualStyleBackColor = true; this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click); // // DeleteButton // this.DeleteButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DeleteButton.Location = new System.Drawing.Point(194, 204); this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(75, 23); this.DeleteButton.TabIndex = 33; this.DeleteButton.Text = "Delete"; this.DeleteButton.UseVisualStyleBackColor = true; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // AddButton // this.AddButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AddButton.Location = new System.Drawing.Point(96, 204); this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(75, 23); this.AddButton.TabIndex = 32; this.AddButton.Text = "Add"; this.AddButton.UseVisualStyleBackColor = true; this.AddButton.Click += new System.EventHandler(this.AddButton_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(457, 140); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(120, 20); this.textBox1.TabIndex = 31; // // listBox1 // this.listBox1.DataSource = this.categoryBindingSource; this.listBox1.DisplayMember = "categoryID"; this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(457, 26); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(120, 108); this.listBox1.TabIndex = 30; // // categoryIDLabel // this.categoryIDLabel.AutoSize = true; this.categoryIDLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.categoryIDLabel.Location = new System.Drawing.Point(16, 30); this.categoryIDLabel.Name = "categoryIDLabel"; this.categoryIDLabel.Size = new System.Drawing.Size(74, 12); this.categoryIDLabel.TabIndex = 24; this.categoryIDLabel.Text = "categoryID"; // // categoryIDTextBox // this.categoryIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.categoryBindingSource, "categoryID", true)); this.categoryIDTextBox.Location = new System.Drawing.Point(158, 26); this.categoryIDTextBox.Name = "categoryIDTextBox"; this.categoryIDTextBox.Size = new System.Drawing.Size(272, 20); this.categoryIDTextBox.TabIndex = 25; // // categoryNameLabel // this.categoryNameLabel.AutoSize = true; this.categoryNameLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.categoryNameLabel.Location = new System.Drawing.Point(16, 74); this.categoryNameLabel.Name = "categoryNameLabel"; this.categoryNameLabel.Size = new System.Drawing.Size(94, 12); this.categoryNameLabel.TabIndex = 26; this.categoryNameLabel.Text = "categoryName"; // // categoryNameTextBox // this.categoryNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.categoryBindingSource, "categoryName", true)); this.categoryNameTextBox.Location = new System.Drawing.Point(158, 70); this.categoryNameTextBox.Name = "categoryNameTextBox"; this.categoryNameTextBox.Size = new System.Drawing.Size(272, 20); this.categoryNameTextBox.TabIndex = 27; // // categoryDescriptionLabel // this.categoryDescriptionLabel.AutoSize = true; this.categoryDescriptionLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.categoryDescriptionLabel.Location = new System.Drawing.Point(16, 122); this.categoryDescriptionLabel.Name = "categoryDescriptionLabel"; this.categoryDescriptionLabel.Size = new System.Drawing.Size(135, 12); this.categoryDescriptionLabel.TabIndex = 28; this.categoryDescriptionLabel.Text = "categoryDescription"; // // categoryDescriptionTextBox // this.categoryDescriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.categoryBindingSource, "categoryDescription", true)); this.categoryDescriptionTextBox.Location = new System.Drawing.Point(158, 118); this.categoryDescriptionTextBox.Name = "categoryDescriptionTextBox"; this.categoryDescriptionTextBox.Size = new System.Drawing.Size(272, 20); this.categoryDescriptionTextBox.TabIndex = 29; // // tabPage2 // this.tabPage2.AutoScroll = true; this.tabPage2.Controls.Add(this.categoryDataGridView); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(592, 237); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Data Grid View"; this.tabPage2.UseVisualStyleBackColor = true; // // categoryDataGridView // this.categoryDataGridView.AutoGenerateColumns = false; this.categoryDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.categoryDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3}); this.categoryDataGridView.DataSource = this.categoryBindingSource; this.categoryDataGridView.Location = new System.Drawing.Point(-4, 0); this.categoryDataGridView.Name = "categoryDataGridView"; this.categoryDataGridView.Size = new System.Drawing.Size(345, 241); this.categoryDataGridView.TabIndex = 0; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "categoryID"; this.dataGridViewTextBoxColumn1.HeaderText = "categoryID"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "categoryName"; this.dataGridViewTextBoxColumn2.HeaderText = "categoryName"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "categoryDescription"; this.dataGridViewTextBoxColumn3.HeaderText = "categoryDescription"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // panel3 // this.panel3.Controls.Add(this.Panel1); this.panel3.Controls.Add(this.panel4); this.panel3.Controls.Add(this.panel5); this.panel3.Controls.Add(this.panel6); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 25); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(612, 268); this.panel3.TabIndex = 19; // // panel4 // this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(612, 268); this.panel4.TabIndex = 3; // // panel5 // this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(612, 268); this.panel5.TabIndex = 5; // // panel6 // this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(612, 268); this.panel6.TabIndex = 6; // // frmCategory // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(612, 293); this.Controls.Add(this.panel3); this.Controls.Add(this.bindingNavigator1); this.Name = "frmCategory"; this.Text = "Category"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmcategory_FormClosing); this.Load += new System.EventHandler(this.frmcategory_Load); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.categoryBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.newDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.Panel1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.categoryDataGridView)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label id_proprietarioLabel; System.Windows.Forms.Label nomeLabel; System.Windows.Forms.Label enderecoLabel; System.Windows.Forms.Label cpf_cnpjLabel; System.Windows.Forms.Label telefoneLabel; System.Windows.Forms.Label emailLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3)); this.bd_imobiliariaDataSet = new adonaimobi.bd_imobiliariaDataSet(); this.proprietarioBindingSource = new System.Windows.Forms.BindingSource(this.components); this.proprietarioTableAdapter = new adonaimobi.bd_imobiliariaDataSetTableAdapters.proprietarioTableAdapter(); this.tableAdapterManager = new adonaimobi.bd_imobiliariaDataSetTableAdapters.TableAdapterManager(); this.proprietarioBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.proprietarioBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.id_proprietarioTextBox = new System.Windows.Forms.TextBox(); this.nomeTextBox = new System.Windows.Forms.TextBox(); this.enderecoTextBox = new System.Windows.Forms.TextBox(); this.cpf_cnpjTextBox = new System.Windows.Forms.TextBox(); this.telefoneTextBox = new System.Windows.Forms.TextBox(); this.emailTextBox = new System.Windows.Forms.TextBox(); this.proprietarioDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); id_proprietarioLabel = new System.Windows.Forms.Label(); nomeLabel = new System.Windows.Forms.Label(); enderecoLabel = new System.Windows.Forms.Label(); cpf_cnpjLabel = new System.Windows.Forms.Label(); telefoneLabel = new System.Windows.Forms.Label(); emailLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.bd_imobiliariaDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.proprietarioBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.proprietarioBindingNavigator)).BeginInit(); this.proprietarioBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.proprietarioDataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // id_proprietarioLabel // id_proprietarioLabel.AutoSize = true; id_proprietarioLabel.Location = new System.Drawing.Point(383, 277); id_proprietarioLabel.Name = "id_proprietarioLabel"; id_proprietarioLabel.Size = new System.Drawing.Size(77, 13); id_proprietarioLabel.TabIndex = 1; id_proprietarioLabel.Text = "ID Proprietário:"; // // nomeLabel // nomeLabel.AutoSize = true; nomeLabel.Location = new System.Drawing.Point(638, 273); nomeLabel.Name = "nomeLabel"; nomeLabel.Size = new System.Drawing.Size(38, 13); nomeLabel.TabIndex = 3; nomeLabel.Text = "Nome:"; // // enderecoLabel // enderecoLabel.AutoSize = true; enderecoLabel.Location = new System.Drawing.Point(849, 272); enderecoLabel.Name = "enderecoLabel"; enderecoLabel.Size = new System.Drawing.Size(56, 13); enderecoLabel.TabIndex = 5; enderecoLabel.Text = "Endereço:"; // // cpf_cnpjLabel // cpf_cnpjLabel.AutoSize = true; cpf_cnpjLabel.Location = new System.Drawing.Point(394, 323); cpf_cnpjLabel.Name = "cpf_cnpjLabel"; cpf_cnpjLabel.Size = new System.Drawing.Size(66, 13); cpf_cnpjLabel.TabIndex = 7; cpf_cnpjLabel.Text = "CPF - CNPJ:"; // // telefoneLabel // telefoneLabel.AutoSize = true; telefoneLabel.Location = new System.Drawing.Point(624, 323); telefoneLabel.Name = "telefoneLabel"; telefoneLabel.Size = new System.Drawing.Size(52, 13); telefoneLabel.TabIndex = 9; telefoneLabel.Text = "Telefone:"; // // emailLabel // emailLabel.AutoSize = true; emailLabel.Location = new System.Drawing.Point(867, 323); emailLabel.Name = "emailLabel"; emailLabel.Size = new System.Drawing.Size(38, 13); emailLabel.TabIndex = 11; emailLabel.Text = "E-mail:"; // // bd_imobiliariaDataSet // this.bd_imobiliariaDataSet.DataSetName = "bd_imobiliariaDataSet"; this.bd_imobiliariaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // proprietarioBindingSource // this.proprietarioBindingSource.DataMember = "proprietario"; this.proprietarioBindingSource.DataSource = this.bd_imobiliariaDataSet; // // proprietarioTableAdapter // this.proprietarioTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.aluguelTableAdapter = null; this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.comprador_inquilinoTableAdapter = null; this.tableAdapterManager.contratoTableAdapter = null; this.tableAdapterManager.corretorTableAdapter = null; this.tableAdapterManager.imobiliariaTableAdapter = null; this.tableAdapterManager.imovelTableAdapter = null; this.tableAdapterManager.notafiscalTableAdapter = null; this.tableAdapterManager.proprietarioTableAdapter = this.proprietarioTableAdapter; this.tableAdapterManager.UpdateOrder = adonaimobi.bd_imobiliariaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.vendaTableAdapter = null; // // proprietarioBindingNavigator // this.proprietarioBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.proprietarioBindingNavigator.BindingSource = this.proprietarioBindingSource; this.proprietarioBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.proprietarioBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.proprietarioBindingNavigator.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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.proprietarioBindingNavigatorSaveItem}); this.proprietarioBindingNavigator.Location = new System.Drawing.Point(0, 0); this.proprietarioBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.proprietarioBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.proprietarioBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.proprietarioBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.proprietarioBindingNavigator.Name = "proprietarioBindingNavigator"; this.proprietarioBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.proprietarioBindingNavigator.Size = new System.Drawing.Size(1295, 25); this.proprietarioBindingNavigator.TabIndex = 0; this.proprietarioBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // proprietarioBindingNavigatorSaveItem // this.proprietarioBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.proprietarioBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("proprietarioBindingNavigatorSaveItem.Image"))); this.proprietarioBindingNavigatorSaveItem.Name = "proprietarioBindingNavigatorSaveItem"; this.proprietarioBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.proprietarioBindingNavigatorSaveItem.Text = "Save Data"; this.proprietarioBindingNavigatorSaveItem.Click += new System.EventHandler(this.proprietarioBindingNavigatorSaveItem_Click); // // id_proprietarioTextBox // this.id_proprietarioTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.proprietarioBindingSource, "id_proprietario", true)); this.id_proprietarioTextBox.Location = new System.Drawing.Point(466, 277); this.id_proprietarioTextBox.Name = "id_proprietarioTextBox"; this.id_proprietarioTextBox.Size = new System.Drawing.Size(100, 20); this.id_proprietarioTextBox.TabIndex = 2; // // nomeTextBox // this.nomeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.proprietarioBindingSource, "nome", true)); this.nomeTextBox.Location = new System.Drawing.Point(682, 273); this.nomeTextBox.Name = "nomeTextBox"; this.nomeTextBox.Size = new System.Drawing.Size(100, 20); this.nomeTextBox.TabIndex = 4; // // enderecoTextBox // this.enderecoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.proprietarioBindingSource, "endereco", true)); this.enderecoTextBox.Location = new System.Drawing.Point(911, 269); this.enderecoTextBox.Name = "enderecoTextBox"; this.enderecoTextBox.Size = new System.Drawing.Size(157, 20); this.enderecoTextBox.TabIndex = 6; // // cpf_cnpjTextBox // this.cpf_cnpjTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.proprietarioBindingSource, "cpf_cnpj", true)); this.cpf_cnpjTextBox.Location = new System.Drawing.Point(466, 327); this.cpf_cnpjTextBox.Name = "cpf_cnpjTextBox"; this.cpf_cnpjTextBox.Size = new System.Drawing.Size(100, 20); this.cpf_cnpjTextBox.TabIndex = 8; // // telefoneTextBox // this.telefoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.proprietarioBindingSource, "telefone", true)); this.telefoneTextBox.Location = new System.Drawing.Point(682, 323); this.telefoneTextBox.Name = "telefoneTextBox"; this.telefoneTextBox.Size = new System.Drawing.Size(100, 20); this.telefoneTextBox.TabIndex = 10; // // emailTextBox // this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.proprietarioBindingSource, "email", true)); this.emailTextBox.Location = new System.Drawing.Point(911, 323); this.emailTextBox.Name = "emailTextBox"; this.emailTextBox.Size = new System.Drawing.Size(157, 20); this.emailTextBox.TabIndex = 12; // // proprietarioDataGridView // this.proprietarioDataGridView.AutoGenerateColumns = false; this.proprietarioDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.proprietarioDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn6}); this.proprietarioDataGridView.DataSource = this.proprietarioBindingSource; this.proprietarioDataGridView.Location = new System.Drawing.Point(390, 385); this.proprietarioDataGridView.Name = "proprietarioDataGridView"; this.proprietarioDataGridView.Size = new System.Drawing.Size(643, 400); this.proprietarioDataGridView.TabIndex = 13; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "id_proprietario"; this.dataGridViewTextBoxColumn1.HeaderText = "id_proprietario"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "nome"; this.dataGridViewTextBoxColumn2.HeaderText = "nome"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "endereco"; this.dataGridViewTextBoxColumn3.HeaderText = "endereco"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "cpf_cnpj"; this.dataGridViewTextBoxColumn4.HeaderText = "cpf_cnpj"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "telefone"; this.dataGridViewTextBoxColumn5.HeaderText = "telefone"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "email"; this.dataGridViewTextBoxColumn6.HeaderText = "email"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; // // pictureBox1 // this.pictureBox1.Image = global::adonaimobi.Properties.Resources.Capturaraaa; this.pictureBox1.Location = new System.Drawing.Point(1089, 150); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(119, 95); this.pictureBox1.TabIndex = 14; this.pictureBox1.TabStop = false; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(687, 178); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(123, 25); this.label1.TabIndex = 16; this.label1.Text = "Proprietário"; // // Form3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1295, 882); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.proprietarioDataGridView); this.Controls.Add(id_proprietarioLabel); this.Controls.Add(this.id_proprietarioTextBox); this.Controls.Add(nomeLabel); this.Controls.Add(this.nomeTextBox); this.Controls.Add(enderecoLabel); this.Controls.Add(this.enderecoTextBox); this.Controls.Add(cpf_cnpjLabel); this.Controls.Add(this.cpf_cnpjTextBox); this.Controls.Add(telefoneLabel); this.Controls.Add(this.telefoneTextBox); this.Controls.Add(emailLabel); this.Controls.Add(this.emailTextBox); this.Controls.Add(this.proprietarioBindingNavigator); this.Name = "Form3"; this.Text = "Proprietario"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Form3_Load); ((System.ComponentModel.ISupportInitialize)(this.bd_imobiliariaDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.proprietarioBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.proprietarioBindingNavigator)).EndInit(); this.proprietarioBindingNavigator.ResumeLayout(false); this.proprietarioBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.proprietarioDataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(Admin)); 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.打开OToolStripButton = new System.Windows.Forms.ToolStripButton(); 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(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.打开OToolStripButton, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.toolStripLabel2, this.toolStripSeparator1, this.toolStripLabel1, this.toolStripSeparator}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 535); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(864, 26); this.bindingNavigator1.TabIndex = 3; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(38, 23); 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, 23); this.bindingNavigatorMoveFirstItem.Text = "移到页首"; this.bindingNavigatorMoveFirstItem.Click += new System.EventHandler(this.bindingNavigatorMoveFirstItem_Click); // // 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, 23); this.bindingNavigatorMovePreviousItem.Text = "移到上一页"; this.bindingNavigatorMovePreviousItem.Click += new System.EventHandler(this.bindingNavigatorMovePreviousItem_Click); // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 26); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "位置"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 26); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "当前位置"; // // 打开OToolStripButton // this.打开OToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.打开OToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripButton.Image"))); this.打开OToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.打开OToolStripButton.Name = "打开OToolStripButton"; this.打开OToolStripButton.Size = new System.Drawing.Size(23, 23); this.打开OToolStripButton.Text = "跳转(&Q)"; this.打开OToolStripButton.Click += new System.EventHandler(this.打开OToolStripButton_Click); // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 26); // // 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, 23); this.bindingNavigatorMoveNextItem.Text = "移到下一页"; this.bindingNavigatorMoveNextItem.Click += new System.EventHandler(this.bindingNavigatorMoveNextItem_Click); // // 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, 23); this.bindingNavigatorMoveLastItem.Text = "移到页尾"; this.bindingNavigatorMoveLastItem.Click += new System.EventHandler(this.bindingNavigatorMoveLastItem_Click); // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 26); // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(0, 23); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 26); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(102, 23); this.toolStripLabel1.Text = "每页显示15条"; // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(6, 26); // // groupBox1 // this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Location = new System.Drawing.Point(13, 13); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(389, 106); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "查询条件(为空则查找所有记录)"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(99, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(75, 15); this.label1.TabIndex = 5; this.label1.Text = "时间范围:"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "全部", "3个月之内", "3月前1年内", "1年以前"}); this.comboBox1.Location = new System.Drawing.Point(180, 21); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(109, 23); this.comboBox1.TabIndex = 4; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // textBox1 // this.textBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textBox1.Location = new System.Drawing.Point(102, 51); this.textBox1.Margin = new System.Windows.Forms.Padding(4); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(187, 24); this.textBox1.TabIndex = 0; // // button1 // this.button1.Location = new System.Drawing.Point(297, 25); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(84, 60); this.button1.TabIndex = 3; this.button1.Text = "查找"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Search_Click); // // button2 // this.button2.Location = new System.Drawing.Point(20, 34); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(76, 51); this.button2.TabIndex = 15; this.button2.Text = "删除"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.Delete_Click); // // button3 // this.button3.Location = new System.Drawing.Point(124, 34); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 51); this.button3.TabIndex = 16; this.button3.Text = "保存"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.Update_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.button2); this.groupBox2.Controls.Add(this.button3); this.groupBox2.Location = new System.Drawing.Point(610, 13); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(216, 105); this.groupBox2.TabIndex = 17; this.groupBox2.TabStop = false; this.groupBox2.Text = "操作"; // // groupBox3 // this.groupBox3.Controls.Add(this.comboBox2); this.groupBox3.Location = new System.Drawing.Point(439, 15); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(150, 104); this.groupBox3.TabIndex = 18; this.groupBox3.TabStop = false; this.groupBox3.Text = "所属洗衣店"; // // comboBox2 // this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(6, 49); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(138, 23); this.comboBox2.TabIndex = 10; this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged); // // Admin // this.AcceptButton = this.button1; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(864, 561); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.bindingNavigator1); this.Font = new System.Drawing.Font("宋体", 11F); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Admin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "管理"; this.Load += new System.EventHandler(this.Admin_Load); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label titleLabel; System.Windows.Forms.Label yearLabel; System.Windows.Forms.Label genreLabel; System.Windows.Forms.Label ratingLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MoviesDatabase)); this.moviesDataSet = new IntermediateCSharp.Assignment10.MoviesDataSet(); this.movieBindingSource = new System.Windows.Forms.BindingSource(this.components); this.movieTableAdapter = new IntermediateCSharp.Assignment10.MoviesDataSetTableAdapters.MovieTableAdapter(); this.tableAdapterManager = new IntermediateCSharp.Assignment10.MoviesDataSetTableAdapters.TableAdapterManager(); this.movieBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.movieBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.movieBindingNavigatorRefresh = new System.Windows.Forms.ToolStripButton(); this.titleTextBox = new System.Windows.Forms.TextBox(); this.yearTextBox = new System.Windows.Forms.TextBox(); this.genreTextBox = new System.Windows.Forms.TextBox(); this.ratingTextBox = new System.Windows.Forms.TextBox(); this.toolStripFindByTitle = new System.Windows.Forms.ToolStrip(); this.toolStripLabelMovieTitle = new System.Windows.Forms.ToolStripLabel(); this.toolStripTextBoxMovieTitle = new System.Windows.Forms.ToolStripTextBox(); this.toolStripButtonFindByTitle = new System.Windows.Forms.ToolStripButton(); titleLabel = new System.Windows.Forms.Label(); yearLabel = new System.Windows.Forms.Label(); genreLabel = new System.Windows.Forms.Label(); ratingLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.moviesDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.movieBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.movieBindingNavigator)).BeginInit(); this.movieBindingNavigator.SuspendLayout(); this.toolStripFindByTitle.SuspendLayout(); this.SuspendLayout(); // // titleLabel // titleLabel.AutoSize = true; titleLabel.Location = new System.Drawing.Point(135, 88); titleLabel.Name = "titleLabel"; titleLabel.Size = new System.Drawing.Size(30, 13); titleLabel.TabIndex = 2; titleLabel.Text = "Title:"; // // yearLabel // yearLabel.AutoSize = true; yearLabel.Location = new System.Drawing.Point(133, 114); yearLabel.Name = "yearLabel"; yearLabel.Size = new System.Drawing.Size(32, 13); yearLabel.TabIndex = 4; yearLabel.Text = "Year:"; // // genreLabel // genreLabel.AutoSize = true; genreLabel.Location = new System.Drawing.Point(126, 140); genreLabel.Name = "genreLabel"; genreLabel.Size = new System.Drawing.Size(39, 13); genreLabel.TabIndex = 6; genreLabel.Text = "Genre:"; // // ratingLabel // ratingLabel.AutoSize = true; ratingLabel.Location = new System.Drawing.Point(124, 166); ratingLabel.Name = "ratingLabel"; ratingLabel.Size = new System.Drawing.Size(41, 13); ratingLabel.TabIndex = 8; ratingLabel.Text = "Rating:"; // // moviesDataSet // this.moviesDataSet.DataSetName = "MoviesDataSet"; this.moviesDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // movieBindingSource // this.movieBindingSource.DataMember = "Movie"; this.movieBindingSource.DataSource = this.moviesDataSet; // // movieTableAdapter // this.movieTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.MovieTableAdapter = this.movieTableAdapter; this.tableAdapterManager.UpdateOrder = IntermediateCSharp.Assignment10.MoviesDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // movieBindingNavigator // this.movieBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.movieBindingNavigator.BindingSource = this.movieBindingSource; this.movieBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.movieBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.movieBindingNavigator.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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.movieBindingNavigatorSaveItem, this.bindingNavigatorSeparator3, this.movieBindingNavigatorRefresh}); this.movieBindingNavigator.Location = new System.Drawing.Point(0, 0); this.movieBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.movieBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.movieBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.movieBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.movieBindingNavigator.Name = "movieBindingNavigator"; this.movieBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.movieBindingNavigator.Size = new System.Drawing.Size(394, 25); this.movieBindingNavigator.TabIndex = 0; this.movieBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // movieBindingNavigatorSaveItem // this.movieBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.movieBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("movieBindingNavigatorSaveItem.Image"))); this.movieBindingNavigatorSaveItem.Name = "movieBindingNavigatorSaveItem"; this.movieBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.movieBindingNavigatorSaveItem.Text = "Save Data"; this.movieBindingNavigatorSaveItem.Click += new System.EventHandler(this.MovieBindingNavigatorSaveItem_Click); // // bindingNavigatorSeparator3 // this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3"; this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25); // // movieBindingNavigatorRefresh // this.movieBindingNavigatorRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.movieBindingNavigatorRefresh.Image = ((System.Drawing.Image)(resources.GetObject("movieBindingNavigatorRefresh.Image"))); this.movieBindingNavigatorRefresh.ImageTransparentColor = System.Drawing.Color.Magenta; this.movieBindingNavigatorRefresh.Name = "movieBindingNavigatorRefresh"; this.movieBindingNavigatorRefresh.Size = new System.Drawing.Size(49, 22); this.movieBindingNavigatorRefresh.Text = "Refresh"; this.movieBindingNavigatorRefresh.Click += new System.EventHandler(this.MovieBindingNavigatorRefresh_Click); // // titleTextBox // this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.movieBindingSource, "Title", true)); this.titleTextBox.Location = new System.Drawing.Point(171, 85); this.titleTextBox.Name = "titleTextBox"; this.titleTextBox.Size = new System.Drawing.Size(100, 20); this.titleTextBox.TabIndex = 3; // // yearTextBox // this.yearTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.movieBindingSource, "Year", true)); this.yearTextBox.Location = new System.Drawing.Point(171, 111); this.yearTextBox.Name = "yearTextBox"; this.yearTextBox.Size = new System.Drawing.Size(100, 20); this.yearTextBox.TabIndex = 5; // // genreTextBox // this.genreTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.movieBindingSource, "Genre", true)); this.genreTextBox.Location = new System.Drawing.Point(171, 137); this.genreTextBox.Name = "genreTextBox"; this.genreTextBox.Size = new System.Drawing.Size(100, 20); this.genreTextBox.TabIndex = 7; // // ratingTextBox // this.ratingTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.movieBindingSource, "Rating", true)); this.ratingTextBox.Location = new System.Drawing.Point(171, 163); this.ratingTextBox.Name = "ratingTextBox"; this.ratingTextBox.Size = new System.Drawing.Size(100, 20); this.ratingTextBox.TabIndex = 9; // // toolStripFindByTitle // this.toolStripFindByTitle.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabelMovieTitle, this.toolStripTextBoxMovieTitle, this.toolStripButtonFindByTitle}); this.toolStripFindByTitle.Location = new System.Drawing.Point(0, 25); this.toolStripFindByTitle.Name = "toolStripFindByTitle"; this.toolStripFindByTitle.Size = new System.Drawing.Size(394, 25); this.toolStripFindByTitle.TabIndex = 1; this.toolStripFindByTitle.Text = "toolStrip1"; // // toolStripLabelMovieTitle // this.toolStripLabelMovieTitle.Name = "toolStripLabelMovieTitle"; this.toolStripLabelMovieTitle.Size = new System.Drawing.Size(62, 22); this.toolStripLabelMovieTitle.Text = "Movie Title:"; // // toolStripTextBoxMovieTitle // this.toolStripTextBoxMovieTitle.Name = "toolStripTextBoxMovieTitle"; this.toolStripTextBoxMovieTitle.Size = new System.Drawing.Size(100, 25); // // toolStripButtonFindByTitle // this.toolStripButtonFindByTitle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButtonFindByTitle.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFindByTitle.Image"))); this.toolStripButtonFindByTitle.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonFindByTitle.Name = "toolStripButtonFindByTitle"; this.toolStripButtonFindByTitle.Size = new System.Drawing.Size(62, 22); this.toolStripButtonFindByTitle.Text = "Find Movie"; this.toolStripButtonFindByTitle.Click += new System.EventHandler(this.ToolStripButtonFindByTitle_Click); // // MoviesDatabase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(394, 268); this.Controls.Add(this.toolStripFindByTitle); this.Controls.Add(ratingLabel); this.Controls.Add(this.ratingTextBox); this.Controls.Add(genreLabel); this.Controls.Add(this.genreTextBox); this.Controls.Add(yearLabel); this.Controls.Add(this.yearTextBox); this.Controls.Add(titleLabel); this.Controls.Add(this.titleTextBox); this.Controls.Add(this.movieBindingNavigator); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "MoviesDatabase"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Movie Database"; this.Load += new System.EventHandler(this.MovieDatabaseGui_Load); ((System.ComponentModel.ISupportInitialize)(this.moviesDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.movieBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.movieBindingNavigator)).EndInit(); this.movieBindingNavigator.ResumeLayout(false); this.movieBindingNavigator.PerformLayout(); this.toolStripFindByTitle.ResumeLayout(false); this.toolStripFindByTitle.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(DisplayAuthorsTable)); this.authorBindingSource = new System.Windows.Forms.BindingSource(this.components); this.authorBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.authorBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.authorDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.authorBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.authorBindingNavigator)).BeginInit(); this.authorBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.authorDataGridView)).BeginInit(); this.SuspendLayout(); // // authorBindingSource // this.authorBindingSource.DataSource = typeof(BooksExamples.Author); // // authorBindingNavigator // this.authorBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.authorBindingNavigator.BindingSource = this.authorBindingSource; this.authorBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.authorBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.authorBindingNavigator.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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.authorBindingNavigatorSaveItem}); this.authorBindingNavigator.Location = new System.Drawing.Point(0, 0); this.authorBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.authorBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.authorBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.authorBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.authorBindingNavigator.Name = "authorBindingNavigator"; this.authorBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.authorBindingNavigator.Size = new System.Drawing.Size(414, 25); this.authorBindingNavigator.TabIndex = 0; this.authorBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // authorBindingNavigatorSaveItem // this.authorBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.authorBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("authorBindingNavigatorSaveItem.Image"))); this.authorBindingNavigatorSaveItem.Name = "authorBindingNavigatorSaveItem"; this.authorBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.authorBindingNavigatorSaveItem.Text = "Save Data"; this.authorBindingNavigatorSaveItem.Click += new System.EventHandler(this.authorBindingNavigatorSaveItem_Click); // // authorDataGridView // this.authorDataGridView.AutoGenerateColumns = false; this.authorDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.authorDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3}); this.authorDataGridView.DataSource = this.authorBindingSource; this.authorDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.authorDataGridView.Location = new System.Drawing.Point(0, 25); this.authorDataGridView.Name = "authorDataGridView"; this.authorDataGridView.Size = new System.Drawing.Size(414, 290); this.authorDataGridView.TabIndex = 1; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "AuthorID"; this.dataGridViewTextBoxColumn1.HeaderText = "AuthorID"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "FirstName"; this.dataGridViewTextBoxColumn2.HeaderText = "FirstName"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "LastName"; this.dataGridViewTextBoxColumn3.HeaderText = "LastName"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // DisplayAuthorsTable // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(414, 315); this.Controls.Add(this.authorDataGridView); this.Controls.Add(this.authorBindingNavigator); this.Name = "DisplayAuthorsTable"; this.Text = "Display Authors Table"; this.Load += new System.EventHandler(this.DisplayAuthorsTable_Load); ((System.ComponentModel.ISupportInitialize)(this.authorBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.authorBindingNavigator)).EndInit(); this.authorBindingNavigator.ResumeLayout(false); this.authorBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.authorDataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.bindingSourceEPStudents = new System.Windows.Forms.BindingSource(this.components); 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(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.iDNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.studentNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.genderDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.classRecordNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gradeLevelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.roomDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pdfFilenameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.btnSendOne = new System.Windows.Forms.Button(); this.textBox8 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.textBox7 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnLoadExcelData = new System.Windows.Forms.Button(); this.txtSearch = new System.Windows.Forms.TextBox(); this.btnSearch = new System.Windows.Forms.Button(); this.comboBoxRooms = new System.Windows.Forms.ComboBox(); this.btnSendAll = new System.Windows.Forms.Button(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.sendingStatusStrip = new System.Windows.Forms.ToolStripStatusLabel(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceEPStudents)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tabPage2.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // bindingSourceEPStudents // this.bindingSourceEPStudents.DataSource = typeof(Student); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.BindingSource = this.bindingSourceEPStudents; 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.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem; this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem; this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.bindingNavigator1.Name = "bindingNavigator1"; this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(1012, 25); this.bindingNavigator1.TabIndex = 0; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(12, 81); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(992, 462); this.tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(this.dataGridView1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(984, 436); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Datasheet View"; this.tabPage1.UseVisualStyleBackColor = true; // // dataGridView1 // this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.iDNumberDataGridViewTextBoxColumn, this.studentNameDataGridViewTextBoxColumn, this.genderDataGridViewTextBoxColumn, this.emailDataGridViewTextBoxColumn, this.classRecordNoDataGridViewTextBoxColumn, this.gradeLevelDataGridViewTextBoxColumn, this.roomDataGridViewTextBoxColumn, this.pdfFilenameDataGridViewTextBoxColumn }); this.dataGridView1.DataSource = this.bindingSourceEPStudents; this.dataGridView1.Location = new System.Drawing.Point(6, 6); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(970, 421); this.dataGridView1.TabIndex = 0; // // iDNumberDataGridViewTextBoxColumn // this.iDNumberDataGridViewTextBoxColumn.DataPropertyName = "IDNumber"; this.iDNumberDataGridViewTextBoxColumn.HeaderText = "IDNumber"; this.iDNumberDataGridViewTextBoxColumn.Name = "iDNumberDataGridViewTextBoxColumn"; // // studentNameDataGridViewTextBoxColumn // this.studentNameDataGridViewTextBoxColumn.DataPropertyName = "StudentName"; this.studentNameDataGridViewTextBoxColumn.HeaderText = "StudentName"; this.studentNameDataGridViewTextBoxColumn.Name = "studentNameDataGridViewTextBoxColumn"; this.studentNameDataGridViewTextBoxColumn.Width = 200; // // genderDataGridViewTextBoxColumn // this.genderDataGridViewTextBoxColumn.DataPropertyName = "Gender"; this.genderDataGridViewTextBoxColumn.HeaderText = "Gender"; this.genderDataGridViewTextBoxColumn.Name = "genderDataGridViewTextBoxColumn"; // // emailDataGridViewTextBoxColumn // this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email"; this.emailDataGridViewTextBoxColumn.HeaderText = "Email"; this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn"; // // classRecordNoDataGridViewTextBoxColumn // this.classRecordNoDataGridViewTextBoxColumn.DataPropertyName = "ClassRecordNo"; this.classRecordNoDataGridViewTextBoxColumn.HeaderText = "ClassRecordNo"; this.classRecordNoDataGridViewTextBoxColumn.Name = "classRecordNoDataGridViewTextBoxColumn"; // // gradeLevelDataGridViewTextBoxColumn // this.gradeLevelDataGridViewTextBoxColumn.DataPropertyName = "GradeLevel"; this.gradeLevelDataGridViewTextBoxColumn.HeaderText = "GradeLevel"; this.gradeLevelDataGridViewTextBoxColumn.Name = "gradeLevelDataGridViewTextBoxColumn"; // // roomDataGridViewTextBoxColumn // this.roomDataGridViewTextBoxColumn.DataPropertyName = "Room"; this.roomDataGridViewTextBoxColumn.HeaderText = "Room"; this.roomDataGridViewTextBoxColumn.Name = "roomDataGridViewTextBoxColumn"; // // pdfFilenameDataGridViewTextBoxColumn // this.pdfFilenameDataGridViewTextBoxColumn.DataPropertyName = "PdfFilename"; this.pdfFilenameDataGridViewTextBoxColumn.HeaderText = "PdfFilename"; this.pdfFilenameDataGridViewTextBoxColumn.Name = "pdfFilenameDataGridViewTextBoxColumn"; // // tabPage2 // this.tabPage2.Controls.Add(this.btnSendOne); this.tabPage2.Controls.Add(this.textBox8); this.tabPage2.Controls.Add(this.label8); this.tabPage2.Controls.Add(this.textBox7); this.tabPage2.Controls.Add(this.label7); this.tabPage2.Controls.Add(this.textBox6); this.tabPage2.Controls.Add(this.label6); this.tabPage2.Controls.Add(this.textBox5); this.tabPage2.Controls.Add(this.label5); this.tabPage2.Controls.Add(this.textBox4); this.tabPage2.Controls.Add(this.label4); this.tabPage2.Controls.Add(this.textBox3); this.tabPage2.Controls.Add(this.label3); this.tabPage2.Controls.Add(this.textBox2); this.tabPage2.Controls.Add(this.label2); this.tabPage2.Controls.Add(this.textBox1); this.tabPage2.Controls.Add(this.label1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(984, 436); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Detail View"; this.tabPage2.UseVisualStyleBackColor = true; // // btnSendOne // this.btnSendOne.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSendOne.Location = new System.Drawing.Point(385, 321); this.btnSendOne.Name = "btnSendOne"; this.btnSendOne.Size = new System.Drawing.Size(137, 39); this.btnSendOne.TabIndex = 16; this.btnSendOne.Text = "Send"; this.btnSendOne.UseVisualStyleBackColor = true; this.btnSendOne.Click += new System.EventHandler(this.BtnSendOneClick); // // textBox8 // this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "PdfFilename", true)); this.textBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox8.Location = new System.Drawing.Point(307, 273); this.textBox8.Name = "textBox8"; this.textBox8.Size = new System.Drawing.Size(354, 26); this.textBox8.TabIndex = 15; // // label8 // this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(132, 276); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(169, 23); this.label8.TabIndex = 14; this.label8.Text = "PDF Filename"; // // textBox7 // this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Room", true)); this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox7.Location = new System.Drawing.Point(307, 241); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(354, 26); this.textBox7.TabIndex = 13; // // label7 // this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(132, 244); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(169, 23); this.label7.TabIndex = 12; this.label7.Text = "Room"; // // textBox6 // this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "GradeLevel", true)); this.textBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox6.Location = new System.Drawing.Point(307, 209); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(354, 26); this.textBox6.TabIndex = 11; // // label6 // this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(132, 212); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(169, 23); this.label6.TabIndex = 10; this.label6.Text = "Grade Level:"; // // textBox5 // this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "ClassRecordNo", true)); this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox5.Location = new System.Drawing.Point(307, 177); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(354, 26); this.textBox5.TabIndex = 9; // // label5 // this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(132, 180); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(169, 23); this.label5.TabIndex = 8; this.label5.Text = "Class Record No:"; // // textBox4 // this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Email", true)); this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox4.Location = new System.Drawing.Point(307, 145); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(354, 26); this.textBox4.TabIndex = 7; // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(132, 148); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(169, 23); this.label4.TabIndex = 6; this.label4.Text = "Email:"; // // textBox3 // this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Gender", true)); this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox3.Location = new System.Drawing.Point(307, 113); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(354, 26); this.textBox3.TabIndex = 5; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(132, 116); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(169, 23); this.label3.TabIndex = 4; this.label3.Text = "Gender:"; // // textBox2 // this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "StudentName", true)); this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox2.Location = new System.Drawing.Point(307, 81); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(354, 26); this.textBox2.TabIndex = 3; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(132, 84); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(169, 23); this.label2.TabIndex = 2; this.label2.Text = "Student Name:"; // // textBox1 // this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "IDNumber", true)); this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(307, 49); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(354, 26); this.textBox1.TabIndex = 1; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(132, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(169, 23); this.label1.TabIndex = 0; this.label1.Text = "ID Number:"; // // btnLoadExcelData // this.btnLoadExcelData.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLoadExcelData.Location = new System.Drawing.Point(12, 38); this.btnLoadExcelData.Name = "btnLoadExcelData"; this.btnLoadExcelData.Size = new System.Drawing.Size(172, 33); this.btnLoadExcelData.TabIndex = 2; this.btnLoadExcelData.Text = "Load Excel Data"; this.btnLoadExcelData.UseVisualStyleBackColor = true; this.btnLoadExcelData.Click += new System.EventHandler(this.BtnLoadExcelDataClick); // // txtSearch // this.txtSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSearch.Location = new System.Drawing.Point(235, 41); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(201, 26); this.txtSearch.TabIndex = 3; // // btnSearch // this.btnSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSearch.Location = new System.Drawing.Point(442, 38); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(96, 33); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "Search"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.BtnSearchClick); // // comboBoxRooms // this.comboBoxRooms.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxRooms.FormattingEnabled = true; this.comboBoxRooms.Location = new System.Drawing.Point(711, 41); this.comboBoxRooms.Name = "comboBoxRooms"; this.comboBoxRooms.Size = new System.Drawing.Size(153, 28); this.comboBoxRooms.TabIndex = 5; this.comboBoxRooms.SelectedIndexChanged += new System.EventHandler(this.ComboBoxRoomsSelectedIndexChanged); // // btnSendAll // this.btnSendAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSendAll.Location = new System.Drawing.Point(870, 38); this.btnSendAll.Name = "btnSendAll"; this.btnSendAll.Size = new System.Drawing.Size(130, 33); this.btnSendAll.TabIndex = 6; this.btnSendAll.Text = "Send All"; this.btnSendAll.UseVisualStyleBackColor = true; this.btnSendAll.Click += new System.EventHandler(this.BtnSendAllClick); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sendingStatusStrip }); this.statusStrip1.Location = new System.Drawing.Point(0, 552); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1012, 22); this.statusStrip1.TabIndex = 7; this.statusStrip1.Text = "statusStrip1"; // // sendingStatusStrip // this.sendingStatusStrip.Name = "sendingStatusStrip"; this.sendingStatusStrip.Size = new System.Drawing.Size(42, 17); this.sendingStatusStrip.Text = "Ready."; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1012, 574); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.btnSendAll); this.Controls.Add(this.comboBoxRooms); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtSearch); this.Controls.Add(this.btnLoadExcelData); this.Controls.Add(this.tabControl1); this.Controls.Add(this.bindingNavigator1); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "MainForm"; ((System.ComponentModel.ISupportInitialize)(this.bindingSourceEPStudents)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAttributeTable)); this.dataGridViewTOC = new System.Windows.Forms.DataGridView(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); 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(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTOC)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.SuspendLayout(); // // dataGridViewTOC // this.dataGridViewTOC.BackgroundColor = System.Drawing.SystemColors.Control; this.dataGridViewTOC.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewTOC.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewTOC.Location = new System.Drawing.Point(0, 0); this.dataGridViewTOC.Name = "dataGridViewTOC"; this.dataGridViewTOC.RowTemplate.Height = 23; this.dataGridViewTOC.Size = new System.Drawing.Size(684, 373); this.dataGridViewTOC.TabIndex = 0; this.dataGridViewTOC.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewTOC_RowHeaderMouseDoubleClick); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; 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.toolStripButton1}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 373); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(684, 25); this.bindingNavigator1.TabIndex = 1; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22); 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, 22); 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, 22); this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // 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, 25); // // 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, 22); 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, 22); this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "属性表导出"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // frmAttributeTable // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(684, 398); this.Controls.Add(this.dataGridViewTOC); this.Controls.Add(this.bindingNavigator1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmAttributeTable"; this.Text = "查看图层属性表"; this.Load += new System.EventHandler(this.TOC_AttributeTable_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTOC)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label lblName; System.Windows.Forms.Label lblCategory; System.Windows.Forms.Label lblImage; System.Windows.Forms.Label lblNotes; System.Windows.Forms.Button btnOk; System.Windows.Forms.BindingNavigator navIngredients; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditIngredient)); System.Windows.Forms.ToolStripContainer tscIngredinets; this.srcIngredients = new System.Windows.Forms.BindingSource(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.btnEdit = new System.Windows.Forms.ToolStripButton(); this.lstRecipes = new System.Windows.Forms.ListBox(); this.tlpMain = new System.Windows.Forms.TableLayoutPanel(); this.txtName = new System.Windows.Forms.TextBox(); this.cmbCategory = new System.Windows.Forms.ComboBox(); this.srcCategory = new System.Windows.Forms.BindingSource(this.components); this.cmbImage = new System.Windows.Forms.ComboBox(); this.srcImage = new System.Windows.Forms.BindingSource(this.components); this.txtNotes = new System.Windows.Forms.TextBox(); this.lblIngredients = new System.Windows.Forms.Label(); this.pnlIngredients = new System.Windows.Forms.Panel(); this.flpDialogButtons = new System.Windows.Forms.FlowLayoutPanel(); this.btnCancel = new System.Windows.Forms.Button(); lblName = new System.Windows.Forms.Label(); lblCategory = new System.Windows.Forms.Label(); lblImage = new System.Windows.Forms.Label(); lblNotes = new System.Windows.Forms.Label(); btnOk = new System.Windows.Forms.Button(); navIngredients = new System.Windows.Forms.BindingNavigator(this.components); tscIngredinets = new System.Windows.Forms.ToolStripContainer(); ((System.ComponentModel.ISupportInitialize)(navIngredients)).BeginInit(); navIngredients.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.srcIngredients)).BeginInit(); tscIngredinets.ContentPanel.SuspendLayout(); tscIngredinets.TopToolStripPanel.SuspendLayout(); tscIngredinets.SuspendLayout(); this.tlpMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.srcCategory)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.srcImage)).BeginInit(); this.pnlIngredients.SuspendLayout(); this.flpDialogButtons.SuspendLayout(); this.SuspendLayout(); // // lblName // lblName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); lblName.AutoSize = true; lblName.Location = new System.Drawing.Point(3, 0); lblName.Name = "lblName"; lblName.Size = new System.Drawing.Size(314, 13); lblName.TabIndex = 0; lblName.Text = "Name:"; // // lblCategory // lblCategory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); lblCategory.AutoSize = true; lblCategory.Location = new System.Drawing.Point(3, 39); lblCategory.Name = "lblCategory"; lblCategory.Size = new System.Drawing.Size(314, 13); lblCategory.TabIndex = 2; lblCategory.Text = "Category:"; // // lblImage // lblImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); lblImage.AutoSize = true; lblImage.Location = new System.Drawing.Point(3, 79); lblImage.Name = "lblImage"; lblImage.Size = new System.Drawing.Size(314, 13); lblImage.TabIndex = 4; lblImage.Text = "Image:"; // // lblNotes // lblNotes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); lblNotes.AutoSize = true; lblNotes.Location = new System.Drawing.Point(3, 119); lblNotes.Name = "lblNotes"; lblNotes.Size = new System.Drawing.Size(314, 13); lblNotes.TabIndex = 6; lblNotes.Text = "Notes:"; // // btnOk // btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; btnOk.Location = new System.Drawing.Point(562, 3); btnOk.Name = "btnOk"; btnOk.Size = new System.Drawing.Size(75, 23); btnOk.TabIndex = 1; btnOk.Text = "&Ok"; btnOk.UseVisualStyleBackColor = true; // // navIngredients // navIngredients.AddNewItem = null; navIngredients.BindingSource = this.srcIngredients; navIngredients.CountItem = this.bindingNavigatorCountItem; navIngredients.DeleteItem = this.bindingNavigatorDeleteItem; navIngredients.Dock = System.Windows.Forms.DockStyle.None; navIngredients.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; navIngredients.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.bindingNavigatorAddNewItem, this.btnEdit, this.bindingNavigatorDeleteItem }); navIngredients.Location = new System.Drawing.Point(3, 0); navIngredients.MoveFirstItem = this.bindingNavigatorMoveFirstItem; navIngredients.MoveLastItem = this.bindingNavigatorMoveLastItem; navIngredients.MoveNextItem = this.bindingNavigatorMoveNextItem; navIngredients.MovePreviousItem = this.bindingNavigatorMovePreviousItem; navIngredients.Name = "navIngredients"; navIngredients.PositionItem = this.bindingNavigatorPositionItem; navIngredients.Size = new System.Drawing.Size(269, 25); navIngredients.TabIndex = 0; navIngredients.Text = "bindingNavigator1"; // // srcIngredients // this.srcIngredients.AllowNew = true; this.srcIngredients.DataSource = typeof(JAL.AquariaRecipes.Recipes.IngredientCollection); this.srcIngredients.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.SrcIngredients_ListChanged); // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.BtnAdd_Click); // // btnEdit // this.btnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image"))); this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(23, 22); this.btnEdit.Text = "Edit"; this.btnEdit.Click += new System.EventHandler(this.BtnEdit_Click); // // tscIngredinets // // // tscIngredinets.ContentPanel // tscIngredinets.ContentPanel.Controls.Add(this.lstRecipes); tscIngredinets.ContentPanel.Size = new System.Drawing.Size(314, 214); tscIngredinets.Dock = System.Windows.Forms.DockStyle.Fill; tscIngredinets.Location = new System.Drawing.Point(0, 0); tscIngredinets.Name = "tscIngredinets"; tscIngredinets.Size = new System.Drawing.Size(314, 239); tscIngredinets.TabIndex = 0; tscIngredinets.Text = "toolStripContainer1"; // // tscIngredinets.TopToolStripPanel // tscIngredinets.TopToolStripPanel.Controls.Add(navIngredients); // // lstRecipes // this.lstRecipes.DataSource = this.srcIngredients; this.lstRecipes.Dock = System.Windows.Forms.DockStyle.Fill; this.lstRecipes.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.lstRecipes.FormattingEnabled = true; this.lstRecipes.IntegralHeight = false; this.lstRecipes.ItemHeight = 64; this.lstRecipes.Location = new System.Drawing.Point(0, 0); this.lstRecipes.Name = "lstRecipes"; this.lstRecipes.Size = new System.Drawing.Size(314, 214); this.lstRecipes.TabIndex = 0; this.lstRecipes.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.LstRecipes_DrawItem); this.lstRecipes.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.LstRecipes_MeasureItem); this.lstRecipes.Resize += new System.EventHandler(this.LstRecipes_Resize); // // tlpMain // this.tlpMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tlpMain.ColumnCount = 2; this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpMain.Controls.Add(lblName, 0, 0); this.tlpMain.Controls.Add(this.txtName, 0, 1); this.tlpMain.Controls.Add(lblCategory, 0, 2); this.tlpMain.Controls.Add(this.cmbCategory, 0, 3); this.tlpMain.Controls.Add(lblImage, 0, 4); this.tlpMain.Controls.Add(this.cmbImage, 0, 5); this.tlpMain.Controls.Add(lblNotes, 0, 6); this.tlpMain.Controls.Add(this.txtNotes, 0, 7); this.tlpMain.Controls.Add(this.lblIngredients, 1, 0); this.tlpMain.Controls.Add(this.pnlIngredients, 1, 1); this.tlpMain.Controls.Add(this.flpDialogButtons, 0, 8); this.tlpMain.Location = new System.Drawing.Point(12, 12); this.tlpMain.Name = "tlpMain"; this.tlpMain.RowCount = 9; this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tlpMain.Size = new System.Drawing.Size(640, 287); this.tlpMain.TabIndex = 0; // // txtName // this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.txtName.Location = new System.Drawing.Point(3, 16); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(314, 20); this.txtName.TabIndex = 1; // // cmbCategory // this.cmbCategory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.cmbCategory.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.srcCategory, "Name", true)); this.cmbCategory.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.srcCategory, "Name", true)); this.cmbCategory.DataSource = this.srcCategory; this.cmbCategory.DisplayMember = "Name"; this.cmbCategory.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.cmbCategory.DropDownHeight = 220; this.cmbCategory.IntegralHeight = false; this.cmbCategory.Location = new System.Drawing.Point(3, 55); this.cmbCategory.Name = "cmbCategory"; this.cmbCategory.Size = new System.Drawing.Size(314, 21); this.cmbCategory.TabIndex = 3; this.cmbCategory.ValueMember = "Name"; this.cmbCategory.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.CmbCategory_DrawItem); this.cmbCategory.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.CmbCategory_MeasureItem); // // srcCategory // this.srcCategory.DataSource = typeof(JAL.AquariaRecipes.Recipes.Category); // // cmbImage // this.cmbImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.cmbImage.DataSource = this.srcImage; this.cmbImage.DisplayMember = "Name"; this.cmbImage.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.cmbImage.DropDownHeight = 320; this.cmbImage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbImage.FormattingEnabled = true; this.cmbImage.IntegralHeight = false; this.cmbImage.Location = new System.Drawing.Point(3, 95); this.cmbImage.Name = "cmbImage"; this.cmbImage.Size = new System.Drawing.Size(314, 21); this.cmbImage.TabIndex = 5; this.cmbImage.ValueMember = "Name"; this.cmbImage.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.CmbImage_DrawItem); this.cmbImage.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.CmbImage_MeasureItem); // // srcImage // this.srcImage.DataSource = typeof(JAL.AquariaRecipes.Recipes.Image); // // txtNotes // this.txtNotes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtNotes.Location = new System.Drawing.Point(3, 135); this.txtNotes.Multiline = true; this.txtNotes.Name = "txtNotes"; this.txtNotes.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtNotes.Size = new System.Drawing.Size(314, 120); this.txtNotes.TabIndex = 7; // // lblIngredients // this.lblIngredients.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lblIngredients.AutoSize = true; this.lblIngredients.Location = new System.Drawing.Point(323, 0); this.lblIngredients.Name = "lblIngredients"; this.lblIngredients.Size = new System.Drawing.Size(314, 13); this.lblIngredients.TabIndex = 8; this.lblIngredients.Text = "Recipes:"; // // pnlIngredients // this.pnlIngredients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pnlIngredients.Controls.Add(tscIngredinets); this.pnlIngredients.Location = new System.Drawing.Point(323, 16); this.pnlIngredients.Name = "pnlIngredients"; this.tlpMain.SetRowSpan(this.pnlIngredients, 7); this.pnlIngredients.Size = new System.Drawing.Size(314, 239); this.pnlIngredients.TabIndex = 9; // // flpDialogButtons // this.flpDialogButtons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.flpDialogButtons.AutoScroll = true; this.flpDialogButtons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tlpMain.SetColumnSpan(this.flpDialogButtons, 2); this.flpDialogButtons.Controls.Add(btnOk); this.flpDialogButtons.Controls.Add(this.btnCancel); this.flpDialogButtons.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this.flpDialogButtons.Location = new System.Drawing.Point(0, 258); this.flpDialogButtons.Margin = new System.Windows.Forms.Padding(0); this.flpDialogButtons.Name = "flpDialogButtons"; this.flpDialogButtons.Size = new System.Drawing.Size(640, 29); this.flpDialogButtons.TabIndex = 10; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(481, 3); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 0; this.btnCancel.Text = "&Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // EditIngredient // this.AcceptButton = btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(664, 311); this.ControlBox = false; this.Controls.Add(this.tlpMain); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EditIngredient"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Modify Ingredient"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.EditIngredient_FormClosed); this.Shown += new System.EventHandler(this.EditIngredient_Shown); ((System.ComponentModel.ISupportInitialize)(navIngredients)).EndInit(); navIngredients.ResumeLayout(false); navIngredients.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.srcIngredients)).EndInit(); tscIngredinets.ContentPanel.ResumeLayout(false); tscIngredinets.TopToolStripPanel.ResumeLayout(false); tscIngredinets.TopToolStripPanel.PerformLayout(); tscIngredinets.ResumeLayout(false); tscIngredinets.PerformLayout(); this.tlpMain.ResumeLayout(false); this.tlpMain.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.srcCategory)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.srcImage)).EndInit(); this.pnlIngredients.ResumeLayout(false); this.flpDialogButtons.ResumeLayout(false); this.ResumeLayout(false); }
/// <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.Windows.Forms.Label idLabel; System.Windows.Forms.Label usernameLabel; System.Windows.Forms.Label passwordLabel; System.Windows.Forms.Label firstnameLabel; System.Windows.Forms.Label lastnameLabel; System.Windows.Forms.Label emailLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUsers)); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.Panel1 = new System.Windows.Forms.Panel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.SaveButton = new System.Windows.Forms.Button(); this.ExitButton = new System.Windows.Forms.Button(); this.UpdateButton = new System.Windows.Forms.Button(); this.DeleteButton = new System.Windows.Forms.Button(); this.AddButton = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.newDataSet = new PEIMSV3Cs.NewDataSet(); this.idTextBox = new System.Windows.Forms.TextBox(); this.usernameTextBox = new System.Windows.Forms.TextBox(); this.passwordTextBox = new System.Windows.Forms.TextBox(); this.firstnameTextBox = new System.Windows.Forms.TextBox(); this.lastnameTextBox = new System.Windows.Forms.TextBox(); this.emailTextBox = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.usersDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.usersBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.usersBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); idLabel = new System.Windows.Forms.Label(); usernameLabel = new System.Windows.Forms.Label(); passwordLabel = new System.Windows.Forms.Label(); firstnameLabel = new System.Windows.Forms.Label(); lastnameLabel = new System.Windows.Forms.Label(); emailLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.Panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.newDataSet)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingNavigator)).BeginInit(); this.usersBindingNavigator.SuspendLayout(); this.SuspendLayout(); // // idLabel // idLabel.AutoSize = true; idLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); idLabel.Location = new System.Drawing.Point(16, 29); idLabel.Name = "idLabel"; idLabel.Size = new System.Drawing.Size(19, 12); idLabel.TabIndex = 12; idLabel.Text = "id:"; // // usernameLabel // usernameLabel.AutoSize = true; usernameLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); usernameLabel.Location = new System.Drawing.Point(16, 68); usernameLabel.Name = "usernameLabel"; usernameLabel.Size = new System.Drawing.Size(67, 12); usernameLabel.TabIndex = 14; usernameLabel.Text = "username:"******"Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); passwordLabel.Location = new System.Drawing.Point(16, 108); passwordLabel.Name = "passwordLabel"; passwordLabel.Size = new System.Drawing.Size(69, 12); passwordLabel.TabIndex = 16; passwordLabel.Text = "password:"******"Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); firstnameLabel.Location = new System.Drawing.Point(16, 149); firstnameLabel.Name = "firstnameLabel"; firstnameLabel.Size = new System.Drawing.Size(68, 12); firstnameLabel.TabIndex = 18; firstnameLabel.Text = "firstname:"; // // lastnameLabel // lastnameLabel.AutoSize = true; lastnameLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); lastnameLabel.Location = new System.Drawing.Point(16, 188); lastnameLabel.Name = "lastnameLabel"; lastnameLabel.Size = new System.Drawing.Size(65, 12); lastnameLabel.TabIndex = 20; lastnameLabel.Text = "lastname:"; // // emailLabel // emailLabel.AutoSize = true; emailLabel.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); emailLabel.Location = new System.Drawing.Point(16, 225); emailLabel.Name = "emailLabel"; emailLabel.Size = new System.Drawing.Size(40, 12); emailLabel.TabIndex = 22; emailLabel.Text = "email:"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Enabled = false; this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of 0"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Enabled = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // Panel1 // this.Panel1.AutoScroll = true; this.Panel1.AutoSize = true; this.Panel1.Controls.Add(this.tabControl1); this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.Panel1.Location = new System.Drawing.Point(0, 0); this.Panel1.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(517, 371); this.Panel1.TabIndex = 1; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(3, 28); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(511, 343); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.SaveButton); this.tabPage1.Controls.Add(this.ExitButton); this.tabPage1.Controls.Add(this.UpdateButton); this.tabPage1.Controls.Add(this.DeleteButton); this.tabPage1.Controls.Add(this.AddButton); this.tabPage1.Controls.Add(this.button1); this.tabPage1.Controls.Add(this.textBox1); this.tabPage1.Controls.Add(this.listBox1); this.tabPage1.Controls.Add(idLabel); this.tabPage1.Controls.Add(this.idTextBox); this.tabPage1.Controls.Add(usernameLabel); this.tabPage1.Controls.Add(this.usernameTextBox); this.tabPage1.Controls.Add(passwordLabel); this.tabPage1.Controls.Add(this.passwordTextBox); this.tabPage1.Controls.Add(firstnameLabel); this.tabPage1.Controls.Add(this.firstnameTextBox); this.tabPage1.Controls.Add(lastnameLabel); this.tabPage1.Controls.Add(this.lastnameTextBox); this.tabPage1.Controls.Add(emailLabel); this.tabPage1.Controls.Add(this.emailTextBox); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(503, 317); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Details View"; this.tabPage1.UseVisualStyleBackColor = true; // // SaveButton // this.SaveButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SaveButton.Location = new System.Drawing.Point(284, 273); this.SaveButton.Name = "SaveButton"; this.SaveButton.Size = new System.Drawing.Size(75, 23); this.SaveButton.TabIndex = 40; this.SaveButton.Text = "Save"; this.SaveButton.UseVisualStyleBackColor = true; this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click); // // ExitButton // this.ExitButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ExitButton.Location = new System.Drawing.Point(402, 275); this.ExitButton.Name = "ExitButton"; this.ExitButton.Size = new System.Drawing.Size(75, 23); this.ExitButton.TabIndex = 39; this.ExitButton.Text = "Exit"; this.ExitButton.UseVisualStyleBackColor = true; this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click); // // UpdateButton // this.UpdateButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.UpdateButton.Location = new System.Drawing.Point(194, 273); this.UpdateButton.Name = "UpdateButton"; this.UpdateButton.Size = new System.Drawing.Size(75, 23); this.UpdateButton.TabIndex = 38; this.UpdateButton.Text = "Update"; this.UpdateButton.UseVisualStyleBackColor = true; this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click); // // DeleteButton // this.DeleteButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DeleteButton.Location = new System.Drawing.Point(103, 273); this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(75, 23); this.DeleteButton.TabIndex = 37; this.DeleteButton.Text = "Delete"; this.DeleteButton.UseVisualStyleBackColor = true; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // AddButton // this.AddButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AddButton.Location = new System.Drawing.Point(18, 273); this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(75, 23); this.AddButton.TabIndex = 36; this.AddButton.Text = "Add"; this.AddButton.UseVisualStyleBackColor = true; this.AddButton.Click += new System.EventHandler(this.AddButton_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(349, 234); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(128, 23); this.button1.TabIndex = 26; this.button1.Text = "Search UserName"; this.button1.UseVisualStyleBackColor = true; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(349, 208); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(128, 20); this.textBox1.TabIndex = 25; // // listBox1 // this.listBox1.DataSource = this.usersBindingSource; this.listBox1.DisplayMember = "username"; this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(349, 29); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(128, 173); this.listBox1.TabIndex = 24; // // usersBindingSource // this.usersBindingSource.DataMember = "users"; this.usersBindingSource.DataSource = this.newDataSet; // // newDataSet // this.newDataSet.DataSetName = "NewDataSet"; this.newDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // idTextBox // this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "id", true)); this.idTextBox.Location = new System.Drawing.Point(103, 26); this.idTextBox.Name = "idTextBox"; this.idTextBox.Size = new System.Drawing.Size(231, 20); this.idTextBox.TabIndex = 13; // // usernameTextBox // this.usernameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "username", true)); this.usernameTextBox.Location = new System.Drawing.Point(103, 65); this.usernameTextBox.Name = "usernameTextBox"; this.usernameTextBox.Size = new System.Drawing.Size(231, 20); this.usernameTextBox.TabIndex = 15; // // passwordTextBox // this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "password", true)); this.passwordTextBox.Location = new System.Drawing.Point(103, 105); this.passwordTextBox.Name = "passwordTextBox"; this.passwordTextBox.Size = new System.Drawing.Size(231, 20); this.passwordTextBox.TabIndex = 17; // // firstnameTextBox // this.firstnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "firstname", true)); this.firstnameTextBox.Location = new System.Drawing.Point(103, 146); this.firstnameTextBox.Name = "firstnameTextBox"; this.firstnameTextBox.Size = new System.Drawing.Size(231, 20); this.firstnameTextBox.TabIndex = 19; // // lastnameTextBox // this.lastnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "lastname", true)); this.lastnameTextBox.Location = new System.Drawing.Point(103, 185); this.lastnameTextBox.Name = "lastnameTextBox"; this.lastnameTextBox.Size = new System.Drawing.Size(231, 20); this.lastnameTextBox.TabIndex = 21; // // emailTextBox // this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "email", true)); this.emailTextBox.Location = new System.Drawing.Point(103, 222); this.emailTextBox.Name = "emailTextBox"; this.emailTextBox.Size = new System.Drawing.Size(231, 20); this.emailTextBox.TabIndex = 23; // // tabPage2 // this.tabPage2.AutoScroll = true; this.tabPage2.Controls.Add(this.usersDataGridView); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(503, 317); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Data Grid View"; this.tabPage2.UseVisualStyleBackColor = true; // // usersDataGridView // this.usersDataGridView.AutoGenerateColumns = false; this.usersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.usersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn6}); this.usersDataGridView.DataSource = this.usersBindingSource; this.usersDataGridView.Location = new System.Drawing.Point(-7, 0); this.usersDataGridView.Name = "usersDataGridView"; this.usersDataGridView.Size = new System.Drawing.Size(510, 318); this.usersDataGridView.TabIndex = 0; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "id"; this.dataGridViewTextBoxColumn1.HeaderText = "id"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "username"; this.dataGridViewTextBoxColumn2.HeaderText = "username"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "password"; this.dataGridViewTextBoxColumn3.HeaderText = "password"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "firstname"; this.dataGridViewTextBoxColumn4.HeaderText = "firstname"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "lastname"; this.dataGridViewTextBoxColumn5.HeaderText = "lastname"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "email"; this.dataGridViewTextBoxColumn6.HeaderText = "email"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; // // panel3 // this.panel3.Controls.Add(this.Panel1); this.panel3.Controls.Add(this.panel4); this.panel3.Controls.Add(this.panel5); this.panel3.Controls.Add(this.panel6); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(517, 371); this.panel3.TabIndex = 19; // // panel4 // this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(517, 371); this.panel4.TabIndex = 3; // // panel5 // this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(517, 371); this.panel5.TabIndex = 5; // // panel6 // this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(517, 371); this.panel6.TabIndex = 6; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Enabled = false; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // bindingNavigatorMoveFirstItem // this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem.Enabled = false; 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // bindingNavigatorMoveLastItem // this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem.Enabled = false; 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorMoveNextItem // this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem.Enabled = false; 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // bindingNavigatorMovePreviousItem // this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem.Enabled = false; 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "Save"; this.toolStripButton1.Click += new System.EventHandler(this.Save_Click); // // usersBindingNavigator // this.usersBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem1; this.usersBindingNavigator.BindingSource = this.usersBindingSource; this.usersBindingNavigator.CountItem = this.bindingNavigatorCountItem1; this.usersBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem1; this.usersBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem1, this.bindingNavigatorMovePreviousItem1, this.bindingNavigatorSeparator3, this.bindingNavigatorPositionItem1, this.bindingNavigatorCountItem1, this.bindingNavigatorSeparator4, this.bindingNavigatorMoveNextItem1, this.bindingNavigatorMoveLastItem1, this.bindingNavigatorSeparator5, this.bindingNavigatorAddNewItem1, this.bindingNavigatorDeleteItem1, this.usersBindingNavigatorSaveItem}); this.usersBindingNavigator.Location = new System.Drawing.Point(0, 0); this.usersBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem1; this.usersBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem1; this.usersBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem1; this.usersBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem1; this.usersBindingNavigator.Name = "usersBindingNavigator"; this.usersBindingNavigator.PositionItem = this.bindingNavigatorPositionItem1; this.usersBindingNavigator.Size = new System.Drawing.Size(517, 25); this.usersBindingNavigator.TabIndex = 20; this.usersBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem1 // this.bindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem1.Image"))); this.bindingNavigatorAddNewItem1.Name = "bindingNavigatorAddNewItem1"; this.bindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem1.Text = "Add new"; // // bindingNavigatorCountItem1 // this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1"; this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem1.Text = "of {0}"; this.bindingNavigatorCountItem1.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem1 // this.bindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem1.Image"))); this.bindingNavigatorDeleteItem1.Name = "bindingNavigatorDeleteItem1"; this.bindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem1.Text = "Delete"; // // bindingNavigatorMoveFirstItem1 // this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image"))); this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1"; this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem1.Text = "Move first"; // // bindingNavigatorMovePreviousItem1 // this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image"))); this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1"; this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem1.Text = "Move previous"; // // bindingNavigatorSeparator3 // this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3"; this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem1 // this.bindingNavigatorPositionItem1.AccessibleName = "Position"; this.bindingNavigatorPositionItem1.AutoSize = false; this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1"; this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem1.Text = "0"; this.bindingNavigatorPositionItem1.ToolTipText = "Current position"; // // bindingNavigatorSeparator4 // this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4"; this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorMoveNextItem1 // this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image"))); this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1"; this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveNextItem1.Text = "Move next"; // // bindingNavigatorMoveLastItem1 // this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image"))); this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1"; this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveLastItem1.Text = "Move last"; // // bindingNavigatorSeparator5 // this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator5"; this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25); // // usersBindingNavigatorSaveItem // this.usersBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.usersBindingNavigatorSaveItem.Enabled = false; this.usersBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("usersBindingNavigatorSaveItem.Image"))); this.usersBindingNavigatorSaveItem.Name = "usersBindingNavigatorSaveItem"; this.usersBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.usersBindingNavigatorSaveItem.Text = "Save Data"; // // frmUsers // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(517, 371); this.Controls.Add(this.usersBindingNavigator); this.Controls.Add(this.panel3); this.Name = "frmUsers"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Users Accounts"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmusers_FormClosing); this.Load += new System.EventHandler(this.frmusers_Load); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.Panel1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.newDataSet)).EndInit(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingNavigator)).EndInit(); this.usersBindingNavigator.ResumeLayout(false); this.usersBindingNavigator.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label payrollIDLabel; System.Windows.Forms.Label employeeIDLabel; System.Windows.Forms.Label employeeNameLabel; System.Windows.Forms.Label salaryLabel; System.Windows.Forms.Label deductionLabel; System.Windows.Forms.Label accountNoLabel; System.Windows.Forms.Label departmentIDLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPayrollDetails)); this.newDataSet = new PEIMSV3Cs.NewDataSet(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.Panel1 = new System.Windows.Forms.Panel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.payrollIDTextBox = new System.Windows.Forms.TextBox(); this.payrolldetailsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.employeeIDTextBox = new System.Windows.Forms.TextBox(); this.employeeNameTextBox = new System.Windows.Forms.TextBox(); this.salaryTextBox = new System.Windows.Forms.TextBox(); this.deductionTextBox = new System.Windows.Forms.TextBox(); this.accountNoTextBox = new System.Windows.Forms.TextBox(); this.departmentIDTextBox = new System.Windows.Forms.TextBox(); this.SaveButton = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.SearchIDButton = new System.Windows.Forms.Button(); this.ExitButton = new System.Windows.Forms.Button(); this.UpdateButton = new System.Windows.Forms.Button(); this.DeleteButton = new System.Windows.Forms.Button(); this.AddButton = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.payrolldetailsDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.payrolldetailsTableAdapter = new PEIMSV3Cs.NewDataSetTableAdapters.payrolldetailsTableAdapter(); this.payrolldetailsBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.payrolldetailsBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); payrollIDLabel = new System.Windows.Forms.Label(); employeeIDLabel = new System.Windows.Forms.Label(); employeeNameLabel = new System.Windows.Forms.Label(); salaryLabel = new System.Windows.Forms.Label(); deductionLabel = new System.Windows.Forms.Label(); accountNoLabel = new System.Windows.Forms.Label(); departmentIDLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.newDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.Panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.payrolldetailsBindingSource)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.payrolldetailsDataGridView)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.payrolldetailsBindingNavigator)).BeginInit(); this.payrolldetailsBindingNavigator.SuspendLayout(); this.SuspendLayout(); // // payrollIDLabel // payrollIDLabel.AutoSize = true; payrollIDLabel.Location = new System.Drawing.Point(11, 36); payrollIDLabel.Name = "payrollIDLabel"; payrollIDLabel.Size = new System.Drawing.Size(54, 13); payrollIDLabel.TabIndex = 54; payrollIDLabel.Text = "payroll ID:"; // // employeeIDLabel // employeeIDLabel.AutoSize = true; employeeIDLabel.Location = new System.Drawing.Point(11, 62); employeeIDLabel.Name = "employeeIDLabel"; employeeIDLabel.Size = new System.Drawing.Size(69, 13); employeeIDLabel.TabIndex = 56; employeeIDLabel.Text = "employee ID:"; // // employeeNameLabel // employeeNameLabel.AutoSize = true; employeeNameLabel.Location = new System.Drawing.Point(11, 88); employeeNameLabel.Name = "employeeNameLabel"; employeeNameLabel.Size = new System.Drawing.Size(86, 13); employeeNameLabel.TabIndex = 58; employeeNameLabel.Text = "employee Name:"; // // salaryLabel // salaryLabel.AutoSize = true; salaryLabel.Location = new System.Drawing.Point(11, 114); salaryLabel.Name = "salaryLabel"; salaryLabel.Size = new System.Drawing.Size(37, 13); salaryLabel.TabIndex = 60; salaryLabel.Text = "salary:"; // // deductionLabel // deductionLabel.AutoSize = true; deductionLabel.Location = new System.Drawing.Point(11, 140); deductionLabel.Name = "deductionLabel"; deductionLabel.Size = new System.Drawing.Size(57, 13); deductionLabel.TabIndex = 62; deductionLabel.Text = "deduction:"; // // accountNoLabel // accountNoLabel.AutoSize = true; accountNoLabel.Location = new System.Drawing.Point(11, 166); accountNoLabel.Name = "accountNoLabel"; accountNoLabel.Size = new System.Drawing.Size(66, 13); accountNoLabel.TabIndex = 64; accountNoLabel.Text = "account No:"; // // departmentIDLabel // departmentIDLabel.AutoSize = true; departmentIDLabel.Location = new System.Drawing.Point(11, 192); departmentIDLabel.Name = "departmentIDLabel"; departmentIDLabel.Size = new System.Drawing.Size(77, 13); departmentIDLabel.TabIndex = 66; departmentIDLabel.Text = "department ID:"; // // newDataSet // this.newDataSet.DataSetName = "NewDataSet"; this.newDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // Panel1 // this.Panel1.AutoScroll = true; this.Panel1.AutoSize = true; this.Panel1.Controls.Add(this.tabControl1); this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.Panel1.Location = new System.Drawing.Point(0, 0); this.Panel1.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(512, 370); this.Panel1.TabIndex = 1; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(0, 28); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(512, 341); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.AutoScroll = true; this.tabPage1.Controls.Add(payrollIDLabel); this.tabPage1.Controls.Add(this.payrollIDTextBox); this.tabPage1.Controls.Add(employeeIDLabel); this.tabPage1.Controls.Add(this.employeeIDTextBox); this.tabPage1.Controls.Add(employeeNameLabel); this.tabPage1.Controls.Add(this.employeeNameTextBox); this.tabPage1.Controls.Add(salaryLabel); this.tabPage1.Controls.Add(this.salaryTextBox); this.tabPage1.Controls.Add(deductionLabel); this.tabPage1.Controls.Add(this.deductionTextBox); this.tabPage1.Controls.Add(accountNoLabel); this.tabPage1.Controls.Add(this.accountNoTextBox); this.tabPage1.Controls.Add(departmentIDLabel); this.tabPage1.Controls.Add(this.departmentIDTextBox); this.tabPage1.Controls.Add(this.SaveButton); this.tabPage1.Controls.Add(this.textBox1); this.tabPage1.Controls.Add(this.listBox1); this.tabPage1.Controls.Add(this.SearchIDButton); this.tabPage1.Controls.Add(this.ExitButton); this.tabPage1.Controls.Add(this.UpdateButton); this.tabPage1.Controls.Add(this.DeleteButton); this.tabPage1.Controls.Add(this.AddButton); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(504, 315); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Details View"; this.tabPage1.UseVisualStyleBackColor = true; // // payrollIDTextBox // this.payrollIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.payrolldetailsBindingSource, "payrollID", true)); this.payrollIDTextBox.Location = new System.Drawing.Point(103, 33); this.payrollIDTextBox.Name = "payrollIDTextBox"; this.payrollIDTextBox.Size = new System.Drawing.Size(235, 20); this.payrollIDTextBox.TabIndex = 55; // // payrolldetailsBindingSource // this.payrolldetailsBindingSource.DataMember = "payrolldetails"; this.payrolldetailsBindingSource.DataSource = this.newDataSet; // // employeeIDTextBox // this.employeeIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.payrolldetailsBindingSource, "employeeID", true)); this.employeeIDTextBox.Location = new System.Drawing.Point(103, 59); this.employeeIDTextBox.Name = "employeeIDTextBox"; this.employeeIDTextBox.Size = new System.Drawing.Size(235, 20); this.employeeIDTextBox.TabIndex = 57; // // employeeNameTextBox // this.employeeNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.payrolldetailsBindingSource, "employeeName", true)); this.employeeNameTextBox.Location = new System.Drawing.Point(103, 85); this.employeeNameTextBox.Name = "employeeNameTextBox"; this.employeeNameTextBox.Size = new System.Drawing.Size(235, 20); this.employeeNameTextBox.TabIndex = 59; // // salaryTextBox // this.salaryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.payrolldetailsBindingSource, "salary", true)); this.salaryTextBox.Location = new System.Drawing.Point(103, 111); this.salaryTextBox.Name = "salaryTextBox"; this.salaryTextBox.Size = new System.Drawing.Size(235, 20); this.salaryTextBox.TabIndex = 61; // // deductionTextBox // this.deductionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.payrolldetailsBindingSource, "deduction", true)); this.deductionTextBox.Location = new System.Drawing.Point(103, 137); this.deductionTextBox.Name = "deductionTextBox"; this.deductionTextBox.Size = new System.Drawing.Size(235, 20); this.deductionTextBox.TabIndex = 63; // // accountNoTextBox // this.accountNoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.payrolldetailsBindingSource, "accountNo", true)); this.accountNoTextBox.Location = new System.Drawing.Point(103, 163); this.accountNoTextBox.Name = "accountNoTextBox"; this.accountNoTextBox.Size = new System.Drawing.Size(235, 20); this.accountNoTextBox.TabIndex = 65; // // departmentIDTextBox // this.departmentIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.payrolldetailsBindingSource, "departmentID", true)); this.departmentIDTextBox.Location = new System.Drawing.Point(103, 189); this.departmentIDTextBox.Name = "departmentIDTextBox"; this.departmentIDTextBox.Size = new System.Drawing.Size(235, 20); this.departmentIDTextBox.TabIndex = 67; // // SaveButton // this.SaveButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SaveButton.Location = new System.Drawing.Point(278, 274); this.SaveButton.Name = "SaveButton"; this.SaveButton.Size = new System.Drawing.Size(75, 23); this.SaveButton.TabIndex = 54; this.SaveButton.Text = "Save"; this.SaveButton.UseVisualStyleBackColor = true; this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(368, 206); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(120, 20); this.textBox1.TabIndex = 52; // // listBox1 // this.listBox1.DataSource = this.payrolldetailsBindingSource; this.listBox1.DisplayMember = "payrollID"; this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(368, 22); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(120, 173); this.listBox1.TabIndex = 51; // // SearchIDButton // this.SearchIDButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SearchIDButton.Location = new System.Drawing.Point(368, 232); this.SearchIDButton.Name = "SearchIDButton"; this.SearchIDButton.Size = new System.Drawing.Size(120, 23); this.SearchIDButton.TabIndex = 50; this.SearchIDButton.Text = "SearchID"; this.SearchIDButton.UseVisualStyleBackColor = true; // // ExitButton // this.ExitButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ExitButton.Location = new System.Drawing.Point(413, 274); this.ExitButton.Name = "ExitButton"; this.ExitButton.Size = new System.Drawing.Size(75, 23); this.ExitButton.TabIndex = 49; this.ExitButton.Text = "Exit"; this.ExitButton.UseVisualStyleBackColor = true; this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click); // // UpdateButton // this.UpdateButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.UpdateButton.Location = new System.Drawing.Point(188, 274); this.UpdateButton.Name = "UpdateButton"; this.UpdateButton.Size = new System.Drawing.Size(75, 23); this.UpdateButton.TabIndex = 48; this.UpdateButton.Text = "Update"; this.UpdateButton.UseVisualStyleBackColor = true; this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click); // // DeleteButton // this.DeleteButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DeleteButton.Location = new System.Drawing.Point(103, 274); this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(75, 23); this.DeleteButton.TabIndex = 47; this.DeleteButton.Text = "Delete"; this.DeleteButton.UseVisualStyleBackColor = true; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // AddButton // this.AddButton.Font = new System.Drawing.Font("Copperplate Gothic Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AddButton.Location = new System.Drawing.Point(12, 274); this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(75, 23); this.AddButton.TabIndex = 46; this.AddButton.Text = "Add"; this.AddButton.UseVisualStyleBackColor = true; this.AddButton.Click += new System.EventHandler(this.AddButton_Click); // // tabPage2 // this.tabPage2.AutoScroll = true; this.tabPage2.Controls.Add(this.payrolldetailsDataGridView); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(504, 315); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Data Grid view"; this.tabPage2.UseVisualStyleBackColor = true; // // payrolldetailsDataGridView // this.payrolldetailsDataGridView.AutoGenerateColumns = false; this.payrolldetailsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.payrolldetailsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn6, this.dataGridViewTextBoxColumn7, this.dataGridViewTextBoxColumn8}); this.payrolldetailsDataGridView.DataSource = this.payrolldetailsBindingSource; this.payrolldetailsDataGridView.Location = new System.Drawing.Point(3, 0); this.payrolldetailsDataGridView.Name = "payrolldetailsDataGridView"; this.payrolldetailsDataGridView.Size = new System.Drawing.Size(498, 315); this.payrolldetailsDataGridView.TabIndex = 0; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "payrollID"; this.dataGridViewTextBoxColumn1.HeaderText = "payrollID"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "employeeID"; this.dataGridViewTextBoxColumn2.HeaderText = "employeeID"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "employeeName"; this.dataGridViewTextBoxColumn3.HeaderText = "employeeName"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "salary"; this.dataGridViewTextBoxColumn5.HeaderText = "salary"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "deduction"; this.dataGridViewTextBoxColumn6.HeaderText = "deduction"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "accountNo"; this.dataGridViewTextBoxColumn7.HeaderText = "accountNo"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.DataPropertyName = "departmentID"; this.dataGridViewTextBoxColumn8.HeaderText = "departmentID"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; // // panel3 // this.panel3.Controls.Add(this.Panel1); this.panel3.Controls.Add(this.panel4); this.panel3.Controls.Add(this.panel5); this.panel3.Controls.Add(this.panel6); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(512, 370); this.panel3.TabIndex = 19; // // panel4 // this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(512, 370); this.panel4.TabIndex = 3; // // panel5 // this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(512, 370); this.panel5.TabIndex = 5; // // panel6 // this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(512, 370); this.panel6.TabIndex = 6; // // payrolldetailsTableAdapter // this.payrolldetailsTableAdapter.ClearBeforeFill = true; // // payrolldetailsBindingNavigator // this.payrolldetailsBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.payrolldetailsBindingNavigator.BindingSource = this.payrolldetailsBindingSource; this.payrolldetailsBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.payrolldetailsBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.payrolldetailsBindingNavigator.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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.payrolldetailsBindingNavigatorSaveItem}); this.payrolldetailsBindingNavigator.Location = new System.Drawing.Point(0, 0); this.payrolldetailsBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.payrolldetailsBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.payrolldetailsBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.payrolldetailsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.payrolldetailsBindingNavigator.Name = "payrolldetailsBindingNavigator"; this.payrolldetailsBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.payrolldetailsBindingNavigator.Size = new System.Drawing.Size(512, 25); this.payrolldetailsBindingNavigator.TabIndex = 20; this.payrolldetailsBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // payrolldetailsBindingNavigatorSaveItem // this.payrolldetailsBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.payrolldetailsBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("payrolldetailsBindingNavigatorSaveItem.Image"))); this.payrolldetailsBindingNavigatorSaveItem.Name = "payrolldetailsBindingNavigatorSaveItem"; this.payrolldetailsBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.payrolldetailsBindingNavigatorSaveItem.Text = "Save Data"; this.payrolldetailsBindingNavigatorSaveItem.Click += new System.EventHandler(this.payrolldetailsBindingNavigatorSaveItem_Click); // // frmPayrollDetails // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(512, 370); this.Controls.Add(this.payrolldetailsBindingNavigator); this.Controls.Add(this.panel3); this.Name = "frmPayrollDetails"; this.Text = "Payroll"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmpayrolldetails_FormClosing); this.Load += new System.EventHandler(this.frmpayrolldetails_Load); ((System.ComponentModel.ISupportInitialize)(this.newDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.Panel1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.payrolldetailsBindingSource)).EndInit(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.payrolldetailsDataGridView)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.payrolldetailsBindingNavigator)).EndInit(); this.payrolldetailsBindingNavigator.ResumeLayout(false); this.payrolldetailsBindingNavigator.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(SoilStatictisForm)); this.btn_InDatabase = new System.Windows.Forms.Button(); this.dgvInfo = new System.Windows.Forms.DataGridView(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.labelMessage = new System.Windows.Forms.Label(); this.btn_classstatis = new System.Windows.Forms.Button(); this.btn_InPutFile = new System.Windows.Forms.Button(); this.txt_ImageInput = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); 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(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.txtCurrentPage = new System.Windows.Forms.ToolStripTextBox(); this.lblPageCount = new System.Windows.Forms.ToolStripLabel(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.dgvInfo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); this.SuspendLayout(); // // btn_InDatabase // this.btn_InDatabase.Location = new System.Drawing.Point(761, 61); this.btn_InDatabase.Name = "btn_InDatabase"; this.btn_InDatabase.Size = new System.Drawing.Size(75, 23); this.btn_InDatabase.TabIndex = 26; this.btn_InDatabase.Text = "数据入库"; this.btn_InDatabase.UseVisualStyleBackColor = true; this.btn_InDatabase.Click += new System.EventHandler(this.btn_InDatabase_Click); // // dgvInfo // this.dgvInfo.AllowUserToAddRows = false; this.dgvInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvInfo.Location = new System.Drawing.Point(24, 101); this.dgvInfo.Name = "dgvInfo"; this.dgvInfo.RowTemplate.Height = 23; this.dgvInfo.Size = new System.Drawing.Size(825, 345); this.dgvInfo.TabIndex = 25; this.dgvInfo.Visible = false; // // progressBar // this.progressBar.Location = new System.Drawing.Point(23, 61); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(648, 23); this.progressBar.TabIndex = 23; // // labelMessage // this.labelMessage.AutoSize = true; this.labelMessage.Location = new System.Drawing.Point(659, 86); this.labelMessage.Name = "labelMessage"; this.labelMessage.Size = new System.Drawing.Size(101, 12); this.labelMessage.TabIndex = 22; this.labelMessage.Text = "算法中的进度消息"; this.labelMessage.Visible = false; // // btn_classstatis // this.btn_classstatis.Location = new System.Drawing.Point(761, 25); this.btn_classstatis.Name = "btn_classstatis"; this.btn_classstatis.Size = new System.Drawing.Size(75, 23); this.btn_classstatis.TabIndex = 21; this.btn_classstatis.Text = "统计"; this.btn_classstatis.UseVisualStyleBackColor = true; this.btn_classstatis.Click += new System.EventHandler(this.btn_classstatis_Click); // // btn_InPutFile // this.btn_InPutFile.Image = ((System.Drawing.Image)(resources.GetObject("btn_InPutFile.Image"))); this.btn_InPutFile.Location = new System.Drawing.Point(697, 23); this.btn_InPutFile.Name = "btn_InPutFile"; this.btn_InPutFile.Size = new System.Drawing.Size(26, 24); this.btn_InPutFile.TabIndex = 20; this.btn_InPutFile.UseVisualStyleBackColor = true; this.btn_InPutFile.Click += new System.EventHandler(this.btn_InPutFile_Click); // // txt_ImageInput // this.txt_ImageInput.Location = new System.Drawing.Point(23, 25); this.txt_ImageInput.Name = "txt_ImageInput"; this.txt_ImageInput.Size = new System.Drawing.Size(648, 21); this.txt_ImageInput.TabIndex = 19; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(20, 4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 12); this.label1.TabIndex = 18; this.label1.Text = "输入待统计影像:"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录"; // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; 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.toolStripLabel1, this.txtCurrentPage, this.lblPageCount, this.toolStripLabel2, this.toolStripButton1}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 447); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(864, 25); this.bindingNavigator1.TabIndex = 24; this.bindingNavigator1.Text = "bindingNavigator1"; this.bindingNavigator1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.bindingNavigator1_ItemClicked); // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "/ {0}"; this.bindingNavigatorCountItem.ToolTipText = "总项数"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // 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, 25); // // 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, 22); 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, 22); this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(41, 22); this.toolStripLabel1.Text = "上一页"; // // txtCurrentPage // this.txtCurrentPage.Name = "txtCurrentPage"; this.txtCurrentPage.Size = new System.Drawing.Size(40, 25); // // lblPageCount // this.lblPageCount.Name = "lblPageCount"; this.lblPageCount.Size = new System.Drawing.Size(0, 22); // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(41, 22); this.toolStripLabel2.Text = "下一页"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "toolStripButton1"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // SoilStatictisForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(864, 472); this.Controls.Add(this.btn_InDatabase); this.Controls.Add(this.dgvInfo); this.Controls.Add(this.progressBar); this.Controls.Add(this.labelMessage); this.Controls.Add(this.btn_classstatis); this.Controls.Add(this.btn_InPutFile); this.Controls.Add(this.txt_ImageInput); this.Controls.Add(this.label1); this.Controls.Add(this.bindingNavigator1); this.Name = "SoilStatictisForm"; this.Text = "SoilStatictisForm"; ((System.ComponentModel.ISupportInitialize)(this.dgvInfo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Category_form)); this.timer1 = new System.Windows.Forms.Timer(this.components); this.vendorPanel = new System.Windows.Forms.Panel(); this.buttonWithStyle1 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle(); this.tabbedGroups1 = new Crownwood.DotNetMagic.Controls.TabbedGroups(); this.statusBarControl1 = new Crownwood.DotNetMagic.Controls.StatusBarControl(); this.statusPanel1 = new Crownwood.DotNetMagic.Controls.StatusPanel(); this.statusPanel2 = new Crownwood.DotNetMagic.Controls.StatusPanel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.slidingTitleBar1 = new Crownwood.DotNetMagic.Controls.SlidingTitleBar(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.button1 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.buttonWithStyle2 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle(); this.vendorPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabbedGroups1)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.slidingTitleBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.SuspendLayout(); // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // vendorPanel // this.vendorPanel.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.vendorPanel.BackgroundImage = global::PIRKT.Properties.Resources.Manage_Categories_copy3; this.vendorPanel.Controls.Add(this.buttonWithStyle2); this.vendorPanel.Controls.Add(this.buttonWithStyle1); this.vendorPanel.Controls.Add(this.tabbedGroups1); this.vendorPanel.Controls.Add(this.statusBarControl1); this.vendorPanel.Controls.Add(this.tabControl1); this.vendorPanel.Controls.Add(this.dataGridView1); this.vendorPanel.Controls.Add(this.button1); this.vendorPanel.Controls.Add(this.groupBox1); this.vendorPanel.Controls.Add(this.bindingNavigator1); this.vendorPanel.Location = new System.Drawing.Point(0, 1); this.vendorPanel.Name = "vendorPanel"; this.vendorPanel.Size = new System.Drawing.Size(1062, 716); this.vendorPanel.TabIndex = 0; this.vendorPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.vendorPanel_Paint); // // buttonWithStyle1 // this.buttonWithStyle1.Location = new System.Drawing.Point(486, 631); this.buttonWithStyle1.Name = "buttonWithStyle1"; this.buttonWithStyle1.Size = new System.Drawing.Size(75, 23); this.buttonWithStyle1.TabIndex = 23; this.buttonWithStyle1.Text = "QUIT"; this.buttonWithStyle1.Click += new System.EventHandler(this.buttonWithStyle1_Click); // // tabbedGroups1 // this.tabbedGroups1.AllowDrop = true; this.tabbedGroups1.AtLeastOneLeaf = true; this.tabbedGroups1.BackColor = System.Drawing.Color.Transparent; this.tabbedGroups1.ForeColor = System.Drawing.Color.Transparent; this.tabbedGroups1.Location = new System.Drawing.Point(534, 198); this.tabbedGroups1.Name = "tabbedGroups1"; this.tabbedGroups1.ProminentBackColor = System.Drawing.Color.Transparent; this.tabbedGroups1.ProminentForeColor = System.Drawing.Color.Transparent; this.tabbedGroups1.ProminentLeaf = null; this.tabbedGroups1.ResizeBarColor = System.Drawing.Color.Transparent; this.tabbedGroups1.Size = new System.Drawing.Size(438, 218); this.tabbedGroups1.TabIndex = 22; // // statusBarControl1 // this.statusBarControl1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.statusBarControl1.Location = new System.Drawing.Point(0, 695); this.statusBarControl1.Name = "statusBarControl1"; this.statusBarControl1.Size = new System.Drawing.Size(1062, 21); this.statusBarControl1.StatusPanels.AddRange(new Crownwood.DotNetMagic.Controls.StatusPanel[] { this.statusPanel1, this.statusPanel2}); this.statusBarControl1.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue; this.statusBarControl1.TabIndex = 21; // // statusPanel1 // this.statusPanel1.AutoScrollMargin = new System.Drawing.Size(0, 0); this.statusPanel1.AutoScrollMinSize = new System.Drawing.Size(0, 0); this.statusPanel1.Location = new System.Drawing.Point(2, 2); this.statusPanel1.Name = "statusPanel1"; this.statusPanel1.Size = new System.Drawing.Size(100, 15); this.statusPanel1.TabIndex = 0; this.statusPanel1.Text = "Category Module"; // // statusPanel2 // this.statusPanel2.AutoScrollMargin = new System.Drawing.Size(0, 0); this.statusPanel2.AutoScrollMinSize = new System.Drawing.Size(0, 0); this.statusPanel2.Location = new System.Drawing.Point(2, 2); this.statusPanel2.Name = "statusPanel2"; this.statusPanel2.Size = new System.Drawing.Size(100, 15); this.statusPanel2.TabIndex = 0; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Location = new System.Drawing.Point(106, 417); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(862, 158); this.tabControl1.TabIndex = 19; this.tabControl1.TabStop = false; // // tabPage1 // this.tabPage1.Controls.Add(this.richTextBox1); this.tabPage1.Controls.Add(this.slidingTitleBar1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(854, 132); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Additional Info"; this.tabPage1.UseVisualStyleBackColor = true; // // richTextBox1 // this.richTextBox1.AcceptsTab = true; this.richTextBox1.BackColor = System.Drawing.SystemColors.MenuBar; this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.ShowSelectionMargin = true; this.richTextBox1.Size = new System.Drawing.Size(870, 147); this.richTextBox1.TabIndex = 14; this.richTextBox1.Text = ""; this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged); // // slidingTitleBar1 // this.slidingTitleBar1.GradientDirection = Crownwood.DotNetMagic.Controls.GradientDirection.TopToBottom; this.slidingTitleBar1.Location = new System.Drawing.Point(-2, 2); this.slidingTitleBar1.MouseOverColor = System.Drawing.Color.Empty; this.slidingTitleBar1.Name = "slidingTitleBar1"; // // // this.slidingTitleBar1.Panel.BackColor = System.Drawing.SystemColors.ControlLight; this.slidingTitleBar1.Panel.Location = new System.Drawing.Point(0, 26); this.slidingTitleBar1.Panel.Name = ""; this.slidingTitleBar1.Panel.Size = new System.Drawing.Size(858, 99); this.slidingTitleBar1.Panel.TabIndex = 1; this.slidingTitleBar1.Size = new System.Drawing.Size(860, 127); this.slidingTitleBar1.TabIndex = 0; this.slidingTitleBar1.Text = "Superior Category"; this.slidingTitleBar1.TitleFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); // // dataGridView1 // dataGridViewCellStyle10.BackColor = System.Drawing.Color.CadetBlue; dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); dataGridViewCellStyle10.ForeColor = System.Drawing.Color.AliceBlue; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.OrangeRed; dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10; this.dataGridView1.BackgroundColor = System.Drawing.Color.MintCream; this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Cursor = System.Windows.Forms.Cursors.Hand; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle11.BackColor = System.Drawing.Color.White; dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle11.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.MidnightBlue; dataGridViewCellStyle11.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle11; this.dataGridView1.GridColor = System.Drawing.SystemColors.ControlLightLight; this.dataGridView1.Location = new System.Drawing.Point(107, 198); this.dataGridView1.Name = "dataGridView1"; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.ActiveCaptionText; dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle12; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(421, 218); this.dataGridView1.TabIndex = 18; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // button1 // this.button1.Image = global::PIRKT.Properties.Resources.view2; this.button1.Location = new System.Drawing.Point(533, 162); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(41, 34); this.button1.TabIndex = 17; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.groupBox1.Controls.Add(this.textBox4); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.groupBox1.Font = new System.Drawing.Font("Miriam", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.groupBox1.ForeColor = System.Drawing.SystemColors.ButtonFace; this.groupBox1.Location = new System.Drawing.Point(106, 155); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(422, 42); this.groupBox1.TabIndex = 16; this.groupBox1.TabStop = false; this.groupBox1.Text = "Search Panel"; // // textBox4 // this.textBox4.Font = new System.Drawing.Font("Miriam", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.textBox4.Location = new System.Drawing.Point(300, 16); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(93, 21); this.textBox4.TabIndex = 5; this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged); // // textBox3 // this.textBox3.Font = new System.Drawing.Font("Miriam", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.textBox3.Location = new System.Drawing.Point(199, 16); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(93, 21); this.textBox3.TabIndex = 4; this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged); // // textBox2 // this.textBox2.Font = new System.Drawing.Font("Miriam", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.textBox2.Location = new System.Drawing.Point(102, 16); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(89, 21); this.textBox2.TabIndex = 3; this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged); // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Miriam", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.textBox1.Location = new System.Drawing.Point(8, 16); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(86, 21); this.textBox1.TabIndex = 2; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem; 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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.toolStripButton1}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 0); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(1062, 25); this.bindingNavigator1.TabIndex = 1; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click); // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click); // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; this.bindingNavigatorMoveFirstItem.Click += new System.EventHandler(this.bindingNavigatorMoveFirstItem_Click); // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; this.bindingNavigatorMovePreviousItem.Click += new System.EventHandler(this.bindingNavigatorMovePreviousItem_Click); // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; this.bindingNavigatorMoveNextItem.Click += new System.EventHandler(this.bindingNavigatorMoveNextItem_Click); // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; this.bindingNavigatorMoveLastItem.Click += new System.EventHandler(this.bindingNavigatorMoveLastItem_Click); // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "toolStripButton1"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // buttonWithStyle2 // this.buttonWithStyle2.Location = new System.Drawing.Point(593, 162); this.buttonWithStyle2.Name = "buttonWithStyle2"; this.buttonWithStyle2.Size = new System.Drawing.Size(38, 34); this.buttonWithStyle2.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue; this.buttonWithStyle2.TabIndex = 25; this.buttonWithStyle2.Text = "EDIT"; this.buttonWithStyle2.Click += new System.EventHandler(this.buttonWithStyle2_Click_1); // // Category_form // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1062, 718); this.Controls.Add(this.vendorPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "Category_form"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Categories"; this.TopMost = true; this.TransparencyKey = System.Drawing.Color.Transparent; this.Load += new System.EventHandler(this.Form1_Load); this.Activated += new System.EventHandler(this.Form1_Activated); this.vendorPanel.ResumeLayout(false); this.vendorPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabbedGroups1)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.slidingTitleBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.ResumeLayout(false); }
/// <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(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtIdAlicuotaALI = new System.Windows.Forms.TextBox(); this.txtPorcentajeALI = new System.Windows.Forms.TextBox(); this.gvwDatos = new System.Windows.Forms.DataGridView(); this.grpBotones = new System.Windows.Forms.GroupBox(); this.btnCancelar = new System.Windows.Forms.Button(); this.btnSalir = new System.Windows.Forms.Button(); this.btnGrabar = new System.Windows.Forms.Button(); this.btnBorrar = new System.Windows.Forms.Button(); this.btnEditar = new System.Windows.Forms.Button(); this.btnNuevo = new System.Windows.Forms.Button(); this.grpCampos = new System.Windows.Forms.GroupBox(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); 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(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).BeginInit(); this.grpBotones.SuspendLayout(); this.grpCampos.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label2.Location = new System.Drawing.Point(8, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(66, 15); this.label2.TabIndex = 22; this.label2.Text = "Porcentaje"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label1.Location = new System.Drawing.Point(8, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(19, 15); this.label1.TabIndex = 21; this.label1.Text = "ID"; // // txtIdAlicuotaALI // this.txtIdAlicuotaALI.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.txtIdAlicuotaALI.Location = new System.Drawing.Point(104, 16); this.txtIdAlicuotaALI.Name = "txtIdAlicuotaALI"; this.txtIdAlicuotaALI.ReadOnly = true; this.txtIdAlicuotaALI.Size = new System.Drawing.Size(147, 20); this.txtIdAlicuotaALI.TabIndex = 0; // // txtPorcentajeALI // this.txtPorcentajeALI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtPorcentajeALI.Location = new System.Drawing.Point(104, 42); this.txtPorcentajeALI.Name = "txtPorcentajeALI"; this.txtPorcentajeALI.Size = new System.Drawing.Size(147, 20); this.txtPorcentajeALI.TabIndex = 1; // // gvwDatos // this.gvwDatos.AllowUserToAddRows = false; this.gvwDatos.AllowUserToDeleteRows = false; this.gvwDatos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.gvwDatos.Location = new System.Drawing.Point(12, 16); this.gvwDatos.Name = "gvwDatos"; this.gvwDatos.ReadOnly = true; this.gvwDatos.Size = new System.Drawing.Size(270, 241); this.gvwDatos.TabIndex = 18; this.gvwDatos.TabStop = false; this.gvwDatos.Text = "DataGridView1"; // // grpBotones // this.grpBotones.Controls.Add(this.btnCancelar); this.grpBotones.Controls.Add(this.btnSalir); this.grpBotones.Controls.Add(this.btnGrabar); this.grpBotones.Controls.Add(this.btnBorrar); this.grpBotones.Controls.Add(this.btnEditar); this.grpBotones.Controls.Add(this.btnNuevo); this.grpBotones.Location = new System.Drawing.Point(293, 12); this.grpBotones.Name = "grpBotones"; this.grpBotones.Size = new System.Drawing.Size(172, 332); this.grpBotones.TabIndex = 2; this.grpBotones.TabStop = false; // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(20, 148); this.btnCancelar.Name = "btnCancelar"; this.btnCancelar.Size = new System.Drawing.Size(132, 26); this.btnCancelar.TabIndex = 6; this.btnCancelar.Text = "Cancelar"; this.btnCancelar.UseVisualStyleBackColor = true; this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click); // // btnSalir // this.btnSalir.Location = new System.Drawing.Point(20, 180); this.btnSalir.Name = "btnSalir"; this.btnSalir.Size = new System.Drawing.Size(132, 26); this.btnSalir.TabIndex = 5; this.btnSalir.Text = "Salir"; this.btnSalir.UseVisualStyleBackColor = true; this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(20, 116); this.btnGrabar.Name = "btnGrabar"; this.btnGrabar.Size = new System.Drawing.Size(132, 26); this.btnGrabar.TabIndex = 4; this.btnGrabar.Text = "Grabar"; this.btnGrabar.UseVisualStyleBackColor = true; this.btnGrabar.Click += new System.EventHandler(this.btnGrabar_Click); // // btnBorrar // this.btnBorrar.Location = new System.Drawing.Point(20, 84); this.btnBorrar.Name = "btnBorrar"; this.btnBorrar.Size = new System.Drawing.Size(132, 26); this.btnBorrar.TabIndex = 3; this.btnBorrar.Text = "Borrar"; this.btnBorrar.UseVisualStyleBackColor = true; this.btnBorrar.Click += new System.EventHandler(this.btnBorrar_Click); // // btnEditar // this.btnEditar.Location = new System.Drawing.Point(20, 52); this.btnEditar.Name = "btnEditar"; this.btnEditar.Size = new System.Drawing.Size(132, 26); this.btnEditar.TabIndex = 2; this.btnEditar.Text = "Editar"; this.btnEditar.UseVisualStyleBackColor = true; this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click); // // btnNuevo // this.btnNuevo.Location = new System.Drawing.Point(20, 20); this.btnNuevo.Name = "btnNuevo"; this.btnNuevo.Size = new System.Drawing.Size(132, 26); this.btnNuevo.TabIndex = 1; this.btnNuevo.Text = "Nuevo"; this.btnNuevo.UseVisualStyleBackColor = true; this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click); // // grpCampos // this.grpCampos.Controls.Add(this.label1); this.grpCampos.Controls.Add(this.label2); this.grpCampos.Controls.Add(this.txtPorcentajeALI); this.grpCampos.Controls.Add(this.txtIdAlicuotaALI); this.grpCampos.Location = new System.Drawing.Point(12, 263); this.grpCampos.Name = "grpCampos"; this.grpCampos.Size = new System.Drawing.Size(270, 78); this.grpCampos.TabIndex = 0; this.grpCampos.TabStop = false; // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; 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, 358); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(478, 25); this.bindingNavigator1.TabIndex = 29; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(38, 22); this.bindingNavigatorCountItem.Text = "de {0}"; this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos"; // // bindingNavigatorMoveFirstItem // this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem.Text = "Mover primero"; // // bindingNavigatorMovePreviousItem // this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem.Text = "Mover anterior"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Posición"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Posición actual"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorMoveNextItem // this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveNextItem.Text = "Mover siguiente"; // // bindingNavigatorMoveLastItem // this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem"; this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveLastItem.Text = "Mover último"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // frmAlicuotasIva // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(478, 383); this.ControlBox = false; this.Controls.Add(this.bindingNavigator1); this.Controls.Add(this.grpCampos); this.Controls.Add(this.gvwDatos); this.Controls.Add(this.grpBotones); this.Name = "frmAlicuotasIva"; this.Text = "Alicuotas iva"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAlicuotasIva_FormClosing); this.Load += new System.EventHandler(this.frmAlicuotasIva_Load); ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).EndInit(); this.grpBotones.ResumeLayout(false); this.grpCampos.ResumeLayout(false); this.grpCampos.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(Formula_Form)); this.pn_listado = new System.Windows.Forms.Panel(); this.Listado = new System.Windows.Forms.DataGridView(); this.TipoFormulaBS = new System.Windows.Forms.BindingSource(this.components); this.FormulateBS = new System.Windows.Forms.BindingSource(this.components); this.paginacionFormula = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.Btn_nuevo = new System.Windows.Forms.ToolStripButton(); 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(); this.buscarLbl = new System.Windows.Forms.ToolStripLabel(); this.busquedaTxt = new System.Windows.Forms.ToolStripTextBox(); this.criterioCbx = new System.Windows.Forms.ToolStripComboBox(); this.pn_crear = new System.Windows.Forms.Panel(); this.crearGbx = new System.Windows.Forms.GroupBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.Btn_Cancelar = new System.Windows.Forms.Button(); this.Btn_Crear = new System.Windows.Forms.Button(); this.txt_Descripcion = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.pn_editar = new System.Windows.Forms.Panel(); this.editarGbx = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.updateDescripcionTxt = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.updateNombreTxt = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.Btn_Guardar = new System.Windows.Forms.Button(); this.eP_errors = new System.Windows.Forms.ErrorProvider(this.components); this.nROFORMULADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nROTIPOFORMULADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nOMBREDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NROTIPOFORMULA = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.eXPRESIONDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dESCRIPCIONDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Editar = new System.Windows.Forms.DataGridViewButtonColumn(); this.Eliminar = new System.Windows.Forms.DataGridViewButtonColumn(); this.pn_listado.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Listado)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TipoFormulaBS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.FormulateBS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.paginacionFormula)).BeginInit(); this.paginacionFormula.SuspendLayout(); this.pn_crear.SuspendLayout(); this.crearGbx.SuspendLayout(); this.pn_editar.SuspendLayout(); this.editarGbx.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).BeginInit(); this.SuspendLayout(); // // pn_listado // this.pn_listado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pn_listado.Controls.Add(this.Listado); this.pn_listado.Controls.Add(this.paginacionFormula); this.pn_listado.Location = new System.Drawing.Point(0, 0); this.pn_listado.Name = "pn_listado"; this.pn_listado.Size = new System.Drawing.Size(702, 323); this.pn_listado.TabIndex = 0; // // Listado // this.Listado.AllowUserToAddRows = false; this.Listado.AllowUserToDeleteRows = false; this.Listado.AutoGenerateColumns = false; this.Listado.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.Listado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.Listado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nROFORMULADataGridViewTextBoxColumn, this.nROTIPOFORMULADataGridViewTextBoxColumn, this.nOMBREDataGridViewTextBoxColumn, this.NROTIPOFORMULA, this.eXPRESIONDataGridViewTextBoxColumn, this.dESCRIPCIONDataGridViewTextBoxColumn, this.Editar, this.Eliminar}); this.Listado.DataSource = this.FormulateBS; this.Listado.Dock = System.Windows.Forms.DockStyle.Fill; this.Listado.Location = new System.Drawing.Point(0, 25); this.Listado.Name = "Listado"; this.Listado.ReadOnly = true; this.Listado.Size = new System.Drawing.Size(698, 294); this.Listado.TabIndex = 0; this.Listado.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Listado_CellValueChanged); // // TipoFormulaBS // this.TipoFormulaBS.DataSource = typeof(SIFCA_DAL.TIPOFORMULA); // // FormulateBS // this.FormulateBS.DataSource = typeof(SIFCA_DAL.FORMULA); // // paginacionFormula // this.paginacionFormula.AddNewItem = null; this.paginacionFormula.BindingSource = this.FormulateBS; this.paginacionFormula.CountItem = this.bindingNavigatorCountItem; this.paginacionFormula.DeleteItem = null; this.paginacionFormula.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Btn_nuevo, this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.buscarLbl, this.busquedaTxt, this.criterioCbx}); this.paginacionFormula.Location = new System.Drawing.Point(0, 0); this.paginacionFormula.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.paginacionFormula.MoveLastItem = this.bindingNavigatorMoveLastItem; this.paginacionFormula.MoveNextItem = this.bindingNavigatorMoveNextItem; this.paginacionFormula.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.paginacionFormula.Name = "paginacionFormula"; this.paginacionFormula.PositionItem = this.bindingNavigatorPositionItem; this.paginacionFormula.Size = new System.Drawing.Size(698, 25); this.paginacionFormula.TabIndex = 4; this.paginacionFormula.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22); this.bindingNavigatorCountItem.Text = "de {0}"; this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos"; // // Btn_nuevo // this.Btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.Btn_nuevo.Image = ((System.Drawing.Image)(resources.GetObject("Btn_nuevo.Image"))); this.Btn_nuevo.ImageTransparentColor = System.Drawing.Color.Magenta; this.Btn_nuevo.Name = "Btn_nuevo"; this.Btn_nuevo.Size = new System.Drawing.Size(46, 22); this.Btn_nuevo.Text = "Nuevo"; this.Btn_nuevo.Click += new System.EventHandler(this.Btn_nuevo_Click); // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Mover primero"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Mover anterior"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Posición"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Posición actual"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Mover siguiente"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Mover último"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // buscarLbl // this.buscarLbl.Name = "buscarLbl"; this.buscarLbl.Size = new System.Drawing.Size(45, 22); this.buscarLbl.Text = "Buscar:"; // // busquedaTxt // this.busquedaTxt.Name = "busquedaTxt"; this.busquedaTxt.Size = new System.Drawing.Size(150, 25); this.busquedaTxt.TextChanged += new System.EventHandler(this.busquedaTxt_TextChanged); // // criterioCbx // this.criterioCbx.Items.AddRange(new object[] { "Nombre", "Descripción"}); this.criterioCbx.Name = "criterioCbx"; this.criterioCbx.Size = new System.Drawing.Size(121, 25); // // pn_crear // this.pn_crear.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pn_crear.Controls.Add(this.crearGbx); this.pn_crear.Location = new System.Drawing.Point(0, 0); this.pn_crear.Name = "pn_crear"; this.pn_crear.Size = new System.Drawing.Size(339, 269); this.pn_crear.TabIndex = 1; // // crearGbx // this.crearGbx.Controls.Add(this.textBox1); this.crearGbx.Controls.Add(this.label3); this.crearGbx.Controls.Add(this.Btn_Cancelar); this.crearGbx.Controls.Add(this.Btn_Crear); this.crearGbx.Controls.Add(this.txt_Descripcion); this.crearGbx.Controls.Add(this.label2); this.crearGbx.Location = new System.Drawing.Point(12, 9); this.crearGbx.Name = "crearGbx"; this.crearGbx.Size = new System.Drawing.Size(306, 242); this.crearGbx.TabIndex = 2; this.crearGbx.TabStop = false; this.crearGbx.Text = "Crear Formula"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(105, 19); this.textBox1.MaxLength = 150; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(179, 20); this.textBox1.TabIndex = 7; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(9, 22); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 13); this.label3.TabIndex = 6; this.label3.Text = "Nombre"; // // Btn_Cancelar // this.Btn_Cancelar.Location = new System.Drawing.Point(171, 206); this.Btn_Cancelar.Name = "Btn_Cancelar"; this.Btn_Cancelar.Size = new System.Drawing.Size(113, 23); this.Btn_Cancelar.TabIndex = 5; this.Btn_Cancelar.Text = "Cancelar"; this.Btn_Cancelar.UseVisualStyleBackColor = true; this.Btn_Cancelar.Click += new System.EventHandler(this.btn_Cancelar_Click); // // Btn_Crear // this.Btn_Crear.Location = new System.Drawing.Point(12, 206); this.Btn_Crear.Name = "Btn_Crear"; this.Btn_Crear.Size = new System.Drawing.Size(101, 23); this.Btn_Crear.TabIndex = 1; this.Btn_Crear.Text = "Crear"; this.Btn_Crear.UseVisualStyleBackColor = true; this.Btn_Crear.Click += new System.EventHandler(this.Btn_Crear_Click); // // txt_Descripcion // this.txt_Descripcion.Location = new System.Drawing.Point(105, 101); this.txt_Descripcion.MaxLength = 500; this.txt_Descripcion.Multiline = true; this.txt_Descripcion.Name = "txt_Descripcion"; this.txt_Descripcion.Size = new System.Drawing.Size(179, 76); this.txt_Descripcion.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 101); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 13); this.label2.TabIndex = 2; this.label2.Text = "Descripcion"; // // pn_editar // this.pn_editar.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pn_editar.Controls.Add(this.editarGbx); this.pn_editar.Location = new System.Drawing.Point(0, 0); this.pn_editar.Name = "pn_editar"; this.pn_editar.Size = new System.Drawing.Size(318, 185); this.pn_editar.TabIndex = 2; // // editarGbx // this.editarGbx.Controls.Add(this.button1); this.editarGbx.Controls.Add(this.updateDescripcionTxt); this.editarGbx.Controls.Add(this.label6); this.editarGbx.Controls.Add(this.updateNombreTxt); this.editarGbx.Controls.Add(this.label1); this.editarGbx.Controls.Add(this.Btn_Guardar); this.editarGbx.Location = new System.Drawing.Point(12, 0); this.editarGbx.Name = "editarGbx"; this.editarGbx.Size = new System.Drawing.Size(285, 160); this.editarGbx.TabIndex = 0; this.editarGbx.TabStop = false; this.editarGbx.Text = "Editar Calidad"; // // button1 // this.button1.Location = new System.Drawing.Point(190, 125); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 28; this.button1.Text = "Cancelar"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Btn_CancelarUpdate_Click); // // updateDescripcionTxt // this.updateDescripcionTxt.Location = new System.Drawing.Point(86, 47); this.updateDescripcionTxt.MaxLength = 500; this.updateDescripcionTxt.Multiline = true; this.updateDescripcionTxt.Name = "updateDescripcionTxt"; this.updateDescripcionTxt.ShortcutsEnabled = false; this.updateDescripcionTxt.Size = new System.Drawing.Size(179, 72); this.updateDescripcionTxt.TabIndex = 1; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(16, 47); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(63, 13); this.label6.TabIndex = 6; this.label6.Text = "Descripción"; // // updateNombreTxt // this.updateNombreTxt.Location = new System.Drawing.Point(87, 18); this.updateNombreTxt.Name = "updateNombreTxt"; this.updateNombreTxt.ReadOnly = true; this.updateNombreTxt.Size = new System.Drawing.Size(178, 20); this.updateNombreTxt.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(15, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 13); this.label1.TabIndex = 0; this.label1.Text = "Nombre"; // // Btn_Guardar // this.Btn_Guardar.Location = new System.Drawing.Point(18, 125); this.Btn_Guardar.Name = "Btn_Guardar"; this.Btn_Guardar.Size = new System.Drawing.Size(75, 23); this.Btn_Guardar.TabIndex = 2; this.Btn_Guardar.Text = "Guardar"; this.Btn_Guardar.UseVisualStyleBackColor = true; this.Btn_Guardar.Click += new System.EventHandler(this.Btn_guardar_Click); // // eP_errors // this.eP_errors.ContainerControl = this; // // nROFORMULADataGridViewTextBoxColumn // this.nROFORMULADataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.nROFORMULADataGridViewTextBoxColumn.DataPropertyName = "NROFORMULA"; this.nROFORMULADataGridViewTextBoxColumn.HeaderText = "NROFORMULA"; this.nROFORMULADataGridViewTextBoxColumn.Name = "nROFORMULADataGridViewTextBoxColumn"; this.nROFORMULADataGridViewTextBoxColumn.ReadOnly = true; this.nROFORMULADataGridViewTextBoxColumn.Visible = false; this.nROFORMULADataGridViewTextBoxColumn.Width = 108; // // nROTIPOFORMULADataGridViewTextBoxColumn // this.nROTIPOFORMULADataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.nROTIPOFORMULADataGridViewTextBoxColumn.DataPropertyName = "NROTIPOFORMULA"; this.nROTIPOFORMULADataGridViewTextBoxColumn.HeaderText = "NROTIPOFORMULA"; this.nROTIPOFORMULADataGridViewTextBoxColumn.Name = "nROTIPOFORMULADataGridViewTextBoxColumn"; this.nROTIPOFORMULADataGridViewTextBoxColumn.ReadOnly = true; this.nROTIPOFORMULADataGridViewTextBoxColumn.Visible = false; this.nROTIPOFORMULADataGridViewTextBoxColumn.Width = 133; // // nOMBREDataGridViewTextBoxColumn // this.nOMBREDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.nOMBREDataGridViewTextBoxColumn.DataPropertyName = "NOMBRE"; this.nOMBREDataGridViewTextBoxColumn.HeaderText = "Nombre"; this.nOMBREDataGridViewTextBoxColumn.Name = "nOMBREDataGridViewTextBoxColumn"; this.nOMBREDataGridViewTextBoxColumn.ReadOnly = true; this.nOMBREDataGridViewTextBoxColumn.Width = 69; // // NROTIPOFORMULA // this.NROTIPOFORMULA.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.NROTIPOFORMULA.DataPropertyName = "NROTIPOFORMULA"; this.NROTIPOFORMULA.DataSource = this.TipoFormulaBS; this.NROTIPOFORMULA.DisplayMember = "NOMBRETIPO"; this.NROTIPOFORMULA.HeaderText = "Tipo formula"; this.NROTIPOFORMULA.Name = "NROTIPOFORMULA"; this.NROTIPOFORMULA.ReadOnly = true; this.NROTIPOFORMULA.ValueMember = "NROTIPOFORMULA"; this.NROTIPOFORMULA.Width = 71; // // eXPRESIONDataGridViewTextBoxColumn // this.eXPRESIONDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.eXPRESIONDataGridViewTextBoxColumn.DataPropertyName = "EXPRESION"; this.eXPRESIONDataGridViewTextBoxColumn.HeaderText = "Expresión"; this.eXPRESIONDataGridViewTextBoxColumn.Name = "eXPRESIONDataGridViewTextBoxColumn"; this.eXPRESIONDataGridViewTextBoxColumn.ReadOnly = true; this.eXPRESIONDataGridViewTextBoxColumn.Width = 78; // // dESCRIPCIONDataGridViewTextBoxColumn // this.dESCRIPCIONDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dESCRIPCIONDataGridViewTextBoxColumn.DataPropertyName = "DESCRIPCION"; this.dESCRIPCIONDataGridViewTextBoxColumn.HeaderText = "Descripción"; this.dESCRIPCIONDataGridViewTextBoxColumn.Name = "dESCRIPCIONDataGridViewTextBoxColumn"; this.dESCRIPCIONDataGridViewTextBoxColumn.ReadOnly = true; this.dESCRIPCIONDataGridViewTextBoxColumn.Width = 88; // // Editar // this.Editar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.Editar.HeaderText = ""; this.Editar.Name = "Editar"; this.Editar.ReadOnly = true; this.Editar.Text = "Editar"; this.Editar.UseColumnTextForButtonValue = true; this.Editar.Width = 5; // // Eliminar // this.Eliminar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.Eliminar.DataPropertyName = "CODCALIDAD"; this.Eliminar.HeaderText = ""; this.Eliminar.Name = "Eliminar"; this.Eliminar.ReadOnly = true; this.Eliminar.Text = "Eliminar"; this.Eliminar.UseColumnTextForButtonValue = true; this.Eliminar.Width = 5; // // Formula_Form // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(545, 314); this.Controls.Add(this.pn_listado); this.Controls.Add(this.pn_crear); this.Controls.Add(this.pn_editar); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Formula_Form"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Formulas"; this.pn_listado.ResumeLayout(false); this.pn_listado.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.Listado)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TipoFormulaBS)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.FormulateBS)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.paginacionFormula)).EndInit(); this.paginacionFormula.ResumeLayout(false); this.paginacionFormula.PerformLayout(); this.pn_crear.ResumeLayout(false); this.crearGbx.ResumeLayout(false); this.crearGbx.PerformLayout(); this.pn_editar.ResumeLayout(false); this.editarGbx.ResumeLayout(false); this.editarGbx.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).EndInit(); this.ResumeLayout(false); }
/// <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(ProvinciaFrm)); this.metroLabel1 = new MetroFramework.Controls.MetroLabel(); this.bindingSourceProvincias = new System.Windows.Forms.BindingSource(this.components); 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.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); 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(); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripTextBoxFiltroLocalidad = new System.Windows.Forms.ToolStripTextBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorProvincia = new System.Windows.Forms.BindingNavigator(this.components); this.metroTextBoxProvincia = new MetroFramework.Controls.MetroTextBox(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceProvincias)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorProvincia)).BeginInit(); this.bindingNavigatorProvincia.SuspendLayout(); this.SuspendLayout(); // // metroLabel1 // this.metroLabel1.AutoSize = true; this.metroLabel1.Location = new System.Drawing.Point(23, 60); this.metroLabel1.Name = "metroLabel1"; this.metroLabel1.Size = new System.Drawing.Size(67, 19); this.metroLabel1.TabIndex = 6; this.metroLabel1.Text = "Provincias"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Mover primero"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Mover anterior"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Posición"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Posición actual"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22); this.bindingNavigatorCountItem.Text = "de {0}"; this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Mover siguiente"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Mover último"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Agregar nuevo"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = global::ErpGestion.Properties.Resources.if_floppy_285657; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "toolStripButton1"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = global::ErpGestion.Properties.Resources.if_minus_16459951; this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Eliminar"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripTextBoxFiltroLocalidad // this.toolStripTextBoxFiltroLocalidad.Name = "toolStripTextBoxFiltroLocalidad"; this.toolStripTextBoxFiltroLocalidad.Size = new System.Drawing.Size(100, 25); this.toolStripTextBoxFiltroLocalidad.TextChanged += new System.EventHandler(this.toolStripTextBoxFiltroLocalidad_TextChanged); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorProvincia // this.bindingNavigatorProvincia.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigatorProvincia.BindingSource = this.bindingSourceProvincias; this.bindingNavigatorProvincia.CountItem = this.bindingNavigatorCountItem; this.bindingNavigatorProvincia.DeleteItem = this.bindingNavigatorDeleteItem; this.bindingNavigatorProvincia.Dock = System.Windows.Forms.DockStyle.Bottom; this.bindingNavigatorProvincia.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.bindingNavigatorAddNewItem, this.toolStripButton1, this.bindingNavigatorDeleteItem, this.toolStripSeparator1, this.toolStripTextBoxFiltroLocalidad, this.toolStripSeparator2}); this.bindingNavigatorProvincia.Location = new System.Drawing.Point(20, 248); this.bindingNavigatorProvincia.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.bindingNavigatorProvincia.MoveLastItem = this.bindingNavigatorMoveLastItem; this.bindingNavigatorProvincia.MoveNextItem = this.bindingNavigatorMoveNextItem; this.bindingNavigatorProvincia.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.bindingNavigatorProvincia.Name = "bindingNavigatorProvincia"; this.bindingNavigatorProvincia.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigatorProvincia.Size = new System.Drawing.Size(467, 25); this.bindingNavigatorProvincia.TabIndex = 7; this.bindingNavigatorProvincia.Text = "bindingNavigator1"; // // metroTextBoxProvincia // // // // this.metroTextBoxProvincia.CustomButton.Image = null; this.metroTextBoxProvincia.CustomButton.Location = new System.Drawing.Point(189, 1); this.metroTextBoxProvincia.CustomButton.Name = ""; this.metroTextBoxProvincia.CustomButton.Size = new System.Drawing.Size(21, 21); this.metroTextBoxProvincia.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.metroTextBoxProvincia.CustomButton.TabIndex = 1; this.metroTextBoxProvincia.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.metroTextBoxProvincia.CustomButton.UseSelectable = true; this.metroTextBoxProvincia.CustomButton.Visible = false; this.metroTextBoxProvincia.Lines = new string[0]; this.metroTextBoxProvincia.Location = new System.Drawing.Point(23, 82); this.metroTextBoxProvincia.MaxLength = 32767; this.metroTextBoxProvincia.Name = "metroTextBoxProvincia"; this.metroTextBoxProvincia.PasswordChar = '\0'; this.metroTextBoxProvincia.ScrollBars = System.Windows.Forms.ScrollBars.None; this.metroTextBoxProvincia.SelectedText = ""; this.metroTextBoxProvincia.SelectionLength = 0; this.metroTextBoxProvincia.SelectionStart = 0; this.metroTextBoxProvincia.ShortcutsEnabled = true; this.metroTextBoxProvincia.Size = new System.Drawing.Size(211, 23); this.metroTextBoxProvincia.TabIndex = 5; this.metroTextBoxProvincia.UseSelectable = true; this.metroTextBoxProvincia.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.metroTextBoxProvincia.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // ProvinciaFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(507, 293); this.Controls.Add(this.bindingNavigatorProvincia); this.Controls.Add(this.metroLabel1); this.Controls.Add(this.metroTextBoxProvincia); this.Name = "ProvinciaFrm"; this.Style = MetroFramework.MetroColorStyle.Orange; this.Text = "Provincias"; this.Load += new System.EventHandler(this.ProvinciaFrm_Load); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceProvincias)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorProvincia)).EndInit(); this.bindingNavigatorProvincia.ResumeLayout(false); this.bindingNavigatorProvincia.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Information)); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem(); this.部门二ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.财务信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.信息一ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.部门一ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.部门二ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.信息二ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设备信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设备一ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设备二ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.仓库信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.仓库一ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.仓库二ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.购物卡信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.button1 = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem; 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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.toolStripButton2, this.toolStripSplitButton1}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 0); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(742, 25); this.bindingNavigator1.TabIndex = 0; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "新添"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22); this.bindingNavigatorCountItem.Text = "/ {0}"; this.bindingNavigatorCountItem.ToolTipText = "总项数"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "删除"; // // 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, 22); 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, 22); this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // 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, 25); // // 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, 22); 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, 22); this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = global::DBProject.Properties.Resources.save; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(23, 22); this.toolStripButton2.Text = "保存"; // // toolStripSplitButton1 // this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem3, this.toolStripMenuItem4, this.财务信息ToolStripMenuItem, this.设备信息ToolStripMenuItem, this.仓库信息ToolStripMenuItem, this.购物卡信息ToolStripMenuItem}); this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image"))); this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripSplitButton1.Name = "toolStripSplitButton1"; this.toolStripSplitButton1.Size = new System.Drawing.Size(64, 22); this.toolStripSplitButton1.Text = "菜单"; // // toolStripMenuItem3 // this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem6, this.toolStripMenuItem7}); this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(136, 22); this.toolStripMenuItem3.Text = "销售信息"; // // toolStripMenuItem6 // this.toolStripMenuItem6.Name = "toolStripMenuItem6"; this.toolStripMenuItem6.Size = new System.Drawing.Size(116, 22); this.toolStripMenuItem6.Text = "2012-3"; // // toolStripMenuItem7 // this.toolStripMenuItem7.Name = "toolStripMenuItem7"; this.toolStripMenuItem7.Size = new System.Drawing.Size(116, 22); this.toolStripMenuItem7.Text = "2012-4"; // // toolStripMenuItem4 // this.toolStripMenuItem4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem5, this.部门二ToolStripMenuItem}); this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(136, 22); this.toolStripMenuItem4.Text = "员工信息"; // // toolStripMenuItem5 // this.toolStripMenuItem5.Name = "toolStripMenuItem5"; this.toolStripMenuItem5.Size = new System.Drawing.Size(112, 22); this.toolStripMenuItem5.Text = "部门一"; // // 部门二ToolStripMenuItem // this.部门二ToolStripMenuItem.Name = "部门二ToolStripMenuItem"; this.部门二ToolStripMenuItem.Size = new System.Drawing.Size(112, 22); this.部门二ToolStripMenuItem.Text = "部门二"; // // 财务信息ToolStripMenuItem // this.财务信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.信息一ToolStripMenuItem, this.信息二ToolStripMenuItem}); this.财务信息ToolStripMenuItem.Name = "财务信息ToolStripMenuItem"; this.财务信息ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.财务信息ToolStripMenuItem.Text = "收支情况"; // // 信息一ToolStripMenuItem // this.信息一ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.部门一ToolStripMenuItem, this.部门二ToolStripMenuItem1}); this.信息一ToolStripMenuItem.Name = "信息一ToolStripMenuItem"; this.信息一ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.信息一ToolStripMenuItem.Text = "收入"; // // 部门一ToolStripMenuItem // this.部门一ToolStripMenuItem.Name = "部门一ToolStripMenuItem"; this.部门一ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.部门一ToolStripMenuItem.Text = "按月查看"; // // 部门二ToolStripMenuItem1 // this.部门二ToolStripMenuItem1.Name = "部门二ToolStripMenuItem1"; this.部门二ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22); this.部门二ToolStripMenuItem1.Text = "按日查看"; // // 信息二ToolStripMenuItem // this.信息二ToolStripMenuItem.Name = "信息二ToolStripMenuItem"; this.信息二ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.信息二ToolStripMenuItem.Text = "支出"; // // 设备信息ToolStripMenuItem // this.设备信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.设备一ToolStripMenuItem, this.设备二ToolStripMenuItem}); this.设备信息ToolStripMenuItem.Name = "设备信息ToolStripMenuItem"; this.设备信息ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.设备信息ToolStripMenuItem.Text = "设备信息"; // // 设备一ToolStripMenuItem // this.设备一ToolStripMenuItem.Name = "设备一ToolStripMenuItem"; this.设备一ToolStripMenuItem.Size = new System.Drawing.Size(88, 22); this.设备一ToolStripMenuItem.Text = "一"; // // 设备二ToolStripMenuItem // this.设备二ToolStripMenuItem.Name = "设备二ToolStripMenuItem"; this.设备二ToolStripMenuItem.Size = new System.Drawing.Size(88, 22); this.设备二ToolStripMenuItem.Text = "二"; // // 仓库信息ToolStripMenuItem // this.仓库信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.仓库一ToolStripMenuItem, this.仓库二ToolStripMenuItem}); this.仓库信息ToolStripMenuItem.Name = "仓库信息ToolStripMenuItem"; this.仓库信息ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.仓库信息ToolStripMenuItem.Text = "库存信息"; // // 仓库一ToolStripMenuItem // this.仓库一ToolStripMenuItem.Name = "仓库一ToolStripMenuItem"; this.仓库一ToolStripMenuItem.Size = new System.Drawing.Size(88, 22); this.仓库一ToolStripMenuItem.Text = "一"; // // 仓库二ToolStripMenuItem // this.仓库二ToolStripMenuItem.Name = "仓库二ToolStripMenuItem"; this.仓库二ToolStripMenuItem.Size = new System.Drawing.Size(88, 22); this.仓库二ToolStripMenuItem.Text = "二"; // // 购物卡信息ToolStripMenuItem // this.购物卡信息ToolStripMenuItem.Name = "购物卡信息ToolStripMenuItem"; this.购物卡信息ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.购物卡信息ToolStripMenuItem.Text = "购物卡信息"; // // button1 // this.button1.Location = new System.Drawing.Point(454, 2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "返回"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // dataGridView1 // this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(44, 106); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(647, 337); this.dataGridView1.TabIndex = 1; // // Information // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::DBProject.Properties.Resources.information; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(742, 499); this.Controls.Add(this.button1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.bindingNavigator1); this.Name = "Information"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Information"; ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
public void HienthiDataGridviewTheoMaNV(DevComponents.DotNetBar.Controls.DataGridViewX dg, System.Windows.Forms.BindingNavigator bn, DevComponents.DotNetBar.Controls.ComboBoxEx hinhthuckhenthuong, DevComponents.DotNetBar.Controls.TextBoxX namkt, DevComponents.DotNetBar.Controls.ComboBoxEx lydokt, DevComponents.DotNetBar.Controls.TextBoxX capkt, string str) { System.Windows.Forms.BindingSource bs = new System.Windows.Forms.BindingSource(); bs.DataSource = data.DanhsachQuaTrinhKT(str); bn.BindingSource = bs; dg.DataSource = bs; hinhthuckhenthuong.DataBindings.Clear(); hinhthuckhenthuong.DataBindings.Add("SelectedValue", bs, "mahinhthuc"); namkt.DataBindings.Clear(); namkt.DataBindings.Add("text", bs, "nam"); capkt.DataBindings.Clear(); capkt.DataBindings.Add("text", bs, "capquyetdinh"); lydokt.DataBindings.Clear(); lydokt.DataBindings.Add("SelectedValue", bs, "malydo"); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStripLabel toolStripLabel1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogGradeAuditRuleView)); this._logAuditsBindingSource = new System.Windows.Forms.BindingSource(this.components); this._logAuditSpeciesBindingSource = new System.Windows.Forms.BindingSource(this.components); this.speciesBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.speciesBindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.speciesBindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.listBox1 = new System.Windows.Forms.ListBox(); this._logGradeAuditSelectPanel = new System.Windows.Forms.TableLayoutPanel(); this._speciesOptComboBox = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.listBox2 = new System.Windows.Forms.ListBox(); this.logGradeAuditBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.logGradeAuditBindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.logGradeAuditBindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.label4 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this._logGradeAuditEditPanel = new System.Windows.Forms.TableLayoutPanel(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); ((System.ComponentModel.ISupportInitialize)(this._logAuditsBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._logAuditSpeciesBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.speciesBindingNavigator)).BeginInit(); this.speciesBindingNavigator.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); this._logGradeAuditSelectPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.logGradeAuditBindingNavigator)).BeginInit(); this.logGradeAuditBindingNavigator.SuspendLayout(); this.panel3.SuspendLayout(); this._logGradeAuditEditPanel.SuspendLayout(); this.SuspendLayout(); // // toolStripLabel1 // toolStripLabel1.Name = "toolStripLabel1"; toolStripLabel1.Size = new System.Drawing.Size(49, 22); toolStripLabel1.Text = "Species:"; // // _logAuditsBindingSource // this._logAuditsBindingSource.DataSource = typeof(CruiseManager.Core.CruiseCustomize.Models.LogGradeAuditRule); this._logAuditsBindingSource.AddingNew += new System.ComponentModel.AddingNewEventHandler(this._logAuditsBindingSource_AddingNew); this._logAuditsBindingSource.CurrentChanged += new System.EventHandler(this._logAuditsBindingSource_CurrentChanged); // // _logAuditSpeciesBindingSource // this._logAuditSpeciesBindingSource.DataSource = typeof(CruiseManager.Core.CruiseCustomize.LogGradeSpecies); this._logAuditSpeciesBindingSource.CurrentChanged += new System.EventHandler(this._logAuditSpeciesBindingSource_CurrentChanged); // // speciesBindingNavigator // this.speciesBindingNavigator.AddNewItem = this.speciesBindingNavigatorAddNewItem; this.speciesBindingNavigator.BindingSource = this._logAuditSpeciesBindingSource; this.speciesBindingNavigator.CountItem = null; this.speciesBindingNavigator.DeleteItem = this.speciesBindingNavigatorDeleteItem; this.speciesBindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.speciesBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripLabel1, this.speciesBindingNavigatorAddNewItem, this.speciesBindingNavigatorDeleteItem }); this.speciesBindingNavigator.Location = new System.Drawing.Point(0, 0); this.speciesBindingNavigator.MoveFirstItem = null; this.speciesBindingNavigator.MoveLastItem = null; this.speciesBindingNavigator.MoveNextItem = null; this.speciesBindingNavigator.MovePreviousItem = null; this.speciesBindingNavigator.Name = "speciesBindingNavigator"; this.speciesBindingNavigator.PositionItem = null; this.speciesBindingNavigator.Size = new System.Drawing.Size(115, 25); this.speciesBindingNavigator.TabIndex = 1; this.speciesBindingNavigator.Text = "bindingNavigator1"; // // speciesBindingNavigatorAddNewItem // this.speciesBindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.speciesBindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("speciesBindingNavigatorAddNewItem.Image"))); this.speciesBindingNavigatorAddNewItem.Name = "speciesBindingNavigatorAddNewItem"; this.speciesBindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.speciesBindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.speciesBindingNavigatorAddNewItem.Text = "Add new"; // // speciesBindingNavigatorDeleteItem // this.speciesBindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.speciesBindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("speciesBindingNavigatorDeleteItem.Image"))); this.speciesBindingNavigatorDeleteItem.Name = "speciesBindingNavigatorDeleteItem"; this.speciesBindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.speciesBindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.speciesBindingNavigatorDeleteItem.Text = "Delete"; this.speciesBindingNavigatorDeleteItem.Click += new System.EventHandler(this.speciesBindingNavigatorDeleteItem_Click); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.52301F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 74.47699F)); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this._logGradeAuditSelectPanel, 1, 0); this.tableLayoutPanel1.Controls.Add(this.panel3, 1, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 211F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(478, 439); this.tableLayoutPanel1.TabIndex = 2; // // panel1 // this.panel1.Controls.Add(this.listBox1); this.panel1.Controls.Add(this.speciesBindingNavigator); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.tableLayoutPanel1.SetRowSpan(this.panel1, 2); this.panel1.Size = new System.Drawing.Size(115, 433); this.panel1.TabIndex = 2; // // listBox1 // this.listBox1.DataSource = this._logAuditSpeciesBindingSource; this.listBox1.DisplayMember = "Species"; this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(0, 25); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(115, 408); this.listBox1.TabIndex = 2; // // _logGradeAuditSelectPanel // this._logGradeAuditSelectPanel.ColumnCount = 5; this._logGradeAuditSelectPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this._logGradeAuditSelectPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this._logGradeAuditSelectPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 37F)); this._logGradeAuditSelectPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this._logGradeAuditSelectPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F)); this._logGradeAuditSelectPanel.Controls.Add(this._speciesOptComboBox, 1, 0); this._logGradeAuditSelectPanel.Controls.Add(this.label1, 0, 0); this._logGradeAuditSelectPanel.Controls.Add(this.listBox2, 0, 2); this._logGradeAuditSelectPanel.Controls.Add(this.logGradeAuditBindingNavigator, 3, 2); this._logGradeAuditSelectPanel.Controls.Add(this.label4, 0, 1); this._logGradeAuditSelectPanel.Dock = System.Windows.Forms.DockStyle.Fill; this._logGradeAuditSelectPanel.Enabled = false; this._logGradeAuditSelectPanel.Location = new System.Drawing.Point(124, 3); this._logGradeAuditSelectPanel.Name = "_logGradeAuditSelectPanel"; this._logGradeAuditSelectPanel.RowCount = 3; this._logGradeAuditSelectPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this._logGradeAuditSelectPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this._logGradeAuditSelectPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this._logGradeAuditSelectPanel.Size = new System.Drawing.Size(351, 205); this._logGradeAuditSelectPanel.TabIndex = 4; // // _speciesOptComboBox // this._speciesOptComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this._logAuditSpeciesBindingSource, "Species", true)); this._speciesOptComboBox.FormattingEnabled = true; this._speciesOptComboBox.Location = new System.Drawing.Point(54, 3); this._speciesOptComboBox.Name = "_speciesOptComboBox"; this._speciesOptComboBox.Size = new System.Drawing.Size(72, 21); this._speciesOptComboBox.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(45, 27); this.label1.TabIndex = 1; this.label1.Text = "Species"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // listBox2 // this._logGradeAuditSelectPanel.SetColumnSpan(this.listBox2, 3); this.listBox2.DataSource = this._logAuditsBindingSource; this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.listBox2.FormattingEnabled = true; this.listBox2.Location = new System.Drawing.Point(3, 50); this.listBox2.Name = "listBox2"; this.listBox2.Size = new System.Drawing.Size(160, 152); this.listBox2.TabIndex = 2; // // logGradeAuditBindingNavigator // this.logGradeAuditBindingNavigator.AddNewItem = this.logGradeAuditBindingNavigatorAddNewItem; this.logGradeAuditBindingNavigator.BindingSource = this._logAuditsBindingSource; this.logGradeAuditBindingNavigator.CountItem = null; this.logGradeAuditBindingNavigator.DeleteItem = this.logGradeAuditBindingNavigatorDeleteItem; this.logGradeAuditBindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.logGradeAuditBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.logGradeAuditBindingNavigatorAddNewItem, this.logGradeAuditBindingNavigatorDeleteItem }); this.logGradeAuditBindingNavigator.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow; this.logGradeAuditBindingNavigator.Location = new System.Drawing.Point(166, 47); this.logGradeAuditBindingNavigator.MoveFirstItem = null; this.logGradeAuditBindingNavigator.MoveLastItem = null; this.logGradeAuditBindingNavigator.MoveNextItem = null; this.logGradeAuditBindingNavigator.MovePreviousItem = null; this.logGradeAuditBindingNavigator.Name = "logGradeAuditBindingNavigator"; this.logGradeAuditBindingNavigator.PositionItem = null; this.logGradeAuditBindingNavigator.Size = new System.Drawing.Size(24, 48); this.logGradeAuditBindingNavigator.TabIndex = 3; this.logGradeAuditBindingNavigator.Text = "bindingNavigator2"; // // logGradeAuditBindingNavigatorAddNewItem // this.logGradeAuditBindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.logGradeAuditBindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("logGradeAuditBindingNavigatorAddNewItem.Image"))); this.logGradeAuditBindingNavigatorAddNewItem.Name = "logGradeAuditBindingNavigatorAddNewItem"; this.logGradeAuditBindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.logGradeAuditBindingNavigatorAddNewItem.Size = new System.Drawing.Size(22, 20); this.logGradeAuditBindingNavigatorAddNewItem.Text = "Add new"; // // logGradeAuditBindingNavigatorDeleteItem // this.logGradeAuditBindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.logGradeAuditBindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("logGradeAuditBindingNavigatorDeleteItem.Image"))); this.logGradeAuditBindingNavigatorDeleteItem.Name = "logGradeAuditBindingNavigatorDeleteItem"; this.logGradeAuditBindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.logGradeAuditBindingNavigatorDeleteItem.Size = new System.Drawing.Size(22, 20); this.logGradeAuditBindingNavigatorDeleteItem.Text = "Delete"; this.logGradeAuditBindingNavigatorDeleteItem.Click += new System.EventHandler(this.logGradeAuditBindingNavigatorDeleteItem_Click); // // label4 // this.label4.AutoSize = true; this._logGradeAuditSelectPanel.SetColumnSpan(this.label4, 2); this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Location = new System.Drawing.Point(3, 27); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(123, 20); this.label4.TabIndex = 4; this.label4.Text = "Rule Definitions"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // panel3 // this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this._logGradeAuditEditPanel); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(124, 214); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(351, 222); this.panel3.TabIndex = 3; // // _logGradeAuditEditPanel // this._logGradeAuditEditPanel.ColumnCount = 3; this._logGradeAuditEditPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this._logGradeAuditEditPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this._logGradeAuditEditPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this._logGradeAuditEditPanel.Controls.Add(this.label2, 0, 1); this._logGradeAuditEditPanel.Controls.Add(this.label3, 0, 0); this._logGradeAuditEditPanel.Controls.Add(this.textBox1, 1, 1); this._logGradeAuditEditPanel.Controls.Add(this.textBox2, 1, 0); this._logGradeAuditEditPanel.Controls.Add(this.label5, 2, 0); this._logGradeAuditEditPanel.Dock = System.Windows.Forms.DockStyle.Fill; this._logGradeAuditEditPanel.Enabled = false; this._logGradeAuditEditPanel.Location = new System.Drawing.Point(0, 0); this._logGradeAuditEditPanel.Name = "_logGradeAuditEditPanel"; this._logGradeAuditEditPanel.RowCount = 3; this._logGradeAuditEditPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this._logGradeAuditEditPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this._logGradeAuditEditPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this._logGradeAuditEditPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this._logGradeAuditEditPanel.Size = new System.Drawing.Size(349, 220); this._logGradeAuditEditPanel.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(3, 26); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 26); this.label2.TabIndex = 0; this.label2.Text = "Max Log Defect"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.AutoSize = true; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(83, 26); this.label3.TabIndex = 1; this.label3.Text = "Log Grades"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox1 // this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this._logAuditsBindingSource, "DefectMax", true)); this.textBox1.Location = new System.Drawing.Point(92, 29); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 20); this.textBox1.TabIndex = 2; // // textBox2 // this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this._logAuditsBindingSource, "ValidGrades", true)); this.textBox2.Location = new System.Drawing.Point(92, 3); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); this.textBox2.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.Location = new System.Drawing.Point(198, 0); this.label5.Name = "label5"; this._logGradeAuditEditPanel.SetRowSpan(this.label5, 2); this.label5.Size = new System.Drawing.Size(148, 52); this.label5.TabIndex = 4; this.label5.Text = "Multiple grades allowed, separated by commas"; // // LogGradeAuditRuleView // this.Controls.Add(this.tableLayoutPanel1); this.Name = "LogGradeAuditRuleView"; this.Size = new System.Drawing.Size(478, 439); ((System.ComponentModel.ISupportInitialize)(this._logAuditsBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._logAuditSpeciesBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.speciesBindingNavigator)).EndInit(); this.speciesBindingNavigator.ResumeLayout(false); this.speciesBindingNavigator.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this._logGradeAuditSelectPanel.ResumeLayout(false); this._logGradeAuditSelectPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.logGradeAuditBindingNavigator)).EndInit(); this.logGradeAuditBindingNavigator.ResumeLayout(false); this.logGradeAuditBindingNavigator.PerformLayout(); this.panel3.ResumeLayout(false); this._logGradeAuditEditPanel.ResumeLayout(false); this._logGradeAuditEditPanel.PerformLayout(); this.ResumeLayout(false); }
/// <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(OrderForm)); this.ux_labelOrderDate = new System.Windows.Forms.Label(); this.ux_labelOriginalOrderRequestID = new System.Windows.Forms.Label(); this.ux_textboxOriginalOrderRequestID = new System.Windows.Forms.TextBox(); this.ux_labelLocalNumber = new System.Windows.Forms.Label(); this.ux_textboxLocalNumber = new System.Windows.Forms.TextBox(); this.ux_groupbox1 = new System.Windows.Forms.GroupBox(); this.ux_labelSpecialInstructions = new System.Windows.Forms.Label(); this.ux_labelSource = new System.Windows.Forms.Label(); this.ux_textboxSpecialInstructions = new System.Windows.Forms.TextBox(); this.ux_labelNote = new System.Windows.Forms.Label(); this.ux_textboxActedDate = new System.Windows.Forms.TextBox(); this.ux_textboxSource = new System.Windows.Forms.TextBox(); this.ux_textboxNote = new System.Windows.Forms.TextBox(); this.ux_labelShipTo = new System.Windows.Forms.Label(); this.ux_textboxOrderedDate = new System.Windows.Forms.TextBox(); this.ux_textboxShipTo = new System.Windows.Forms.TextBox(); this.ux_textboxOrderObtainedVia = new System.Windows.Forms.TextBox(); this.ux_textboxFinalDestination = new System.Windows.Forms.TextBox(); this.ux_labelOrderObtainedVia = new System.Windows.Forms.Label(); this.ux_labelRequestor = new System.Windows.Forms.Label(); this.ux_checkboxIsSupplyLow = new System.Windows.Forms.CheckBox(); this.ux_labelFinalDestination = new System.Windows.Forms.Label(); this.ux_checkboxIsCompleted = new System.Windows.Forms.CheckBox(); this.ux_textboxRequestor = new System.Windows.Forms.TextBox(); this.ux_comboboxStatus = new System.Windows.Forms.ComboBox(); this.ux_labelStatus = new System.Windows.Forms.Label(); this.ux_comboboxOrderType = new System.Windows.Forms.ComboBox(); this.ux_labelActedDate = new System.Windows.Forms.Label(); this.ux_labelOrderType = new System.Windows.Forms.Label(); this.ux_bindingnavigatorForm = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.ux_labelOrderRequestID = new System.Windows.Forms.Label(); this.ux_textboxOrderRequestID = new System.Windows.Forms.TextBox(); this.ux_textboxItems = new System.Windows.Forms.TextBox(); this.ux_labelItems = new System.Windows.Forms.Label(); this.ux_groupbox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ux_bindingnavigatorForm)).BeginInit(); this.ux_bindingnavigatorForm.SuspendLayout(); this.SuspendLayout(); // // ux_labelOrderDate // this.ux_labelOrderDate.AutoSize = true; this.ux_labelOrderDate.Location = new System.Drawing.Point(6, 10); this.ux_labelOrderDate.Name = "ux_labelOrderDate"; this.ux_labelOrderDate.Size = new System.Drawing.Size(59, 13); this.ux_labelOrderDate.TabIndex = 1; this.ux_labelOrderDate.Tag = "ordered_date"; this.ux_labelOrderDate.Text = "Order Date"; // // ux_labelOriginalOrderRequestID // this.ux_labelOriginalOrderRequestID.AutoSize = true; this.ux_labelOriginalOrderRequestID.Location = new System.Drawing.Point(331, 10); this.ux_labelOriginalOrderRequestID.Name = "ux_labelOriginalOrderRequestID"; this.ux_labelOriginalOrderRequestID.Size = new System.Drawing.Size(111, 13); this.ux_labelOriginalOrderRequestID.TabIndex = 3; this.ux_labelOriginalOrderRequestID.Tag = "original_order_request_id"; this.ux_labelOriginalOrderRequestID.Text = "Original Order Number"; // // ux_textboxOriginalOrderRequestID // this.ux_textboxOriginalOrderRequestID.Location = new System.Drawing.Point(334, 26); this.ux_textboxOriginalOrderRequestID.Name = "ux_textboxOriginalOrderRequestID"; this.ux_textboxOriginalOrderRequestID.Size = new System.Drawing.Size(120, 20); this.ux_textboxOriginalOrderRequestID.TabIndex = 1; this.ux_textboxOriginalOrderRequestID.Tag = "original_order_request_id"; // // ux_labelLocalNumber // this.ux_labelLocalNumber.AutoSize = true; this.ux_labelLocalNumber.Location = new System.Drawing.Point(6, 48); this.ux_labelLocalNumber.Name = "ux_labelLocalNumber"; this.ux_labelLocalNumber.Size = new System.Drawing.Size(73, 13); this.ux_labelLocalNumber.TabIndex = 5; this.ux_labelLocalNumber.Tag = "local_number"; this.ux_labelLocalNumber.Text = "Local Number"; // // ux_textboxLocalNumber // this.ux_textboxLocalNumber.Location = new System.Drawing.Point(6, 63); this.ux_textboxLocalNumber.Name = "ux_textboxLocalNumber"; this.ux_textboxLocalNumber.Size = new System.Drawing.Size(112, 20); this.ux_textboxLocalNumber.TabIndex = 2; this.ux_textboxLocalNumber.Tag = "local_number"; // // ux_groupbox1 // this.ux_groupbox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ux_groupbox1.Controls.Add(this.ux_labelSpecialInstructions); this.ux_groupbox1.Controls.Add(this.ux_labelSource); this.ux_groupbox1.Controls.Add(this.ux_textboxSpecialInstructions); this.ux_groupbox1.Controls.Add(this.ux_labelNote); this.ux_groupbox1.Controls.Add(this.ux_textboxActedDate); this.ux_groupbox1.Controls.Add(this.ux_textboxSource); this.ux_groupbox1.Controls.Add(this.ux_textboxNote); this.ux_groupbox1.Controls.Add(this.ux_labelShipTo); this.ux_groupbox1.Controls.Add(this.ux_textboxOrderedDate); this.ux_groupbox1.Controls.Add(this.ux_textboxShipTo); this.ux_groupbox1.Controls.Add(this.ux_textboxOrderObtainedVia); this.ux_groupbox1.Controls.Add(this.ux_textboxFinalDestination); this.ux_groupbox1.Controls.Add(this.ux_labelOrderObtainedVia); this.ux_groupbox1.Controls.Add(this.ux_labelRequestor); this.ux_groupbox1.Controls.Add(this.ux_checkboxIsSupplyLow); this.ux_groupbox1.Controls.Add(this.ux_labelFinalDestination); this.ux_groupbox1.Controls.Add(this.ux_checkboxIsCompleted); this.ux_groupbox1.Controls.Add(this.ux_textboxRequestor); this.ux_groupbox1.Controls.Add(this.ux_comboboxStatus); this.ux_groupbox1.Controls.Add(this.ux_labelStatus); this.ux_groupbox1.Controls.Add(this.ux_comboboxOrderType); this.ux_groupbox1.Controls.Add(this.ux_labelActedDate); this.ux_groupbox1.Controls.Add(this.ux_labelOrderType); this.ux_groupbox1.Controls.Add(this.ux_textboxLocalNumber); this.ux_groupbox1.Controls.Add(this.ux_labelLocalNumber); this.ux_groupbox1.Controls.Add(this.ux_labelOrderDate); this.ux_groupbox1.Controls.Add(this.ux_textboxOriginalOrderRequestID); this.ux_groupbox1.Controls.Add(this.ux_labelOriginalOrderRequestID); this.ux_groupbox1.Location = new System.Drawing.Point(12, 52); this.ux_groupbox1.Name = "ux_groupbox1"; this.ux_groupbox1.Size = new System.Drawing.Size(748, 282); this.ux_groupbox1.TabIndex = 100; this.ux_groupbox1.TabStop = false; // // ux_labelSpecialInstructions // this.ux_labelSpecialInstructions.AutoSize = true; this.ux_labelSpecialInstructions.Location = new System.Drawing.Point(3, 165); this.ux_labelSpecialInstructions.Name = "ux_labelSpecialInstructions"; this.ux_labelSpecialInstructions.Size = new System.Drawing.Size(99, 13); this.ux_labelSpecialInstructions.TabIndex = 21; this.ux_labelSpecialInstructions.Tag = "special_instructions"; this.ux_labelSpecialInstructions.Text = "Special Instructions"; // // ux_labelSource // this.ux_labelSource.AutoSize = true; this.ux_labelSource.Location = new System.Drawing.Point(457, 127); this.ux_labelSource.Name = "ux_labelSource"; this.ux_labelSource.Size = new System.Drawing.Size(81, 13); this.ux_labelSource.TabIndex = 19; this.ux_labelSource.Tag = "source_cooperator_id"; this.ux_labelSource.Text = "Source of Items"; // // ux_textboxSpecialInstructions // this.ux_textboxSpecialInstructions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ux_textboxSpecialInstructions.Location = new System.Drawing.Point(6, 182); this.ux_textboxSpecialInstructions.Multiline = true; this.ux_textboxSpecialInstructions.Name = "ux_textboxSpecialInstructions"; this.ux_textboxSpecialInstructions.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.ux_textboxSpecialInstructions.Size = new System.Drawing.Size(732, 94); this.ux_textboxSpecialInstructions.TabIndex = 14; this.ux_textboxSpecialInstructions.Tag = "special_instruction"; // // ux_labelNote // this.ux_labelNote.AutoSize = true; this.ux_labelNote.Location = new System.Drawing.Point(2, 89); this.ux_labelNote.Name = "ux_labelNote"; this.ux_labelNote.Size = new System.Drawing.Size(35, 13); this.ux_labelNote.TabIndex = 20; this.ux_labelNote.Tag = "note"; this.ux_labelNote.Text = "Notes"; // // ux_textboxActedDate // this.ux_textboxActedDate.Location = new System.Drawing.Point(229, 63); this.ux_textboxActedDate.Name = "ux_textboxActedDate"; this.ux_textboxActedDate.Size = new System.Drawing.Size(99, 20); this.ux_textboxActedDate.TabIndex = 5; this.ux_textboxActedDate.Tag = "completed_date"; // // ux_textboxSource // this.ux_textboxSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ux_textboxSource.Location = new System.Drawing.Point(460, 143); this.ux_textboxSource.Name = "ux_textboxSource"; this.ux_textboxSource.Size = new System.Drawing.Size(278, 20); this.ux_textboxSource.TabIndex = 12; this.ux_textboxSource.Tag = "source_cooperator_id"; // // ux_textboxNote // this.ux_textboxNote.Location = new System.Drawing.Point(6, 106); this.ux_textboxNote.Multiline = true; this.ux_textboxNote.Name = "ux_textboxNote"; this.ux_textboxNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.ux_textboxNote.Size = new System.Drawing.Size(322, 57); this.ux_textboxNote.TabIndex = 13; this.ux_textboxNote.Tag = "note"; // // ux_labelShipTo // this.ux_labelShipTo.AutoSize = true; this.ux_labelShipTo.Location = new System.Drawing.Point(457, 88); this.ux_labelShipTo.Name = "ux_labelShipTo"; this.ux_labelShipTo.Size = new System.Drawing.Size(44, 13); this.ux_labelShipTo.TabIndex = 17; this.ux_labelShipTo.Tag = "ship_to_cooperator_id"; this.ux_labelShipTo.Text = "Ship To"; // // ux_textboxOrderedDate // this.ux_textboxOrderedDate.Location = new System.Drawing.Point(6, 26); this.ux_textboxOrderedDate.Name = "ux_textboxOrderedDate"; this.ux_textboxOrderedDate.Size = new System.Drawing.Size(112, 20); this.ux_textboxOrderedDate.TabIndex = 0; this.ux_textboxOrderedDate.Tag = "ordered_date"; // // ux_textboxShipTo // this.ux_textboxShipTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ux_textboxShipTo.Location = new System.Drawing.Point(460, 104); this.ux_textboxShipTo.Name = "ux_textboxShipTo"; this.ux_textboxShipTo.Size = new System.Drawing.Size(278, 20); this.ux_textboxShipTo.TabIndex = 11; this.ux_textboxShipTo.Tag = "ship_to_cooperator_id"; // // ux_textboxOrderObtainedVia // this.ux_textboxOrderObtainedVia.Location = new System.Drawing.Point(334, 63); this.ux_textboxOrderObtainedVia.Name = "ux_textboxOrderObtainedVia"; this.ux_textboxOrderObtainedVia.Size = new System.Drawing.Size(120, 20); this.ux_textboxOrderObtainedVia.TabIndex = 6; this.ux_textboxOrderObtainedVia.Tag = "order_obtained_via"; // // ux_textboxFinalDestination // this.ux_textboxFinalDestination.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ux_textboxFinalDestination.Location = new System.Drawing.Point(460, 26); this.ux_textboxFinalDestination.Name = "ux_textboxFinalDestination"; this.ux_textboxFinalDestination.Size = new System.Drawing.Size(278, 20); this.ux_textboxFinalDestination.TabIndex = 9; this.ux_textboxFinalDestination.Tag = "final_recipient_cooperator_id"; // // ux_labelOrderObtainedVia // this.ux_labelOrderObtainedVia.AutoSize = true; this.ux_labelOrderObtainedVia.Location = new System.Drawing.Point(336, 49); this.ux_labelOrderObtainedVia.Name = "ux_labelOrderObtainedVia"; this.ux_labelOrderObtainedVia.Size = new System.Drawing.Size(97, 13); this.ux_labelOrderObtainedVia.TabIndex = 24; this.ux_labelOrderObtainedVia.Tag = "order_obtained_via"; this.ux_labelOrderObtainedVia.Text = "Order Obtained Via"; // // ux_labelRequestor // this.ux_labelRequestor.AutoSize = true; this.ux_labelRequestor.Location = new System.Drawing.Point(457, 49); this.ux_labelRequestor.Name = "ux_labelRequestor"; this.ux_labelRequestor.Size = new System.Drawing.Size(59, 13); this.ux_labelRequestor.TabIndex = 13; this.ux_labelRequestor.Tag = "requestor_cooperator_id"; this.ux_labelRequestor.Text = "Ordered by"; // // ux_checkboxIsSupplyLow // this.ux_checkboxIsSupplyLow.AutoSize = true; this.ux_checkboxIsSupplyLow.Location = new System.Drawing.Point(344, 145); this.ux_checkboxIsSupplyLow.Name = "ux_checkboxIsSupplyLow"; this.ux_checkboxIsSupplyLow.Size = new System.Drawing.Size(98, 17); this.ux_checkboxIsSupplyLow.TabIndex = 8; this.ux_checkboxIsSupplyLow.Tag = "is_supply_low"; this.ux_checkboxIsSupplyLow.Text = "Is Supply Low?"; this.ux_checkboxIsSupplyLow.UseVisualStyleBackColor = true; // // ux_labelFinalDestination // this.ux_labelFinalDestination.AutoSize = true; this.ux_labelFinalDestination.Location = new System.Drawing.Point(457, 10); this.ux_labelFinalDestination.Name = "ux_labelFinalDestination"; this.ux_labelFinalDestination.Size = new System.Drawing.Size(85, 13); this.ux_labelFinalDestination.TabIndex = 15; this.ux_labelFinalDestination.Tag = "final_recipient_cooperator_id"; this.ux_labelFinalDestination.Text = "Final Destination"; // // ux_checkboxIsCompleted // this.ux_checkboxIsCompleted.AutoSize = true; this.ux_checkboxIsCompleted.Location = new System.Drawing.Point(344, 106); this.ux_checkboxIsCompleted.Name = "ux_checkboxIsCompleted"; this.ux_checkboxIsCompleted.Size = new System.Drawing.Size(87, 17); this.ux_checkboxIsCompleted.TabIndex = 7; this.ux_checkboxIsCompleted.Tag = "is_completed"; this.ux_checkboxIsCompleted.Text = "Is Complete?"; this.ux_checkboxIsCompleted.UseVisualStyleBackColor = true; // // ux_textboxRequestor // this.ux_textboxRequestor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ux_textboxRequestor.Location = new System.Drawing.Point(460, 63); this.ux_textboxRequestor.Name = "ux_textboxRequestor"; this.ux_textboxRequestor.Size = new System.Drawing.Size(278, 20); this.ux_textboxRequestor.TabIndex = 10; this.ux_textboxRequestor.Tag = "requestor_cooperator_id"; // // ux_comboboxStatus // this.ux_comboboxStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ux_comboboxStatus.FormattingEnabled = true; this.ux_comboboxStatus.Location = new System.Drawing.Point(124, 62); this.ux_comboboxStatus.Name = "ux_comboboxStatus"; this.ux_comboboxStatus.Size = new System.Drawing.Size(99, 21); this.ux_comboboxStatus.TabIndex = 4; this.ux_comboboxStatus.Tag = "status"; // // ux_labelStatus // this.ux_labelStatus.AutoSize = true; this.ux_labelStatus.Location = new System.Drawing.Point(121, 49); this.ux_labelStatus.Name = "ux_labelStatus"; this.ux_labelStatus.Size = new System.Drawing.Size(37, 13); this.ux_labelStatus.TabIndex = 19; this.ux_labelStatus.Tag = "status"; this.ux_labelStatus.Text = "Status"; // // ux_comboboxOrderType // this.ux_comboboxOrderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ux_comboboxOrderType.FormattingEnabled = true; this.ux_comboboxOrderType.Location = new System.Drawing.Point(229, 25); this.ux_comboboxOrderType.Name = "ux_comboboxOrderType"; this.ux_comboboxOrderType.Size = new System.Drawing.Size(99, 21); this.ux_comboboxOrderType.TabIndex = 3; this.ux_comboboxOrderType.Tag = "order_type_code"; // // ux_labelActedDate // this.ux_labelActedDate.AutoSize = true; this.ux_labelActedDate.Location = new System.Drawing.Point(226, 49); this.ux_labelActedDate.Name = "ux_labelActedDate"; this.ux_labelActedDate.Size = new System.Drawing.Size(63, 13); this.ux_labelActedDate.TabIndex = 16; this.ux_labelActedDate.Tag = "completed_date"; this.ux_labelActedDate.Text = "Status Date"; // // ux_labelOrderType // this.ux_labelOrderType.AutoSize = true; this.ux_labelOrderType.Location = new System.Drawing.Point(226, 10); this.ux_labelOrderType.Name = "ux_labelOrderType"; this.ux_labelOrderType.Size = new System.Drawing.Size(60, 13); this.ux_labelOrderType.TabIndex = 15; this.ux_labelOrderType.Tag = "order_type_code"; this.ux_labelOrderType.Text = "Order Type"; // // ux_bindingnavigatorForm // this.ux_bindingnavigatorForm.AddNewItem = this.bindingNavigatorAddNewItem; this.ux_bindingnavigatorForm.CountItem = this.bindingNavigatorCountItem; this.ux_bindingnavigatorForm.DeleteItem = this.bindingNavigatorDeleteItem; this.ux_bindingnavigatorForm.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.ux_bindingnavigatorForm.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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem}); this.ux_bindingnavigatorForm.Location = new System.Drawing.Point(0, 0); this.ux_bindingnavigatorForm.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.ux_bindingnavigatorForm.MoveLastItem = this.bindingNavigatorMoveLastItem; this.ux_bindingnavigatorForm.MoveNextItem = this.bindingNavigatorMoveNextItem; this.ux_bindingnavigatorForm.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.ux_bindingnavigatorForm.Name = "ux_bindingnavigatorForm"; this.ux_bindingnavigatorForm.PositionItem = this.bindingNavigatorPositionItem; this.ux_bindingnavigatorForm.Size = new System.Drawing.Size(772, 25); this.ux_bindingnavigatorForm.TabIndex = 23; this.ux_bindingnavigatorForm.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Enabled = false; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Enabled = false; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // ux_labelOrderRequestID // this.ux_labelOrderRequestID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ux_labelOrderRequestID.Location = new System.Drawing.Point(543, 36); this.ux_labelOrderRequestID.Name = "ux_labelOrderRequestID"; this.ux_labelOrderRequestID.Size = new System.Drawing.Size(145, 15); this.ux_labelOrderRequestID.TabIndex = 24; this.ux_labelOrderRequestID.Tag = "order_request_id"; this.ux_labelOrderRequestID.Text = "ID:"; this.ux_labelOrderRequestID.TextAlign = System.Drawing.ContentAlignment.TopRight; // // ux_textboxOrderRequestID // this.ux_textboxOrderRequestID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ux_textboxOrderRequestID.Location = new System.Drawing.Point(694, 33); this.ux_textboxOrderRequestID.Name = "ux_textboxOrderRequestID"; this.ux_textboxOrderRequestID.Size = new System.Drawing.Size(61, 20); this.ux_textboxOrderRequestID.TabIndex = 201; this.ux_textboxOrderRequestID.Tag = "order_request_id"; // // ux_textboxItems // this.ux_textboxItems.Location = new System.Drawing.Point(216, 33); this.ux_textboxItems.Name = "ux_textboxItems"; this.ux_textboxItems.Size = new System.Drawing.Size(61, 20); this.ux_textboxItems.TabIndex = 200; this.ux_textboxItems.Tag = "items"; // // ux_labelItems // this.ux_labelItems.Location = new System.Drawing.Point(12, 36); this.ux_labelItems.Name = "ux_labelItems"; this.ux_labelItems.Size = new System.Drawing.Size(198, 15); this.ux_labelItems.TabIndex = 26; this.ux_labelItems.Tag = "items"; this.ux_labelItems.Text = "Number of Items:"; this.ux_labelItems.TextAlign = System.Drawing.ContentAlignment.TopRight; // // OrderForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(772, 346); this.Controls.Add(this.ux_textboxItems); this.Controls.Add(this.ux_labelItems); this.Controls.Add(this.ux_textboxOrderRequestID); this.Controls.Add(this.ux_labelOrderRequestID); this.Controls.Add(this.ux_bindingnavigatorForm); this.Controls.Add(this.ux_groupbox1); this.Name = "OrderForm"; this.Text = "Accession Form"; this.Load += new System.EventHandler(this.OrderForm_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OrderForm_FormClosed); this.ux_groupbox1.ResumeLayout(false); this.ux_groupbox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ux_bindingnavigatorForm)).EndInit(); this.ux_bindingnavigatorForm.ResumeLayout(false); this.ux_bindingnavigatorForm.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(RoleModulesAssignment)); this.btnFind = new System.Windows.Forms.ToolStripButton(); this.btnDelete = new System.Windows.Forms.ToolStripButton(); this.btnEdit = new System.Windows.Forms.ToolStripButton(); this.btnSave = new System.Windows.Forms.ToolStripButton(); this.btnNew = new System.Windows.Forms.ToolStripButton(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.btnCancel = new System.Windows.Forms.ToolStripButton(); this.label1 = new System.Windows.Forms.Label(); this.txtId = new System.Windows.Forms.TextBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.cboRoles = new System.Windows.Forms.ComboBox(); this.dgItems = new System.Windows.Forms.DataGridView(); this.dtlId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dtlModuleId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dtlModule = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dtlCanAdd = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dtlCanEdit = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dtlCanSave = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dtlCanDelete = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dtlCanSearch = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dtlCanPrint = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dtlCanExport = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dtlCanAccess = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnAddRow = new System.Windows.Forms.ToolStripButton(); this.btnRemoveRow = new System.Windows.Forms.ToolStripButton(); this.btnCopyFrom = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnCheckAll = new System.Windows.Forms.ToolStripButton(); this.btnUncheckAll = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgItems)).BeginInit(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // btnFind // this.btnFind.Image = ((System.Drawing.Image)(resources.GetObject("btnFind.Image"))); this.btnFind.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnFind.Name = "btnFind"; this.btnFind.Size = new System.Drawing.Size(61, 24); this.btnFind.Text = "&Find"; // // btnDelete // this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image"))); this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(77, 24); this.btnDelete.Text = "Delete"; // // btnEdit // this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image"))); this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(59, 24); this.btnEdit.Text = "Edit"; // // btnSave // this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(64, 24); this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnNew // this.btnNew.Image = ((System.Drawing.Image)(resources.GetObject("btnNew.Image"))); this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size(63, 24); this.btnNew.Text = "New"; // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.CountItem = null; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.ImageScalingSize = new System.Drawing.Size(20, 20); this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnNew, this.btnSave, this.btnEdit, this.btnDelete, this.btnCancel, this.btnFind}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 0); this.bindingNavigator1.MoveFirstItem = null; this.bindingNavigator1.MoveLastItem = null; this.bindingNavigator1.MoveNextItem = null; this.bindingNavigator1.MovePreviousItem = null; this.bindingNavigator1.Name = "bindingNavigator1"; this.bindingNavigator1.PositionItem = null; this.bindingNavigator1.Size = new System.Drawing.Size(1103, 27); this.bindingNavigator1.TabIndex = 10; this.bindingNavigator1.Text = "bindingNavigator1"; // // btnCancel // this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image"))); this.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(77, 24); this.btnCancel.Text = "Cancel"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(35, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 23); this.label1.TabIndex = 4; this.label1.Text = "Role"; // // txtId // this.txtId.Location = new System.Drawing.Point(154, 23); this.txtId.Name = "txtId"; this.txtId.Size = new System.Drawing.Size(67, 30); this.txtId.TabIndex = 0; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 27); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.cboRoles); this.splitContainer1.Panel1.Controls.Add(this.label1); this.splitContainer1.Panel1.Controls.Add(this.txtId); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.dgItems); this.splitContainer1.Panel2.Controls.Add(this.toolStrip1); this.splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(5, 2, 5, 2); this.splitContainer1.Size = new System.Drawing.Size(1103, 620); this.splitContainer1.SplitterDistance = 83; this.splitContainer1.TabIndex = 11; // // cboRoles // this.cboRoles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboRoles.FormattingEnabled = true; this.cboRoles.Location = new System.Drawing.Point(83, 23); this.cboRoles.Name = "cboRoles"; this.cboRoles.Size = new System.Drawing.Size(357, 31); this.cboRoles.TabIndex = 5; this.cboRoles.SelectedValueChanged += new System.EventHandler(this.cboRoles_SelectedValueChanged); // // dgItems // this.dgItems.AllowUserToAddRows = false; this.dgItems.AllowUserToDeleteRows = false; this.dgItems.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgItems.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgItems.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dtlId, this.dtlModuleId, this.dtlModule, this.dtlCanAdd, this.dtlCanEdit, this.dtlCanSave, this.dtlCanDelete, this.dtlCanSearch, this.dtlCanPrint, this.dtlCanExport, this.dtlCanAccess}); this.dgItems.Dock = System.Windows.Forms.DockStyle.Fill; this.dgItems.Location = new System.Drawing.Point(5, 29); this.dgItems.Name = "dgItems"; this.dgItems.RowHeadersWidth = 51; this.dgItems.RowTemplate.Height = 24; this.dgItems.Size = new System.Drawing.Size(1093, 502); this.dgItems.TabIndex = 1; // // dtlId // this.dtlId.HeaderText = "Id"; this.dtlId.MinimumWidth = 6; this.dtlId.Name = "dtlId"; this.dtlId.Visible = false; this.dtlId.Width = 125; // // dtlModuleId // this.dtlModuleId.HeaderText = "ModuleId"; this.dtlModuleId.MinimumWidth = 6; this.dtlModuleId.Name = "dtlModuleId"; this.dtlModuleId.Visible = false; this.dtlModuleId.Width = 125; // // dtlModule // this.dtlModule.HeaderText = "Module"; this.dtlModule.MinimumWidth = 6; this.dtlModule.Name = "dtlModule"; this.dtlModule.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dtlModule.Width = 190; // // dtlCanAdd // this.dtlCanAdd.FalseValue = "0"; this.dtlCanAdd.HeaderText = "Can Add"; this.dtlCanAdd.MinimumWidth = 6; this.dtlCanAdd.Name = "dtlCanAdd"; this.dtlCanAdd.TrueValue = "1"; this.dtlCanAdd.Width = 90; // // dtlCanEdit // this.dtlCanEdit.FalseValue = "0"; this.dtlCanEdit.HeaderText = "Can Edit"; this.dtlCanEdit.MinimumWidth = 6; this.dtlCanEdit.Name = "dtlCanEdit"; this.dtlCanEdit.TrueValue = "1"; this.dtlCanEdit.Width = 90; // // dtlCanSave // this.dtlCanSave.FalseValue = "0"; this.dtlCanSave.HeaderText = "Can Save"; this.dtlCanSave.MinimumWidth = 6; this.dtlCanSave.Name = "dtlCanSave"; this.dtlCanSave.TrueValue = "1"; this.dtlCanSave.Width = 90; // // dtlCanDelete // this.dtlCanDelete.FalseValue = "0"; this.dtlCanDelete.HeaderText = "Can Delete"; this.dtlCanDelete.MinimumWidth = 6; this.dtlCanDelete.Name = "dtlCanDelete"; this.dtlCanDelete.TrueValue = "1"; this.dtlCanDelete.Width = 110; // // dtlCanSearch // this.dtlCanSearch.FalseValue = "0"; this.dtlCanSearch.HeaderText = "Can Search"; this.dtlCanSearch.MinimumWidth = 6; this.dtlCanSearch.Name = "dtlCanSearch"; this.dtlCanSearch.TrueValue = "1"; this.dtlCanSearch.Width = 110; // // dtlCanPrint // this.dtlCanPrint.FalseValue = "0"; this.dtlCanPrint.HeaderText = "Can Print"; this.dtlCanPrint.MinimumWidth = 6; this.dtlCanPrint.Name = "dtlCanPrint"; this.dtlCanPrint.TrueValue = "1"; this.dtlCanPrint.Width = 90; // // dtlCanExport // this.dtlCanExport.FalseValue = "0"; this.dtlCanExport.HeaderText = "Can Export"; this.dtlCanExport.MinimumWidth = 6; this.dtlCanExport.Name = "dtlCanExport"; this.dtlCanExport.TrueValue = "1"; this.dtlCanExport.Width = 125; // // dtlCanAccess // this.dtlCanAccess.FalseValue = "0"; this.dtlCanAccess.HeaderText = "Can Access"; this.dtlCanAccess.MinimumWidth = 6; this.dtlCanAccess.Name = "dtlCanAccess"; this.dtlCanAccess.TrueValue = "1"; this.dtlCanAccess.Width = 110; // // toolStrip1 // this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnAddRow, this.btnRemoveRow, this.btnCopyFrom, this.toolStripSeparator2, this.toolStripSeparator1, this.btnCheckAll, this.btnUncheckAll}); this.toolStrip1.Location = new System.Drawing.Point(5, 2); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1093, 27); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // btnAddRow // this.btnAddRow.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAddRow.Image = ((System.Drawing.Image)(resources.GetObject("btnAddRow.Image"))); this.btnAddRow.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnAddRow.Name = "btnAddRow"; this.btnAddRow.Size = new System.Drawing.Size(94, 24); this.btnAddRow.Text = "Add Row"; this.btnAddRow.Click += new System.EventHandler(this.btnAddRow_Click); // // btnRemoveRow // this.btnRemoveRow.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnRemoveRow.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveRow.Image"))); this.btnRemoveRow.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnRemoveRow.Name = "btnRemoveRow"; this.btnRemoveRow.Size = new System.Drawing.Size(120, 24); this.btnRemoveRow.Text = "Remove Row"; this.btnRemoveRow.Click += new System.EventHandler(this.btnRemoveRow_Click); // // btnCopyFrom // this.btnCopyFrom.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCopyFrom.Image = ((System.Drawing.Image)(resources.GetObject("btnCopyFrom.Image"))); this.btnCopyFrom.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCopyFrom.Name = "btnCopyFrom"; this.btnCopyFrom.Size = new System.Drawing.Size(105, 24); this.btnCopyFrom.Text = "Copy From"; this.btnCopyFrom.Click += new System.EventHandler(this.btnCopyFrom_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27); // // btnCheckAll // this.btnCheckAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCheckAll.Image"))); this.btnCheckAll.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCheckAll.Name = "btnCheckAll"; this.btnCheckAll.Size = new System.Drawing.Size(94, 24); this.btnCheckAll.Text = "Check All"; this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click); // // btnUncheckAll // this.btnUncheckAll.Image = ((System.Drawing.Image)(resources.GetObject("btnUncheckAll.Image"))); this.btnUncheckAll.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnUncheckAll.Name = "btnUncheckAll"; this.btnUncheckAll.Size = new System.Drawing.Size(110, 24); this.btnUncheckAll.Text = "Uncheck All"; this.btnUncheckAll.Click += new System.EventHandler(this.btnUncheckAll_Click); // // RoleModulesAssignment // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 23F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1103, 647); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.bindingNavigator1); this.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "RoleModulesAssignment"; this.Text = "Roles Module Assignment"; ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgItems)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(DataGridBaseView)); this.bindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingSource = new System.Windows.Forms.BindingSource(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.buttonSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 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(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.buttonCancel = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).BeginInit(); this.bindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // bindingNavigator // this.bindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator.BindingSource = this.bindingSource; this.bindingNavigator.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.bindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.buttonSave, this.buttonCancel, this.toolStripSeparator1, this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem}); this.bindingNavigator.Location = new System.Drawing.Point(0, 0); this.bindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.bindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.bindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.bindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.bindingNavigator.Name = "bindingNavigator"; this.bindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator.Size = new System.Drawing.Size(636, 25); this.bindingNavigator.TabIndex = 0; this.bindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingSource // this.bindingSource.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.bindingSource_ListChanged); // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // buttonSave // this.buttonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonSave.Image = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image"))); this.buttonSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(23, 22); this.buttonSave.Text = "Save"; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // dataGridView // this.dataGridView.AutoGenerateColumns = false; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.DataSource = this.bindingSource; this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView.Location = new System.Drawing.Point(0, 25); this.dataGridView.Name = "dataGridView"; this.dataGridView.Size = new System.Drawing.Size(636, 391); this.dataGridView.TabIndex = 2; // // buttonCancel // this.buttonCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonCancel.Image = ((System.Drawing.Image)(resources.GetObject("buttonCancel.Image"))); this.buttonCancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(23, 22); this.buttonCancel.Text = "Cancel"; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // DataGridBaseView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.dataGridView); this.Controls.Add(this.bindingNavigator); this.Name = "DataGridBaseView"; this.Size = new System.Drawing.Size(636, 416); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).EndInit(); this.bindingNavigator.ResumeLayout(false); this.bindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FrmBarcodeEdit)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.btnTestPrint = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.comboBoxQtyOfWantToPrinted = new System.Windows.Forms.ComboBox(); this.txtQtyOfWantToPrinted = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtSunHao = new System.Windows.Forms.TextBox(); this.btnPrint2 = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtCurrentPrintPage = new System.Windows.Forms.TextBox(); this.btnPrint = new System.Windows.Forms.Button(); this.chkIsFull = new System.Windows.Forms.CheckBox(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.userControlCanvas1 = new VestShapes.UserControlCanvas(); this.userControlToolBox1 = new VestShapes.UserControlToolBox(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.新建NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.保存SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.另存为AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator(); this.导入EXCEL表格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.查看以前导入的ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.编辑EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.撤消UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.重复RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator(); this.剪切TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.复制CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.粘贴PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); this.全选AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.查看ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.讲ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.排列ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.顺序ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.向前一层ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.向后一层ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.移到最前ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.移到最后ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.分组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.解除分组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.帮助HToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator(); this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.新建NToolStripButton = new System.Windows.Forms.ToolStripButton(); this.打开OToolStripButton = new System.Windows.Forms.ToolStripButton(); this.保存SToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.剪切UToolStripButton = new System.Windows.Forms.ToolStripButton(); this.复制CToolStripButton = new System.Windows.Forms.ToolStripButton(); this.粘贴PToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.导入EXCEL = new System.Windows.Forms.ToolStripButton(); this.查看以前导入的toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.帮助LToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripLabelPrintingName = new System.Windows.Forms.ToolStripLabel(); this.toolStripButtonSellectPrinting = new System.Windows.Forms.ToolStripButton(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.flowLayoutPanel2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(984, 642); this.splitContainer1.SplitterDistance = 81; this.splitContainer1.TabIndex = 0; // // flowLayoutPanel2 // this.flowLayoutPanel2.Controls.Add(this.bindingNavigator1); this.flowLayoutPanel2.Controls.Add(this.btnTestPrint); this.flowLayoutPanel2.Controls.Add(this.label2); this.flowLayoutPanel2.Controls.Add(this.comboBoxQtyOfWantToPrinted); this.flowLayoutPanel2.Controls.Add(this.txtQtyOfWantToPrinted); this.flowLayoutPanel2.Controls.Add(this.label7); this.flowLayoutPanel2.Controls.Add(this.txtSunHao); this.flowLayoutPanel2.Controls.Add(this.btnPrint2); this.flowLayoutPanel2.Controls.Add(this.label4); this.flowLayoutPanel2.Controls.Add(this.txtCurrentPrintPage); this.flowLayoutPanel2.Controls.Add(this.btnPrint); this.flowLayoutPanel2.Controls.Add(this.chkIsFull); this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 53); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(982, 26); this.flowLayoutPanel2.TabIndex = 0; // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.None; 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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 2); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(206, 25); this.bindingNavigator1.TabIndex = 18; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "新添"; this.bindingNavigatorAddNewItem.Visible = false; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22); this.bindingNavigatorCountItem.Text = "/ {0}"; this.bindingNavigatorCountItem.ToolTipText = "总项数"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "删除"; this.bindingNavigatorDeleteItem.Visible = false; // // 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, 22); 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, 22); this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // 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 = "当前位置"; this.bindingNavigatorPositionItem.TextChanged += new System.EventHandler(this.bindingNavigatorPositionItem_TextChanged); // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); 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, 22); this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录"; this.bindingNavigatorMoveLastItem.TextChanged += new System.EventHandler(this.bindingNavigatorMoveLastItem_TextChanged); // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // btnTestPrint // this.btnTestPrint.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnTestPrint.Location = new System.Drawing.Point(209, 3); this.btnTestPrint.Name = "btnTestPrint"; this.btnTestPrint.Size = new System.Drawing.Size(75, 23); this.btnTestPrint.TabIndex = 9; this.btnTestPrint.Text = "测试打印"; this.btnTestPrint.UseVisualStyleBackColor = true; this.btnTestPrint.Click += new System.EventHandler(this.btnPrint_Click); // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(290, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 13); this.label2.TabIndex = 39; this.label2.Text = "要打印数量"; // // comboBoxQtyOfWantToPrinted // this.comboBoxQtyOfWantToPrinted.Anchor = System.Windows.Forms.AnchorStyles.Left; this.comboBoxQtyOfWantToPrinted.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxQtyOfWantToPrinted.FormattingEnabled = true; this.comboBoxQtyOfWantToPrinted.Location = new System.Drawing.Point(368, 4); this.comboBoxQtyOfWantToPrinted.Name = "comboBoxQtyOfWantToPrinted"; this.comboBoxQtyOfWantToPrinted.Size = new System.Drawing.Size(72, 20); this.comboBoxQtyOfWantToPrinted.TabIndex = 40; this.comboBoxQtyOfWantToPrinted.SelectedIndexChanged += new System.EventHandler(this.comboBoxQtyOfWantToPrinted_SelectedIndexChanged); // // txtQtyOfWantToPrinted // this.txtQtyOfWantToPrinted.Anchor = System.Windows.Forms.AnchorStyles.Left; this.txtQtyOfWantToPrinted.Location = new System.Drawing.Point(446, 4); this.txtQtyOfWantToPrinted.Name = "txtQtyOfWantToPrinted"; this.txtQtyOfWantToPrinted.Size = new System.Drawing.Size(46, 21); this.txtQtyOfWantToPrinted.TabIndex = 41; // // label7 // this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(498, 5); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(28, 19); this.label7.TabIndex = 44; this.label7.Text = "加"; // // txtSunHao // this.txtSunHao.Anchor = System.Windows.Forms.AnchorStyles.Left; this.txtSunHao.Location = new System.Drawing.Point(532, 4); this.txtSunHao.Name = "txtSunHao"; this.txtSunHao.Size = new System.Drawing.Size(31, 21); this.txtSunHao.TabIndex = 42; this.txtSunHao.Text = "1"; // // btnPrint2 // this.btnPrint2.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnPrint2.Location = new System.Drawing.Point(569, 3); this.btnPrint2.Name = "btnPrint2"; this.btnPrint2.Size = new System.Drawing.Size(75, 23); this.btnPrint2.TabIndex = 43; this.btnPrint2.Text = "按损耗打印"; this.btnPrint2.UseVisualStyleBackColor = true; this.btnPrint2.Click += new System.EventHandler(this.btnPrint2_Click); // // label4 // this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(650, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(111, 13); this.label4.TabIndex = 45; this.label4.Text = "手动输入打印数量"; // // txtCurrentPrintPage // this.txtCurrentPrintPage.Anchor = System.Windows.Forms.AnchorStyles.Left; this.txtCurrentPrintPage.Location = new System.Drawing.Point(767, 4); this.txtCurrentPrintPage.Name = "txtCurrentPrintPage"; this.txtCurrentPrintPage.Size = new System.Drawing.Size(46, 21); this.txtCurrentPrintPage.TabIndex = 47; // // btnPrint // this.btnPrint.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnPrint.Location = new System.Drawing.Point(819, 3); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(54, 23); this.btnPrint.TabIndex = 46; this.btnPrint.Text = "打印"; this.btnPrint.UseVisualStyleBackColor = true; this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click_1); // // chkIsFull // this.chkIsFull.Anchor = System.Windows.Forms.AnchorStyles.Left; this.chkIsFull.AutoSize = true; this.chkIsFull.Location = new System.Drawing.Point(879, 6); this.chkIsFull.Name = "chkIsFull"; this.chkIsFull.Size = new System.Drawing.Size(72, 16); this.chkIsFull.TabIndex = 48; this.chkIsFull.Text = "充满打印"; this.chkIsFull.UseVisualStyleBackColor = true; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.userControlCanvas1); this.splitContainer2.Panel1.Resize += new System.EventHandler(this.splitContainer2_Panel1_Resize); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.userControlToolBox1); this.splitContainer2.Size = new System.Drawing.Size(984, 557); this.splitContainer2.SplitterDistance = 729; this.splitContainer2.TabIndex = 0; // // userControlCanvas1 // this.userControlCanvas1.arrlistKeyValue = ((System.Collections.ArrayList)(resources.GetObject("userControlCanvas1.arrlistKeyValue"))); this.userControlCanvas1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.userControlCanvas1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.userControlCanvas1.Location = new System.Drawing.Point(0, 0); this.userControlCanvas1.Name = "userControlCanvas1"; this.userControlCanvas1.Option = "drawRect"; this.userControlCanvas1.Size = new System.Drawing.Size(199, 235); this.userControlCanvas1.TabIndex = 0; this.userControlCanvas1.Zoom = 1F; // // userControlToolBox1 // this.userControlToolBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.userControlToolBox1.Location = new System.Drawing.Point(0, 0); this.userControlToolBox1.Name = "userControlToolBox1"; this.userControlToolBox1.Size = new System.Drawing.Size(248, 550); this.userControlToolBox1.TabIndex = 0; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.文件FToolStripMenuItem, this.编辑EToolStripMenuItem, this.查看ToolStripMenuItem, this.排列ToolStripMenuItem, this.帮助HToolStripMenuItem1}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(984, 25); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // 文件FToolStripMenuItem // this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.新建NToolStripMenuItem, this.打开OToolStripMenuItem, this.toolStripSeparator, this.保存SToolStripMenuItem, this.另存为AToolStripMenuItem, this.toolStripSeparator10, this.导入EXCEL表格ToolStripMenuItem, this.查看以前导入的ToolStripMenuItem, this.toolStripSeparator1, this.退出XToolStripMenuItem}); this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem"; this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21); this.文件FToolStripMenuItem.Text = "文件(&F)"; // // 新建NToolStripMenuItem // this.新建NToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("新建NToolStripMenuItem.Image"))); this.新建NToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.新建NToolStripMenuItem.Name = "新建NToolStripMenuItem"; this.新建NToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this.新建NToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.新建NToolStripMenuItem.Text = "新建(&N)"; this.新建NToolStripMenuItem.Click += new System.EventHandler(this.新建NToolStripMenuItem_Click); // // 打开OToolStripMenuItem // this.打开OToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripMenuItem.Image"))); this.打开OToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.打开OToolStripMenuItem.Name = "打开OToolStripMenuItem"; this.打开OToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.打开OToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.打开OToolStripMenuItem.Text = "打开(&O)"; this.打开OToolStripMenuItem.Click += new System.EventHandler(this.打开OToolStripMenuItem_Click); // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(162, 6); // // 保存SToolStripMenuItem // this.保存SToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("保存SToolStripMenuItem.Image"))); this.保存SToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.保存SToolStripMenuItem.Name = "保存SToolStripMenuItem"; this.保存SToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.保存SToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.保存SToolStripMenuItem.Text = "保存(&S)"; this.保存SToolStripMenuItem.Click += new System.EventHandler(this.保存SToolStripMenuItem_Click); // // 另存为AToolStripMenuItem // this.另存为AToolStripMenuItem.Name = "另存为AToolStripMenuItem"; this.另存为AToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.另存为AToolStripMenuItem.Text = "另存为(&A)"; this.另存为AToolStripMenuItem.Click += new System.EventHandler(this.另存为AToolStripMenuItem_Click); // // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; this.toolStripSeparator10.Size = new System.Drawing.Size(162, 6); // // 导入EXCEL表格ToolStripMenuItem // this.导入EXCEL表格ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("导入EXCEL表格ToolStripMenuItem.Image"))); this.导入EXCEL表格ToolStripMenuItem.Name = "导入EXCEL表格ToolStripMenuItem"; this.导入EXCEL表格ToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.导入EXCEL表格ToolStripMenuItem.Text = "导入EXCEL表格"; this.导入EXCEL表格ToolStripMenuItem.Click += new System.EventHandler(this.导入EXCEL表格ToolStripMenuItem_Click); // // 查看以前导入的ToolStripMenuItem // this.查看以前导入的ToolStripMenuItem.Name = "查看以前导入的ToolStripMenuItem"; this.查看以前导入的ToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.查看以前导入的ToolStripMenuItem.Text = "查看以前导入的"; this.查看以前导入的ToolStripMenuItem.Click += new System.EventHandler(this.查看以前导入的ToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6); // // 退出XToolStripMenuItem // this.退出XToolStripMenuItem.Name = "退出XToolStripMenuItem"; this.退出XToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.退出XToolStripMenuItem.Text = "退出(&X)"; this.退出XToolStripMenuItem.Click += new System.EventHandler(this.退出XToolStripMenuItem_Click); // // 编辑EToolStripMenuItem // this.编辑EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.撤消UToolStripMenuItem, this.重复RToolStripMenuItem, this.toolStripSeparator12, this.剪切TToolStripMenuItem, this.复制CToolStripMenuItem, this.粘贴PToolStripMenuItem, this.toolStripSeparator13, this.全选AToolStripMenuItem, this.删除DToolStripMenuItem}); this.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem"; this.编辑EToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.编辑EToolStripMenuItem.Size = new System.Drawing.Size(59, 21); this.编辑EToolStripMenuItem.Text = "编辑(&E)"; this.编辑EToolStripMenuItem.Click += new System.EventHandler(this.编辑EToolStripMenuItem_Click); // // 撤消UToolStripMenuItem // this.撤消UToolStripMenuItem.Name = "撤消UToolStripMenuItem"; this.撤消UToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); this.撤消UToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.撤消UToolStripMenuItem.Text = "撤消(&U)"; this.撤消UToolStripMenuItem.Click += new System.EventHandler(this.撤消UToolStripMenuItem_Click); // // 重复RToolStripMenuItem // this.重复RToolStripMenuItem.Name = "重复RToolStripMenuItem"; this.重复RToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); this.重复RToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.重复RToolStripMenuItem.Text = "重复(&R)"; this.重复RToolStripMenuItem.Click += new System.EventHandler(this.重复RToolStripMenuItem_Click); // // toolStripSeparator12 // this.toolStripSeparator12.Name = "toolStripSeparator12"; this.toolStripSeparator12.Size = new System.Drawing.Size(188, 6); // // 剪切TToolStripMenuItem // this.剪切TToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("剪切TToolStripMenuItem.Image"))); this.剪切TToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.剪切TToolStripMenuItem.Name = "剪切TToolStripMenuItem"; this.剪切TToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); this.剪切TToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.剪切TToolStripMenuItem.Text = "剪切(&T)"; this.剪切TToolStripMenuItem.Click += new System.EventHandler(this.剪切TToolStripMenuItem_Click); // // 复制CToolStripMenuItem // this.复制CToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("复制CToolStripMenuItem.Image"))); this.复制CToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.复制CToolStripMenuItem.Name = "复制CToolStripMenuItem"; this.复制CToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); this.复制CToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.复制CToolStripMenuItem.Text = "复制(&C)"; this.复制CToolStripMenuItem.Click += new System.EventHandler(this.复制CToolStripMenuItem_Click); // // 粘贴PToolStripMenuItem // this.粘贴PToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("粘贴PToolStripMenuItem.Image"))); this.粘贴PToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.粘贴PToolStripMenuItem.Name = "粘贴PToolStripMenuItem"; this.粘贴PToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); this.粘贴PToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.粘贴PToolStripMenuItem.Text = "粘贴(&P)"; this.粘贴PToolStripMenuItem.Click += new System.EventHandler(this.粘贴PToolStripMenuItem_Click); // // toolStripSeparator13 // this.toolStripSeparator13.Name = "toolStripSeparator13"; this.toolStripSeparator13.Size = new System.Drawing.Size(188, 6); // // 全选AToolStripMenuItem // this.全选AToolStripMenuItem.Name = "全选AToolStripMenuItem"; this.全选AToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); this.全选AToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.全选AToolStripMenuItem.Text = "全选(&A)"; this.全选AToolStripMenuItem.Click += new System.EventHandler(this.全选AToolStripMenuItem_Click); // // 删除DToolStripMenuItem // this.删除DToolStripMenuItem.Name = "删除DToolStripMenuItem"; this.删除DToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete))); this.删除DToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.删除DToolStripMenuItem.Text = "删除(&D)"; this.删除DToolStripMenuItem.Click += new System.EventHandler(this.删除DToolStripMenuItem_Click); // // 查看ToolStripMenuItem // this.查看ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.讲ToolStripMenuItem, this.toolStripSeparator4}); this.查看ToolStripMenuItem.Name = "查看ToolStripMenuItem"; this.查看ToolStripMenuItem.Size = new System.Drawing.Size(60, 21); this.查看ToolStripMenuItem.Text = "查看(&V)"; this.查看ToolStripMenuItem.Click += new System.EventHandler(this.查看ToolStripMenuItem_Click); // // 讲ToolStripMenuItem // this.讲ToolStripMenuItem.Name = "讲ToolStripMenuItem"; this.讲ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3; this.讲ToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.讲ToolStripMenuItem.Text = "将设计区域调整到窗口大小(&F)"; this.讲ToolStripMenuItem.Click += new System.EventHandler(this.讲ToolStripMenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(252, 6); // // 排列ToolStripMenuItem // this.排列ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.顺序ToolStripMenuItem, this.toolStripSeparator7, this.分组ToolStripMenuItem, this.解除分组ToolStripMenuItem, this.toolStripSeparator8}); this.排列ToolStripMenuItem.Name = "排列ToolStripMenuItem"; this.排列ToolStripMenuItem.Size = new System.Drawing.Size(60, 21); this.排列ToolStripMenuItem.Text = "排列(&A)"; // // 顺序ToolStripMenuItem // this.顺序ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.向前一层ToolStripMenuItem, this.向后一层ToolStripMenuItem, this.移到最前ToolStripMenuItem, this.移到最后ToolStripMenuItem}); this.顺序ToolStripMenuItem.Name = "顺序ToolStripMenuItem"; this.顺序ToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.顺序ToolStripMenuItem.Text = "顺序"; // // 向前一层ToolStripMenuItem // this.向前一层ToolStripMenuItem.Name = "向前一层ToolStripMenuItem"; this.向前一层ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.向前一层ToolStripMenuItem.Text = "向前一层"; this.向前一层ToolStripMenuItem.Click += new System.EventHandler(this.向前一层ToolStripMenuItem_Click); // // 向后一层ToolStripMenuItem // this.向后一层ToolStripMenuItem.Name = "向后一层ToolStripMenuItem"; this.向后一层ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.向后一层ToolStripMenuItem.Text = "向后一层"; this.向后一层ToolStripMenuItem.Click += new System.EventHandler(this.向后一层ToolStripMenuItem_Click); // // 移到最前ToolStripMenuItem // this.移到最前ToolStripMenuItem.Name = "移到最前ToolStripMenuItem"; this.移到最前ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.移到最前ToolStripMenuItem.Text = "移到最前"; this.移到最前ToolStripMenuItem.Click += new System.EventHandler(this.移到最前ToolStripMenuItem_Click); // // 移到最后ToolStripMenuItem // this.移到最后ToolStripMenuItem.Name = "移到最后ToolStripMenuItem"; this.移到最后ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.移到最后ToolStripMenuItem.Text = "移到最后"; this.移到最后ToolStripMenuItem.Click += new System.EventHandler(this.移到最后ToolStripMenuItem_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(218, 6); // // 分组ToolStripMenuItem // this.分组ToolStripMenuItem.Name = "分组ToolStripMenuItem"; this.分组ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.G))); this.分组ToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.分组ToolStripMenuItem.Text = "分组(&G)"; this.分组ToolStripMenuItem.Click += new System.EventHandler(this.分组ToolStripMenuItem_Click); // // 解除分组ToolStripMenuItem // this.解除分组ToolStripMenuItem.Name = "解除分组ToolStripMenuItem"; this.解除分组ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.U))); this.解除分组ToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.解除分组ToolStripMenuItem.Text = "解除分组(&U)"; this.解除分组ToolStripMenuItem.Click += new System.EventHandler(this.解除分组ToolStripMenuItem_Click); // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(218, 6); // // 帮助HToolStripMenuItem1 // this.帮助HToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator14, this.关于AToolStripMenuItem}); this.帮助HToolStripMenuItem1.Name = "帮助HToolStripMenuItem1"; this.帮助HToolStripMenuItem1.Size = new System.Drawing.Size(61, 21); this.帮助HToolStripMenuItem1.Text = "帮助(&H)"; // // toolStripSeparator14 // this.toolStripSeparator14.Name = "toolStripSeparator14"; this.toolStripSeparator14.Size = new System.Drawing.Size(122, 6); // // 关于AToolStripMenuItem // this.关于AToolStripMenuItem.Name = "关于AToolStripMenuItem"; this.关于AToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.关于AToolStripMenuItem.Text = "关于(&A)..."; this.关于AToolStripMenuItem.Click += new System.EventHandler(this.关于AToolStripMenuItem_Click); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.新建NToolStripButton, this.打开OToolStripButton, this.保存SToolStripButton, this.toolStripSeparator6, this.剪切UToolStripButton, this.复制CToolStripButton, this.粘贴PToolStripButton, this.toolStripSeparator5, this.导入EXCEL, this.查看以前导入的toolStripButton2, this.toolStripSeparator9, this.帮助LToolStripButton, this.toolStripLabelPrintingName, this.toolStripButtonSellectPrinting}); this.toolStrip1.Location = new System.Drawing.Point(0, 25); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(984, 25); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // 新建NToolStripButton // this.新建NToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.新建NToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("新建NToolStripButton.Image"))); this.新建NToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.新建NToolStripButton.Name = "新建NToolStripButton"; this.新建NToolStripButton.Size = new System.Drawing.Size(23, 22); this.新建NToolStripButton.Text = "新建(&N)"; this.新建NToolStripButton.Click += new System.EventHandler(this.新建NToolStripButton_Click); // // 打开OToolStripButton // this.打开OToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.打开OToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripButton.Image"))); this.打开OToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.打开OToolStripButton.Name = "打开OToolStripButton"; this.打开OToolStripButton.Size = new System.Drawing.Size(23, 22); this.打开OToolStripButton.Text = "打开(&O)"; this.打开OToolStripButton.Click += new System.EventHandler(this.打开OToolStripButton_Click); // // 保存SToolStripButton // this.保存SToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.保存SToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("保存SToolStripButton.Image"))); this.保存SToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.保存SToolStripButton.Name = "保存SToolStripButton"; this.保存SToolStripButton.Size = new System.Drawing.Size(23, 22); this.保存SToolStripButton.Text = "保存(&S)"; this.保存SToolStripButton.Click += new System.EventHandler(this.保存SToolStripButton_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25); // // 剪切UToolStripButton // this.剪切UToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.剪切UToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("剪切UToolStripButton.Image"))); this.剪切UToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.剪切UToolStripButton.Name = "剪切UToolStripButton"; this.剪切UToolStripButton.Size = new System.Drawing.Size(23, 22); this.剪切UToolStripButton.Text = "剪切(&U)"; this.剪切UToolStripButton.Click += new System.EventHandler(this.剪切UToolStripButton_Click); // // 复制CToolStripButton // this.复制CToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.复制CToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("复制CToolStripButton.Image"))); this.复制CToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.复制CToolStripButton.Name = "复制CToolStripButton"; this.复制CToolStripButton.Size = new System.Drawing.Size(23, 22); this.复制CToolStripButton.Text = "复制(&C)"; this.复制CToolStripButton.Click += new System.EventHandler(this.复制CToolStripButton_Click); // // 粘贴PToolStripButton // this.粘贴PToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.粘贴PToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("粘贴PToolStripButton.Image"))); this.粘贴PToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.粘贴PToolStripButton.Name = "粘贴PToolStripButton"; this.粘贴PToolStripButton.Size = new System.Drawing.Size(23, 22); this.粘贴PToolStripButton.Text = "粘贴(&P)"; this.粘贴PToolStripButton.Click += new System.EventHandler(this.粘贴PToolStripButton_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); // // 导入EXCEL // this.导入EXCEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.导入EXCEL.Image = ((System.Drawing.Image)(resources.GetObject("导入EXCEL.Image"))); this.导入EXCEL.ImageTransparentColor = System.Drawing.Color.Magenta; this.导入EXCEL.Name = "导入EXCEL"; this.导入EXCEL.Size = new System.Drawing.Size(23, 22); this.导入EXCEL.Text = "导入EXCEL"; this.导入EXCEL.Click += new System.EventHandler(this.导入EXCEL_Click); // // 查看以前导入的toolStripButton2 // this.查看以前导入的toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.查看以前导入的toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("查看以前导入的toolStripButton2.Image"))); this.查看以前导入的toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.查看以前导入的toolStripButton2.Name = "查看以前导入的toolStripButton2"; this.查看以前导入的toolStripButton2.Size = new System.Drawing.Size(96, 22); this.查看以前导入的toolStripButton2.Text = "查看以前导入的"; this.查看以前导入的toolStripButton2.Click += new System.EventHandler(this.查看以前导入的toolStripButton2_Click); // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25); // // 帮助LToolStripButton // this.帮助LToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.帮助LToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("帮助LToolStripButton.Image"))); this.帮助LToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.帮助LToolStripButton.Name = "帮助LToolStripButton"; this.帮助LToolStripButton.Size = new System.Drawing.Size(23, 22); this.帮助LToolStripButton.Text = "帮助(&L)"; this.帮助LToolStripButton.Click += new System.EventHandler(this.帮助LToolStripButton_Click); // // toolStripLabelPrintingName // this.toolStripLabelPrintingName.Name = "toolStripLabelPrintingName"; this.toolStripLabelPrintingName.Size = new System.Drawing.Size(68, 22); this.toolStripLabelPrintingName.Text = "默认打印机"; // // toolStripButtonSellectPrinting // this.toolStripButtonSellectPrinting.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButtonSellectPrinting.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSellectPrinting.Image"))); this.toolStripButtonSellectPrinting.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonSellectPrinting.Name = "toolStripButtonSellectPrinting"; this.toolStripButtonSellectPrinting.Size = new System.Drawing.Size(72, 22); this.toolStripButtonSellectPrinting.Text = "选择打印机"; this.toolStripButtonSellectPrinting.Click += new System.EventHandler(this.toolStripButtonSellectPrinting_Click); // // FrmBarcodeEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 642); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.menuStrip1); this.Controls.Add(this.splitContainer1); this.KeyPreview = true; this.Name = "FrmBarcodeEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "条形码编辑设计 http://www.xuhengxiao.com/"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBarcodeEdit_FormClosing); this.Load += new System.EventHandler(this.frmBarcodeEdit_Load); this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FrmBarcodeEdit_KeyUp); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FrmPermisos)); this.kryptonHeader1 = new ComponentFactory.Krypton.Toolkit.KryptonHeader(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.dgvUsuarios = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView(); this.usuarioBindingSource = new System.Windows.Forms.BindingSource(this.components); this.usuarioBindingNavigator = 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.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.gbxInformacion = new System.Windows.Forms.GroupBox(); this.chkEsPrincipal = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox(); this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.dtpFechaRegistro = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker(); this.cmbEmpleados = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.txtPassword = new ExactTarget.Windows.Controles.CustomKryptonTextBox(); this.txtUsername = new ExactTarget.Windows.Controles.CustomKryptonTextBox(); this.label6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.label3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.label2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.TsMenu = new System.Windows.Forms.ToolStrip(); this.TsbNuevo = new System.Windows.Forms.ToolStripButton(); this.TsbEditar = new System.Windows.Forms.ToolStripButton(); this.TsbEliminar = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.TsbGuardar = new System.Windows.Forms.ToolStripButton(); this.TsbCancelar = new System.Windows.Forms.ToolStripButton(); this.perUsuario = new ExactTarget.Windows.Controles.PermisosFormulario(); this.errValidator = new System.Windows.Forms.ErrorProvider(this.components); this.usuarioIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.usernameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.passwordDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.esPrincipalDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.fechaRegistroDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.personalDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.permisosBindingSource = new System.Windows.Forms.BindingSource(this.components); this.personalBindingSource = new System.Windows.Forms.BindingSource(this.components); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvUsuarios)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingNavigator)).BeginInit(); this.usuarioBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit(); this.kryptonPanel1.SuspendLayout(); this.gbxInformacion.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbEmpleados)).BeginInit(); this.TsMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errValidator)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.permisosBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.personalBindingSource)).BeginInit(); this.SuspendLayout(); // // kryptonHeader1 // this.kryptonHeader1.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonHeader1.Location = new System.Drawing.Point(0, 0); this.kryptonHeader1.Name = "kryptonHeader1"; this.kryptonHeader1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.kryptonHeader1.Size = new System.Drawing.Size(753, 31); this.kryptonHeader1.TabIndex = 0; this.kryptonHeader1.Text = "Permisos de Usuario"; this.kryptonHeader1.Values.Description = ""; this.kryptonHeader1.Values.Heading = "Permisos de Usuario"; this.kryptonHeader1.Values.Image = null; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 31); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.splitContainer2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.perUsuario); this.splitContainer1.Size = new System.Drawing.Size(753, 480); this.splitContainer1.SplitterDistance = 236; this.splitContainer1.TabIndex = 1; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.AutoScroll = true; this.splitContainer2.Panel1.Controls.Add(this.dgvUsuarios); this.splitContainer2.Panel1.Controls.Add(this.usuarioBindingNavigator); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.kryptonPanel1); this.splitContainer2.Panel2.Controls.Add(this.TsMenu); this.splitContainer2.Size = new System.Drawing.Size(753, 236); this.splitContainer2.SplitterDistance = 274; this.splitContainer2.TabIndex = 0; // // dgvUsuarios // this.dgvUsuarios.AllowUserToAddRows = false; this.dgvUsuarios.AllowUserToDeleteRows = false; this.dgvUsuarios.AutoGenerateColumns = false; this.dgvUsuarios.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.usuarioIDDataGridViewTextBoxColumn, this.usernameDataGridViewTextBoxColumn, this.passwordDataGridViewTextBoxColumn, this.esPrincipalDataGridViewCheckBoxColumn, this.fechaRegistroDataGridViewTextBoxColumn, this.personalDataGridViewTextBoxColumn}); this.dgvUsuarios.DataSource = this.usuarioBindingSource; this.dgvUsuarios.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvUsuarios.GridStyles.Style = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Sheet; this.dgvUsuarios.GridStyles.StyleBackground = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet; this.dgvUsuarios.GridStyles.StyleColumn = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet; this.dgvUsuarios.GridStyles.StyleDataCells = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet; this.dgvUsuarios.GridStyles.StyleRow = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet; this.dgvUsuarios.Location = new System.Drawing.Point(0, 25); this.dgvUsuarios.Name = "dgvUsuarios"; this.dgvUsuarios.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.dgvUsuarios.ReadOnly = true; this.dgvUsuarios.RowHeadersWidth = 10; this.dgvUsuarios.Size = new System.Drawing.Size(274, 211); this.dgvUsuarios.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet; this.dgvUsuarios.TabIndex = 0; this.dgvUsuarios.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUsuarios_CellEnter); // // usuarioBindingSource // this.usuarioBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Usuario); // // usuarioBindingNavigator // this.usuarioBindingNavigator.AddNewItem = null; this.usuarioBindingNavigator.BindingSource = this.usuarioBindingSource; this.usuarioBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.usuarioBindingNavigator.DeleteItem = null; this.usuarioBindingNavigator.Font = new System.Drawing.Font("Segoe UI", 9F); this.usuarioBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem}); this.usuarioBindingNavigator.Location = new System.Drawing.Point(0, 0); this.usuarioBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.usuarioBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.usuarioBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.usuarioBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.usuarioBindingNavigator.Name = "usuarioBindingNavigator"; this.usuarioBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.usuarioBindingNavigator.Size = new System.Drawing.Size(274, 25); this.usuarioBindingNavigator.TabIndex = 2; this.usuarioBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22); this.bindingNavigatorCountItem.Text = "de {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // kryptonPanel1 // this.kryptonPanel1.Controls.Add(this.gbxInformacion); this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonPanel1.Location = new System.Drawing.Point(0, 25); this.kryptonPanel1.Name = "kryptonPanel1"; this.kryptonPanel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.kryptonPanel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient; this.kryptonPanel1.Size = new System.Drawing.Size(475, 211); this.kryptonPanel1.TabIndex = 3; // // gbxInformacion // this.gbxInformacion.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gbxInformacion.BackColor = System.Drawing.Color.Transparent; this.gbxInformacion.Controls.Add(this.chkEsPrincipal); this.gbxInformacion.Controls.Add(this.kryptonLabel2); this.gbxInformacion.Controls.Add(this.kryptonLabel1); this.gbxInformacion.Controls.Add(this.dtpFechaRegistro); this.gbxInformacion.Controls.Add(this.cmbEmpleados); this.gbxInformacion.Controls.Add(this.txtPassword); this.gbxInformacion.Controls.Add(this.txtUsername); this.gbxInformacion.Controls.Add(this.label6); this.gbxInformacion.Controls.Add(this.label3); this.gbxInformacion.Controls.Add(this.label2); this.gbxInformacion.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gbxInformacion.ForeColor = System.Drawing.Color.Navy; this.gbxInformacion.Location = new System.Drawing.Point(14, 14); this.gbxInformacion.Name = "gbxInformacion"; this.gbxInformacion.Size = new System.Drawing.Size(449, 183); this.gbxInformacion.TabIndex = 2; this.gbxInformacion.TabStop = false; this.gbxInformacion.Text = "Datos Usuario"; // // chkEsPrincipal // this.chkEsPrincipal.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl; this.chkEsPrincipal.Location = new System.Drawing.Point(117, 137); this.chkEsPrincipal.Name = "chkEsPrincipal"; this.chkEsPrincipal.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.chkEsPrincipal.Size = new System.Drawing.Size(19, 13); this.chkEsPrincipal.TabIndex = 31; this.chkEsPrincipal.Values.ExtraText = ""; this.chkEsPrincipal.Values.Image = null; this.chkEsPrincipal.Values.Text = ""; // // kryptonLabel2 // this.kryptonLabel2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl; this.kryptonLabel2.Location = new System.Drawing.Point(19, 135); this.kryptonLabel2.Name = "kryptonLabel2"; this.kryptonLabel2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.kryptonLabel2.Size = new System.Drawing.Size(91, 20); this.kryptonLabel2.TabIndex = 30; this.kryptonLabel2.Text = "Administrador:"; this.kryptonLabel2.Values.ExtraText = ""; this.kryptonLabel2.Values.Image = null; this.kryptonLabel2.Values.Text = "Administrador:"; // // kryptonLabel1 // this.kryptonLabel1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl; this.kryptonLabel1.Location = new System.Drawing.Point(19, 109); this.kryptonLabel1.Name = "kryptonLabel1"; this.kryptonLabel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.kryptonLabel1.Size = new System.Drawing.Size(93, 20); this.kryptonLabel1.TabIndex = 29; this.kryptonLabel1.Text = "Fecha Registro:"; this.kryptonLabel1.Values.ExtraText = ""; this.kryptonLabel1.Values.Image = null; this.kryptonLabel1.Values.Text = "Fecha Registro:"; // // dtpFechaRegistro // this.dtpFechaRegistro.CalendarDayOfWeekStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.CalendarDay; this.dtpFechaRegistro.CalendarDayStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.CalendarDay; this.dtpFechaRegistro.CalendarHeaderStyle = ComponentFactory.Krypton.Toolkit.HeaderStyle.Calendar; this.dtpFechaRegistro.CalendarTodayDate = new System.DateTime(2010, 4, 28, 0, 0, 0, 0); this.dtpFechaRegistro.DropButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl; this.dtpFechaRegistro.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone; this.dtpFechaRegistro.Location = new System.Drawing.Point(115, 106); this.dtpFechaRegistro.Name = "dtpFechaRegistro"; this.dtpFechaRegistro.Size = new System.Drawing.Size(204, 21); this.dtpFechaRegistro.TabIndex = 28; this.dtpFechaRegistro.UpDownButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl; // // cmbEmpleados // this.cmbEmpleados.DataSource = this.personalBindingSource; this.cmbEmpleados.DisplayMember = "nombreCompleto"; this.cmbEmpleados.DropBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlClient; this.cmbEmpleados.DropButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl; this.cmbEmpleados.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbEmpleados.DropDownWidth = 258; this.cmbEmpleados.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone; this.cmbEmpleados.ItemStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.ListItem; this.cmbEmpleados.Location = new System.Drawing.Point(115, 25); this.cmbEmpleados.Name = "cmbEmpleados"; this.cmbEmpleados.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.cmbEmpleados.Size = new System.Drawing.Size(301, 21); this.cmbEmpleados.TabIndex = 27; this.cmbEmpleados.ValueMember = "personalID"; // // txtPassword // this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPassword.BackColorEnter = System.Drawing.SystemColors.Window; this.txtPassword.BackColorLeave = System.Drawing.SystemColors.Window; this.txtPassword.DataType = ExactTarget.Windows.Controles.DataType.Alfanumerico; this.txtPassword.ForeColorEnter = System.Drawing.SystemColors.WindowText; this.txtPassword.ForeColorLeave = System.Drawing.SystemColors.WindowText; this.txtPassword.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone; this.txtPassword.IsMayusculas = false; this.txtPassword.Location = new System.Drawing.Point(115, 80); this.txtPassword.MaxValue = 0; this.txtPassword.Name = "txtPassword"; this.txtPassword.NumberDecimals = 3; this.txtPassword.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Blue; this.txtPassword.Size = new System.Drawing.Size(213, 20); this.txtPassword.TabIndex = 23; // // txtUsername // this.txtUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUsername.BackColorEnter = System.Drawing.SystemColors.Window; this.txtUsername.BackColorLeave = System.Drawing.SystemColors.Window; this.txtUsername.DataType = ExactTarget.Windows.Controles.DataType.Alfanumerico; this.txtUsername.ForeColorEnter = System.Drawing.SystemColors.WindowText; this.txtUsername.ForeColorLeave = System.Drawing.SystemColors.WindowText; this.txtUsername.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone; this.txtUsername.IsMayusculas = false; this.txtUsername.Location = new System.Drawing.Point(115, 54); this.txtUsername.MaxValue = 0; this.txtUsername.Name = "txtUsername"; this.txtUsername.NumberDecimals = 3; this.txtUsername.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Blue; this.txtUsername.Size = new System.Drawing.Size(213, 20); this.txtUsername.TabIndex = 22; // // label6 // this.label6.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl; this.label6.Location = new System.Drawing.Point(19, 83); this.label6.Name = "label6"; this.label6.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.label6.Size = new System.Drawing.Size(65, 20); this.label6.TabIndex = 10; this.label6.Text = "Password:"******""; this.label6.Values.Image = null; this.label6.Values.Text = "Password:"******"label3"; this.label3.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.label3.Size = new System.Drawing.Size(55, 20); this.label3.TabIndex = 4; this.label3.Text = "Usuario:"; this.label3.Values.ExtraText = ""; this.label3.Values.Image = null; this.label3.Values.Text = "Usuario:"; // // label2 // this.label2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl; this.label2.Location = new System.Drawing.Point(19, 28); this.label2.Name = "label2"; this.label2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.label2.Size = new System.Drawing.Size(68, 20); this.label2.TabIndex = 2; this.label2.Text = "Empleado:"; this.label2.Values.ExtraText = ""; this.label2.Values.Image = null; this.label2.Values.Text = "Empleado:"; // // TsMenu // this.TsMenu.Font = new System.Drawing.Font("Segoe UI", 9F); this.TsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TsbNuevo, this.TsbEditar, this.TsbEliminar, this.toolStripSeparator, this.TsbGuardar, this.TsbCancelar}); this.TsMenu.Location = new System.Drawing.Point(0, 0); this.TsMenu.Name = "TsMenu"; this.TsMenu.Size = new System.Drawing.Size(475, 25); this.TsMenu.TabIndex = 2; this.TsMenu.Text = "Barra de Menu"; // // TsbNuevo // this.TsbNuevo.Image = global::ExactTarget.Windows.Properties.Resources.Add1; this.TsbNuevo.ImageTransparentColor = System.Drawing.Color.Magenta; this.TsbNuevo.Name = "TsbNuevo"; this.TsbNuevo.Size = new System.Drawing.Size(62, 22); this.TsbNuevo.Text = "&Nuevo"; this.TsbNuevo.Click += new System.EventHandler(this.TsbNuevo_Click); // // TsbEditar // this.TsbEditar.Image = global::ExactTarget.Windows.Properties.Resources.Modify1; this.TsbEditar.ImageTransparentColor = System.Drawing.Color.Magenta; this.TsbEditar.Name = "TsbEditar"; this.TsbEditar.Size = new System.Drawing.Size(57, 22); this.TsbEditar.Text = "E&ditar"; this.TsbEditar.Click += new System.EventHandler(this.TsbEditar_Click); // // TsbEliminar // this.TsbEliminar.Image = global::ExactTarget.Windows.Properties.Resources.Delete1; this.TsbEliminar.ImageTransparentColor = System.Drawing.Color.Magenta; this.TsbEliminar.Name = "TsbEliminar"; this.TsbEliminar.Size = new System.Drawing.Size(70, 22); this.TsbEliminar.Text = "&Eliminar"; this.TsbEliminar.Click += new System.EventHandler(this.TsbEliminar_Click); // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(6, 25); // // TsbGuardar // this.TsbGuardar.Image = global::ExactTarget.Windows.Properties.Resources.Save1; this.TsbGuardar.ImageTransparentColor = System.Drawing.Color.Magenta; this.TsbGuardar.Name = "TsbGuardar"; this.TsbGuardar.Size = new System.Drawing.Size(69, 22); this.TsbGuardar.Text = "&Guardar"; this.TsbGuardar.Click += new System.EventHandler(this.TsbGuardar_Click); // // TsbCancelar // this.TsbCancelar.Image = global::ExactTarget.Windows.Properties.Resources.Back1; this.TsbCancelar.ImageTransparentColor = System.Drawing.Color.Magenta; this.TsbCancelar.Name = "TsbCancelar"; this.TsbCancelar.Size = new System.Drawing.Size(73, 22); this.TsbCancelar.Text = "&Cancelar"; this.TsbCancelar.Click += new System.EventHandler(this.TsbCancelar_Click); // // perUsuario // this.perUsuario.Dock = System.Windows.Forms.DockStyle.Fill; this.perUsuario.EnabledPermisos = true; this.perUsuario.Location = new System.Drawing.Point(0, 0); this.perUsuario.Name = "perUsuario"; this.perUsuario.PersonaID = ((short)(0)); this.perUsuario.Size = new System.Drawing.Size(753, 240); this.perUsuario.TabIndex = 0; // // errValidator // this.errValidator.ContainerControl = this; // // usuarioIDDataGridViewTextBoxColumn // this.usuarioIDDataGridViewTextBoxColumn.DataPropertyName = "usuarioID"; this.usuarioIDDataGridViewTextBoxColumn.HeaderText = "usuarioID"; this.usuarioIDDataGridViewTextBoxColumn.Name = "usuarioIDDataGridViewTextBoxColumn"; this.usuarioIDDataGridViewTextBoxColumn.ReadOnly = true; // // usernameDataGridViewTextBoxColumn // this.usernameDataGridViewTextBoxColumn.DataPropertyName = "username"; this.usernameDataGridViewTextBoxColumn.HeaderText = "username"; this.usernameDataGridViewTextBoxColumn.Name = "usernameDataGridViewTextBoxColumn"; this.usernameDataGridViewTextBoxColumn.ReadOnly = true; // // passwordDataGridViewTextBoxColumn // this.passwordDataGridViewTextBoxColumn.DataPropertyName = "password"; this.passwordDataGridViewTextBoxColumn.HeaderText = "password"; this.passwordDataGridViewTextBoxColumn.Name = "passwordDataGridViewTextBoxColumn"; this.passwordDataGridViewTextBoxColumn.ReadOnly = true; // // esPrincipalDataGridViewCheckBoxColumn // this.esPrincipalDataGridViewCheckBoxColumn.DataPropertyName = "esPrincipal"; this.esPrincipalDataGridViewCheckBoxColumn.HeaderText = "esPrincipal"; this.esPrincipalDataGridViewCheckBoxColumn.Name = "esPrincipalDataGridViewCheckBoxColumn"; this.esPrincipalDataGridViewCheckBoxColumn.ReadOnly = true; // // fechaRegistroDataGridViewTextBoxColumn // this.fechaRegistroDataGridViewTextBoxColumn.DataPropertyName = "fechaRegistro"; this.fechaRegistroDataGridViewTextBoxColumn.HeaderText = "fechaRegistro"; this.fechaRegistroDataGridViewTextBoxColumn.Name = "fechaRegistroDataGridViewTextBoxColumn"; this.fechaRegistroDataGridViewTextBoxColumn.ReadOnly = true; // // personalDataGridViewTextBoxColumn // this.personalDataGridViewTextBoxColumn.DataPropertyName = "Personal"; this.personalDataGridViewTextBoxColumn.HeaderText = "Personal"; this.personalDataGridViewTextBoxColumn.Name = "personalDataGridViewTextBoxColumn"; this.personalDataGridViewTextBoxColumn.ReadOnly = true; // // permisosBindingSource // this.permisosBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Permiso); // // personalBindingSource // this.personalBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Usuario); // // FrmPermisos // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(753, 511); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.kryptonHeader1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmPermisos"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FrmPermisos"; this.Load += new System.EventHandler(this.FrmPermisos_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel1.PerformLayout(); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.Panel2.PerformLayout(); this.splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvUsuarios)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingNavigator)).EndInit(); this.usuarioBindingNavigator.ResumeLayout(false); this.usuarioBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit(); this.kryptonPanel1.ResumeLayout(false); this.gbxInformacion.ResumeLayout(false); this.gbxInformacion.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbEmpleados)).EndInit(); this.TsMenu.ResumeLayout(false); this.TsMenu.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errValidator)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.permisosBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.personalBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label nomeLabel; System.Windows.Forms.Label enderecoLabel; System.Windows.Forms.Label emailLabel; System.Windows.Forms.Label telefoneLabel; System.Windows.Forms.Label cPFLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Cadastro)); this.clienteBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.clienteBindingSource = new System.Windows.Forms.BindingSource(this.components); this.cadastroClienteDataSet = new CadastroCliente.CadastroClienteDataSet(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.clienteBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.nomeTextBox = new System.Windows.Forms.TextBox(); this.enderecoTextBox = new System.Windows.Forms.TextBox(); this.emailTextBox = new System.Windows.Forms.TextBox(); this.clienteDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.telefoneMaskedTextBox = new System.Windows.Forms.MaskedTextBox(); this.cPFMaskedTextBox = new System.Windows.Forms.MaskedTextBox(); this.nomeToolStrip = new System.Windows.Forms.ToolStrip(); this.nomeToolStripLabel = new System.Windows.Forms.ToolStripLabel(); this.nomeToolStripTextBox = new System.Windows.Forms.ToolStripTextBox(); this.nomeToolStripButton = new System.Windows.Forms.ToolStripButton(); this.clienteTableAdapter = new CadastroCliente.CadastroClienteDataSetTableAdapters.ClienteTableAdapter(); this.tableAdapterManager = new CadastroCliente.CadastroClienteDataSetTableAdapters.TableAdapterManager(); nomeLabel = new System.Windows.Forms.Label(); enderecoLabel = new System.Windows.Forms.Label(); emailLabel = new System.Windows.Forms.Label(); telefoneLabel = new System.Windows.Forms.Label(); cPFLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.clienteBindingNavigator)).BeginInit(); this.clienteBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.clienteBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cadastroClienteDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.clienteDataGridView)).BeginInit(); this.nomeToolStrip.SuspendLayout(); this.SuspendLayout(); // // nomeLabel // nomeLabel.AutoSize = true; nomeLabel.Location = new System.Drawing.Point(14, 34); nomeLabel.Name = "nomeLabel"; nomeLabel.Size = new System.Drawing.Size(38, 13); nomeLabel.TabIndex = 3; nomeLabel.Text = "Nome:"; // // enderecoLabel // enderecoLabel.AutoSize = true; enderecoLabel.Location = new System.Drawing.Point(14, 86); enderecoLabel.Name = "enderecoLabel"; enderecoLabel.Size = new System.Drawing.Size(56, 13); enderecoLabel.TabIndex = 7; enderecoLabel.Text = "Endereco:"; // // emailLabel // emailLabel.AutoSize = true; emailLabel.Location = new System.Drawing.Point(14, 112); emailLabel.Name = "emailLabel"; emailLabel.Size = new System.Drawing.Size(35, 13); emailLabel.TabIndex = 9; emailLabel.Text = "Email:"; // // telefoneLabel // telefoneLabel.AutoSize = true; telefoneLabel.Location = new System.Drawing.Point(14, 139); telefoneLabel.Name = "telefoneLabel"; telefoneLabel.Size = new System.Drawing.Size(52, 13); telefoneLabel.TabIndex = 12; telefoneLabel.Text = "Telefone:"; // // cPFLabel // cPFLabel.AutoSize = true; cPFLabel.Location = new System.Drawing.Point(14, 59); cPFLabel.Name = "cPFLabel"; cPFLabel.Size = new System.Drawing.Size(30, 13); cPFLabel.TabIndex = 13; cPFLabel.Text = "CPF:"; // // clienteBindingNavigator // this.clienteBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.clienteBindingNavigator.BindingSource = this.clienteBindingSource; this.clienteBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.clienteBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.clienteBindingNavigator.Dock = System.Windows.Forms.DockStyle.None; this.clienteBindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.clienteBindingNavigator.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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.clienteBindingNavigatorSaveItem}); this.clienteBindingNavigator.Location = new System.Drawing.Point(0, 0); this.clienteBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.clienteBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.clienteBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.clienteBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.clienteBindingNavigator.Name = "clienteBindingNavigator"; this.clienteBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.clienteBindingNavigator.Size = new System.Drawing.Size(269, 25); this.clienteBindingNavigator.TabIndex = 0; this.clienteBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.Habilitar); // // clienteBindingSource // this.clienteBindingSource.DataMember = "Cliente"; this.clienteBindingSource.DataSource = this.cadastroClienteDataSet; // // cadastroClienteDataSet // this.cadastroClienteDataSet.DataSetName = "CadastroClienteDataSet"; this.cadastroClienteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // clienteBindingNavigatorSaveItem // this.clienteBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.clienteBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("clienteBindingNavigatorSaveItem.Image"))); this.clienteBindingNavigatorSaveItem.Name = "clienteBindingNavigatorSaveItem"; this.clienteBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.clienteBindingNavigatorSaveItem.Text = "Save Data"; this.clienteBindingNavigatorSaveItem.Click += new System.EventHandler(this.clienteBindingNavigatorSaveItem_Click); // // nomeTextBox // this.nomeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clienteBindingSource, "Nome", true)); this.nomeTextBox.Enabled = false; this.nomeTextBox.Location = new System.Drawing.Point(76, 31); this.nomeTextBox.Name = "nomeTextBox"; this.nomeTextBox.Size = new System.Drawing.Size(291, 20); this.nomeTextBox.TabIndex = 4; // // enderecoTextBox // this.enderecoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clienteBindingSource, "Endereco", true)); this.enderecoTextBox.Enabled = false; this.enderecoTextBox.Location = new System.Drawing.Point(76, 83); this.enderecoTextBox.Name = "enderecoTextBox"; this.enderecoTextBox.Size = new System.Drawing.Size(291, 20); this.enderecoTextBox.TabIndex = 8; // // emailTextBox // this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clienteBindingSource, "Email", true)); this.emailTextBox.Enabled = false; this.emailTextBox.Location = new System.Drawing.Point(76, 109); this.emailTextBox.Name = "emailTextBox"; this.emailTextBox.Size = new System.Drawing.Size(291, 20); this.emailTextBox.TabIndex = 10; // // clienteDataGridView // this.clienteDataGridView.AutoGenerateColumns = false; this.clienteDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.clienteDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.clienteDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn6}); this.clienteDataGridView.DataSource = this.clienteBindingSource; this.clienteDataGridView.Location = new System.Drawing.Point(17, 171); this.clienteDataGridView.Name = "clienteDataGridView"; this.clienteDataGridView.ReadOnly = true; this.clienteDataGridView.Size = new System.Drawing.Size(799, 220); this.clienteDataGridView.TabIndex = 12; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "ClienteID"; this.dataGridViewTextBoxColumn1.HeaderText = "ClienteID"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Width = 75; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "Nome"; this.dataGridViewTextBoxColumn2.HeaderText = "Nome"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Width = 60; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "CPF"; this.dataGridViewTextBoxColumn3.HeaderText = "CPF"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Width = 52; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "Endereco"; this.dataGridViewTextBoxColumn4.HeaderText = "Endereco"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Width = 78; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "Email"; this.dataGridViewTextBoxColumn5.HeaderText = "Email"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.Width = 57; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "Telefone"; this.dataGridViewTextBoxColumn6.HeaderText = "Telefone"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; this.dataGridViewTextBoxColumn6.Width = 74; // // telefoneMaskedTextBox // this.telefoneMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clienteBindingSource, "Telefone", true)); this.telefoneMaskedTextBox.Enabled = false; this.telefoneMaskedTextBox.Location = new System.Drawing.Point(76, 139); this.telefoneMaskedTextBox.Mask = "(##)####-####"; this.telefoneMaskedTextBox.Name = "telefoneMaskedTextBox"; this.telefoneMaskedTextBox.Size = new System.Drawing.Size(100, 20); this.telefoneMaskedTextBox.TabIndex = 13; // // cPFMaskedTextBox // this.cPFMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clienteBindingSource, "CPF", true)); this.cPFMaskedTextBox.Enabled = false; this.cPFMaskedTextBox.Location = new System.Drawing.Point(76, 56); this.cPFMaskedTextBox.Mask = "###.###.###-##"; this.cPFMaskedTextBox.Name = "cPFMaskedTextBox"; this.cPFMaskedTextBox.Size = new System.Drawing.Size(100, 20); this.cPFMaskedTextBox.TabIndex = 14; // // nomeToolStrip // this.nomeToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.nomeToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.nomeToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.nomeToolStripLabel, this.nomeToolStripTextBox, this.nomeToolStripButton}); this.nomeToolStrip.Location = new System.Drawing.Point(289, 0); this.nomeToolStrip.Name = "nomeToolStrip"; this.nomeToolStrip.Size = new System.Drawing.Size(194, 25); this.nomeToolStrip.TabIndex = 15; this.nomeToolStrip.Text = "nomeToolStrip"; // // nomeToolStripLabel // this.nomeToolStripLabel.Name = "nomeToolStripLabel"; this.nomeToolStripLabel.Size = new System.Drawing.Size(43, 22); this.nomeToolStripLabel.Text = "Nome:"; // // nomeToolStripTextBox // this.nomeToolStripTextBox.Name = "nomeToolStripTextBox"; this.nomeToolStripTextBox.Size = new System.Drawing.Size(100, 25); // // nomeToolStripButton // this.nomeToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.nomeToolStripButton.Name = "nomeToolStripButton"; this.nomeToolStripButton.Size = new System.Drawing.Size(46, 22); this.nomeToolStripButton.Text = "Buscar"; this.nomeToolStripButton.Click += new System.EventHandler(this.nomeToolStripButton_Click); // // clienteTableAdapter // this.clienteTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ClienteTableAdapter = this.clienteTableAdapter; this.tableAdapterManager.UpdateOrder = CadastroCliente.CadastroClienteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // Cadastro // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(887, 507); this.Controls.Add(this.nomeToolStrip); this.Controls.Add(cPFLabel); this.Controls.Add(this.cPFMaskedTextBox); this.Controls.Add(telefoneLabel); this.Controls.Add(this.telefoneMaskedTextBox); this.Controls.Add(this.clienteDataGridView); this.Controls.Add(nomeLabel); this.Controls.Add(this.nomeTextBox); this.Controls.Add(enderecoLabel); this.Controls.Add(this.enderecoTextBox); this.Controls.Add(emailLabel); this.Controls.Add(this.emailTextBox); this.Controls.Add(this.clienteBindingNavigator); this.Name = "Cadastro"; this.Text = "Cadastro de Cliente"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.clienteBindingNavigator)).EndInit(); this.clienteBindingNavigator.ResumeLayout(false); this.clienteBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.clienteBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cadastroClienteDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.clienteDataGridView)).EndInit(); this.nomeToolStrip.ResumeLayout(false); this.nomeToolStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(PlansForm)); this.educationalDepartmentDataSet = new DepartmentManager.EducationalDepartmentDataSet(); this.plansBindingSource = new System.Windows.Forms.BindingSource(this.components); this.plansTableAdapter = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.PlansTableAdapter(); this.tableAdapterManager = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager(); this.plansBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); 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(); this.plansBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.plansDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingNavigator)).BeginInit(); this.plansBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).BeginInit(); this.SuspendLayout(); // // educationalDepartmentDataSet // this.educationalDepartmentDataSet.DataSetName = "EducationalDepartmentDataSet"; this.educationalDepartmentDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // plansBindingSource // this.plansBindingSource.DataMember = "Plans"; this.plansBindingSource.DataSource = this.educationalDepartmentDataSet; // // plansTableAdapter // this.plansTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.GroupsTableAdapter = null; this.tableAdapterManager.MarkRecordsTableAdapter = null; this.tableAdapterManager.PlanContentTableAdapter = null; this.tableAdapterManager.PlansTableAdapter = this.plansTableAdapter; this.tableAdapterManager.StudentsTableAdapter = null; this.tableAdapterManager.SubjectsTableAdapter = null; this.tableAdapterManager.UpdateOrder = DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // plansBindingNavigator // this.plansBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.plansBindingNavigator.BindingSource = this.plansBindingSource; this.plansBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.plansBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.plansBindingNavigator.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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.plansBindingNavigatorSaveItem }); this.plansBindingNavigator.Location = new System.Drawing.Point(0, 0); this.plansBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.plansBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.plansBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.plansBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.plansBindingNavigator.Name = "plansBindingNavigator"; this.plansBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.plansBindingNavigator.Size = new System.Drawing.Size(515, 25); this.plansBindingNavigator.TabIndex = 0; this.plansBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // plansBindingNavigatorSaveItem // this.plansBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.plansBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("plansBindingNavigatorSaveItem.Image"))); this.plansBindingNavigatorSaveItem.Name = "plansBindingNavigatorSaveItem"; this.plansBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.plansBindingNavigatorSaveItem.Text = "Save Data"; this.plansBindingNavigatorSaveItem.Click += new System.EventHandler(this.PlansBindingNavigatorSaveItem_Click); // // plansDataGridView // this.plansDataGridView.AutoGenerateColumns = false; this.plansDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.plansDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn1 }); this.plansDataGridView.DataSource = this.plansBindingSource; this.plansDataGridView.Location = new System.Drawing.Point(12, 28); this.plansDataGridView.Name = "plansDataGridView"; this.plansDataGridView.Size = new System.Drawing.Size(491, 294); this.plansDataGridView.TabIndex = 1; this.plansDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.PlansDataGridView_DataError); // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn2.DataPropertyName = "Speciality"; this.dataGridViewTextBoxColumn2.HeaderText = "Специальность"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "Year"; this.dataGridViewTextBoxColumn3.HeaderText = "Год"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.Width = 65; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Id"; this.dataGridViewTextBoxColumn1.HeaderText = "Id"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Visible = false; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // PlansForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(515, 334); this.Controls.Add(this.plansDataGridView); this.Controls.Add(this.plansBindingNavigator); this.Name = "PlansForm"; this.Text = "Специальности"; this.Load += new System.EventHandler(this.PlansForm_Load); ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.plansBindingNavigator)).EndInit(); this.plansBindingNavigator.ResumeLayout(false); this.plansBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Pager)); this.btnFirst = new System.Windows.Forms.ToolStripButton(); this.btnPrev = new System.Windows.Forms.ToolStripButton(); this.btnNext = new System.Windows.Forms.ToolStripButton(); this.btnLast = new System.Windows.Forms.ToolStripButton(); this.txtCurrentPage = new System.Windows.Forms.ToolStripTextBox(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.lblPageCount = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.lblMaxPage = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).BeginInit(); this.bindingNavigator.SuspendLayout(); this.SuspendLayout(); // // btnFirst // this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnFirst.Enabled = false; this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image"))); this.btnFirst.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnFirst.Name = "btnFirst"; this.btnFirst.Size = new System.Drawing.Size(23, 27); this.btnFirst.Text = "第一页"; this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click); // // btnPrev // this.btnPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnPrev.Enabled = false; this.btnPrev.Image = ((System.Drawing.Image)(resources.GetObject("btnPrev.Image"))); this.btnPrev.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnPrev.Name = "btnPrev"; this.btnPrev.Size = new System.Drawing.Size(23, 27); this.btnPrev.Text = "上一页"; this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click); // // btnNext // this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnNext.Enabled = false; this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image"))); this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(23, 27); this.btnNext.Text = "下一页"; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // btnLast // this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnLast.Enabled = false; this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image"))); this.btnLast.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnLast.Name = "btnLast"; this.btnLast.Size = new System.Drawing.Size(23, 27); this.btnLast.Text = "最后页"; this.btnLast.Click += new System.EventHandler(this.btnLast_Click); // // txtCurrentPage // this.txtCurrentPage.Enabled = false; this.txtCurrentPage.Name = "txtCurrentPage"; this.txtCurrentPage.Size = new System.Drawing.Size(40, 30); this.txtCurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCurrentPage_KeyDown); this.txtCurrentPage.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCurrentPage_KeyPress); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(11, 27); this.toolStripLabel1.Text = "/"; // // lblPageCount // this.lblPageCount.Name = "lblPageCount"; this.lblPageCount.Size = new System.Drawing.Size(77, 27); this.lblPageCount.Text = "lblPageCount"; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 30); // // lblMaxPage // this.lblMaxPage.Name = "lblMaxPage"; this.lblMaxPage.Size = new System.Drawing.Size(65, 27); this.lblMaxPage.Text = "lblMaxPage"; // // bindingNavigator // this.bindingNavigator.AddNewItem = null; this.bindingNavigator.CountItem = null; this.bindingNavigator.DeleteItem = null; this.bindingNavigator.Dock = System.Windows.Forms.DockStyle.Fill; this.bindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnFirst, this.btnPrev, this.txtCurrentPage, this.toolStripLabel1, this.lblPageCount, this.btnNext, this.btnLast, this.toolStripSeparator4, this.lblMaxPage}); this.bindingNavigator.Location = new System.Drawing.Point(0, 0); this.bindingNavigator.MoveFirstItem = null; this.bindingNavigator.MoveLastItem = null; this.bindingNavigator.MoveNextItem = null; this.bindingNavigator.MovePreviousItem = null; this.bindingNavigator.Name = "bindingNavigator"; this.bindingNavigator.PositionItem = null; this.bindingNavigator.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.bindingNavigator.Size = new System.Drawing.Size(830, 30); this.bindingNavigator.TabIndex = 0; this.bindingNavigator.Text = "bindingNavigator1"; // // Pager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.bindingNavigator); this.Name = "Pager"; this.Size = new System.Drawing.Size(830, 30); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).EndInit(); this.bindingNavigator.ResumeLayout(false); this.bindingNavigator.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(SoilAggregateToTown)); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.lblPageCount = new System.Windows.Forms.ToolStripLabel(); this.txtCurrentPage = new System.Windows.Forms.ToolStripTextBox(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.lbl_tablename = new System.Windows.Forms.Label(); this.lbl_NUTRIENT_CODE = new System.Windows.Forms.Label(); this.btn_calculation = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.btn_Input = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.dT_maize_s = new System.Windows.Forms.DateTimePicker(); this.dT_maize_e = new System.Windows.Forms.DateTimePicker(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(44, 22); this.toolStripLabel2.Text = "下一页"; // // lblPageCount // this.lblPageCount.Name = "lblPageCount"; this.lblPageCount.Size = new System.Drawing.Size(0, 22); // // txtCurrentPage // this.txtCurrentPage.Name = "txtCurrentPage"; this.txtCurrentPage.Size = new System.Drawing.Size(40, 25); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(44, 22); this.toolStripLabel1.Text = "上一页"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录"; // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "移到下一条记录"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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 = "当前位置"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "toolStripButton1"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22); this.bindingNavigatorCountItem.Text = "/ {0}"; this.bindingNavigatorCountItem.ToolTipText = "总项数"; // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; 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.toolStripLabel1, this.txtCurrentPage, this.lblPageCount, this.toolStripLabel2, this.toolStripButton1}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 414); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(777, 25); this.bindingNavigator1.TabIndex = 97; this.bindingNavigator1.Text = "bindingNavigator1"; this.bindingNavigator1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.bindingNavigator1_ItemClicked); // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录"; // // lbl_tablename // this.lbl_tablename.AutoSize = true; this.lbl_tablename.Location = new System.Drawing.Point(83, 55); this.lbl_tablename.Name = "lbl_tablename"; this.lbl_tablename.Size = new System.Drawing.Size(41, 12); this.lbl_tablename.TabIndex = 96; this.lbl_tablename.Text = "label1"; this.lbl_tablename.Visible = false; // // lbl_NUTRIENT_CODE // this.lbl_NUTRIENT_CODE.AutoSize = true; this.lbl_NUTRIENT_CODE.Location = new System.Drawing.Point(457, 9); this.lbl_NUTRIENT_CODE.Name = "lbl_NUTRIENT_CODE"; this.lbl_NUTRIENT_CODE.Size = new System.Drawing.Size(53, 12); this.lbl_NUTRIENT_CODE.TabIndex = 95; this.lbl_NUTRIENT_CODE.Text = "养分类型"; this.lbl_NUTRIENT_CODE.Visible = false; // // btn_calculation // this.btn_calculation.Location = new System.Drawing.Point(531, 9); this.btn_calculation.Name = "btn_calculation"; this.btn_calculation.Size = new System.Drawing.Size(75, 23); this.btn_calculation.TabIndex = 94; this.btn_calculation.Text = "汇总"; this.btn_calculation.UseVisualStyleBackColor = true; this.btn_calculation.Click += new System.EventHandler(this.btn_calculation_Click); // // dataGridView1 // this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(27, 40); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(719, 358); this.dataGridView1.TabIndex = 93; // // btn_Input // this.btn_Input.Location = new System.Drawing.Point(652, 9); this.btn_Input.Name = "btn_Input"; this.btn_Input.Size = new System.Drawing.Size(75, 23); this.btn_Input.TabIndex = 92; this.btn_Input.Text = "入库"; this.btn_Input.UseVisualStyleBackColor = true; this.btn_Input.Click += new System.EventHandler(this.btn_Input_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(228, 14); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(29, 12); this.label5.TabIndex = 90; this.label5.Text = "截止"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(9, 9); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 89; this.label4.Text = "起始"; // // dT_maize_s // this.dT_maize_s.Location = new System.Drawing.Point(44, 10); this.dT_maize_s.Name = "dT_maize_s"; this.dT_maize_s.Size = new System.Drawing.Size(170, 21); this.dT_maize_s.TabIndex = 88; this.dT_maize_s.Value = new System.DateTime(2010, 4, 30, 0, 0, 0, 0); // // dT_maize_e // this.dT_maize_e.Location = new System.Drawing.Point(268, 10); this.dT_maize_e.Name = "dT_maize_e"; this.dT_maize_e.Size = new System.Drawing.Size(170, 21); this.dT_maize_e.TabIndex = 91; this.dT_maize_e.Value = new System.DateTime(2010, 9, 1, 0, 0, 0, 0); // // SoilAggregateToTown // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(777, 439); this.Controls.Add(this.bindingNavigator1); this.Controls.Add(this.lbl_tablename); this.Controls.Add(this.lbl_NUTRIENT_CODE); this.Controls.Add(this.btn_calculation); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.btn_Input); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.dT_maize_s); this.Controls.Add(this.dT_maize_e); this.Name = "SoilAggregateToTown"; this.Text = "汇总到作业区"; ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManageAccounts)); this.CustomerBindingSource = new System.Windows.Forms.BindingSource(this.components); this.khobalatteaDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.buttonWithStyle1 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle(); this.label1 = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.button1 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox14 = new System.Windows.Forms.TextBox(); this.textBox15 = new System.Windows.Forms.TextBox(); this.textBox16 = new System.Windows.Forms.TextBox(); this.textBox17 = new System.Windows.Forms.TextBox(); this.textBox18 = new System.Windows.Forms.TextBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.saveToolStripButton = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.CustomerBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.khobalatteaDataSetBindingSource)).BeginInit(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.SuspendLayout(); // // CustomerBindingSource // this.CustomerBindingSource.DataMember = "customer"; this.CustomerBindingSource.DataSource = this.khobalatteaDataSetBindingSource; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BackgroundImage = global::PIRKT.Properties.Resources.accounts_mgt; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.buttonWithStyle1); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.richTextBox1); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.dataGridView1); this.panel1.Controls.Add(this.bindingNavigator1); this.panel1.Location = new System.Drawing.Point(0, -1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1058, 704); this.panel1.TabIndex = 1; // // buttonWithStyle1 // this.buttonWithStyle1.Location = new System.Drawing.Point(477, 632); this.buttonWithStyle1.Name = "buttonWithStyle1"; this.buttonWithStyle1.Size = new System.Drawing.Size(75, 23); this.buttonWithStyle1.TabIndex = 23; this.buttonWithStyle1.Text = "QUIT"; this.buttonWithStyle1.Click += new System.EventHandler(this.buttonWithStyle1_Click); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.MenuBar; this.label1.Location = new System.Drawing.Point(68, 478); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(214, 18); this.label1.TabIndex = 22; this.label1.Text = "Additional address information: "; // // richTextBox1 // this.richTextBox1.BackColor = System.Drawing.Color.MintCream; this.richTextBox1.Location = new System.Drawing.Point(68, 496); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(458, 130); this.richTextBox1.TabIndex = 21; this.richTextBox1.Text = ""; // // button1 // this.button1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button1.Image = global::PIRKT.Properties.Resources.view2; this.button1.Location = new System.Drawing.Point(956, 194); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(40, 40); this.button1.TabIndex = 18; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.textBox4); this.groupBox1.Controls.Add(this.textBox5); this.groupBox1.Controls.Add(this.textBox14); this.groupBox1.Controls.Add(this.textBox15); this.groupBox1.Controls.Add(this.textBox16); this.groupBox1.Controls.Add(this.textBox17); this.groupBox1.Controls.Add(this.textBox18); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.groupBox1.ForeColor = System.Drawing.SystemColors.MenuBar; this.groupBox1.Location = new System.Drawing.Point(68, 191); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(885, 41); this.groupBox1.TabIndex = 17; this.groupBox1.TabStop = false; this.groupBox1.Text = "Search: "; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(105, 14); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(78, 20); this.textBox2.TabIndex = 25; this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged); // // textBox3 // this.textBox3.Location = new System.Drawing.Point(5, 14); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(78, 20); this.textBox3.TabIndex = 24; this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged); // // textBox4 // this.textBox4.Location = new System.Drawing.Point(606, 14); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(78, 20); this.textBox4.TabIndex = 23; this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged); // // textBox5 // this.textBox5.Location = new System.Drawing.Point(507, 14); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(78, 20); this.textBox5.TabIndex = 22; this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged); // // textBox14 // this.textBox14.Location = new System.Drawing.Point(406, 14); this.textBox14.Name = "textBox14"; this.textBox14.Size = new System.Drawing.Size(78, 20); this.textBox14.TabIndex = 21; this.textBox14.TextChanged += new System.EventHandler(this.textBox14_TextChanged); // // textBox15 // this.textBox15.Location = new System.Drawing.Point(300, 14); this.textBox15.Name = "textBox15"; this.textBox15.Size = new System.Drawing.Size(78, 20); this.textBox15.TabIndex = 20; this.textBox15.TextChanged += new System.EventHandler(this.textBox15_TextChanged); // // textBox16 // this.textBox16.Location = new System.Drawing.Point(204, 14); this.textBox16.Name = "textBox16"; this.textBox16.Size = new System.Drawing.Size(78, 20); this.textBox16.TabIndex = 19; this.textBox16.TextChanged += new System.EventHandler(this.textBox16_TextChanged); // // textBox17 // this.textBox17.Location = new System.Drawing.Point(704, 14); this.textBox17.Name = "textBox17"; this.textBox17.Size = new System.Drawing.Size(78, 20); this.textBox17.TabIndex = 18; this.textBox17.TextChanged += new System.EventHandler(this.textBox17_TextChanged); // // textBox18 // this.textBox18.Location = new System.Drawing.Point(800, 14); this.textBox18.Name = "textBox18"; this.textBox18.Size = new System.Drawing.Size(78, 20); this.textBox18.TabIndex = 17; this.textBox18.TextChanged += new System.EventHandler(this.textBox18_TextChanged); // // dataGridView1 // dataGridViewCellStyle1.BackColor = System.Drawing.Color.DarkCyan; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.AliceBlue; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.OrangeRed; this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.BackgroundColor = System.Drawing.Color.MintCream; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(68, 238); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(928, 238); this.dataGridView1.TabIndex = 3; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem; 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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.saveToolStripButton}); this.bindingNavigator1.Location = new System.Drawing.Point(0, 0); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(1056, 25); this.bindingNavigator1.TabIndex = 2; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click); // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // saveToolStripButton // this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image"))); this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveToolStripButton.Name = "saveToolStripButton"; this.saveToolStripButton.Size = new System.Drawing.Size(23, 22); this.saveToolStripButton.Text = "&Save"; this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click); // // ManageAccounts // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::PIRKT.Properties.Resources.accounts_mgt; this.ClientSize = new System.Drawing.Size(1058, 703); this.Controls.Add(this.panel1); this.Name = "ManageAccounts"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ManageAccounts"; this.Load += new System.EventHandler(this.ManageAccounts_Load); ((System.ComponentModel.ISupportInitialize)(this.CustomerBindingSource)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.ResumeLayout(false); }
/// <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.Windows.Forms.Label label14; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmClientes)); this.grpCampos = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtContactoCLI = new System.Windows.Forms.TextBox(); this.txtNombreCLI = new System.Windows.Forms.TextBox(); this.txtApellidoCLI = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtTransporteCLI = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtCorreoCLI = new System.Windows.Forms.TextBox(); this.txtMovilCLI = new System.Windows.Forms.TextBox(); this.txtTelefonoCLI = new System.Windows.Forms.TextBox(); this.txtIdClienteCLI = new System.Windows.Forms.TextBox(); this.txtFechaNacCLI = new System.Windows.Forms.MaskedTextBox(); this.label11 = new System.Windows.Forms.Label(); this.txtRazonSocialCLI = new System.Windows.Forms.TextBox(); this.cmbCondicion = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.txtCUIT = new System.Windows.Forms.TextBox(); this.gvwDatos = new System.Windows.Forms.DataGridView(); this.grpBotones = new System.Windows.Forms.GroupBox(); this.btnCancelar = new System.Windows.Forms.Button(); this.btnSalir = new System.Windows.Forms.Button(); this.btnGrabar = new System.Windows.Forms.Button(); this.btnBorrar = new System.Windows.Forms.Button(); this.btnEditar = new System.Windows.Forms.Button(); this.btnNuevo = new System.Windows.Forms.Button(); this.btnBuscar = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtParametros = new System.Windows.Forms.TextBox(); 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(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtProvinciaCLI = new System.Windows.Forms.TextBox(); this.txtLocalidadCLI = new System.Windows.Forms.TextBox(); this.txtDireccionCLI = new System.Windows.Forms.TextBox(); label14 = new System.Windows.Forms.Label(); this.grpCampos.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).BeginInit(); this.grpBotones.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // label14 // label14.AutoSize = true; label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label14.ForeColor = System.Drawing.SystemColors.ActiveCaption; label14.Location = new System.Drawing.Point(10, 70); label14.Name = "label14"; label14.Size = new System.Drawing.Size(51, 15); label14.TabIndex = 27; label14.Text = "Apellido"; // // grpCampos // this.grpCampos.Controls.Add(this.label9); this.grpCampos.Controls.Add(this.label8); this.grpCampos.Controls.Add(this.label5); this.grpCampos.Controls.Add(this.txtProvinciaCLI); this.grpCampos.Controls.Add(this.txtLocalidadCLI); this.grpCampos.Controls.Add(this.txtDireccionCLI); this.grpCampos.Controls.Add(label14); this.grpCampos.Controls.Add(this.label6); this.grpCampos.Controls.Add(this.label12); this.grpCampos.Controls.Add(this.label10); this.grpCampos.Controls.Add(this.label3); this.grpCampos.Controls.Add(this.label1); this.grpCampos.Controls.Add(this.txtContactoCLI); this.grpCampos.Controls.Add(this.txtNombreCLI); this.grpCampos.Controls.Add(this.txtApellidoCLI); this.grpCampos.Controls.Add(this.label4); this.grpCampos.Controls.Add(this.txtTransporteCLI); this.grpCampos.Controls.Add(this.label2); this.grpCampos.Controls.Add(this.txtCorreoCLI); this.grpCampos.Controls.Add(this.txtMovilCLI); this.grpCampos.Controls.Add(this.txtTelefonoCLI); this.grpCampos.Controls.Add(this.txtIdClienteCLI); this.grpCampos.Location = new System.Drawing.Point(12, 199); this.grpCampos.Name = "grpCampos"; this.grpCampos.Size = new System.Drawing.Size(404, 321); this.grpCampos.TabIndex = 0; this.grpCampos.TabStop = false; this.grpCampos.Enter += new System.EventHandler(this.grpCampos_Enter); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label6.Location = new System.Drawing.Point(10, 44); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(52, 15); this.label6.TabIndex = 27; this.label6.Text = "Nombre"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label12.Location = new System.Drawing.Point(10, 97); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(44, 15); this.label12.TabIndex = 25; this.label12.Text = "Correo"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label10.Location = new System.Drawing.Point(10, 233); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(36, 15); this.label10.TabIndex = 24; this.label10.Text = "Móvil"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label3.Location = new System.Drawing.Point(10, 206); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 15); this.label3.TabIndex = 24; this.label3.Text = "Teléfono"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label1.Location = new System.Drawing.Point(10, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 15); this.label1.TabIndex = 17; this.label1.Text = "Nº cliente"; // // txtContactoCLI // this.txtContactoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtContactoCLI.Location = new System.Drawing.Point(90, 285); this.txtContactoCLI.Name = "txtContactoCLI"; this.txtContactoCLI.Size = new System.Drawing.Size(295, 20); this.txtContactoCLI.TabIndex = 10; this.txtContactoCLI.TabStop = false; this.txtContactoCLI.Visible = false; // // txtNombreCLI // this.txtNombreCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombreCLI.Location = new System.Drawing.Point(90, 44); this.txtNombreCLI.Name = "txtNombreCLI"; this.txtNombreCLI.Size = new System.Drawing.Size(295, 20); this.txtNombreCLI.TabIndex = 1; // // txtApellidoCLI // this.txtApellidoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtApellidoCLI.Location = new System.Drawing.Point(90, 70); this.txtApellidoCLI.Name = "txtApellidoCLI"; this.txtApellidoCLI.Size = new System.Drawing.Size(295, 20); this.txtApellidoCLI.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label4.Location = new System.Drawing.Point(10, 260); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(66, 15); this.label4.TabIndex = 25; this.label4.Text = "Transporte"; this.label4.Visible = false; // // txtTransporteCLI // this.txtTransporteCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTransporteCLI.Location = new System.Drawing.Point(90, 259); this.txtTransporteCLI.Name = "txtTransporteCLI"; this.txtTransporteCLI.Size = new System.Drawing.Size(295, 20); this.txtTransporteCLI.TabIndex = 9; this.txtTransporteCLI.TabStop = false; this.txtTransporteCLI.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label2.Location = new System.Drawing.Point(10, 285); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(55, 15); this.label2.TabIndex = 23; this.label2.Text = "Contacto"; this.label2.Visible = false; // // txtCorreoCLI // this.txtCorreoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower; this.txtCorreoCLI.Location = new System.Drawing.Point(90, 96); this.txtCorreoCLI.Name = "txtCorreoCLI"; this.txtCorreoCLI.Size = new System.Drawing.Size(295, 20); this.txtCorreoCLI.TabIndex = 3; // // txtMovilCLI // this.txtMovilCLI.Location = new System.Drawing.Point(90, 232); this.txtMovilCLI.Name = "txtMovilCLI"; this.txtMovilCLI.Size = new System.Drawing.Size(295, 20); this.txtMovilCLI.TabIndex = 8; // // txtTelefonoCLI // this.txtTelefonoCLI.Location = new System.Drawing.Point(90, 206); this.txtTelefonoCLI.Name = "txtTelefonoCLI"; this.txtTelefonoCLI.Size = new System.Drawing.Size(295, 20); this.txtTelefonoCLI.TabIndex = 7; // // txtIdClienteCLI // this.txtIdClienteCLI.Location = new System.Drawing.Point(90, 18); this.txtIdClienteCLI.Name = "txtIdClienteCLI"; this.txtIdClienteCLI.Size = new System.Drawing.Size(295, 20); this.txtIdClienteCLI.TabIndex = 0; // // txtFechaNacCLI // this.txtFechaNacCLI.Location = new System.Drawing.Point(127, 552); this.txtFechaNacCLI.Mask = "00/00/0000"; this.txtFechaNacCLI.Name = "txtFechaNacCLI"; this.txtFechaNacCLI.Size = new System.Drawing.Size(270, 20); this.txtFechaNacCLI.TabIndex = 7; this.txtFechaNacCLI.TabStop = false; this.txtFechaNacCLI.ValidatingType = typeof(System.DateTime); this.txtFechaNacCLI.Visible = false; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label11.Location = new System.Drawing.Point(22, 552); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(56, 15); this.label11.TabIndex = 23; this.label11.Text = "Fecha N."; this.label11.Visible = false; // // txtRazonSocialCLI // this.txtRazonSocialCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtRazonSocialCLI.Location = new System.Drawing.Point(407, 552); this.txtRazonSocialCLI.Name = "txtRazonSocialCLI"; this.txtRazonSocialCLI.Size = new System.Drawing.Size(200, 20); this.txtRazonSocialCLI.TabIndex = 1; this.txtRazonSocialCLI.Visible = false; // // cmbCondicion // this.cmbCondicion.FormattingEnabled = true; this.cmbCondicion.Location = new System.Drawing.Point(270, 527); this.cmbCondicion.Name = "cmbCondicion"; this.cmbCondicion.Size = new System.Drawing.Size(159, 21); this.cmbCondicion.TabIndex = 28; this.cmbCondicion.TabStop = false; this.cmbCondicion.Visible = false; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label13.Location = new System.Drawing.Point(184, 528); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(80, 15); this.label13.TabIndex = 27; this.label13.Text = "Condicion iva"; this.label13.Visible = false; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label7.Location = new System.Drawing.Point(15, 528); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(34, 15); this.label7.TabIndex = 18; this.label7.Text = "CUIT"; this.label7.Visible = false; // // txtCUIT // this.txtCUIT.Location = new System.Drawing.Point(55, 526); this.txtCUIT.Name = "txtCUIT"; this.txtCUIT.Size = new System.Drawing.Size(121, 20); this.txtCUIT.TabIndex = 2; this.txtCUIT.TabStop = false; this.txtCUIT.Visible = false; // // gvwDatos // this.gvwDatos.AllowUserToAddRows = false; this.gvwDatos.AllowUserToDeleteRows = false; this.gvwDatos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.gvwDatos.Location = new System.Drawing.Point(12, 17); this.gvwDatos.Name = "gvwDatos"; this.gvwDatos.ReadOnly = true; this.gvwDatos.Size = new System.Drawing.Size(615, 172); this.gvwDatos.TabIndex = 0; this.gvwDatos.Text = "DataGridView1"; // // grpBotones // this.grpBotones.Controls.Add(this.btnCancelar); this.grpBotones.Controls.Add(this.btnSalir); this.grpBotones.Controls.Add(this.btnGrabar); this.grpBotones.Controls.Add(this.btnBorrar); this.grpBotones.Controls.Add(this.btnEditar); this.grpBotones.Controls.Add(this.btnNuevo); this.grpBotones.Controls.Add(this.btnBuscar); this.grpBotones.Location = new System.Drawing.Point(427, 259); this.grpBotones.Name = "grpBotones"; this.grpBotones.Size = new System.Drawing.Size(200, 261); this.grpBotones.TabIndex = 1; this.grpBotones.TabStop = false; // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(20, 185); this.btnCancelar.Name = "btnCancelar"; this.btnCancelar.Size = new System.Drawing.Size(160, 26); this.btnCancelar.TabIndex = 5; this.btnCancelar.Text = "Cancelar"; this.btnCancelar.UseVisualStyleBackColor = true; this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click); // // btnSalir // this.btnSalir.Location = new System.Drawing.Point(20, 217); this.btnSalir.Name = "btnSalir"; this.btnSalir.Size = new System.Drawing.Size(160, 26); this.btnSalir.TabIndex = 6; this.btnSalir.Text = "Salir"; this.btnSalir.UseVisualStyleBackColor = true; this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(20, 153); this.btnGrabar.Name = "btnGrabar"; this.btnGrabar.Size = new System.Drawing.Size(160, 26); this.btnGrabar.TabIndex = 4; this.btnGrabar.Text = "Grabar"; this.btnGrabar.UseVisualStyleBackColor = true; this.btnGrabar.Click += new System.EventHandler(this.btnGrabar_Click); // // btnBorrar // this.btnBorrar.Location = new System.Drawing.Point(20, 121); this.btnBorrar.Name = "btnBorrar"; this.btnBorrar.Size = new System.Drawing.Size(160, 26); this.btnBorrar.TabIndex = 3; this.btnBorrar.Text = "Borrar"; this.btnBorrar.UseVisualStyleBackColor = true; this.btnBorrar.Click += new System.EventHandler(this.btnBorrar_Click); // // btnEditar // this.btnEditar.Location = new System.Drawing.Point(20, 89); this.btnEditar.Name = "btnEditar"; this.btnEditar.Size = new System.Drawing.Size(160, 26); this.btnEditar.TabIndex = 2; this.btnEditar.Text = "Editar"; this.btnEditar.UseVisualStyleBackColor = true; this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click); // // btnNuevo // this.btnNuevo.Location = new System.Drawing.Point(20, 57); this.btnNuevo.Name = "btnNuevo"; this.btnNuevo.Size = new System.Drawing.Size(160, 26); this.btnNuevo.TabIndex = 1; this.btnNuevo.Text = "Nuevo"; this.btnNuevo.UseVisualStyleBackColor = true; this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click); // // btnBuscar // this.btnBuscar.Location = new System.Drawing.Point(20, 25); this.btnBuscar.Name = "btnBuscar"; this.btnBuscar.Size = new System.Drawing.Size(160, 26); this.btnBuscar.TabIndex = 0; this.btnBuscar.Text = "Buscar"; this.btnBuscar.UseVisualStyleBackColor = true; this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.txtParametros); this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.groupBox1.Location = new System.Drawing.Point(427, 199); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 54); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Buscar"; // // txtParametros // this.txtParametros.Location = new System.Drawing.Point(6, 20); this.txtParametros.Name = "txtParametros"; this.txtParametros.Size = new System.Drawing.Size(188, 20); this.txtParametros.TabIndex = 0; // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; 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, 532); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(639, 25); this.bindingNavigator1.TabIndex = 29; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(38, 22); this.bindingNavigatorCountItem.Text = "de {0}"; this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Mover primero"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Mover anterior"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Posición"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Posición actual"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Mover siguiente"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Mover último"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label9.Location = new System.Drawing.Point(10, 175); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(57, 15); this.label9.TabIndex = 31; this.label9.Text = "Provincia"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label8.Location = new System.Drawing.Point(10, 149); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(61, 15); this.label8.TabIndex = 32; this.label8.Text = "Localidad"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label5.Location = new System.Drawing.Point(10, 123); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(59, 15); this.label5.TabIndex = 33; this.label5.Text = "Dirección"; // // txtProvinciaCLI // this.txtProvinciaCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtProvinciaCLI.Location = new System.Drawing.Point(90, 175); this.txtProvinciaCLI.Name = "txtProvinciaCLI"; this.txtProvinciaCLI.Size = new System.Drawing.Size(295, 20); this.txtProvinciaCLI.TabIndex = 6; // // txtLocalidadCLI // this.txtLocalidadCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtLocalidadCLI.Location = new System.Drawing.Point(90, 149); this.txtLocalidadCLI.Name = "txtLocalidadCLI"; this.txtLocalidadCLI.Size = new System.Drawing.Size(295, 20); this.txtLocalidadCLI.TabIndex = 5; // // txtDireccionCLI // this.txtDireccionCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDireccionCLI.Location = new System.Drawing.Point(90, 123); this.txtDireccionCLI.Name = "txtDireccionCLI"; this.txtDireccionCLI.Size = new System.Drawing.Size(295, 20); this.txtDireccionCLI.TabIndex = 4; // // frmClientes // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(639, 557); this.ControlBox = false; this.Controls.Add(this.cmbCondicion); this.Controls.Add(this.label13); this.Controls.Add(this.bindingNavigator1); this.Controls.Add(this.txtFechaNacCLI); this.Controls.Add(this.grpCampos); this.Controls.Add(this.gvwDatos); this.Controls.Add(this.grpBotones); this.Controls.Add(this.label7); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label11); this.Controls.Add(this.txtCUIT); this.Controls.Add(this.txtRazonSocialCLI); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "frmClientes"; this.Text = "Clientes"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmClientes_FormClosing); this.Load += new System.EventHandler(this.frmClientes_Load); this.grpCampos.ResumeLayout(false); this.grpCampos.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).EndInit(); this.grpBotones.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(Form1)); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.studIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lastNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.firstNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.middleNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.addressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.birthdayDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.programDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sectionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.yearLevelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tblStudentInfoBindingSource = new System.Windows.Forms.BindingSource(this.components); this.studentsDataSet = new Datagrid.studentsDataSet(); this.refreshToolStrip = new System.Windows.Forms.ToolStrip(); this.refreshToolStripButton = new System.Windows.Forms.ToolStripButton(); this.tblStudent_InfoTableAdapter = new Datagrid.studentsDataSetTableAdapters.tblStudent_InfoTableAdapter(); this.bSCSToolStrip = new System.Windows.Forms.ToolStrip(); this.bSCSToolStripButton = new System.Windows.Forms.ToolStripButton(); this.bSITToolStrip = new System.Windows.Forms.ToolStrip(); this.bSITToolStripButton = new System.Windows.Forms.ToolStripButton(); this.address_BalangaToolStrip = new System.Windows.Forms.ToolStrip(); this.address_BalangaToolStripButton = new System.Windows.Forms.ToolStripButton(); this.second_YearToolStrip = new System.Windows.Forms.ToolStrip(); this.second_YearToolStripButton = new System.Windows.Forms.ToolStripButton(); this.lastname_A_and_CToolStrip = new System.Windows.Forms.ToolStrip(); this.lastname_A_and_CToolStripButton = new System.Windows.Forms.ToolStripButton(); this.Section_2B = new System.Windows.Forms.ToolStrip(); this.fillByToolStripButton = new System.Windows.Forms.ToolStripButton(); this.firstnames_ConsonantsToolStrip = new System.Windows.Forms.ToolStrip(); this.firstnames_ConsonantsToolStripButton = new System.Windows.Forms.ToolStripButton(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblStudentInfoBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).BeginInit(); this.refreshToolStrip.SuspendLayout(); this.bSCSToolStrip.SuspendLayout(); this.bSITToolStrip.SuspendLayout(); this.address_BalangaToolStrip.SuspendLayout(); this.second_YearToolStrip.SuspendLayout(); this.lastname_A_and_CToolStrip.SuspendLayout(); this.Section_2B.SuspendLayout(); this.firstnames_ConsonantsToolStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.studIDDataGridViewTextBoxColumn, this.lastNameDataGridViewTextBoxColumn, this.firstNameDataGridViewTextBoxColumn, this.middleNameDataGridViewTextBoxColumn, this.addressDataGridViewTextBoxColumn, this.birthdayDataGridViewTextBoxColumn, this.programDataGridViewTextBoxColumn, this.sectionDataGridViewTextBoxColumn, this.yearLevelDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.tblStudentInfoBindingSource; this.dataGridView1.Location = new System.Drawing.Point(36, 193); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(947, 150); this.dataGridView1.TabIndex = 0; // // studIDDataGridViewTextBoxColumn // this.studIDDataGridViewTextBoxColumn.DataPropertyName = "StudID"; this.studIDDataGridViewTextBoxColumn.HeaderText = "StudID"; this.studIDDataGridViewTextBoxColumn.Name = "studIDDataGridViewTextBoxColumn"; // // lastNameDataGridViewTextBoxColumn // this.lastNameDataGridViewTextBoxColumn.DataPropertyName = "LastName"; this.lastNameDataGridViewTextBoxColumn.HeaderText = "LastName"; this.lastNameDataGridViewTextBoxColumn.Name = "lastNameDataGridViewTextBoxColumn"; // // firstNameDataGridViewTextBoxColumn // this.firstNameDataGridViewTextBoxColumn.DataPropertyName = "FirstName"; this.firstNameDataGridViewTextBoxColumn.HeaderText = "FirstName"; this.firstNameDataGridViewTextBoxColumn.Name = "firstNameDataGridViewTextBoxColumn"; // // middleNameDataGridViewTextBoxColumn // this.middleNameDataGridViewTextBoxColumn.DataPropertyName = "MiddleName"; this.middleNameDataGridViewTextBoxColumn.HeaderText = "MiddleName"; this.middleNameDataGridViewTextBoxColumn.Name = "middleNameDataGridViewTextBoxColumn"; // // addressDataGridViewTextBoxColumn // this.addressDataGridViewTextBoxColumn.DataPropertyName = "Address"; this.addressDataGridViewTextBoxColumn.HeaderText = "Address"; this.addressDataGridViewTextBoxColumn.Name = "addressDataGridViewTextBoxColumn"; // // birthdayDataGridViewTextBoxColumn // this.birthdayDataGridViewTextBoxColumn.DataPropertyName = "Birthday"; this.birthdayDataGridViewTextBoxColumn.HeaderText = "Birthday"; this.birthdayDataGridViewTextBoxColumn.Name = "birthdayDataGridViewTextBoxColumn"; // // programDataGridViewTextBoxColumn // this.programDataGridViewTextBoxColumn.DataPropertyName = "Program"; this.programDataGridViewTextBoxColumn.HeaderText = "Program"; this.programDataGridViewTextBoxColumn.Name = "programDataGridViewTextBoxColumn"; // // sectionDataGridViewTextBoxColumn // this.sectionDataGridViewTextBoxColumn.DataPropertyName = "Section"; this.sectionDataGridViewTextBoxColumn.HeaderText = "Section"; this.sectionDataGridViewTextBoxColumn.Name = "sectionDataGridViewTextBoxColumn"; // // yearLevelDataGridViewTextBoxColumn // this.yearLevelDataGridViewTextBoxColumn.DataPropertyName = "YearLevel"; this.yearLevelDataGridViewTextBoxColumn.HeaderText = "YearLevel"; this.yearLevelDataGridViewTextBoxColumn.Name = "yearLevelDataGridViewTextBoxColumn"; // // tblStudentInfoBindingSource // this.tblStudentInfoBindingSource.DataMember = "tblStudent_Info"; this.tblStudentInfoBindingSource.DataSource = this.studentsDataSet; // // studentsDataSet // this.studentsDataSet.DataSetName = "studentsDataSet"; this.studentsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // refreshToolStrip // this.refreshToolStrip.AutoSize = false; this.refreshToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; this.refreshToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.refreshToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.refreshToolStripButton}); this.refreshToolStrip.Location = new System.Drawing.Point(912, 381); this.refreshToolStrip.Name = "refreshToolStrip"; this.refreshToolStrip.Size = new System.Drawing.Size(80, 32); this.refreshToolStrip.TabIndex = 1; this.refreshToolStrip.Text = "refreshToolStrip"; this.refreshToolStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.refreshToolStrip_ItemClicked); // // refreshToolStripButton // this.refreshToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.refreshToolStripButton.Name = "refreshToolStripButton"; this.refreshToolStripButton.Size = new System.Drawing.Size(50, 29); this.refreshToolStripButton.Text = "Refresh"; this.refreshToolStripButton.Click += new System.EventHandler(this.refreshToolStripButton_Click); // // tblStudent_InfoTableAdapter // this.tblStudent_InfoTableAdapter.ClearBeforeFill = true; // // bSCSToolStrip // this.bSCSToolStrip.AutoSize = false; this.bSCSToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; this.bSCSToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.bSCSToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bSCSToolStripButton}); this.bSCSToolStrip.Location = new System.Drawing.Point(823, 381); this.bSCSToolStrip.Name = "bSCSToolStrip"; this.bSCSToolStrip.Size = new System.Drawing.Size(80, 32); this.bSCSToolStrip.TabIndex = 2; this.bSCSToolStrip.Text = "bSCSToolStrip"; // // bSCSToolStripButton // this.bSCSToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.bSCSToolStripButton.Name = "bSCSToolStripButton"; this.bSCSToolStripButton.Size = new System.Drawing.Size(38, 29); this.bSCSToolStripButton.Text = "BSCS"; this.bSCSToolStripButton.Click += new System.EventHandler(this.bSCSToolStripButton_Click); // // bSITToolStrip // this.bSITToolStrip.AutoSize = false; this.bSITToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; this.bSITToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.bSITToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bSITToolStripButton}); this.bSITToolStrip.Location = new System.Drawing.Point(739, 381); this.bSITToolStrip.Name = "bSITToolStrip"; this.bSITToolStrip.Size = new System.Drawing.Size(74, 32); this.bSITToolStrip.TabIndex = 3; this.bSITToolStrip.Text = "bSITToolStrip"; // // bSITToolStripButton // this.bSITToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.bSITToolStripButton.Name = "bSITToolStripButton"; this.bSITToolStripButton.Size = new System.Drawing.Size(34, 29); this.bSITToolStripButton.Text = "BSIT"; this.bSITToolStripButton.Click += new System.EventHandler(this.bSITToolStripButton_Click); // // address_BalangaToolStrip // this.address_BalangaToolStrip.AutoSize = false; this.address_BalangaToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; this.address_BalangaToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.address_BalangaToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.address_BalangaToolStripButton}); this.address_BalangaToolStrip.Location = new System.Drawing.Point(355, 381); this.address_BalangaToolStrip.Name = "address_BalangaToolStrip"; this.address_BalangaToolStrip.Size = new System.Drawing.Size(128, 32); this.address_BalangaToolStrip.TabIndex = 4; this.address_BalangaToolStrip.Text = "address_BalangaToolStrip"; // // address_BalangaToolStripButton // this.address_BalangaToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.address_BalangaToolStripButton.Name = "address_BalangaToolStripButton"; this.address_BalangaToolStripButton.Size = new System.Drawing.Size(100, 29); this.address_BalangaToolStripButton.Text = "Address_Balanga"; this.address_BalangaToolStripButton.Click += new System.EventHandler(this.address_BalangaToolStripButton_Click); // // second_YearToolStrip // this.second_YearToolStrip.AutoSize = false; this.second_YearToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; this.second_YearToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.second_YearToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.second_YearToolStripButton}); this.second_YearToolStrip.Location = new System.Drawing.Point(494, 381); this.second_YearToolStrip.Name = "second_YearToolStrip"; this.second_YearToolStrip.Size = new System.Drawing.Size(111, 32); this.second_YearToolStrip.TabIndex = 5; this.second_YearToolStrip.Text = "second_YearToolStrip"; // // second_YearToolStripButton // this.second_YearToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.second_YearToolStripButton.Name = "second_YearToolStripButton"; this.second_YearToolStripButton.Size = new System.Drawing.Size(77, 29); this.second_YearToolStripButton.Text = "Second_Year"; this.second_YearToolStripButton.Click += new System.EventHandler(this.second_YearToolStripButton_Click); // // lastname_A_and_CToolStrip // this.lastname_A_and_CToolStrip.AutoSize = false; this.lastname_A_and_CToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; this.lastname_A_and_CToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.lastname_A_and_CToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lastname_A_and_CToolStripButton}); this.lastname_A_and_CToolStrip.Location = new System.Drawing.Point(205, 381); this.lastname_A_and_CToolStrip.Name = "lastname_A_and_CToolStrip"; this.lastname_A_and_CToolStrip.Size = new System.Drawing.Size(141, 32); this.lastname_A_and_CToolStrip.TabIndex = 6; this.lastname_A_and_CToolStrip.Text = "lastname_A_and_CToolStrip"; // // lastname_A_and_CToolStripButton // this.lastname_A_and_CToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.lastname_A_and_CToolStripButton.Name = "lastname_A_and_CToolStripButton"; this.lastname_A_and_CToolStripButton.Size = new System.Drawing.Size(113, 29); this.lastname_A_and_CToolStripButton.Text = "Lastname_A_and_C"; this.lastname_A_and_CToolStripButton.Click += new System.EventHandler(this.lastname_A_and_CToolStripButton_Click); // // Section_2B // this.Section_2B.AutoSize = false; this.Section_2B.BackColor = System.Drawing.SystemColors.ActiveCaption; this.Section_2B.Dock = System.Windows.Forms.DockStyle.None; this.Section_2B.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fillByToolStripButton}); this.Section_2B.Location = new System.Drawing.Point(614, 381); this.Section_2B.Name = "Section_2B"; this.Section_2B.Size = new System.Drawing.Size(115, 32); this.Section_2B.TabIndex = 7; this.Section_2B.Text = "Section_2B"; // // fillByToolStripButton // this.fillByToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.fillByToolStripButton.Name = "fillByToolStripButton"; this.fillByToolStripButton.Size = new System.Drawing.Size(68, 29); this.fillByToolStripButton.Text = "Section_2B"; this.fillByToolStripButton.Click += new System.EventHandler(this.fillByToolStripButton_Click); // // firstnames_ConsonantsToolStrip // this.firstnames_ConsonantsToolStrip.AutoSize = false; this.firstnames_ConsonantsToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; this.firstnames_ConsonantsToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.firstnames_ConsonantsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.firstnames_ConsonantsToolStripButton}); this.firstnames_ConsonantsToolStrip.Location = new System.Drawing.Point(25, 381); this.firstnames_ConsonantsToolStrip.Name = "firstnames_ConsonantsToolStrip"; this.firstnames_ConsonantsToolStrip.Size = new System.Drawing.Size(170, 32); this.firstnames_ConsonantsToolStrip.TabIndex = 8; this.firstnames_ConsonantsToolStrip.Text = "firstnames_ConsonantsToolStrip"; // // firstnames_ConsonantsToolStripButton // this.firstnames_ConsonantsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.firstnames_ConsonantsToolStripButton.Name = "firstnames_ConsonantsToolStripButton"; this.firstnames_ConsonantsToolStripButton.Size = new System.Drawing.Size(136, 29); this.firstnames_ConsonantsToolStripButton.Text = "Firstnames_Consonants"; this.firstnames_ConsonantsToolStripButton.Click += new System.EventHandler(this.firstnames_ConsonantsToolStripButton_Click); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator1.AutoSize = false; this.bindingNavigator1.BindingSource = this.tblStudentInfoBindingSource; this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.None; 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.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem}); this.bindingNavigator1.Location = new System.Drawing.Point(355, 346); 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.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator1.Size = new System.Drawing.Size(298, 25); this.bindingNavigator1.TabIndex = 9; this.bindingNavigator1.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // 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, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // 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, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // 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, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.SystemColors.WindowFrame; this.label1.Font = new System.Drawing.Font("Times New Roman", 40F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label1.Location = new System.Drawing.Point(84, 119); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(856, 62); this.label1.TabIndex = 10; this.label1.Text = "Students Record Monitoring System"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::Datagrid.Properties.Resources._48369245_2342831546003179_7301639201441710080_n; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1014, 422); this.Controls.Add(this.label1); this.Controls.Add(this.bindingNavigator1); this.Controls.Add(this.firstnames_ConsonantsToolStrip); this.Controls.Add(this.Section_2B); this.Controls.Add(this.lastname_A_and_CToolStrip); this.Controls.Add(this.second_YearToolStrip); this.Controls.Add(this.address_BalangaToolStrip); this.Controls.Add(this.bSITToolStrip); this.Controls.Add(this.bSCSToolStrip); this.Controls.Add(this.refreshToolStrip); this.Controls.Add(this.dataGridView1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblStudentInfoBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).EndInit(); this.refreshToolStrip.ResumeLayout(false); this.refreshToolStrip.PerformLayout(); this.bSCSToolStrip.ResumeLayout(false); this.bSCSToolStrip.PerformLayout(); this.bSITToolStrip.ResumeLayout(false); this.bSITToolStrip.PerformLayout(); this.address_BalangaToolStrip.ResumeLayout(false); this.address_BalangaToolStrip.PerformLayout(); this.second_YearToolStrip.ResumeLayout(false); this.second_YearToolStrip.PerformLayout(); this.lastname_A_and_CToolStrip.ResumeLayout(false); this.lastname_A_and_CToolStrip.PerformLayout(); this.Section_2B.ResumeLayout(false); this.Section_2B.PerformLayout(); this.firstnames_ConsonantsToolStrip.ResumeLayout(false); this.firstnames_ConsonantsToolStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }