namespace LYFZ.Software.OssTask
{
partial class frmOssTask
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && ( components != null ))
{
components.Dispose();
}
base.Dispose( disposing );
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOssTask));
this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewLinkColumn();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btn_refresh = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.dgv);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(1258, 562);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(1258, 562);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(1199, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(1226, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(1172, 0);
//
// dgv
//
this.dgv.AllowUserToAddRows = false;
this.dgv.AllowUserToDeleteRows = false;
this.dgv.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgv.BackgroundColor = System.Drawing.Color.White;
this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgv.ColumnHeadersHeight = 24;
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column12,
this.Column3,
this.Column4,
this.Column5,
this.Column6,
this.Column7,
this.Column11,
this.Column8,
this.Column9,
this.Column13,
this.Column10});
this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv.EnableHeadersVisualStyles = false;
this.dgv.EraseCell = false;
this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
this.dgv.IsCompleteBonding = false;
this.dgv.IsCopyCellValue = true;
this.dgv.Location = new System.Drawing.Point(0, 71);
this.dgv.Name = "dgv";
this.dgv.RowHeadersVisible = false;
this.dgv.RowTemplate.Height = 23;
this.dgv.RowTemplate.ReadOnly = true;
this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv.Size = new System.Drawing.Size(1258, 491);
this.dgv.TabIndex = 0;
//
// Column1
//
this.Column1.Frozen = true;
this.Column1.HeaderText = "编号";
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.Frozen = true;
this.Column2.HeaderText = "订单号";
this.Column2.Name = "Column2";
//
// Column12
//
this.Column12.Frozen = true;
this.Column12.HeaderText = "订单类型";
this.Column12.Name = "Column12";
//
// Column3
//
this.Column3.Frozen = true;
this.Column3.HeaderText = "客户姓名";
this.Column3.Name = "Column3";
//
// Column4
//
this.Column4.Frozen = true;
this.Column4.HeaderText = "客户性别";
this.Column4.Name = "Column4";
//
// Column5
//
this.Column5.Frozen = true;
this.Column5.HeaderText = "客户电话";
this.Column5.Name = "Column5";
//
// Column6
//
this.Column6.Frozen = true;
this.Column6.HeaderText = "相片类型";
this.Column6.Name = "Column6";
//
// Column7
//
this.Column7.Frozen = true;
this.Column7.HeaderText = "拍摄名称";
this.Column7.Name = "Column7";
//
// Column11
//
this.Column11.Frozen = true;
this.Column11.HeaderText = "下载分店";
this.Column11.Name = "Column11";
this.Column11.Visible = false;
//
// Column8
//
this.Column8.Frozen = true;
this.Column8.HeaderText = "上传进度";
this.Column8.Name = "Column8";
//
// Column9
//
this.Column9.Frozen = true;
this.Column9.HeaderText = "完成时间";
this.Column9.Name = "Column9";
//
// Column13
//
this.Column13.Frozen = true;
this.Column13.HeaderText = "链接有效期";
this.Column13.Name = "Column13";
//
// Column10
//
this.Column10.Frozen = true;
this.Column10.HeaderText = "下载地址";
this.Column10.Name = "Column10";
this.Column10.ReadOnly = true;
this.Column10.Width = 300;
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.btn_refresh);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx1.Location = new System.Drawing.Point(0, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(1258, 71);
this.panelEx1.TabIndex = 1;
//
// btn_refresh
//
this.btn_refresh.BackColor = System.Drawing.Color.Transparent;
this.btn_refresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_refresh.BackImg")));
this.btn_refresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_refresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_refresh.ForeColor = System.Drawing.Color.White;
this.btn_refresh.IsCustomBackImg = false;
this.btn_refresh.IsShowText = true;
this.btn_refresh.Location = new System.Drawing.Point(12, 20);
this.btn_refresh.Name = "btn_refresh";
this.btn_refresh.Size = new System.Drawing.Size(85, 28);
this.btn_refresh.TabIndex = 1;
this.btn_refresh.Text = "刷新";
this.btn_refresh.UseVisualStyleBackColor = false;
//
// frmOssTask
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(1258, 627);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.KeyPreview = true;
this.Name = "frmOssTask";
this.Text = "云链接任务";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
this.Controls.SetChildIndex(this.btnAppFormExit, 0);
this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
this.Controls.SetChildIndex(this.plFormMainContent, 0);
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.panelEx1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected internal ComponentLibrary.DataGridViewEx dgv;
protected internal ComponentLibrary.PanelEx panelEx1;
protected internal ComponentLibrary.ButtonEx btn_refresh;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
private System.Windows.Forms.DataGridViewLinkColumn Column10;
}
}