ctrlFileDown.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. namespace Core.Mes.Client.Comm.Control
  2. {
  3. partial class ctrlFileDown
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ctrlFileDown));
  29. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.button5 = new System.Windows.Forms.Button();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.button4 = new System.Windows.Forms.Button();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. this.panel2.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // openFileDialog1
  47. //
  48. this.openFileDialog1.FileName = "openFileDialog1";
  49. this.openFileDialog1.Multiselect = true;
  50. //
  51. // panel1
  52. //
  53. this.panel1.Controls.Add(this.button5);
  54. this.panel1.Controls.Add(this.button3);
  55. this.panel1.Controls.Add(this.button1);
  56. this.panel1.Controls.Add(this.label1);
  57. this.panel1.Controls.Add(this.button2);
  58. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  59. this.panel1.Location = new System.Drawing.Point(0, 401);
  60. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  61. this.panel1.Name = "panel1";
  62. this.panel1.Size = new System.Drawing.Size(999, 51);
  63. this.panel1.TabIndex = 84;
  64. this.panel1.SizeChanged += new System.EventHandler(this.panel1_SizeChanged);
  65. //
  66. // button5
  67. //
  68. this.button5.FlatAppearance.BorderSize = 0;
  69. this.button5.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
  70. this.button5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  71. this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  72. this.button5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.button5.ForeColor = System.Drawing.Color.Black;
  74. this.button5.Location = new System.Drawing.Point(788, 5);
  75. this.button5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  76. this.button5.Name = "button5";
  77. this.button5.Size = new System.Drawing.Size(85, 40);
  78. this.button5.TabIndex = 88;
  79. this.button5.Text = "下载";
  80. this.button5.UseVisualStyleBackColor = false;
  81. this.button5.Click += new System.EventHandler(this.button5_Click);
  82. //
  83. // button3
  84. //
  85. this.button3.FlatAppearance.BorderSize = 0;
  86. this.button3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
  87. this.button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  88. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  89. this.button3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.button3.ForeColor = System.Drawing.Color.Red;
  91. this.button3.Location = new System.Drawing.Point(891, 5);
  92. this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  93. this.button3.Name = "button3";
  94. this.button3.Size = new System.Drawing.Size(85, 40);
  95. this.button3.TabIndex = 87;
  96. this.button3.Text = "删除";
  97. this.button3.UseVisualStyleBackColor = false;
  98. this.button3.Click += new System.EventHandler(this.button3_Click);
  99. //
  100. // button1
  101. //
  102. this.button1.BackColor = System.Drawing.Color.Transparent;
  103. this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
  104. this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  105. this.button1.FlatAppearance.BorderSize = 0;
  106. this.button1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
  107. this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  108. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  109. this.button1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.button1.ForeColor = System.Drawing.Color.Black;
  111. this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  112. this.button1.Location = new System.Drawing.Point(504, 8);
  113. this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  114. this.button1.Name = "button1";
  115. this.button1.Size = new System.Drawing.Size(51, 38);
  116. this.button1.TabIndex = 85;
  117. this.button1.UseVisualStyleBackColor = false;
  118. this.button1.Visible = false;
  119. this.button1.Click += new System.EventHandler(this.button1_Click);
  120. //
  121. // label1
  122. //
  123. this.label1.AutoSize = true;
  124. this.label1.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.label1.Location = new System.Drawing.Point(23, 11);
  126. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.label1.Name = "label1";
  128. this.label1.Size = new System.Drawing.Size(57, 28);
  129. this.label1.TabIndex = 0;
  130. this.label1.Text = "0/0";
  131. //
  132. // button2
  133. //
  134. this.button2.BackColor = System.Drawing.Color.Transparent;
  135. this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
  136. this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  137. this.button2.FlatAppearance.BorderSize = 0;
  138. this.button2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
  139. this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  140. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  141. this.button2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.button2.ForeColor = System.Drawing.Color.Black;
  143. this.button2.Location = new System.Drawing.Point(383, 8);
  144. this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  145. this.button2.Name = "button2";
  146. this.button2.Size = new System.Drawing.Size(51, 38);
  147. this.button2.TabIndex = 86;
  148. this.button2.UseVisualStyleBackColor = false;
  149. this.button2.Visible = false;
  150. this.button2.Click += new System.EventHandler(this.button2_Click);
  151. //
  152. // pictureBox1
  153. //
  154. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  155. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  157. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  158. this.pictureBox1.Name = "pictureBox1";
  159. this.pictureBox1.Size = new System.Drawing.Size(999, 401);
  160. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  161. this.pictureBox1.TabIndex = 0;
  162. this.pictureBox1.TabStop = false;
  163. this.pictureBox1.SizeChanged += new System.EventHandler(this.pictureBox1_SizeChanged);
  164. //
  165. // panel2
  166. //
  167. this.panel2.AutoScroll = true;
  168. this.panel2.Controls.Add(this.button4);
  169. this.panel2.Controls.Add(this.label2);
  170. this.panel2.Controls.Add(this.pictureBox1);
  171. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.panel2.Location = new System.Drawing.Point(0, 0);
  173. this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  174. this.panel2.Name = "panel2";
  175. this.panel2.Size = new System.Drawing.Size(999, 401);
  176. this.panel2.TabIndex = 85;
  177. //
  178. // button4
  179. //
  180. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  181. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  182. this.button4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.button4.Location = new System.Drawing.Point(424, 205);
  184. this.button4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  185. this.button4.Name = "button4";
  186. this.button4.Size = new System.Drawing.Size(160, 44);
  187. this.button4.TabIndex = 2;
  188. this.button4.Text = "调用本地程序打开";
  189. this.button4.UseVisualStyleBackColor = false;
  190. this.button4.Visible = false;
  191. this.button4.Click += new System.EventHandler(this.button4_Click);
  192. //
  193. // label2
  194. //
  195. this.label2.AutoSize = true;
  196. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.label2.Location = new System.Drawing.Point(379, 170);
  198. this.label2.Name = "label2";
  199. this.label2.Size = new System.Drawing.Size(233, 20);
  200. this.label2.TabIndex = 1;
  201. this.label2.Text = "无法浏览文件:xxx.doc";
  202. this.label2.Visible = false;
  203. //
  204. // ctrlFileDown
  205. //
  206. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  207. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  208. this.Controls.Add(this.panel2);
  209. this.Controls.Add(this.panel1);
  210. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  211. this.Name = "ctrlFileDown";
  212. this.Size = new System.Drawing.Size(999, 452);
  213. this.panel1.ResumeLayout(false);
  214. this.panel1.PerformLayout();
  215. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  216. this.panel2.ResumeLayout(false);
  217. this.panel2.PerformLayout();
  218. this.ResumeLayout(false);
  219. }
  220. #endregion
  221. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  222. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  223. private System.Windows.Forms.Panel panel1;
  224. private System.Windows.Forms.PictureBox pictureBox1;
  225. public System.Windows.Forms.PictureBox PictureBox1
  226. {
  227. get { return pictureBox1; }
  228. set { pictureBox1 = value; }
  229. }
  230. private System.Windows.Forms.Button button1;
  231. private System.Windows.Forms.Button button2;
  232. private System.Windows.Forms.Button button3;
  233. public System.Windows.Forms.Button Button3
  234. {
  235. get { return button3; }
  236. set { button3 = value; }
  237. }
  238. private System.Windows.Forms.Label label1;
  239. private System.Windows.Forms.Panel panel2;
  240. private System.Windows.Forms.Button button4;
  241. private System.Windows.Forms.Label label2;
  242. private System.Windows.Forms.Button button5;
  243. public System.Windows.Forms.Button Button5
  244. {
  245. get { return button5; }
  246. set { button5 = value; }
  247. }
  248. }
  249. }