ImportGLdatamanageForm.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. namespace Uninpho.Tools.components.DWForm
  2. {
  3. partial class ImportGLdatamanageForm
  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. this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  29. this.lblShow = new DevExpress.XtraEditors.LabelControl();
  30. this.NewcancelBtn = new DevExpress.XtraEditors.SimpleButton();
  31. this.newCreateBtnSon = new DevExpress.XtraEditors.SimpleButton();
  32. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  33. this.txtindir = new System.Windows.Forms.TextBox();
  34. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  35. this.xianlumingText = new DevExpress.XtraEditors.ComboBoxEdit();
  36. this.zhanmingText = new DevExpress.XtraEditors.ComboBoxEdit();
  37. ((System.ComponentModel.ISupportInitialize)(this.xianlumingText.Properties)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.zhanmingText.Properties)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // simpleButton2
  42. //
  43. this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  44. this.simpleButton2.Location = new System.Drawing.Point(409, 159);
  45. this.simpleButton2.Name = "simpleButton2";
  46. this.simpleButton2.Size = new System.Drawing.Size(87, 27);
  47. this.simpleButton2.TabIndex = 16;
  48. this.simpleButton2.Text = "浏览...";
  49. this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
  50. //
  51. // lblShow
  52. //
  53. this.lblShow.Location = new System.Drawing.Point(58, 164);
  54. this.lblShow.Name = "lblShow";
  55. this.lblShow.Size = new System.Drawing.Size(52, 14);
  56. this.lblShow.TabIndex = 19;
  57. this.lblShow.Text = "文件目录:";
  58. //
  59. // NewcancelBtn
  60. //
  61. this.NewcancelBtn.Location = new System.Drawing.Point(421, 222);
  62. this.NewcancelBtn.Name = "NewcancelBtn";
  63. this.NewcancelBtn.Size = new System.Drawing.Size(75, 26);
  64. this.NewcancelBtn.TabIndex = 17;
  65. this.NewcancelBtn.Text = "取消";
  66. this.NewcancelBtn.Click += new System.EventHandler(this.NewcancelBtn_Click);
  67. //
  68. // newCreateBtnSon
  69. //
  70. this.newCreateBtnSon.Location = new System.Drawing.Point(296, 222);
  71. this.newCreateBtnSon.Name = "newCreateBtnSon";
  72. this.newCreateBtnSon.Size = new System.Drawing.Size(75, 26);
  73. this.newCreateBtnSon.TabIndex = 18;
  74. this.newCreateBtnSon.Text = "导入";
  75. this.newCreateBtnSon.Click += new System.EventHandler(this.newCreateBtnSon_Click);
  76. //
  77. // labelControl7
  78. //
  79. this.labelControl7.Location = new System.Drawing.Point(73, 61);
  80. this.labelControl7.Name = "labelControl7";
  81. this.labelControl7.Size = new System.Drawing.Size(48, 14);
  82. this.labelControl7.TabIndex = 14;
  83. this.labelControl7.Text = "线路名:";
  84. //
  85. // txtindir
  86. //
  87. this.txtindir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  88. | System.Windows.Forms.AnchorStyles.Right)));
  89. this.txtindir.Location = new System.Drawing.Point(145, 161);
  90. this.txtindir.Name = "txtindir";
  91. this.txtindir.Size = new System.Drawing.Size(257, 22);
  92. this.txtindir.TabIndex = 12;
  93. //
  94. // labelControl1
  95. //
  96. this.labelControl1.Location = new System.Drawing.Point(48, 112);
  97. this.labelControl1.Name = "labelControl1";
  98. this.labelControl1.Size = new System.Drawing.Size(72, 14);
  99. this.labelControl1.TabIndex = 15;
  100. this.labelControl1.Text = "站(所)名:";
  101. //
  102. // xianlumingText
  103. //
  104. this.xianlumingText.EditValue = "";
  105. this.xianlumingText.Location = new System.Drawing.Point(143, 57);
  106. this.xianlumingText.Name = "xianlumingText";
  107. this.xianlumingText.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  108. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  109. this.xianlumingText.Size = new System.Drawing.Size(352, 20);
  110. this.xianlumingText.TabIndex = 11;
  111. this.xianlumingText.SelectedIndexChanged += new System.EventHandler(this.xianlumingText_SelectedIndexChanged);
  112. this.xianlumingText.EditValueChanged += new System.EventHandler(this.xianlumingText_EditValueChanged);
  113. //
  114. // zhanmingText
  115. //
  116. this.zhanmingText.Enabled = false;
  117. this.zhanmingText.Location = new System.Drawing.Point(142, 108);
  118. this.zhanmingText.Name = "zhanmingText";
  119. this.zhanmingText.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  120. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  121. this.zhanmingText.Size = new System.Drawing.Size(353, 20);
  122. this.zhanmingText.TabIndex = 13;
  123. //
  124. // ImportGLdatamanageForm
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(544, 304);
  129. this.Controls.Add(this.simpleButton2);
  130. this.Controls.Add(this.lblShow);
  131. this.Controls.Add(this.NewcancelBtn);
  132. this.Controls.Add(this.newCreateBtnSon);
  133. this.Controls.Add(this.labelControl7);
  134. this.Controls.Add(this.txtindir);
  135. this.Controls.Add(this.labelControl1);
  136. this.Controls.Add(this.xianlumingText);
  137. this.Controls.Add(this.zhanmingText);
  138. this.Name = "ImportGLdatamanageForm";
  139. this.Text = "导入数据";
  140. this.Load += new System.EventHandler(this.ImportGLdatamanageForm_Load);
  141. ((System.ComponentModel.ISupportInitialize)(this.xianlumingText.Properties)).EndInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.zhanmingText.Properties)).EndInit();
  143. this.ResumeLayout(false);
  144. this.PerformLayout();
  145. }
  146. #endregion
  147. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  148. private DevExpress.XtraEditors.LabelControl lblShow;
  149. private DevExpress.XtraEditors.SimpleButton NewcancelBtn;
  150. private DevExpress.XtraEditors.SimpleButton newCreateBtnSon;
  151. private DevExpress.XtraEditors.LabelControl labelControl7;
  152. private System.Windows.Forms.TextBox txtindir;
  153. private DevExpress.XtraEditors.LabelControl labelControl1;
  154. private DevExpress.XtraEditors.ComboBoxEdit zhanmingText;
  155. public DevExpress.XtraEditors.ComboBoxEdit xianlumingText;
  156. }
  157. }