FormWorkPlace.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace СУБД_Техносервис
  2. {
  3. partial class FormWorkPlace
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWorkPlace));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.DgvRequest = new System.Windows.Forms.DataGridView();
  36. this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Photo = new System.Windows.Forms.DataGridViewImageColumn();
  38. this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.FIO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.panel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.DgvRequest)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // panel1
  46. //
  47. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  48. this.panel1.Controls.Add(this.label1);
  49. this.panel1.Controls.Add(this.pictureBox1);
  50. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  51. this.panel1.Location = new System.Drawing.Point(0, 0);
  52. this.panel1.Name = "panel1";
  53. this.panel1.Size = new System.Drawing.Size(492, 100);
  54. this.panel1.TabIndex = 1;
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.label1.Location = new System.Drawing.Point(56, 31);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(204, 37);
  63. this.label1.TabIndex = 1;
  64. this.label1.Text = "Рабочее место";
  65. //
  66. // pictureBox1
  67. //
  68. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  69. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  70. this.pictureBox1.Location = new System.Drawing.Point(348, 0);
  71. this.pictureBox1.Name = "pictureBox1";
  72. this.pictureBox1.Size = new System.Drawing.Size(144, 100);
  73. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  74. this.pictureBox1.TabIndex = 0;
  75. this.pictureBox1.TabStop = false;
  76. //
  77. // DgvRequest
  78. //
  79. this.DgvRequest.AllowUserToAddRows = false;
  80. this.DgvRequest.AllowUserToDeleteRows = false;
  81. this.DgvRequest.BackgroundColor = System.Drawing.Color.White;
  82. this.DgvRequest.BorderStyle = System.Windows.Forms.BorderStyle.None;
  83. this.DgvRequest.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
  84. this.DgvRequest.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  85. this.DgvRequest.ColumnHeadersVisible = false;
  86. this.DgvRequest.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  87. this.id,
  88. this.Photo,
  89. this.Title,
  90. this.FIO});
  91. this.DgvRequest.GridColor = System.Drawing.Color.White;
  92. this.DgvRequest.Location = new System.Drawing.Point(12, 106);
  93. this.DgvRequest.MultiSelect = false;
  94. this.DgvRequest.Name = "DgvRequest";
  95. this.DgvRequest.ReadOnly = true;
  96. this.DgvRequest.RowHeadersVisible = false;
  97. this.DgvRequest.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke;
  98. this.DgvRequest.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  99. this.DgvRequest.RowTemplate.DividerHeight = 10;
  100. this.DgvRequest.RowTemplate.Height = 130;
  101. this.DgvRequest.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  102. this.DgvRequest.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  103. this.DgvRequest.Size = new System.Drawing.Size(468, 292);
  104. this.DgvRequest.TabIndex = 2;
  105. //
  106. // id
  107. //
  108. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  109. this.id.DefaultCellStyle = dataGridViewCellStyle4;
  110. this.id.HeaderText = "ид";
  111. this.id.Name = "id";
  112. this.id.ReadOnly = true;
  113. this.id.Visible = false;
  114. //
  115. // Photo
  116. //
  117. this.Photo.HeaderText = "Фото";
  118. this.Photo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
  119. this.Photo.Name = "Photo";
  120. this.Photo.ReadOnly = true;
  121. this.Photo.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  122. this.Photo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  123. this.Photo.Width = 130;
  124. //
  125. // Title
  126. //
  127. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
  128. this.Title.DefaultCellStyle = dataGridViewCellStyle5;
  129. this.Title.HeaderText = "Инфо";
  130. this.Title.Name = "Title";
  131. this.Title.ReadOnly = true;
  132. this.Title.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  133. this.Title.Width = 200;
  134. //
  135. // FIO
  136. //
  137. this.FIO.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  138. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
  139. this.FIO.DefaultCellStyle = dataGridViewCellStyle6;
  140. this.FIO.HeaderText = "ФИО";
  141. this.FIO.Name = "FIO";
  142. this.FIO.ReadOnly = true;
  143. this.FIO.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  144. //
  145. // FormWorkPlace
  146. //
  147. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
  148. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  149. this.BackColor = System.Drawing.Color.White;
  150. this.ClientSize = new System.Drawing.Size(492, 428);
  151. this.Controls.Add(this.DgvRequest);
  152. this.Controls.Add(this.panel1);
  153. this.Font = new System.Drawing.Font("Arial Narrow", 9F);
  154. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  155. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  156. this.Name = "FormWorkPlace";
  157. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  158. this.Text = "ООО \"Техносервис\"";
  159. this.Load += new System.EventHandler(this.FormWorkPlace_Load);
  160. this.panel1.ResumeLayout(false);
  161. this.panel1.PerformLayout();
  162. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.DgvRequest)).EndInit();
  164. this.ResumeLayout(false);
  165. }
  166. #endregion
  167. private System.Windows.Forms.Panel panel1;
  168. private System.Windows.Forms.Label label1;
  169. private System.Windows.Forms.PictureBox pictureBox1;
  170. private System.Windows.Forms.DataGridView DgvRequest;
  171. private System.Windows.Forms.DataGridViewTextBoxColumn id;
  172. private System.Windows.Forms.DataGridViewImageColumn Photo;
  173. private System.Windows.Forms.DataGridViewTextBoxColumn Title;
  174. private System.Windows.Forms.DataGridViewTextBoxColumn FIO;
  175. }
  176. }