EphImportForm.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. namespace Ips.Sps.Ephs
  2. {
  3. partial class EphImportForm
  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.components = new System.ComponentModel.Container();
  29. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  34. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  39. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  40. this.grdEphFiles = new DevExpress.XtraGrid.GridControl();
  41. this.bsImportList = new System.Windows.Forms.BindingSource(this.components);
  42. this.gvEphFiles = new DevExpress.XtraGrid.Views.Grid.GridView();
  43. this.colEphType = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colFileName = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colState = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.txtImportAll = new DevExpress.XtraEditors.CheckEdit();
  47. this.btnImport = new DevExpress.XtraEditors.SimpleButton();
  48. this.txtEphFiles = new DevExpress.XtraEditors.ButtonEdit();
  49. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  50. this.lcEphFiles = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.bgImportWorker = new System.ComponentModel.BackgroundWorker();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  56. this.layoutControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.grdEphFiles)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.bsImportList)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.gvEphFiles)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtImportAll.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtEphFiles.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.lcEphFiles)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // layoutControl1
  70. //
  71. this.layoutControl1.Controls.Add(this.grdEphFiles);
  72. this.layoutControl1.Controls.Add(this.txtImportAll);
  73. this.layoutControl1.Controls.Add(this.btnImport);
  74. this.layoutControl1.Controls.Add(this.txtEphFiles);
  75. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  77. this.layoutControl1.Name = "layoutControl1";
  78. this.layoutControl1.Root = this.Root;
  79. this.layoutControl1.Size = new System.Drawing.Size(723, 439);
  80. this.layoutControl1.TabIndex = 0;
  81. this.layoutControl1.Text = "layoutControl1";
  82. //
  83. // grdEphFiles
  84. //
  85. this.grdEphFiles.DataSource = this.bsImportList;
  86. this.grdEphFiles.Location = new System.Drawing.Point(12, 38);
  87. this.grdEphFiles.MainView = this.gvEphFiles;
  88. this.grdEphFiles.Name = "grdEphFiles";
  89. this.grdEphFiles.Size = new System.Drawing.Size(699, 389);
  90. this.grdEphFiles.TabIndex = 5;
  91. this.grdEphFiles.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  92. this.gvEphFiles});
  93. //
  94. // bsImportList
  95. //
  96. this.bsImportList.DataSource = typeof(Ips.Sps.Ephs.EphImportVo);
  97. //
  98. // gvEphFiles
  99. //
  100. this.gvEphFiles.Appearance.Row.Options.UseTextOptions = true;
  101. this.gvEphFiles.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  102. this.gvEphFiles.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  103. this.colEphType,
  104. this.colFileName,
  105. this.colState});
  106. this.gvEphFiles.GridControl = this.grdEphFiles;
  107. this.gvEphFiles.Name = "gvEphFiles";
  108. this.gvEphFiles.OptionsBehavior.Editable = false;
  109. this.gvEphFiles.OptionsView.ShowGroupPanel = false;
  110. this.gvEphFiles.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvEphFiles_RowCellStyle);
  111. //
  112. // colEphType
  113. //
  114. this.colEphType.FieldName = "EphType";
  115. this.colEphType.Name = "colEphType";
  116. this.colEphType.Visible = true;
  117. this.colEphType.VisibleIndex = 0;
  118. this.colEphType.Width = 97;
  119. //
  120. // colFileName
  121. //
  122. this.colFileName.FieldName = "FileName";
  123. this.colFileName.Name = "colFileName";
  124. this.colFileName.OptionsColumn.AllowFocus = false;
  125. this.colFileName.Visible = true;
  126. this.colFileName.VisibleIndex = 1;
  127. this.colFileName.Width = 627;
  128. //
  129. // colState
  130. //
  131. this.colState.FieldName = "State";
  132. this.colState.Name = "colState";
  133. this.colState.Visible = true;
  134. this.colState.VisibleIndex = 2;
  135. this.colState.Width = 83;
  136. //
  137. // txtImportAll
  138. //
  139. this.txtImportAll.Location = new System.Drawing.Point(588, 13);
  140. this.txtImportAll.Name = "txtImportAll";
  141. this.txtImportAll.Properties.Caption = "导入全部";
  142. this.txtImportAll.Size = new System.Drawing.Size(75, 20);
  143. this.txtImportAll.StyleController = this.layoutControl1;
  144. this.txtImportAll.TabIndex = 4;
  145. this.txtImportAll.CheckedChanged += new System.EventHandler(this.txtImportAll_CheckedChanged);
  146. //
  147. // btnImport
  148. //
  149. this.btnImport.Location = new System.Drawing.Point(667, 12);
  150. this.btnImport.Name = "btnImport";
  151. this.btnImport.Size = new System.Drawing.Size(44, 22);
  152. this.btnImport.StyleController = this.layoutControl1;
  153. this.btnImport.TabIndex = 3;
  154. this.btnImport.Text = "导入";
  155. this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
  156. //
  157. // txtEphFiles
  158. //
  159. this.txtEphFiles.Location = new System.Drawing.Point(94, 12);
  160. this.txtEphFiles.Name = "txtEphFiles";
  161. editorButtonImageOptions1.ImageUri.Uri = "diagramicons/new";
  162. editorButtonImageOptions1.SvgImageSize = new System.Drawing.Size(12, 12);
  163. editorButtonImageOptions2.ImageUri.Uri = "Open";
  164. editorButtonImageOptions2.SvgImageSize = new System.Drawing.Size(12, 12);
  165. this.txtEphFiles.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  166. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "文件", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default),
  167. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "文件夹", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  168. this.txtEphFiles.Size = new System.Drawing.Size(490, 20);
  169. this.txtEphFiles.StyleController = this.layoutControl1;
  170. this.txtEphFiles.TabIndex = 0;
  171. this.txtEphFiles.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEphFiles_ButtonClick);
  172. this.txtEphFiles.EditValueChanged += new System.EventHandler(this.txtEphFiles_EditValueChanged);
  173. //
  174. // Root
  175. //
  176. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  177. this.Root.GroupBordersVisible = false;
  178. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  179. this.lcEphFiles,
  180. this.layoutControlItem1,
  181. this.layoutControlItem2,
  182. this.layoutControlItem3});
  183. this.Root.Name = "Root";
  184. this.Root.Size = new System.Drawing.Size(723, 439);
  185. this.Root.TextVisible = false;
  186. //
  187. // lcEphFiles
  188. //
  189. this.lcEphFiles.Control = this.txtEphFiles;
  190. this.lcEphFiles.Location = new System.Drawing.Point(0, 0);
  191. this.lcEphFiles.Name = "lcEphFiles";
  192. this.lcEphFiles.Size = new System.Drawing.Size(576, 26);
  193. this.lcEphFiles.Text = "星历文件(夹)";
  194. this.lcEphFiles.TextSize = new System.Drawing.Size(70, 14);
  195. //
  196. // layoutControlItem1
  197. //
  198. this.layoutControlItem1.Control = this.btnImport;
  199. this.layoutControlItem1.Location = new System.Drawing.Point(655, 0);
  200. this.layoutControlItem1.MaxSize = new System.Drawing.Size(48, 26);
  201. this.layoutControlItem1.MinSize = new System.Drawing.Size(48, 26);
  202. this.layoutControlItem1.Name = "layoutControlItem1";
  203. this.layoutControlItem1.Size = new System.Drawing.Size(48, 26);
  204. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  205. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  206. this.layoutControlItem1.TextVisible = false;
  207. //
  208. // layoutControlItem2
  209. //
  210. this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  211. this.layoutControlItem2.Control = this.txtImportAll;
  212. this.layoutControlItem2.Location = new System.Drawing.Point(576, 0);
  213. this.layoutControlItem2.Name = "layoutControlItem2";
  214. this.layoutControlItem2.Size = new System.Drawing.Size(79, 26);
  215. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  216. this.layoutControlItem2.TextVisible = false;
  217. //
  218. // layoutControlItem3
  219. //
  220. this.layoutControlItem3.Control = this.grdEphFiles;
  221. this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
  222. this.layoutControlItem3.Name = "layoutControlItem3";
  223. this.layoutControlItem3.Size = new System.Drawing.Size(703, 393);
  224. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  225. this.layoutControlItem3.TextVisible = false;
  226. //
  227. // bgImportWorker
  228. //
  229. this.bgImportWorker.WorkerReportsProgress = true;
  230. this.bgImportWorker.WorkerSupportsCancellation = true;
  231. this.bgImportWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgImportWorker_DoWork);
  232. this.bgImportWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgImportWorker_ProgressChanged);
  233. this.bgImportWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgImportWorker_RunWorkerCompleted);
  234. //
  235. // EphImportForm
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.ClientSize = new System.Drawing.Size(723, 439);
  240. this.Controls.Add(this.layoutControl1);
  241. this.IconOptions.ShowIcon = false;
  242. this.Name = "EphImportForm";
  243. this.ShowInTaskbar = false;
  244. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  245. this.Text = "导入星历";
  246. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EphImportForm_FormClosing);
  247. this.Load += new System.EventHandler(this.EphImportForm_Load);
  248. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  249. this.layoutControl1.ResumeLayout(false);
  250. ((System.ComponentModel.ISupportInitialize)(this.grdEphFiles)).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.bsImportList)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.gvEphFiles)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.txtImportAll.Properties)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.txtEphFiles.Properties)).EndInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.lcEphFiles)).EndInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  260. this.ResumeLayout(false);
  261. }
  262. #endregion
  263. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  264. private DevExpress.XtraEditors.SimpleButton btnImport;
  265. private DevExpress.XtraEditors.ButtonEdit txtEphFiles;
  266. private DevExpress.XtraLayout.LayoutControlGroup Root;
  267. private DevExpress.XtraLayout.LayoutControlItem lcEphFiles;
  268. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  269. private DevExpress.XtraEditors.CheckEdit txtImportAll;
  270. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  271. private DevExpress.XtraGrid.GridControl grdEphFiles;
  272. private DevExpress.XtraGrid.Views.Grid.GridView gvEphFiles;
  273. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  274. private System.ComponentModel.BackgroundWorker bgImportWorker;
  275. private BindingSource bsImportList;
  276. private DevExpress.XtraGrid.Columns.GridColumn colFileName;
  277. private DevExpress.XtraGrid.Columns.GridColumn colState;
  278. private DevExpress.XtraGrid.Columns.GridColumn colEphType;
  279. }
  280. }