首件仪上传.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. namespace FileWatcher
  2. {
  3. partial class 首件仪上传
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.OperateResult = new System.Windows.Forms.RichTextBox();
  29. this.Start = new System.Windows.Forms.Button();
  30. this.ChooseFolder = new System.Windows.Forms.Button();
  31. this.FolderPath = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.ma_code = new System.Windows.Forms.TextBox();
  35. this.SuspendLayout();
  36. //
  37. // OperateResult
  38. //
  39. this.OperateResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  40. | System.Windows.Forms.AnchorStyles.Left)
  41. | System.Windows.Forms.AnchorStyles.Right)));
  42. this.OperateResult.Location = new System.Drawing.Point(38, 15);
  43. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  44. this.OperateResult.Name = "OperateResult";
  45. this.OperateResult.Size = new System.Drawing.Size(1336, 600);
  46. this.OperateResult.TabIndex = 0;
  47. this.OperateResult.Text = "";
  48. //
  49. // Start
  50. //
  51. this.Start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  52. this.Start.Location = new System.Drawing.Point(623, 788);
  53. this.Start.Name = "Start";
  54. this.Start.Size = new System.Drawing.Size(141, 40);
  55. this.Start.TabIndex = 1;
  56. this.Start.Text = "上传文件";
  57. this.Start.UseVisualStyleBackColor = true;
  58. this.Start.Click += new System.EventHandler(this.Start_Click);
  59. //
  60. // ChooseFolder
  61. //
  62. this.ChooseFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  63. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.ChooseFolder.Location = new System.Drawing.Point(669, 720);
  65. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  66. this.ChooseFolder.Name = "ChooseFolder";
  67. this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
  68. this.ChooseFolder.TabIndex = 14;
  69. this.ChooseFolder.Text = "选择文件夹";
  70. this.ChooseFolder.UseVisualStyleBackColor = true;
  71. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  72. //
  73. // FolderPath
  74. //
  75. this.FolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  76. this.FolderPath.Enabled = false;
  77. this.FolderPath.Location = new System.Drawing.Point(201, 726);
  78. this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  79. this.FolderPath.Name = "FolderPath";
  80. this.FolderPath.Size = new System.Drawing.Size(436, 35);
  81. this.FolderPath.TabIndex = 13;
  82. //
  83. // label1
  84. //
  85. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  86. this.label1.AutoSize = true;
  87. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.label1.Location = new System.Drawing.Point(31, 720);
  89. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  90. this.label1.Name = "label1";
  91. this.label1.Size = new System.Drawing.Size(104, 38);
  92. this.label1.TabIndex = 12;
  93. this.label1.Text = "文件夹";
  94. //
  95. // label2
  96. //
  97. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  98. this.label2.AutoSize = true;
  99. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.label2.Location = new System.Drawing.Point(80, 654);
  101. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  102. this.label2.Name = "label2";
  103. this.label2.Size = new System.Drawing.Size(104, 38);
  104. this.label2.TabIndex = 15;
  105. this.label2.Text = "工单号";
  106. //
  107. // ma_code
  108. //
  109. this.ma_code.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  110. this.ma_code.Location = new System.Drawing.Point(201, 660);
  111. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  112. this.ma_code.Name = "ma_code";
  113. this.ma_code.Size = new System.Drawing.Size(436, 35);
  114. this.ma_code.TabIndex = 16;
  115. //
  116. // 首件仪上传
  117. //
  118. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  119. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  120. this.ClientSize = new System.Drawing.Size(1402, 845);
  121. this.Controls.Add(this.ma_code);
  122. this.Controls.Add(this.label2);
  123. this.Controls.Add(this.ChooseFolder);
  124. this.Controls.Add(this.FolderPath);
  125. this.Controls.Add(this.label1);
  126. this.Controls.Add(this.Start);
  127. this.Controls.Add(this.OperateResult);
  128. this.Margin = new System.Windows.Forms.Padding(6);
  129. this.Name = "首件仪上传";
  130. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  131. this.Text = "测试文件监控";
  132. this.Load += new System.EventHandler(this.Form1_Load);
  133. this.ResumeLayout(true);
  134. this.PerformLayout();
  135. }
  136. #endregion
  137. private System.Windows.Forms.RichTextBox OperateResult;
  138. private System.Windows.Forms.Button Start;
  139. private System.Windows.Forms.Button ChooseFolder;
  140. private System.Windows.Forms.TextBox FolderPath;
  141. private System.Windows.Forms.Label label1;
  142. private System.Windows.Forms.Label label2;
  143. private System.Windows.Forms.TextBox ma_code;
  144. }
  145. }