downloadDemoFrom.Designer.cs 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. namespace Uninpho.Tools.components.SomethingSetting
  2. {
  3. partial class DownloadDemoFrom
  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.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
  29. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  30. ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // comboBoxEdit1
  34. //
  35. this.comboBoxEdit1.EditValue = "曲线台账模板";
  36. this.comboBoxEdit1.Location = new System.Drawing.Point(102, 35);
  37. this.comboBoxEdit1.Name = "comboBoxEdit1";
  38. this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  39. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  40. this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
  41. "曲线台账模板",
  42. "道岔台账模板",
  43. "管界台账模板"});
  44. this.comboBoxEdit1.Size = new System.Drawing.Size(100, 20);
  45. this.comboBoxEdit1.TabIndex = 0;
  46. this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
  47. //
  48. // simpleButton1
  49. //
  50. this.simpleButton1.Location = new System.Drawing.Point(208, 34);
  51. this.simpleButton1.Name = "simpleButton1";
  52. this.simpleButton1.Size = new System.Drawing.Size(79, 23);
  53. this.simpleButton1.TabIndex = 1;
  54. this.simpleButton1.Text = "下载";
  55. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  56. //
  57. // DownloadDemoFrom
  58. //
  59. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  60. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  61. this.ClientSize = new System.Drawing.Size(363, 87);
  62. this.Controls.Add(this.simpleButton1);
  63. this.Controls.Add(this.comboBoxEdit1);
  64. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  65. this.MaximizeBox = false;
  66. this.MinimizeBox = false;
  67. this.Name = "DownloadDemoFrom";
  68. this.Text = "模板下载";
  69. ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
  70. this.ResumeLayout(false);
  71. }
  72. #endregion
  73. private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
  74. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  75. }
  76. }