天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

462 lines
24 KiB

namespace QMAPP.WinForm.Forms.ODS
{
partial class MediaPlayerForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MediaPlayerForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
this.comType = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
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.tsbMend = new System.Windows.Forms.ToolStripButton();
this.DGView = new System.Windows.Forms.DataGridView();
this.panelSearchTitle = new System.Windows.Forms.Panel();
this.lblSearchTitle = new System.Windows.Forms.Label();
this.panelSearch = new System.Windows.Forms.Panel();
this.txtName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.dtpEnd = new DateTimePickerA();
this.dtpStart = new DateTimePickerA();
this.pager1 = new QMAPP.WinForm.Controls.Pager();
this.VideoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.VideoType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.VideoUrl = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MEMO = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATEDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UPDATEDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit();
this.panelSearchTitle.SuspendLayout();
this.panelSearch.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// comType
//
this.comType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comType.Font = new System.Drawing.Font("宋体", 11F);
this.comType.FormattingEnabled = true;
this.comType.Items.AddRange(new object[] {
"否",
"是"});
this.comType.Location = new System.Drawing.Point(301, 19);
this.comType.Name = "comType";
this.comType.Size = new System.Drawing.Size(140, 23);
this.comType.TabIndex = 2;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(470, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(69, 20);
this.label4.TabIndex = 0;
this.label4.Text = "上传时间";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(226, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(69, 20);
this.label1.TabIndex = 0;
this.label1.Text = "视频类别";
//
// 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.tsbMend});
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);
//
// tsbMend
//
this.tsbMend.AutoSize = false;
this.tsbMend.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbMend.Image = global::QMAPP.WinForm.Resource1.re;
this.tsbMend.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbMend.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbMend.Name = "tsbMend";
this.tsbMend.Size = new System.Drawing.Size(100, 60);
this.tsbMend.Text = "播放";
this.tsbMend.Click += new System.EventHandler(this.tsbMend_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.VideoName,
this.VideoType,
this.VideoUrl,
this.MEMO,
this.CREATEDATE,
this.UPDATEDATE,
this.PID});
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;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
this.DGView.RowTemplate.Height = 23;
this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DGView.Size = new System.Drawing.Size(984, 442);
this.DGView.TabIndex = 3;
this.DGView.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DG_RowPostPaint);
this.DGView.DoubleClick += new System.EventHandler(this.DGView_DoubleClick);
//
// panelSearchTitle
//
this.panelSearchTitle.BackColor = System.Drawing.SystemColors.ScrollBar;
this.panelSearchTitle.Controls.Add(this.lblSearchTitle);
this.panelSearchTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.panelSearchTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panelSearchTitle.Location = new System.Drawing.Point(0, 70);
this.panelSearchTitle.Name = "panelSearchTitle";
this.panelSearchTitle.Size = new System.Drawing.Size(984, 35);
this.panelSearchTitle.TabIndex = 8;
//
// lblSearchTitle
//
this.lblSearchTitle.AutoSize = true;
this.lblSearchTitle.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSearchTitle.Location = new System.Drawing.Point(15, 7);
this.lblSearchTitle.Name = "lblSearchTitle";
this.lblSearchTitle.Size = new System.Drawing.Size(69, 20);
this.lblSearchTitle.TabIndex = 0;
this.lblSearchTitle.Text = "查询条件";
//
// panelSearch
//
this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.panelSearch.Controls.Add(this.txtName);
this.panelSearch.Controls.Add(this.dtpEnd);
this.panelSearch.Controls.Add(this.dtpStart);
this.panelSearch.Controls.Add(this.label3);
this.panelSearch.Controls.Add(this.label1);
this.panelSearch.Controls.Add(this.label2);
this.panelSearch.Controls.Add(this.label4);
this.panelSearch.Controls.Add(this.comType);
this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top;
this.panelSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panelSearch.Location = new System.Drawing.Point(0, 105);
this.panelSearch.Name = "panelSearch";
this.panelSearch.Size = new System.Drawing.Size(984, 60);
this.panelSearch.TabIndex = 9;
//
// txtName
//
this.txtName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.txtName.Location = new System.Drawing.Point(90, 17);
this.txtName.MaxLength = 30;
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(110, 26);
this.txtName.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(15, 20);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(69, 20);
this.label3.TabIndex = 0;
this.label3.Text = "视频名称";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(752, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(24, 20);
this.label2.TabIndex = 0;
this.label2.Text = "至";
//
// panel1
//
this.panel1.Controls.Add(this.DGView);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 165);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(984, 442);
this.panel1.TabIndex = 10;
//
// dtpEnd
//
this.dtpEnd.CustomFormat = " ";
this.dtpEnd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpEnd.FormatString = "yyyy年MM月dd日";
this.dtpEnd.Location = new System.Drawing.Point(794, 17);
this.dtpEnd.Name = "dtpEnd";
this.dtpEnd.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpEnd.Size = new System.Drawing.Size(173, 26);
this.dtpEnd.TabIndex = 4;
this.dtpEnd.ValueX = null;
//
// dtpStart
//
this.dtpStart.CustomFormat = " ";
this.dtpStart.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpStart.FormatString = "yyyy年MM月dd日";
this.dtpStart.Location = new System.Drawing.Point(556, 17);
this.dtpStart.Name = "dtpStart";
this.dtpStart.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpStart.Size = new System.Drawing.Size(184, 26);
this.dtpStart.TabIndex = 3;
this.dtpStart.ValueX = null;
//
// 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);
//
// VideoName
//
this.VideoName.DataPropertyName = "VideoName";
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F);
this.VideoName.DefaultCellStyle = dataGridViewCellStyle2;
this.VideoName.HeaderText = "视频名称";
this.VideoName.Name = "VideoName";
this.VideoName.ReadOnly = true;
//
// VideoType
//
this.VideoType.DataPropertyName = "VideoType";
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F);
this.VideoType.DefaultCellStyle = dataGridViewCellStyle3;
this.VideoType.HeaderText = "视频类型";
this.VideoType.Name = "VideoType";
this.VideoType.ReadOnly = true;
//
// VideoUrl
//
this.VideoUrl.DataPropertyName = "VideoUrl";
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F);
this.VideoUrl.DefaultCellStyle = dataGridViewCellStyle4;
this.VideoUrl.HeaderText = "视频路径";
this.VideoUrl.Name = "VideoUrl";
this.VideoUrl.ReadOnly = true;
//
// MEMO
//
this.MEMO.DataPropertyName = "MEMO";
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F);
this.MEMO.DefaultCellStyle = dataGridViewCellStyle5;
this.MEMO.HeaderText = "备注";
this.MEMO.Name = "MEMO";
this.MEMO.ReadOnly = true;
//
// CREATEDATE
//
this.CREATEDATE.DataPropertyName = "CREATEDATE";
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F);
dataGridViewCellStyle6.Format = "G";
dataGridViewCellStyle6.NullValue = null;
this.CREATEDATE.DefaultCellStyle = dataGridViewCellStyle6;
this.CREATEDATE.HeaderText = "创建时间";
this.CREATEDATE.Name = "CREATEDATE";
this.CREATEDATE.ReadOnly = true;
//
// UPDATEDATE
//
this.UPDATEDATE.DataPropertyName = "UPDATEDATE";
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F);
this.UPDATEDATE.DefaultCellStyle = dataGridViewCellStyle7;
this.UPDATEDATE.HeaderText = "修改时间";
this.UPDATEDATE.Name = "UPDATEDATE";
this.UPDATEDATE.ReadOnly = true;
//
// PID
//
this.PID.DataPropertyName = "PID";
this.PID.HeaderText = "PID";
this.PID.Name = "PID";
this.PID.ReadOnly = true;
this.PID.Visible = false;
//
// MediaPlayerForm
//
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.panelSearch);
this.Controls.Add(this.panelSearchTitle);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.pager1);
this.Name = "MediaPlayerForm";
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.panelSearchTitle.ResumeLayout(false);
this.panelSearchTitle.PerformLayout();
this.panelSearch.ResumeLayout(false);
this.panelSearch.PerformLayout();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbSearch;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView DGView;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox comType;
private Controls.Pager pager1;
private System.Windows.Forms.Panel panelSearchTitle;
private System.Windows.Forms.Label lblSearchTitle;
private System.Windows.Forms.Panel panelSearch;
private System.Windows.Forms.Panel panel1;
private DateTimePickerA dtpEnd;
private DateTimePickerA dtpStart;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.ToolStripButton tsbMend;
private System.Windows.Forms.ToolStripButton tsbAdd;
private System.Windows.Forms.ToolStripButton tsbEdit;
private System.Windows.Forms.ToolStripButton tsbDelete;
private System.Windows.Forms.DataGridViewTextBoxColumn VideoName;
private System.Windows.Forms.DataGridViewTextBoxColumn VideoType;
private System.Windows.Forms.DataGridViewTextBoxColumn VideoUrl;
private System.Windows.Forms.DataGridViewTextBoxColumn MEMO;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATEDATE;
private System.Windows.Forms.DataGridViewTextBoxColumn UPDATEDATE;
private System.Windows.Forms.DataGridViewTextBoxColumn PID;
}
}