namespace Dongke.IBOSS.PRD.Client.CommonModule
{
partial class F_CMN_0101
{
///
/// 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.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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_CMN_0101));
this.dgvAttachmentNow = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.FileName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CreateTimeY = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FilePath = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fileDownLoad = new System.Windows.Forms.DataGridViewLinkColumn();
this.deleteFile = new System.Windows.Forms.DataGridViewLinkColumn();
this.AttachmentID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvAttachment = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.FileNameY = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LocalFilePath = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fileDeleteNew = new System.Windows.Forms.DataGridViewLinkColumn();
this.gbxNow = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.gbxNews = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtUploadFile = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.odlgFile = new System.Windows.Forms.OpenFileDialog();
this.sdlgFile = new System.Windows.Forms.SaveFileDialog();
((System.ComponentModel.ISupportInitialize)(this.dgvAttachmentNow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAttachment)).BeginInit();
this.gbxNow.SuspendLayout();
this.gbxNews.SuspendLayout();
this.SuspendLayout();
//
// dgvAttachmentNow
//
this.dgvAttachmentNow.AllowUserToAddRows = false;
this.dgvAttachmentNow.AllowUserToDeleteRows = false;
this.dgvAttachmentNow.AllowUserToModifyRows = true;
this.dgvAttachmentNow.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvAttachmentNow.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvAttachmentNow.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.dgvAttachmentNow.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvAttachmentNow.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvAttachmentNow.CellHeight = 23;
this.dgvAttachmentNow.ChildNodeColumnName = null;
this.dgvAttachmentNow.ChildNodeColumnText = null;
this.dgvAttachmentNow.ColumnDeep = 1;
this.dgvAttachmentNow.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
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;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvAttachmentNow.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvAttachmentNow.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvAttachmentNow.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.FileName,
this.CreateTimeY,
this.FilePath,
this.fileDownLoad,
this.deleteFile,
this.AttachmentID});
this.dgvAttachmentNow.ColumnTreeView = null;
this.dgvAttachmentNow.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvAttachmentNow.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvAttachmentNow.DynamicColumnName = "";
this.dgvAttachmentNow.EnableHeadersVisualStyles = false;
this.dgvAttachmentNow.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvAttachmentNow.HorizontalMergeColumn = null;
this.dgvAttachmentNow.IsAutoCountSum = true;
this.dgvAttachmentNow.IsAutoResizeColumns = false;
this.dgvAttachmentNow.IsClickF12 = false;
this.dgvAttachmentNow.IsOpenMergeCellFlag = false;
this.dgvAttachmentNow.IsSubTotalFlag = false;
this.dgvAttachmentNow.IsTopDeep = false;
this.dgvAttachmentNow.Location = new System.Drawing.Point(6, 20);
this.dgvAttachmentNow.MergeColumnNames = null;
this.dgvAttachmentNow.MergeDetailColumnNames = null;
this.dgvAttachmentNow.MergeDetailOnlyColumn = null;
this.dgvAttachmentNow.MergeOnlyColumn = null;
this.dgvAttachmentNow.Name = "dgvAttachmentNow";
this.dgvAttachmentNow.ReadOnly = true;
this.dgvAttachmentNow.RefreshAtHscroll = false;
this.dgvAttachmentNow.RowHeadersWidth = 50;
this.dgvAttachmentNow.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvAttachmentNow.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvAttachmentNow.RowTemplate.Height = 21;
this.dgvAttachmentNow.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvAttachmentNow.Size = new System.Drawing.Size(794, 159);
this.dgvAttachmentNow.SortOrderColumnName = null;
this.dgvAttachmentNow.TabIndex = 1;
this.dgvAttachmentNow.Tag = true;
this.dgvAttachmentNow.TotalSumColumns = null;
this.dgvAttachmentNow.ViewRowFilter = "";
this.dgvAttachmentNow.VirtualMode = true;
this.dgvAttachmentNow.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAttachmentNow_CellContentClick);
//
// FileName
//
this.FileName.DataPropertyName = "FileName";
this.FileName.HeaderText = "附件名称";
this.FileName.Name = "FileName";
this.FileName.ReadOnly = true;
this.FileName.Width = 200;
//
// CreateTimeY
//
this.CreateTimeY.DataPropertyName = "CreateTime";
this.CreateTimeY.HeaderText = "上传时间";
this.CreateTimeY.Name = "CreateTimeY";
this.CreateTimeY.ReadOnly = true;
this.CreateTimeY.Width = 200;
//
// FilePath
//
this.FilePath.DataPropertyName = "FilePath";
this.FilePath.HeaderText = "附件路径";
this.FilePath.Name = "FilePath";
this.FilePath.ReadOnly = true;
this.FilePath.Visible = false;
//
// fileDownLoad
//
this.fileDownLoad.HeaderText = "下载";
this.fileDownLoad.Name = "fileDownLoad";
this.fileDownLoad.ReadOnly = true;
this.fileDownLoad.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.fileDownLoad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.fileDownLoad.Text = "下载";
this.fileDownLoad.UseColumnTextForLinkValue = true;
//
// deleteFile
//
this.deleteFile.HeaderText = "删除";
this.deleteFile.Name = "deleteFile";
this.deleteFile.ReadOnly = true;
this.deleteFile.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.deleteFile.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.deleteFile.Text = "删除";
this.deleteFile.UseColumnTextForLinkValue = true;
//
// AttachmentID
//
this.AttachmentID.DataPropertyName = "AttachmentID";
this.AttachmentID.HeaderText = "附件ID";
this.AttachmentID.Name = "AttachmentID";
this.AttachmentID.ReadOnly = true;
this.AttachmentID.Visible = false;
//
// dgvAttachment
//
this.dgvAttachment.AllowUserToAddRows = false;
this.dgvAttachment.AllowUserToDeleteRows = false;
this.dgvAttachment.AllowUserToModifyRows = true;
this.dgvAttachment.AllowUserToOrderColumns = true;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvAttachment.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvAttachment.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.dgvAttachment.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvAttachment.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvAttachment.CellHeight = 23;
this.dgvAttachment.ChildNodeColumnName = null;
this.dgvAttachment.ChildNodeColumnText = null;
this.dgvAttachment.ColumnDeep = 1;
this.dgvAttachment.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvAttachment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvAttachment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvAttachment.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.FileNameY,
this.LocalFilePath,
this.fileDeleteNew});
this.dgvAttachment.ColumnTreeView = null;
this.dgvAttachment.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvAttachment.DefaultCellStyle = dataGridViewCellStyle7;
this.dgvAttachment.DynamicColumnName = "";
this.dgvAttachment.EnableHeadersVisualStyles = false;
this.dgvAttachment.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvAttachment.HorizontalMergeColumn = null;
this.dgvAttachment.IsAutoCountSum = true;
this.dgvAttachment.IsAutoResizeColumns = false;
this.dgvAttachment.IsClickF12 = false;
this.dgvAttachment.IsOpenMergeCellFlag = false;
this.dgvAttachment.IsSubTotalFlag = false;
this.dgvAttachment.IsTopDeep = false;
this.dgvAttachment.Location = new System.Drawing.Point(6, 20);
this.dgvAttachment.MergeColumnNames = null;
this.dgvAttachment.MergeDetailColumnNames = null;
this.dgvAttachment.MergeDetailOnlyColumn = null;
this.dgvAttachment.MergeOnlyColumn = null;
this.dgvAttachment.Name = "dgvAttachment";
this.dgvAttachment.ReadOnly = true;
this.dgvAttachment.RefreshAtHscroll = false;
this.dgvAttachment.RowHeadersWidth = 50;
this.dgvAttachment.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvAttachment.RowsDefaultCellStyle = dataGridViewCellStyle8;
this.dgvAttachment.RowTemplate.Height = 21;
this.dgvAttachment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvAttachment.Size = new System.Drawing.Size(794, 161);
this.dgvAttachment.SortOrderColumnName = null;
this.dgvAttachment.TabIndex = 2;
this.dgvAttachment.Tag = true;
this.dgvAttachment.TotalSumColumns = null;
this.dgvAttachment.ViewRowFilter = "";
this.dgvAttachment.VirtualMode = true;
this.dgvAttachment.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAttachment_CellContentClick);
//
// FileNameY
//
this.FileNameY.DataPropertyName = "FileName";
this.FileNameY.HeaderText = "附件名称";
this.FileNameY.Name = "FileNameY";
this.FileNameY.ReadOnly = true;
this.FileNameY.Width = 200;
//
// LocalFilePath
//
this.LocalFilePath.DataPropertyName = "LocalFilePath";
this.LocalFilePath.HeaderText = "文件路径";
this.LocalFilePath.Name = "LocalFilePath";
this.LocalFilePath.ReadOnly = true;
this.LocalFilePath.Width = 300;
//
// fileDeleteNew
//
this.fileDeleteNew.HeaderText = "删除";
this.fileDeleteNew.Name = "fileDeleteNew";
this.fileDeleteNew.ReadOnly = true;
this.fileDeleteNew.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.fileDeleteNew.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.fileDeleteNew.Text = "删除";
this.fileDeleteNew.UseColumnTextForLinkValue = true;
//
// gbxNow
//
this.gbxNow.BackColor = System.Drawing.Color.Transparent;
this.gbxNow.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxNow.BackgroundImage")));
this.gbxNow.CanExpand = false;
this.gbxNow.Controls.Add(this.dgvAttachmentNow);
this.gbxNow.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbxNow.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbxNow.IsMustInput = false;
this.gbxNow.Location = new System.Drawing.Point(12, 12);
this.gbxNow.Name = "gbxNow";
this.gbxNow.OriginalHeight = -1;
this.gbxNow.Size = new System.Drawing.Size(806, 185);
this.gbxNow.TabIndex = 62;
this.gbxNow.TabStop = false;
this.gbxNow.Text = "已上传附件 ▼";
//
// gbxNews
//
this.gbxNews.BackColor = System.Drawing.Color.Transparent;
this.gbxNews.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxNews.BackgroundImage")));
this.gbxNews.CanExpand = false;
this.gbxNews.Controls.Add(this.dgvAttachment);
this.gbxNews.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbxNews.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbxNews.IsMustInput = false;
this.gbxNews.Location = new System.Drawing.Point(12, 203);
this.gbxNews.Name = "gbxNews";
this.gbxNews.OriginalHeight = -1;
this.gbxNews.Size = new System.Drawing.Size(806, 187);
this.gbxNews.TabIndex = 63;
this.gbxNews.TabStop = false;
this.gbxNews.Text = "上传附件 ▼";
//
// btnUpload
//
this.btnUpload.BackColor = System.Drawing.Color.Transparent;
this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnUpload.ForeColor = System.Drawing.Color.White;
this.btnUpload.Location = new System.Drawing.Point(12, 396);
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(85, 33);
this.btnUpload.TabIndex = 3;
this.btnUpload.Text = "上传(&U)";
this.btnUpload.UseVisualStyleBackColor = false;
this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
//
// txtUploadFile
//
this.txtUploadFile.BackColor = System.Drawing.SystemColors.Window;
this.txtUploadFile.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtUploadFile.Enabled = false;
this.txtUploadFile.ErrorMessage = "";
this.txtUploadFile.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUploadFile.Location = new System.Drawing.Point(103, 403);
this.txtUploadFile.Name = "txtUploadFile";
this.txtUploadFile.Size = new System.Drawing.Size(233, 21);
this.txtUploadFile.TabIndex = 65;
this.txtUploadFile.TextValue = "";
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(642, 396);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 33);
this.btnSave.TabIndex = 4;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(733, 396);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 33);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// odlgFile
//
this.odlgFile.FileName = "openFileDialog1";
//
// F_CMN_0101
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(834, 454);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.txtUploadFile);
this.Controls.Add(this.btnUpload);
this.Controls.Add(this.gbxNews);
this.Controls.Add(this.gbxNow);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_CMN_0101";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "附件";
this.Load += new System.EventHandler(this.F_MST_0704_Load);
this.Controls.SetChildIndex(this.gbxNow, 0);
this.Controls.SetChildIndex(this.gbxNews, 0);
this.Controls.SetChildIndex(this.btnUpload, 0);
this.Controls.SetChildIndex(this.txtUploadFile, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvAttachmentNow)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAttachment)).EndInit();
this.gbxNow.ResumeLayout(false);
this.gbxNews.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_DataGridView dgvAttachmentNow;
private Basics.BaseControls.C_DataGridView dgvAttachment;
private Basics.BaseControls.C_GroupBox gbxNow;
private Basics.BaseControls.C_GroupBox gbxNews;
private Basics.BaseControls.C_Button btnUpload;
private Basics.BaseControls.C_TextBox txtUploadFile;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnCancel;
private System.Windows.Forms.OpenFileDialog odlgFile;
private System.Windows.Forms.SaveFileDialog sdlgFile;
private System.Windows.Forms.DataGridViewTextBoxColumn FileName;
private System.Windows.Forms.DataGridViewTextBoxColumn CreateTimeY;
private System.Windows.Forms.DataGridViewTextBoxColumn FilePath;
private System.Windows.Forms.DataGridViewLinkColumn fileDownLoad;
private System.Windows.Forms.DataGridViewLinkColumn deleteFile;
private System.Windows.Forms.DataGridViewTextBoxColumn AttachmentID;
private System.Windows.Forms.DataGridViewTextBoxColumn FileNameY;
private System.Windows.Forms.DataGridViewTextBoxColumn LocalFilePath;
private System.Windows.Forms.DataGridViewLinkColumn fileDeleteNew;
}
}