frmMultiSourceSelect.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. namespace OTSIncAReportApp
  2. {
  3. partial class frmMultiSourceSelect
  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.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.treeView1 = new System.Windows.Forms.TreeView();
  31. this.SuspendLayout();
  32. //
  33. // button1
  34. //
  35. this.button1.Location = new System.Drawing.Point(29, 290);
  36. this.button1.Name = "button1";
  37. this.button1.Size = new System.Drawing.Size(105, 36);
  38. this.button1.TabIndex = 1;
  39. this.button1.Text = "确 定";
  40. this.button1.UseVisualStyleBackColor = true;
  41. this.button1.Click += new System.EventHandler(this.button1_Click);
  42. //
  43. // button2
  44. //
  45. this.button2.Location = new System.Drawing.Point(196, 290);
  46. this.button2.Name = "button2";
  47. this.button2.Size = new System.Drawing.Size(105, 36);
  48. this.button2.TabIndex = 1;
  49. this.button2.Text = "取 消";
  50. this.button2.UseVisualStyleBackColor = true;
  51. this.button2.Click += new System.EventHandler(this.button2_Click);
  52. //
  53. // treeView1
  54. //
  55. this.treeView1.AllowDrop = true;
  56. this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.treeView1.CheckBoxes = true;
  60. this.treeView1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.treeView1.Location = new System.Drawing.Point(3, 2);
  62. this.treeView1.Margin = new System.Windows.Forms.Padding(4);
  63. this.treeView1.Name = "treeView1";
  64. this.treeView1.ShowLines = false;
  65. this.treeView1.ShowPlusMinus = false;
  66. this.treeView1.Size = new System.Drawing.Size(319, 281);
  67. this.treeView1.TabIndex = 7;
  68. //
  69. // frmMultiSourceSelect
  70. //
  71. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  72. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  73. this.ClientSize = new System.Drawing.Size(325, 336);
  74. this.Controls.Add(this.treeView1);
  75. this.Controls.Add(this.button2);
  76. this.Controls.Add(this.button1);
  77. this.MaximizeBox = false;
  78. this.MinimizeBox = false;
  79. this.Name = "frmMultiSourceSelect";
  80. this.ShowIcon = false;
  81. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  82. this.Text = "多数据源选择";
  83. this.Load += new System.EventHandler(this.frmMultiSourceSelect_Load);
  84. this.ResumeLayout(false);
  85. }
  86. #endregion
  87. private System.Windows.Forms.Button button1;
  88. private System.Windows.Forms.Button button2;
  89. public System.Windows.Forms.TreeView treeView1;
  90. }
  91. }