Home.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. namespace travelExport
  2. {
  3. partial class Home
  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.comb_Delegation = new System.Windows.Forms.ComboBox();
  29. this.btnImport = new System.Windows.Forms.Button();
  30. this.btnOutput = new System.Windows.Forms.Button();
  31. this.btnOutputInfo = new System.Windows.Forms.Button();
  32. this.tripItemSelect = new System.Windows.Forms.ComboBox();
  33. this.airLable = new System.Windows.Forms.Label();
  34. this.hotelLable = new System.Windows.Forms.Label();
  35. this.gwLabel = new System.Windows.Forms.Label();
  36. this.airCheckbox = new System.Windows.Forms.CheckBox();
  37. this.hotelCheckbox = new System.Windows.Forms.CheckBox();
  38. this.gwCheckbox = new System.Windows.Forms.CheckBox();
  39. this.SublevelComboBox = new System.Windows.Forms.ComboBox();
  40. this.SuspendLayout();
  41. //
  42. // comb_Delegation
  43. //
  44. this.comb_Delegation.FormattingEnabled = true;
  45. this.comb_Delegation.Location = new System.Drawing.Point(13, 12);
  46. this.comb_Delegation.Name = "comb_Delegation";
  47. this.comb_Delegation.Size = new System.Drawing.Size(216, 20);
  48. this.comb_Delegation.TabIndex = 0;
  49. //
  50. // btnImport
  51. //
  52. this.btnImport.Location = new System.Drawing.Point(13, 212);
  53. this.btnImport.Name = "btnImport";
  54. this.btnImport.Size = new System.Drawing.Size(119, 23);
  55. this.btnImport.TabIndex = 1;
  56. this.btnImport.Text = "导入简要行程数据";
  57. this.btnImport.UseVisualStyleBackColor = true;
  58. this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
  59. //
  60. // btnOutput
  61. //
  62. this.btnOutput.Location = new System.Drawing.Point(410, 212);
  63. this.btnOutput.Name = "btnOutput";
  64. this.btnOutput.Size = new System.Drawing.Size(75, 23);
  65. this.btnOutput.TabIndex = 2;
  66. this.btnOutput.Text = "导出文件";
  67. this.btnOutput.UseVisualStyleBackColor = true;
  68. this.btnOutput.Click += new System.EventHandler(this.btnOutput_Click);
  69. //
  70. // btnOutputInfo
  71. //
  72. this.btnOutputInfo.Location = new System.Drawing.Point(13, 183);
  73. this.btnOutputInfo.Name = "btnOutputInfo";
  74. this.btnOutputInfo.Size = new System.Drawing.Size(120, 23);
  75. this.btnOutputInfo.TabIndex = 3;
  76. this.btnOutputInfo.Text = "导入详细行程数据";
  77. this.btnOutputInfo.UseVisualStyleBackColor = true;
  78. this.btnOutputInfo.Click += new System.EventHandler(this.btnOutputInfo_Click);
  79. //
  80. // tripItemSelect
  81. //
  82. this.tripItemSelect.FormattingEnabled = true;
  83. this.tripItemSelect.Location = new System.Drawing.Point(366, 183);
  84. this.tripItemSelect.Name = "tripItemSelect";
  85. this.tripItemSelect.Size = new System.Drawing.Size(119, 20);
  86. this.tripItemSelect.TabIndex = 4;
  87. //
  88. // airLable
  89. //
  90. this.airLable.AutoSize = true;
  91. this.airLable.Location = new System.Drawing.Point(168, 65);
  92. this.airLable.Name = "airLable";
  93. this.airLable.Size = new System.Drawing.Size(95, 12);
  94. this.airLable.TabIndex = 5;
  95. this.airLable.Text = "机票数据条数:0";
  96. this.airLable.Click += new System.EventHandler(this.airLable_Click);
  97. //
  98. // hotelLable
  99. //
  100. this.hotelLable.AutoSize = true;
  101. this.hotelLable.Location = new System.Drawing.Point(168, 90);
  102. this.hotelLable.Name = "hotelLable";
  103. this.hotelLable.Size = new System.Drawing.Size(95, 12);
  104. this.hotelLable.TabIndex = 6;
  105. this.hotelLable.Text = "酒店数据条数:0";
  106. //
  107. // gwLabel
  108. //
  109. this.gwLabel.AutoSize = true;
  110. this.gwLabel.Location = new System.Drawing.Point(168, 115);
  111. this.gwLabel.Name = "gwLabel";
  112. this.gwLabel.Size = new System.Drawing.Size(95, 12);
  113. this.gwLabel.TabIndex = 7;
  114. this.gwLabel.Text = "公务数据条数:0";
  115. //
  116. // airCheckbox
  117. //
  118. this.airCheckbox.AutoSize = true;
  119. this.airCheckbox.Location = new System.Drawing.Point(9, 64);
  120. this.airCheckbox.Name = "airCheckbox";
  121. this.airCheckbox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  122. this.airCheckbox.Size = new System.Drawing.Size(132, 16);
  123. this.airCheckbox.TabIndex = 8;
  124. this.airCheckbox.Text = "机票行程是否有数据";
  125. this.airCheckbox.UseVisualStyleBackColor = true;
  126. //
  127. // hotelCheckbox
  128. //
  129. this.hotelCheckbox.AutoSize = true;
  130. this.hotelCheckbox.Location = new System.Drawing.Point(33, 89);
  131. this.hotelCheckbox.Name = "hotelCheckbox";
  132. this.hotelCheckbox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  133. this.hotelCheckbox.Size = new System.Drawing.Size(108, 16);
  134. this.hotelCheckbox.TabIndex = 9;
  135. this.hotelCheckbox.Text = "酒店是否有数据";
  136. this.hotelCheckbox.UseVisualStyleBackColor = true;
  137. //
  138. // gwCheckbox
  139. //
  140. this.gwCheckbox.AutoSize = true;
  141. this.gwCheckbox.Location = new System.Drawing.Point(33, 115);
  142. this.gwCheckbox.Name = "gwCheckbox";
  143. this.gwCheckbox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  144. this.gwCheckbox.Size = new System.Drawing.Size(108, 16);
  145. this.gwCheckbox.TabIndex = 10;
  146. this.gwCheckbox.Text = "公务是否有数据";
  147. this.gwCheckbox.UseVisualStyleBackColor = true;
  148. //
  149. // SublevelComboBox
  150. //
  151. this.SublevelComboBox.FormattingEnabled = true;
  152. this.SublevelComboBox.Location = new System.Drawing.Point(275, 12);
  153. this.SublevelComboBox.Name = "SublevelComboBox";
  154. this.SublevelComboBox.Size = new System.Drawing.Size(210, 20);
  155. this.SublevelComboBox.TabIndex = 11;
  156. //
  157. // Home
  158. //
  159. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  160. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  161. this.ClientSize = new System.Drawing.Size(497, 256);
  162. this.Controls.Add(this.SublevelComboBox);
  163. this.Controls.Add(this.gwCheckbox);
  164. this.Controls.Add(this.hotelCheckbox);
  165. this.Controls.Add(this.airCheckbox);
  166. this.Controls.Add(this.gwLabel);
  167. this.Controls.Add(this.hotelLable);
  168. this.Controls.Add(this.airLable);
  169. this.Controls.Add(this.tripItemSelect);
  170. this.Controls.Add(this.btnOutputInfo);
  171. this.Controls.Add(this.btnOutput);
  172. this.Controls.Add(this.btnImport);
  173. this.Controls.Add(this.comb_Delegation);
  174. this.Name = "Home";
  175. this.Text = "Home";
  176. this.Load += new System.EventHandler(this.Form1_Load);
  177. this.ResumeLayout(false);
  178. this.PerformLayout();
  179. }
  180. #endregion
  181. private System.Windows.Forms.ComboBox comb_Delegation;
  182. private System.Windows.Forms.Button btnImport;
  183. private System.Windows.Forms.Button btnOutput;
  184. private System.Windows.Forms.Button btnOutputInfo;
  185. private System.Windows.Forms.ComboBox tripItemSelect;
  186. private System.Windows.Forms.Label airLable;
  187. private System.Windows.Forms.Label hotelLable;
  188. private System.Windows.Forms.Label gwLabel;
  189. private System.Windows.Forms.CheckBox airCheckbox;
  190. private System.Windows.Forms.CheckBox hotelCheckbox;
  191. private System.Windows.Forms.CheckBox gwCheckbox;
  192. private System.Windows.Forms.ComboBox SublevelComboBox;
  193. }
  194. }