namespace QMAPP.WinForm.Forms.ODS { partial class VideoTypeForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VideoTypeForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.tsbEdit = new System.Windows.Forms.ToolStripButton(); this.tsbDelete = new System.Windows.Forms.ToolStripButton(); this.DGView = new System.Windows.Forms.DataGridView(); this.PID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VideoType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pager1 = new QMAPP.WinForm.Controls.Pager(); this.panel1 = new System.Windows.Forms.Panel(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSearch, this.tsbAdd, this.tsbEdit, this.tsbDelete}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(984, 70); this.toolStrip1.Stretch = true; this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // tsbSearch // this.tsbSearch.AutoSize = false; this.tsbSearch.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image"))); this.tsbSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSearch.Name = "tsbSearch"; this.tsbSearch.Size = new System.Drawing.Size(100, 60); this.tsbSearch.Text = "查询"; this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click); // // tsbAdd // this.tsbAdd.AutoSize = false; this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image"))); this.tsbAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAdd.Name = "tsbAdd"; this.tsbAdd.Size = new System.Drawing.Size(100, 60); this.tsbAdd.Text = "添加"; this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click); // // tsbEdit // this.tsbEdit.AutoSize = false; this.tsbEdit.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image"))); this.tsbEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbEdit.Name = "tsbEdit"; this.tsbEdit.Size = new System.Drawing.Size(100, 60); this.tsbEdit.Text = "修改"; this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click); // // tsbDelete // this.tsbDelete.AutoSize = false; this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image"))); this.tsbDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbDelete.Name = "tsbDelete"; this.tsbDelete.Size = new System.Drawing.Size(100, 60); this.tsbDelete.Text = "删除"; this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click); // // DGView // this.DGView.AllowUserToAddRows = false; this.DGView.AllowUserToDeleteRows = false; this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PID, this.VideoType}); this.DGView.Dock = System.Windows.Forms.DockStyle.Fill; this.DGView.Location = new System.Drawing.Point(0, 0); this.DGView.Name = "DGView"; this.DGView.ReadOnly = true; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.DGView.RowTemplate.Height = 23; this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGView.Size = new System.Drawing.Size(984, 537); this.DGView.TabIndex = 3; this.DGView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DGView_CellContentClick); this.DGView.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DG_RowPostPaint); // // PID // this.PID.DataPropertyName = "PID"; this.PID.HeaderText = "PID"; this.PID.Name = "PID"; this.PID.ReadOnly = true; this.PID.Visible = false; // // VideoType // this.VideoType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.VideoType.DataPropertyName = "VideoType"; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.VideoType.DefaultCellStyle = dataGridViewCellStyle2; this.VideoType.HeaderText = "视频类型"; this.VideoType.Name = "VideoType"; this.VideoType.ReadOnly = true; // // pager1 // this.pager1.DataPage = ((QMFrameWork.Data.DataPage)(resources.GetObject("pager1.DataPage"))); this.pager1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pager1.Location = new System.Drawing.Point(0, 607); this.pager1.Name = "pager1"; this.pager1.OSearch = null; this.pager1.Size = new System.Drawing.Size(984, 35); this.pager1.TabIndex = 7; this.pager1.EventPaging += new QMAPP.WinForm.Controls.EventPagingHandler(this.pager1_EventPaging); // // panel1 // this.panel1.Controls.Add(this.DGView); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 70); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(984, 537); this.panel1.TabIndex = 10; // // VideoTypeForm // 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.panel1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.pager1); this.Name = "VideoTypeForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设备停机维护"; this.Load += new System.EventHandler(this.Form_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbSearch; private System.Windows.Forms.ToolStripButton tsbAdd; private System.Windows.Forms.ToolStripButton tsbEdit; private System.Windows.Forms.ToolStripButton tsbDelete; private System.Windows.Forms.DataGridView DGView; private Controls.Pager pager1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DataGridViewTextBoxColumn PID; private System.Windows.Forms.DataGridViewTextBoxColumn VideoType; } }