1
0

Form1.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. 
  2. namespace Prakt2
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelPages = new System.Windows.Forms.Panel();
  32. this.dgvAgents = new System.Windows.Forms.DataGridView();
  33. this.Column1 = new System.Windows.Forms.DataGridViewImageColumn();
  34. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. ((System.ComponentModel.ISupportInitialize)(this.dgvAgents)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // panelPages
  40. //
  41. this.panelPages.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  42. | System.Windows.Forms.AnchorStyles.Right)));
  43. this.panelPages.Location = new System.Drawing.Point(23, 349);
  44. this.panelPages.Margin = new System.Windows.Forms.Padding(3, 3, 20, 3);
  45. this.panelPages.Name = "panelPages";
  46. this.panelPages.Size = new System.Drawing.Size(434, 54);
  47. this.panelPages.TabIndex = 1;
  48. //
  49. // dgvAgents
  50. //
  51. this.dgvAgents.AllowUserToAddRows = false;
  52. this.dgvAgents.AllowUserToDeleteRows = false;
  53. this.dgvAgents.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  54. | System.Windows.Forms.AnchorStyles.Left)
  55. | System.Windows.Forms.AnchorStyles.Right)));
  56. this.dgvAgents.BackgroundColor = System.Drawing.SystemColors.ControlLight;
  57. this.dgvAgents.BorderStyle = System.Windows.Forms.BorderStyle.None;
  58. this.dgvAgents.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
  59. this.dgvAgents.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  60. this.dgvAgents.ColumnHeadersVisible = false;
  61. this.dgvAgents.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  62. this.Column1,
  63. this.Column2,
  64. this.Column3});
  65. this.dgvAgents.GridColor = System.Drawing.SystemColors.ControlLight;
  66. this.dgvAgents.Location = new System.Drawing.Point(23, 12);
  67. this.dgvAgents.Name = "dgvAgents";
  68. this.dgvAgents.ReadOnly = true;
  69. this.dgvAgents.RowHeadersVisible = false;
  70. this.dgvAgents.RowTemplate.DividerHeight = 10;
  71. this.dgvAgents.RowTemplate.Height = 90;
  72. this.dgvAgents.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  73. this.dgvAgents.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  74. this.dgvAgents.Size = new System.Drawing.Size(434, 295);
  75. this.dgvAgents.TabIndex = 2;
  76. //
  77. // Column1
  78. //
  79. this.Column1.HeaderText = "Column1";
  80. this.Column1.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
  81. this.Column1.Name = "Column1";
  82. this.Column1.ReadOnly = true;
  83. this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  84. //
  85. // Column2
  86. //
  87. this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  88. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  89. this.Column2.DefaultCellStyle = dataGridViewCellStyle9;
  90. this.Column2.HeaderText = "Column2";
  91. this.Column2.Name = "Column2";
  92. this.Column2.ReadOnly = true;
  93. this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  94. //
  95. // Column3
  96. //
  97. dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  98. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  99. this.Column3.DefaultCellStyle = dataGridViewCellStyle10;
  100. this.Column3.HeaderText = "Column3";
  101. this.Column3.Name = "Column3";
  102. this.Column3.ReadOnly = true;
  103. this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  104. this.Column3.Width = 120;
  105. //
  106. // Form1
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110. this.BackColor = System.Drawing.SystemColors.ControlLight;
  111. this.ClientSize = new System.Drawing.Size(482, 403);
  112. this.Controls.Add(this.dgvAgents);
  113. this.Controls.Add(this.panelPages);
  114. this.MinimumSize = new System.Drawing.Size(498, 442);
  115. this.Name = "Form1";
  116. this.Text = "Form1";
  117. this.Load += new System.EventHandler(this.Form1_Load);
  118. ((System.ComponentModel.ISupportInitialize)(this.dgvAgents)).EndInit();
  119. this.ResumeLayout(false);
  120. }
  121. #endregion
  122. private System.Windows.Forms.Panel panelPages;
  123. private System.Windows.Forms.DataGridView dgvAgents;
  124. private System.Windows.Forms.DataGridViewImageColumn Column1;
  125. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  126. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  127. }
  128. }