ctrlFileDown.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. namespace Core.StlMes.Client.ZGMil.ResultConrtrol
  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, 321);
  60. this.panel1.Name = "panel1";
  61. this.panel1.Size = new System.Drawing.Size(749, 41);
  62. this.panel1.TabIndex = 84;
  63. this.panel1.SizeChanged += new System.EventHandler(this.panel1_SizeChanged);
  64. //
  65. // button5
  66. //
  67. this.button5.FlatAppearance.BorderSize = 0;
  68. this.button5.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
  69. this.button5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  70. this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  71. this.button5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.button5.ForeColor = System.Drawing.Color.Black;
  73. this.button5.Location = new System.Drawing.Point(591, 4);
  74. this.button5.Name = "button5";
  75. this.button5.Size = new System.Drawing.Size(64, 32);
  76. this.button5.TabIndex = 88;
  77. this.button5.Text = "下载";
  78. this.button5.UseVisualStyleBackColor = false;
  79. this.button5.Click += new System.EventHandler(this.button5_Click);
  80. //
  81. // button3
  82. //
  83. this.button3.FlatAppearance.BorderSize = 0;
  84. this.button3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
  85. this.button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  86. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  87. this.button3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.button3.ForeColor = System.Drawing.Color.Red;
  89. this.button3.Location = new System.Drawing.Point(668, 4);
  90. this.button3.Name = "button3";
  91. this.button3.Size = new System.Drawing.Size(64, 32);
  92. this.button3.TabIndex = 87;
  93. this.button3.Text = "删除";
  94. this.button3.UseVisualStyleBackColor = false;
  95. this.button3.Click += new System.EventHandler(this.button3_Click);
  96. //
  97. // button1
  98. //
  99. this.button1.BackColor = System.Drawing.Color.Transparent;
  100. this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
  101. this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  102. this.button1.FlatAppearance.BorderSize = 0;
  103. this.button1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
  104. this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  105. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  106. this.button1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.button1.ForeColor = System.Drawing.Color.Black;
  108. this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  109. this.button1.Location = new System.Drawing.Point(378, 6);
  110. this.button1.Name = "button1";
  111. this.button1.Size = new System.Drawing.Size(38, 30);
  112. this.button1.TabIndex = 85;
  113. this.button1.UseVisualStyleBackColor = false;
  114. this.button1.Visible = false;
  115. this.button1.Click += new System.EventHandler(this.button1_Click);
  116. //
  117. // label1
  118. //
  119. this.label1.AutoSize = true;
  120. this.label1.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.label1.Location = new System.Drawing.Point(17, 9);
  122. this.label1.Name = "label1";
  123. this.label1.Size = new System.Drawing.Size(46, 22);
  124. this.label1.TabIndex = 0;
  125. this.label1.Text = "0/0";
  126. //
  127. // button2
  128. //
  129. this.button2.BackColor = System.Drawing.Color.Transparent;
  130. this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
  131. this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  132. this.button2.FlatAppearance.BorderSize = 0;
  133. this.button2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
  134. this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  135. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  136. this.button2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.button2.ForeColor = System.Drawing.Color.Black;
  138. this.button2.Location = new System.Drawing.Point(287, 6);
  139. this.button2.Name = "button2";
  140. this.button2.Size = new System.Drawing.Size(38, 30);
  141. this.button2.TabIndex = 86;
  142. this.button2.UseVisualStyleBackColor = false;
  143. this.button2.Visible = false;
  144. this.button2.Click += new System.EventHandler(this.button2_Click);
  145. //
  146. // pictureBox1
  147. //
  148. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  149. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  150. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  151. this.pictureBox1.Name = "pictureBox1";
  152. this.pictureBox1.Size = new System.Drawing.Size(749, 321);
  153. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  154. this.pictureBox1.TabIndex = 0;
  155. this.pictureBox1.TabStop = false;
  156. this.pictureBox1.SizeChanged += new System.EventHandler(this.pictureBox1_SizeChanged);
  157. //
  158. // panel2
  159. //
  160. this.panel2.AutoScroll = true;
  161. this.panel2.Controls.Add(this.button4);
  162. this.panel2.Controls.Add(this.label2);
  163. this.panel2.Controls.Add(this.pictureBox1);
  164. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.panel2.Location = new System.Drawing.Point(0, 0);
  166. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  167. this.panel2.Name = "panel2";
  168. this.panel2.Size = new System.Drawing.Size(749, 321);
  169. this.panel2.TabIndex = 85;
  170. //
  171. // button4
  172. //
  173. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  174. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  175. this.button4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.button4.Location = new System.Drawing.Point(318, 164);
  177. this.button4.Margin = new System.Windows.Forms.Padding(2);
  178. this.button4.Name = "button4";
  179. this.button4.Size = new System.Drawing.Size(120, 35);
  180. this.button4.TabIndex = 2;
  181. this.button4.Text = "调用本地程序打开";
  182. this.button4.UseVisualStyleBackColor = false;
  183. this.button4.Visible = false;
  184. this.button4.Click += new System.EventHandler(this.button4_Click);
  185. //
  186. // label2
  187. //
  188. this.label2.AutoSize = true;
  189. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.label2.Location = new System.Drawing.Point(284, 136);
  191. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  192. this.label2.Name = "label2";
  193. this.label2.Size = new System.Drawing.Size(190, 16);
  194. this.label2.TabIndex = 1;
  195. this.label2.Text = "无法浏览文件:xxx.doc";
  196. this.label2.Visible = false;
  197. //
  198. // ctrlFileDown
  199. //
  200. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  201. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  202. this.Controls.Add(this.panel2);
  203. this.Controls.Add(this.panel1);
  204. this.Name = "ctrlFileDown";
  205. this.Size = new System.Drawing.Size(749, 362);
  206. this.panel1.ResumeLayout(false);
  207. this.panel1.PerformLayout();
  208. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  209. this.panel2.ResumeLayout(false);
  210. this.panel2.PerformLayout();
  211. this.ResumeLayout(false);
  212. }
  213. #endregion
  214. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  215. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  216. private System.Windows.Forms.Panel panel1;
  217. private System.Windows.Forms.PictureBox pictureBox1;
  218. public System.Windows.Forms.PictureBox PictureBox1
  219. {
  220. get { return pictureBox1; }
  221. set { pictureBox1 = value; }
  222. }
  223. private System.Windows.Forms.Button button1;
  224. private System.Windows.Forms.Button button2;
  225. private System.Windows.Forms.Button button3;
  226. public System.Windows.Forms.Button Button3
  227. {
  228. get { return button3; }
  229. set { button3 = value; }
  230. }
  231. private System.Windows.Forms.Label label1;
  232. private System.Windows.Forms.Panel panel2;
  233. private System.Windows.Forms.Button button4;
  234. private System.Windows.Forms.Label label2;
  235. private System.Windows.Forms.Button button5;
  236. }
  237. }