F_CMN_0101.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. namespace Dongke.IBOSS.PRD.Client.CommonModule
  2. {
  3. partial class F_CMN_0101
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_CMN_0101));
  37. this.dgvAttachmentNow = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  38. this.FileName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.CreateTimeY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.FilePath = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.fileDownLoad = new System.Windows.Forms.DataGridViewLinkColumn();
  42. this.deleteFile = new System.Windows.Forms.DataGridViewLinkColumn();
  43. this.AttachmentID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dgvAttachment = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  45. this.FileNameY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.LocalFilePath = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.fileDeleteNew = new System.Windows.Forms.DataGridViewLinkColumn();
  48. this.gbxNow = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  49. this.gbxNews = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  50. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.txtUploadFile = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  53. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  55. this.sdlgFile = new System.Windows.Forms.SaveFileDialog();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvAttachmentNow)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvAttachment)).BeginInit();
  58. this.gbxNow.SuspendLayout();
  59. this.gbxNews.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // dgvAttachmentNow
  63. //
  64. this.dgvAttachmentNow.AllowUserToAddRows = false;
  65. this.dgvAttachmentNow.AllowUserToDeleteRows = false;
  66. this.dgvAttachmentNow.AllowUserToModifyRows = true;
  67. this.dgvAttachmentNow.AllowUserToOrderColumns = true;
  68. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  69. this.dgvAttachmentNow.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  70. this.dgvAttachmentNow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  71. | System.Windows.Forms.AnchorStyles.Left)
  72. | System.Windows.Forms.AnchorStyles.Right)));
  73. this.dgvAttachmentNow.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  74. this.dgvAttachmentNow.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  75. this.dgvAttachmentNow.CellHeight = 23;
  76. this.dgvAttachmentNow.ChildNodeColumnName = null;
  77. this.dgvAttachmentNow.ChildNodeColumnText = null;
  78. this.dgvAttachmentNow.ColumnDeep = 1;
  79. this.dgvAttachmentNow.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  80. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  81. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  82. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  84. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  85. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  86. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  87. this.dgvAttachmentNow.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  88. this.dgvAttachmentNow.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  89. this.dgvAttachmentNow.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  90. this.FileName,
  91. this.CreateTimeY,
  92. this.FilePath,
  93. this.fileDownLoad,
  94. this.deleteFile,
  95. this.AttachmentID});
  96. this.dgvAttachmentNow.ColumnTreeView = null;
  97. 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)));
  98. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  99. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  100. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  102. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  103. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  104. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  105. this.dgvAttachmentNow.DefaultCellStyle = dataGridViewCellStyle3;
  106. this.dgvAttachmentNow.DynamicColumnName = "";
  107. this.dgvAttachmentNow.EnableHeadersVisualStyles = false;
  108. this.dgvAttachmentNow.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.dgvAttachmentNow.HorizontalMergeColumn = null;
  110. this.dgvAttachmentNow.IsAutoCountSum = true;
  111. this.dgvAttachmentNow.IsAutoResizeColumns = false;
  112. this.dgvAttachmentNow.IsClickF12 = false;
  113. this.dgvAttachmentNow.IsOpenMergeCellFlag = false;
  114. this.dgvAttachmentNow.IsSubTotalFlag = false;
  115. this.dgvAttachmentNow.IsTopDeep = false;
  116. this.dgvAttachmentNow.Location = new System.Drawing.Point(6, 20);
  117. this.dgvAttachmentNow.MergeColumnNames = null;
  118. this.dgvAttachmentNow.MergeDetailColumnNames = null;
  119. this.dgvAttachmentNow.MergeDetailOnlyColumn = null;
  120. this.dgvAttachmentNow.MergeOnlyColumn = null;
  121. this.dgvAttachmentNow.Name = "dgvAttachmentNow";
  122. this.dgvAttachmentNow.ReadOnly = true;
  123. this.dgvAttachmentNow.RefreshAtHscroll = false;
  124. this.dgvAttachmentNow.RowHeadersWidth = 50;
  125. this.dgvAttachmentNow.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  126. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  127. this.dgvAttachmentNow.RowsDefaultCellStyle = dataGridViewCellStyle4;
  128. this.dgvAttachmentNow.RowTemplate.Height = 21;
  129. this.dgvAttachmentNow.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  130. this.dgvAttachmentNow.Size = new System.Drawing.Size(794, 159);
  131. this.dgvAttachmentNow.SortOrderColumnName = null;
  132. this.dgvAttachmentNow.TabIndex = 1;
  133. this.dgvAttachmentNow.Tag = true;
  134. this.dgvAttachmentNow.TotalSumColumns = null;
  135. this.dgvAttachmentNow.ViewRowFilter = "";
  136. this.dgvAttachmentNow.VirtualMode = true;
  137. this.dgvAttachmentNow.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAttachmentNow_CellContentClick);
  138. //
  139. // FileName
  140. //
  141. this.FileName.DataPropertyName = "FileName";
  142. this.FileName.HeaderText = "附件名称";
  143. this.FileName.Name = "FileName";
  144. this.FileName.ReadOnly = true;
  145. this.FileName.Width = 200;
  146. //
  147. // CreateTimeY
  148. //
  149. this.CreateTimeY.DataPropertyName = "CreateTime";
  150. this.CreateTimeY.HeaderText = "上传时间";
  151. this.CreateTimeY.Name = "CreateTimeY";
  152. this.CreateTimeY.ReadOnly = true;
  153. this.CreateTimeY.Width = 200;
  154. //
  155. // FilePath
  156. //
  157. this.FilePath.DataPropertyName = "FilePath";
  158. this.FilePath.HeaderText = "附件路径";
  159. this.FilePath.Name = "FilePath";
  160. this.FilePath.ReadOnly = true;
  161. this.FilePath.Visible = false;
  162. //
  163. // fileDownLoad
  164. //
  165. this.fileDownLoad.HeaderText = "下载";
  166. this.fileDownLoad.Name = "fileDownLoad";
  167. this.fileDownLoad.ReadOnly = true;
  168. this.fileDownLoad.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  169. this.fileDownLoad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  170. this.fileDownLoad.Text = "下载";
  171. this.fileDownLoad.UseColumnTextForLinkValue = true;
  172. //
  173. // deleteFile
  174. //
  175. this.deleteFile.HeaderText = "删除";
  176. this.deleteFile.Name = "deleteFile";
  177. this.deleteFile.ReadOnly = true;
  178. this.deleteFile.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  179. this.deleteFile.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  180. this.deleteFile.Text = "删除";
  181. this.deleteFile.UseColumnTextForLinkValue = true;
  182. //
  183. // AttachmentID
  184. //
  185. this.AttachmentID.DataPropertyName = "AttachmentID";
  186. this.AttachmentID.HeaderText = "附件ID";
  187. this.AttachmentID.Name = "AttachmentID";
  188. this.AttachmentID.ReadOnly = true;
  189. this.AttachmentID.Visible = false;
  190. //
  191. // dgvAttachment
  192. //
  193. this.dgvAttachment.AllowUserToAddRows = false;
  194. this.dgvAttachment.AllowUserToDeleteRows = false;
  195. this.dgvAttachment.AllowUserToModifyRows = true;
  196. this.dgvAttachment.AllowUserToOrderColumns = true;
  197. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  198. this.dgvAttachment.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  199. this.dgvAttachment.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  200. | System.Windows.Forms.AnchorStyles.Left)
  201. | System.Windows.Forms.AnchorStyles.Right)));
  202. this.dgvAttachment.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  203. this.dgvAttachment.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  204. this.dgvAttachment.CellHeight = 23;
  205. this.dgvAttachment.ChildNodeColumnName = null;
  206. this.dgvAttachment.ChildNodeColumnText = null;
  207. this.dgvAttachment.ColumnDeep = 1;
  208. this.dgvAttachment.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  209. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  210. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  211. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  213. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  214. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  215. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  216. this.dgvAttachment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  217. this.dgvAttachment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  218. this.dgvAttachment.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  219. this.FileNameY,
  220. this.LocalFilePath,
  221. this.fileDeleteNew});
  222. this.dgvAttachment.ColumnTreeView = null;
  223. 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)));
  224. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  225. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  226. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  228. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  229. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  230. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  231. this.dgvAttachment.DefaultCellStyle = dataGridViewCellStyle7;
  232. this.dgvAttachment.DynamicColumnName = "";
  233. this.dgvAttachment.EnableHeadersVisualStyles = false;
  234. this.dgvAttachment.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.dgvAttachment.HorizontalMergeColumn = null;
  236. this.dgvAttachment.IsAutoCountSum = true;
  237. this.dgvAttachment.IsAutoResizeColumns = false;
  238. this.dgvAttachment.IsClickF12 = false;
  239. this.dgvAttachment.IsOpenMergeCellFlag = false;
  240. this.dgvAttachment.IsSubTotalFlag = false;
  241. this.dgvAttachment.IsTopDeep = false;
  242. this.dgvAttachment.Location = new System.Drawing.Point(6, 20);
  243. this.dgvAttachment.MergeColumnNames = null;
  244. this.dgvAttachment.MergeDetailColumnNames = null;
  245. this.dgvAttachment.MergeDetailOnlyColumn = null;
  246. this.dgvAttachment.MergeOnlyColumn = null;
  247. this.dgvAttachment.Name = "dgvAttachment";
  248. this.dgvAttachment.ReadOnly = true;
  249. this.dgvAttachment.RefreshAtHscroll = false;
  250. this.dgvAttachment.RowHeadersWidth = 50;
  251. this.dgvAttachment.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  252. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  253. this.dgvAttachment.RowsDefaultCellStyle = dataGridViewCellStyle8;
  254. this.dgvAttachment.RowTemplate.Height = 21;
  255. this.dgvAttachment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  256. this.dgvAttachment.Size = new System.Drawing.Size(794, 161);
  257. this.dgvAttachment.SortOrderColumnName = null;
  258. this.dgvAttachment.TabIndex = 2;
  259. this.dgvAttachment.Tag = true;
  260. this.dgvAttachment.TotalSumColumns = null;
  261. this.dgvAttachment.ViewRowFilter = "";
  262. this.dgvAttachment.VirtualMode = true;
  263. this.dgvAttachment.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAttachment_CellContentClick);
  264. //
  265. // FileNameY
  266. //
  267. this.FileNameY.DataPropertyName = "FileName";
  268. this.FileNameY.HeaderText = "附件名称";
  269. this.FileNameY.Name = "FileNameY";
  270. this.FileNameY.ReadOnly = true;
  271. this.FileNameY.Width = 200;
  272. //
  273. // LocalFilePath
  274. //
  275. this.LocalFilePath.DataPropertyName = "LocalFilePath";
  276. this.LocalFilePath.HeaderText = "文件路径";
  277. this.LocalFilePath.Name = "LocalFilePath";
  278. this.LocalFilePath.ReadOnly = true;
  279. this.LocalFilePath.Width = 300;
  280. //
  281. // fileDeleteNew
  282. //
  283. this.fileDeleteNew.HeaderText = "删除";
  284. this.fileDeleteNew.Name = "fileDeleteNew";
  285. this.fileDeleteNew.ReadOnly = true;
  286. this.fileDeleteNew.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  287. this.fileDeleteNew.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  288. this.fileDeleteNew.Text = "删除";
  289. this.fileDeleteNew.UseColumnTextForLinkValue = true;
  290. //
  291. // gbxNow
  292. //
  293. this.gbxNow.BackColor = System.Drawing.Color.Transparent;
  294. this.gbxNow.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxNow.BackgroundImage")));
  295. this.gbxNow.CanExpand = false;
  296. this.gbxNow.Controls.Add(this.dgvAttachmentNow);
  297. this.gbxNow.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.gbxNow.ForeColor = System.Drawing.SystemColors.ControlText;
  299. this.gbxNow.IsMustInput = false;
  300. this.gbxNow.Location = new System.Drawing.Point(12, 12);
  301. this.gbxNow.Name = "gbxNow";
  302. this.gbxNow.OriginalHeight = -1;
  303. this.gbxNow.Size = new System.Drawing.Size(806, 185);
  304. this.gbxNow.TabIndex = 62;
  305. this.gbxNow.TabStop = false;
  306. this.gbxNow.Text = "已上传附件 ▼";
  307. //
  308. // gbxNews
  309. //
  310. this.gbxNews.BackColor = System.Drawing.Color.Transparent;
  311. this.gbxNews.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxNews.BackgroundImage")));
  312. this.gbxNews.CanExpand = false;
  313. this.gbxNews.Controls.Add(this.dgvAttachment);
  314. this.gbxNews.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.gbxNews.ForeColor = System.Drawing.SystemColors.ControlText;
  316. this.gbxNews.IsMustInput = false;
  317. this.gbxNews.Location = new System.Drawing.Point(12, 203);
  318. this.gbxNews.Name = "gbxNews";
  319. this.gbxNews.OriginalHeight = -1;
  320. this.gbxNews.Size = new System.Drawing.Size(806, 187);
  321. this.gbxNews.TabIndex = 63;
  322. this.gbxNews.TabStop = false;
  323. this.gbxNews.Text = "上传附件 ▼";
  324. //
  325. // btnUpload
  326. //
  327. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  328. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  329. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.btnUpload.ForeColor = System.Drawing.Color.White;
  331. this.btnUpload.Location = new System.Drawing.Point(12, 396);
  332. this.btnUpload.Name = "btnUpload";
  333. this.btnUpload.Size = new System.Drawing.Size(85, 33);
  334. this.btnUpload.TabIndex = 3;
  335. this.btnUpload.Text = "上传(&U)";
  336. this.btnUpload.UseVisualStyleBackColor = false;
  337. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  338. //
  339. // txtUploadFile
  340. //
  341. this.txtUploadFile.BackColor = System.Drawing.SystemColors.Window;
  342. this.txtUploadFile.BackgroundColor = System.Drawing.SystemColors.Window;
  343. this.txtUploadFile.Enabled = false;
  344. this.txtUploadFile.ErrorMessage = "";
  345. this.txtUploadFile.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.txtUploadFile.Location = new System.Drawing.Point(103, 403);
  347. this.txtUploadFile.Name = "txtUploadFile";
  348. this.txtUploadFile.Size = new System.Drawing.Size(233, 21);
  349. this.txtUploadFile.TabIndex = 65;
  350. this.txtUploadFile.TextValue = "";
  351. //
  352. // btnSave
  353. //
  354. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  355. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  356. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.btnSave.ForeColor = System.Drawing.Color.White;
  358. this.btnSave.Location = new System.Drawing.Point(642, 396);
  359. this.btnSave.Name = "btnSave";
  360. this.btnSave.Size = new System.Drawing.Size(85, 33);
  361. this.btnSave.TabIndex = 4;
  362. this.btnSave.Text = "保存";
  363. this.btnSave.UseVisualStyleBackColor = false;
  364. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  365. //
  366. // btnCancel
  367. //
  368. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  369. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  370. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  371. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.btnCancel.ForeColor = System.Drawing.Color.White;
  373. this.btnCancel.Location = new System.Drawing.Point(733, 396);
  374. this.btnCancel.Name = "btnCancel";
  375. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  376. this.btnCancel.TabIndex = 5;
  377. this.btnCancel.Text = "取消";
  378. this.btnCancel.UseVisualStyleBackColor = false;
  379. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  380. //
  381. // odlgFile
  382. //
  383. this.odlgFile.FileName = "openFileDialog1";
  384. //
  385. // F_CMN_0101
  386. //
  387. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  388. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  389. this.CancelButton = this.btnCancel;
  390. this.ClientSize = new System.Drawing.Size(834, 454);
  391. this.Controls.Add(this.btnCancel);
  392. this.Controls.Add(this.btnSave);
  393. this.Controls.Add(this.txtUploadFile);
  394. this.Controls.Add(this.btnUpload);
  395. this.Controls.Add(this.gbxNews);
  396. this.Controls.Add(this.gbxNow);
  397. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  398. this.IsSaveFormSize = false;
  399. this.MaximizeBox = false;
  400. this.MinimizeBox = false;
  401. this.Name = "F_CMN_0101";
  402. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  403. this.StatusSizingGrip = false;
  404. this.Text = "附件";
  405. this.Load += new System.EventHandler(this.F_MST_0704_Load);
  406. this.Controls.SetChildIndex(this.gbxNow, 0);
  407. this.Controls.SetChildIndex(this.gbxNews, 0);
  408. this.Controls.SetChildIndex(this.btnUpload, 0);
  409. this.Controls.SetChildIndex(this.txtUploadFile, 0);
  410. this.Controls.SetChildIndex(this.btnSave, 0);
  411. this.Controls.SetChildIndex(this.btnCancel, 0);
  412. ((System.ComponentModel.ISupportInitialize)(this.dgvAttachmentNow)).EndInit();
  413. ((System.ComponentModel.ISupportInitialize)(this.dgvAttachment)).EndInit();
  414. this.gbxNow.ResumeLayout(false);
  415. this.gbxNews.ResumeLayout(false);
  416. this.ResumeLayout(false);
  417. this.PerformLayout();
  418. }
  419. #endregion
  420. private Basics.BaseControls.C_DataGridView dgvAttachmentNow;
  421. private Basics.BaseControls.C_DataGridView dgvAttachment;
  422. private Basics.BaseControls.C_GroupBox gbxNow;
  423. private Basics.BaseControls.C_GroupBox gbxNews;
  424. private Basics.BaseControls.C_Button btnUpload;
  425. private Basics.BaseControls.C_TextBox txtUploadFile;
  426. private Basics.BaseControls.C_Button btnSave;
  427. private Basics.BaseControls.C_Button btnCancel;
  428. private System.Windows.Forms.OpenFileDialog odlgFile;
  429. private System.Windows.Forms.SaveFileDialog sdlgFile;
  430. private System.Windows.Forms.DataGridViewTextBoxColumn FileName;
  431. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTimeY;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn FilePath;
  433. private System.Windows.Forms.DataGridViewLinkColumn fileDownLoad;
  434. private System.Windows.Forms.DataGridViewLinkColumn deleteFile;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn AttachmentID;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn FileNameY;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn LocalFilePath;
  438. private System.Windows.Forms.DataGridViewLinkColumn fileDeleteNew;
  439. }
  440. }