frmOssTask.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. namespace LYFZ.Software.OssTask
  2. {
  3. partial class frmOssTask
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOssTask));
  31. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  32. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Column10 = new System.Windows.Forms.DataGridViewLinkColumn();
  45. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.btn_refresh = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.plExMainContainer.SuspendLayout();
  48. this.plFormMainContent.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  50. this.panelEx1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // plExMainContainer
  54. //
  55. this.plExMainContainer.Controls.Add(this.dgv);
  56. this.plExMainContainer.Controls.Add(this.panelEx1);
  57. this.plExMainContainer.Size = new System.Drawing.Size(1258, 562);
  58. //
  59. // plFormMainContent
  60. //
  61. this.plFormMainContent.Size = new System.Drawing.Size(1258, 562);
  62. //
  63. // btnAppFormMaximize
  64. //
  65. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  66. this.btnAppFormMaximize.Location = new System.Drawing.Point(1199, 0);
  67. //
  68. // btnAppFormExit
  69. //
  70. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  71. this.btnAppFormExit.Location = new System.Drawing.Point(1226, 0);
  72. //
  73. // btnAppFormMinimize
  74. //
  75. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  76. this.btnAppFormMinimize.Location = new System.Drawing.Point(1172, 0);
  77. //
  78. // dgv
  79. //
  80. this.dgv.AllowUserToAddRows = false;
  81. this.dgv.AllowUserToDeleteRows = false;
  82. this.dgv.AllowUserToResizeRows = false;
  83. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  84. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  85. this.dgv.BackgroundColor = System.Drawing.Color.White;
  86. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  87. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  88. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  89. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  91. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  92. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  93. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  94. this.dgv.ColumnHeadersHeight = 24;
  95. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  96. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  97. this.Column1,
  98. this.Column2,
  99. this.Column12,
  100. this.Column3,
  101. this.Column4,
  102. this.Column5,
  103. this.Column6,
  104. this.Column7,
  105. this.Column11,
  106. this.Column8,
  107. this.Column9,
  108. this.Column13,
  109. this.Column10});
  110. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.dgv.EnableHeadersVisualStyles = false;
  112. this.dgv.EraseCell = false;
  113. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  114. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
  115. this.dgv.IsCompleteBonding = false;
  116. this.dgv.IsCopyCellValue = true;
  117. this.dgv.Location = new System.Drawing.Point(0, 71);
  118. this.dgv.Name = "dgv";
  119. this.dgv.RowHeadersVisible = false;
  120. this.dgv.RowTemplate.Height = 23;
  121. this.dgv.RowTemplate.ReadOnly = true;
  122. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  123. this.dgv.Size = new System.Drawing.Size(1258, 491);
  124. this.dgv.TabIndex = 0;
  125. //
  126. // Column1
  127. //
  128. this.Column1.Frozen = true;
  129. this.Column1.HeaderText = "编号";
  130. this.Column1.Name = "Column1";
  131. //
  132. // Column2
  133. //
  134. this.Column2.Frozen = true;
  135. this.Column2.HeaderText = "订单号";
  136. this.Column2.Name = "Column2";
  137. //
  138. // Column12
  139. //
  140. this.Column12.Frozen = true;
  141. this.Column12.HeaderText = "订单类型";
  142. this.Column12.Name = "Column12";
  143. //
  144. // Column3
  145. //
  146. this.Column3.Frozen = true;
  147. this.Column3.HeaderText = "客户姓名";
  148. this.Column3.Name = "Column3";
  149. //
  150. // Column4
  151. //
  152. this.Column4.Frozen = true;
  153. this.Column4.HeaderText = "客户性别";
  154. this.Column4.Name = "Column4";
  155. //
  156. // Column5
  157. //
  158. this.Column5.Frozen = true;
  159. this.Column5.HeaderText = "客户电话";
  160. this.Column5.Name = "Column5";
  161. //
  162. // Column6
  163. //
  164. this.Column6.Frozen = true;
  165. this.Column6.HeaderText = "相片类型";
  166. this.Column6.Name = "Column6";
  167. //
  168. // Column7
  169. //
  170. this.Column7.Frozen = true;
  171. this.Column7.HeaderText = "拍摄名称";
  172. this.Column7.Name = "Column7";
  173. //
  174. // Column11
  175. //
  176. this.Column11.Frozen = true;
  177. this.Column11.HeaderText = "下载分店";
  178. this.Column11.Name = "Column11";
  179. this.Column11.Visible = false;
  180. //
  181. // Column8
  182. //
  183. this.Column8.Frozen = true;
  184. this.Column8.HeaderText = "上传进度";
  185. this.Column8.Name = "Column8";
  186. //
  187. // Column9
  188. //
  189. this.Column9.Frozen = true;
  190. this.Column9.HeaderText = "完成时间";
  191. this.Column9.Name = "Column9";
  192. //
  193. // Column13
  194. //
  195. this.Column13.Frozen = true;
  196. this.Column13.HeaderText = "链接有效期";
  197. this.Column13.Name = "Column13";
  198. //
  199. // Column10
  200. //
  201. this.Column10.Frozen = true;
  202. this.Column10.HeaderText = "下载地址";
  203. this.Column10.Name = "Column10";
  204. this.Column10.ReadOnly = true;
  205. this.Column10.Width = 300;
  206. //
  207. // panelEx1
  208. //
  209. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  210. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  211. this.panelEx1.BorderWidth = 1;
  212. this.panelEx1.Controls.Add(this.btn_refresh);
  213. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  214. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  215. this.panelEx1.Name = "panelEx1";
  216. this.panelEx1.Size = new System.Drawing.Size(1258, 71);
  217. this.panelEx1.TabIndex = 1;
  218. //
  219. // btn_refresh
  220. //
  221. this.btn_refresh.BackColor = System.Drawing.Color.Transparent;
  222. this.btn_refresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_refresh.BackImg")));
  223. this.btn_refresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  224. this.btn_refresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  225. this.btn_refresh.ForeColor = System.Drawing.Color.White;
  226. this.btn_refresh.IsCustomBackImg = false;
  227. this.btn_refresh.IsShowText = true;
  228. this.btn_refresh.Location = new System.Drawing.Point(12, 20);
  229. this.btn_refresh.Name = "btn_refresh";
  230. this.btn_refresh.Size = new System.Drawing.Size(85, 28);
  231. this.btn_refresh.TabIndex = 1;
  232. this.btn_refresh.Text = "刷新";
  233. this.btn_refresh.UseVisualStyleBackColor = false;
  234. //
  235. // frmOssTask
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  240. this.ClientSize = new System.Drawing.Size(1258, 627);
  241. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  242. this.KeyPreview = true;
  243. this.Name = "frmOssTask";
  244. this.Text = "云链接任务";
  245. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  246. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  247. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  248. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  249. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  250. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  251. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  252. this.plExMainContainer.ResumeLayout(false);
  253. this.plFormMainContent.ResumeLayout(false);
  254. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  255. this.panelEx1.ResumeLayout(false);
  256. this.ResumeLayout(false);
  257. }
  258. #endregion
  259. protected internal ComponentLibrary.DataGridViewEx dgv;
  260. protected internal ComponentLibrary.PanelEx panelEx1;
  261. protected internal ComponentLibrary.ButtonEx btn_refresh;
  262. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  263. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  264. private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
  265. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  266. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  267. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  268. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  269. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  270. private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
  271. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  272. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  273. private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
  274. private System.Windows.Forms.DataGridViewLinkColumn Column10;
  275. }
  276. }