ImportGLdataForm.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. namespace Uninpho.Tools.components.DWForm
  2. {
  3. partial class ImportGLdataForm
  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.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.xianlumingText = new DevExpress.XtraEditors.ComboBoxEdit();
  31. this.zhanmingText = new DevExpress.XtraEditors.ComboBoxEdit();
  32. this.NewcancelBtn = new DevExpress.XtraEditors.SimpleButton();
  33. this.newCreateBtnSon = new DevExpress.XtraEditors.SimpleButton();
  34. this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  35. this.lblShow = new DevExpress.XtraEditors.LabelControl();
  36. this.txtindir = new System.Windows.Forms.TextBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.xianlumingText.Properties)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.zhanmingText.Properties)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // labelControl7
  42. //
  43. this.labelControl7.Location = new System.Drawing.Point(66, 45);
  44. this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  45. this.labelControl7.Name = "labelControl7";
  46. this.labelControl7.Size = new System.Drawing.Size(60, 18);
  47. this.labelControl7.TabIndex = 5;
  48. this.labelControl7.Text = "线路名:";
  49. this.labelControl7.Click += new System.EventHandler(this.labelControl7_Click);
  50. //
  51. // labelControl1
  52. //
  53. this.labelControl1.Location = new System.Drawing.Point(41, 102);
  54. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  55. this.labelControl1.Name = "labelControl1";
  56. this.labelControl1.Size = new System.Drawing.Size(90, 18);
  57. this.labelControl1.TabIndex = 6;
  58. this.labelControl1.Text = "站(所)名:";
  59. this.labelControl1.Click += new System.EventHandler(this.labelControl1_Click);
  60. //
  61. // xianlumingText
  62. //
  63. this.xianlumingText.Location = new System.Drawing.Point(135, 41);
  64. this.xianlumingText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  65. this.xianlumingText.Name = "xianlumingText";
  66. this.xianlumingText.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  67. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  68. this.xianlumingText.Size = new System.Drawing.Size(345, 24);
  69. this.xianlumingText.TabIndex = 3;
  70. this.xianlumingText.SelectedIndexChanged += new System.EventHandler(this.xianlumingText_SelectedIndexChanged);
  71. this.xianlumingText.EditValueChanged += new System.EventHandler(this.xianlumingText_TextChanged);
  72. //
  73. // zhanmingText
  74. //
  75. this.zhanmingText.Enabled = false;
  76. this.zhanmingText.Location = new System.Drawing.Point(134, 98);
  77. this.zhanmingText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  78. this.zhanmingText.Name = "zhanmingText";
  79. this.zhanmingText.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  80. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  81. this.zhanmingText.Size = new System.Drawing.Size(346, 24);
  82. this.zhanmingText.TabIndex = 4;
  83. this.zhanmingText.SelectedIndexChanged += new System.EventHandler(this.zhanmingText_SelectedIndexChanged);
  84. //
  85. // NewcancelBtn
  86. //
  87. this.NewcancelBtn.Location = new System.Drawing.Point(407, 222);
  88. this.NewcancelBtn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  89. this.NewcancelBtn.Name = "NewcancelBtn";
  90. this.NewcancelBtn.Size = new System.Drawing.Size(73, 28);
  91. this.NewcancelBtn.TabIndex = 7;
  92. this.NewcancelBtn.Text = "取消";
  93. this.NewcancelBtn.Click += new System.EventHandler(this.NewcancelBtn_Click);
  94. //
  95. // newCreateBtnSon
  96. //
  97. this.newCreateBtnSon.Location = new System.Drawing.Point(285, 222);
  98. this.newCreateBtnSon.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  99. this.newCreateBtnSon.Name = "newCreateBtnSon";
  100. this.newCreateBtnSon.Size = new System.Drawing.Size(73, 28);
  101. this.newCreateBtnSon.TabIndex = 8;
  102. this.newCreateBtnSon.Text = "导入";
  103. this.newCreateBtnSon.Click += new System.EventHandler(this.newCreateBtnSon_Click);
  104. //
  105. // simpleButton2
  106. //
  107. this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  108. this.simpleButton2.Location = new System.Drawing.Point(395, 153);
  109. this.simpleButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  110. this.simpleButton2.Name = "simpleButton2";
  111. this.simpleButton2.Size = new System.Drawing.Size(86, 30);
  112. this.simpleButton2.TabIndex = 7;
  113. this.simpleButton2.Text = "浏览...";
  114. this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
  115. //
  116. // lblShow
  117. //
  118. this.lblShow.Location = new System.Drawing.Point(51, 159);
  119. this.lblShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  120. this.lblShow.Name = "lblShow";
  121. this.lblShow.Size = new System.Drawing.Size(65, 18);
  122. this.lblShow.TabIndex = 10;
  123. this.lblShow.Text = "文件目录:";
  124. this.lblShow.Click += new System.EventHandler(this.lblShow_Click);
  125. //
  126. // txtindir
  127. //
  128. this.txtindir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  129. | System.Windows.Forms.AnchorStyles.Right)));
  130. this.txtindir.Location = new System.Drawing.Point(136, 156);
  131. this.txtindir.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  132. this.txtindir.Name = "txtindir";
  133. this.txtindir.Size = new System.Drawing.Size(252, 26);
  134. this.txtindir.TabIndex = 4;
  135. this.txtindir.TextChanged += new System.EventHandler(this.txtindir_TextChanged);
  136. //
  137. // ImportGLdataForm
  138. //
  139. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  140. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  141. this.ClientSize = new System.Drawing.Size(531, 282);
  142. this.Controls.Add(this.simpleButton2);
  143. this.Controls.Add(this.lblShow);
  144. this.Controls.Add(this.NewcancelBtn);
  145. this.Controls.Add(this.newCreateBtnSon);
  146. this.Controls.Add(this.labelControl7);
  147. this.Controls.Add(this.txtindir);
  148. this.Controls.Add(this.labelControl1);
  149. this.Controls.Add(this.xianlumingText);
  150. this.Controls.Add(this.zhanmingText);
  151. this.MaximizeBox = false;
  152. this.MinimizeBox = false;
  153. this.Name = "ImportGLdataForm";
  154. this.Text = "导入功率配置文件";
  155. this.Load += new System.EventHandler(this.ImportGLdataForm_Load);
  156. ((System.ComponentModel.ISupportInitialize)(this.xianlumingText.Properties)).EndInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.zhanmingText.Properties)).EndInit();
  158. this.ResumeLayout(false);
  159. this.PerformLayout();
  160. }
  161. #endregion
  162. private DevExpress.XtraEditors.LabelControl labelControl7;
  163. private DevExpress.XtraEditors.LabelControl labelControl1;
  164. private DevExpress.XtraEditors.ComboBoxEdit xianlumingText;
  165. private DevExpress.XtraEditors.ComboBoxEdit zhanmingText;
  166. private DevExpress.XtraEditors.SimpleButton NewcancelBtn;
  167. private DevExpress.XtraEditors.SimpleButton newCreateBtnSon;
  168. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  169. private DevExpress.XtraEditors.LabelControl lblShow;
  170. private System.Windows.Forms.TextBox txtindir;
  171. }
  172. }