TableView.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. namespace FastReport.FastQueryBuilder
  2. {
  3. internal partial class TableView
  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 Component 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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TableView));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  32. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // label1
  39. //
  40. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  41. | System.Windows.Forms.AnchorStyles.Right)));
  42. this.label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  43. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  44. this.label1.Location = new System.Drawing.Point(3, 0);
  45. this.label1.Name = "label1";
  46. this.label1.Padding = new System.Windows.Forms.Padding(4, 0, 0, 0);
  47. this.label1.Size = new System.Drawing.Size(118, 21);
  48. this.label1.TabIndex = 0;
  49. this.label1.Text = "table name";
  50. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  51. this.label1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.label1_MouseDown);
  52. this.label1.MouseEnter += new System.EventHandler(this.checkedListBox1_MouseEnter);
  53. //
  54. // pictureBox1
  55. //
  56. this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  57. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  58. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  59. this.pictureBox1.Location = new System.Drawing.Point(131, 6);
  60. this.pictureBox1.Name = "pictureBox1";
  61. this.pictureBox1.Size = new System.Drawing.Size(14, 14);
  62. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  63. this.pictureBox1.TabIndex = 2;
  64. this.pictureBox1.TabStop = false;
  65. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  66. //
  67. // pictureBox2
  68. //
  69. this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  70. this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  71. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  72. this.pictureBox2.Location = new System.Drawing.Point(115, 6);
  73. this.pictureBox2.Name = "pictureBox2";
  74. this.pictureBox2.Size = new System.Drawing.Size(14, 14);
  75. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  76. this.pictureBox2.TabIndex = 3;
  77. this.pictureBox2.TabStop = false;
  78. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  79. //
  80. // pictureBox3
  81. //
  82. this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  83. this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  84. this.pictureBox3.ErrorImage = null;
  85. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  86. this.pictureBox3.InitialImage = null;
  87. this.pictureBox3.Location = new System.Drawing.Point(98, 6);
  88. this.pictureBox3.Name = "pictureBox3";
  89. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  90. this.pictureBox3.Size = new System.Drawing.Size(14, 14);
  91. this.pictureBox3.TabIndex = 4;
  92. this.pictureBox3.TabStop = false;
  93. this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
  94. //
  95. // TableView
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  99. this.BackColor = System.Drawing.SystemColors.ControlDark;
  100. this.Controls.Add(this.pictureBox3);
  101. this.Controls.Add(this.pictureBox2);
  102. this.Controls.Add(this.pictureBox1);
  103. this.Controls.Add(this.label1);
  104. this.Name = "TableView";
  105. this.Size = new System.Drawing.Size(150, 193);
  106. this.Paint += new System.Windows.Forms.PaintEventHandler(this.TableView_Paint);
  107. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TableView_MouseMove);
  108. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TableView_MouseDown);
  109. this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.TableView_MouseUp);
  110. this.Move += new System.EventHandler(this.TableView_Move);
  111. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  114. this.ResumeLayout(false);
  115. }
  116. #endregion
  117. private System.Windows.Forms.Label label1;
  118. private System.Windows.Forms.PictureBox pictureBox1;
  119. private System.Windows.Forms.PictureBox pictureBox2;
  120. private System.Windows.Forms.PictureBox pictureBox3;
  121. }
  122. }