ImportGLdataForm.Designer.cs 8.5 KB

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