FormEditMaster.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. namespace СУБД_Техносервис
  2. {
  3. partial class FormEditMaster
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditMaster));
  30. System.Windows.Forms.Label commentLabel;
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.LblTitleRequest = new System.Windows.Forms.Label();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.BtnAdd = new System.Windows.Forms.Button();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.techServiceBAUDataSet1 = new СУБД_Техносервис.TechServiceBAUDataSet();
  37. this.BsRequest = new System.Windows.Forms.BindingSource(this.components);
  38. this.requestTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.RequestTableAdapter();
  39. this.tableAdapterManager = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager();
  40. this.commentTextBox = new System.Windows.Forms.TextBox();
  41. this.CmbStatus = new System.Windows.Forms.ComboBox();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.BsStatus = new System.Windows.Forms.BindingSource(this.components);
  44. this.statusTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.StatusTableAdapter();
  45. this.DtpCompl = new System.Windows.Forms.DateTimePicker();
  46. commentLabel = new System.Windows.Forms.Label();
  47. this.panel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.BsStatus)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // panel1
  55. //
  56. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  57. this.panel1.Controls.Add(this.LblTitleRequest);
  58. this.panel1.Controls.Add(this.pictureBox1);
  59. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  60. this.panel1.Location = new System.Drawing.Point(0, 0);
  61. this.panel1.Name = "panel1";
  62. this.panel1.Size = new System.Drawing.Size(484, 100);
  63. this.panel1.TabIndex = 3;
  64. //
  65. // LblTitleRequest
  66. //
  67. this.LblTitleRequest.Anchor = System.Windows.Forms.AnchorStyles.Top;
  68. this.LblTitleRequest.AutoSize = true;
  69. this.LblTitleRequest.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. this.LblTitleRequest.Location = new System.Drawing.Point(161, 31);
  71. this.LblTitleRequest.Name = "LblTitleRequest";
  72. this.LblTitleRequest.Size = new System.Drawing.Size(309, 37);
  73. this.LblTitleRequest.TabIndex = 1;
  74. this.LblTitleRequest.Text = "Редактирование заявки";
  75. //
  76. // pictureBox1
  77. //
  78. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  79. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  80. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  81. this.pictureBox1.Name = "pictureBox1";
  82. this.pictureBox1.Size = new System.Drawing.Size(144, 100);
  83. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  84. this.pictureBox1.TabIndex = 0;
  85. this.pictureBox1.TabStop = false;
  86. //
  87. // BtnAdd
  88. //
  89. this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  90. this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  91. this.BtnAdd.ForeColor = System.Drawing.Color.White;
  92. this.BtnAdd.Location = new System.Drawing.Point(25, 428);
  93. this.BtnAdd.Name = "BtnAdd";
  94. this.BtnAdd.Size = new System.Drawing.Size(157, 26);
  95. this.BtnAdd.TabIndex = 8;
  96. this.BtnAdd.Text = "Сохранить";
  97. this.BtnAdd.UseVisualStyleBackColor = false;
  98. this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  99. //
  100. // button1
  101. //
  102. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  103. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  104. this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  105. this.button1.ForeColor = System.Drawing.Color.White;
  106. this.button1.Location = new System.Drawing.Point(305, 428);
  107. this.button1.Name = "button1";
  108. this.button1.Size = new System.Drawing.Size(157, 26);
  109. this.button1.TabIndex = 9;
  110. this.button1.Text = "Отмена";
  111. this.button1.UseVisualStyleBackColor = false;
  112. //
  113. // techServiceBAUDataSet1
  114. //
  115. this.techServiceBAUDataSet1.DataSetName = "TechServiceBAUDataSet";
  116. this.techServiceBAUDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  117. //
  118. // BsRequest
  119. //
  120. this.BsRequest.DataMember = "Request";
  121. this.BsRequest.DataSource = this.techServiceBAUDataSet1;
  122. //
  123. // requestTableAdapter
  124. //
  125. this.requestTableAdapter.ClearBeforeFill = true;
  126. //
  127. // tableAdapterManager
  128. //
  129. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  130. this.tableAdapterManager.ClientFIOTableAdapter = null;
  131. this.tableAdapterManager.ClientTableAdapter = null;
  132. this.tableAdapterManager.EmployeeTableAdapter = null;
  133. this.tableAdapterManager.ExecutionRequestTableAdapter = null;
  134. this.tableAdapterManager.RequestTableAdapter = this.requestTableAdapter;
  135. this.tableAdapterManager.RoleTableAdapter = null;
  136. this.tableAdapterManager.StatusTableAdapter = this.statusTableAdapter;
  137. this.tableAdapterManager.TypeDefectTableAdapter = null;
  138. this.tableAdapterManager.UpdateOrder = СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  139. //
  140. // commentLabel
  141. //
  142. commentLabel.AutoSize = true;
  143. commentLabel.Location = new System.Drawing.Point(19, 168);
  144. commentLabel.Name = "commentLabel";
  145. commentLabel.Size = new System.Drawing.Size(139, 16);
  146. commentLabel.TabIndex = 9;
  147. commentLabel.Text = "Отчет о выполнении заявки:";
  148. //
  149. // commentTextBox
  150. //
  151. this.commentTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsRequest, "Comment", true));
  152. this.commentTextBox.Location = new System.Drawing.Point(22, 187);
  153. this.commentTextBox.Multiline = true;
  154. this.commentTextBox.Name = "commentTextBox";
  155. this.commentTextBox.Size = new System.Drawing.Size(440, 194);
  156. this.commentTextBox.TabIndex = 10;
  157. //
  158. // CmbStatus
  159. //
  160. this.CmbStatus.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsRequest, "IdStatus", true));
  161. this.CmbStatus.DataSource = this.BsStatus;
  162. this.CmbStatus.DisplayMember = "Title";
  163. this.CmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  164. this.CmbStatus.FormattingEnabled = true;
  165. this.CmbStatus.Location = new System.Drawing.Point(22, 123);
  166. this.CmbStatus.Name = "CmbStatus";
  167. this.CmbStatus.Size = new System.Drawing.Size(284, 24);
  168. this.CmbStatus.TabIndex = 11;
  169. this.CmbStatus.ValueMember = "IdStatus";
  170. //
  171. // label1
  172. //
  173. this.label1.AutoSize = true;
  174. this.label1.Location = new System.Drawing.Point(22, 104);
  175. this.label1.Name = "label1";
  176. this.label1.Size = new System.Drawing.Size(76, 16);
  177. this.label1.TabIndex = 12;
  178. this.label1.Text = "Статус заявки";
  179. //
  180. // BsStatus
  181. //
  182. this.BsStatus.DataMember = "Status";
  183. this.BsStatus.DataSource = this.techServiceBAUDataSet1;
  184. //
  185. // statusTableAdapter
  186. //
  187. this.statusTableAdapter.ClearBeforeFill = true;
  188. //
  189. // DtpCompl
  190. //
  191. this.DtpCompl.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.BsRequest, "DateCompletion", true));
  192. this.DtpCompl.Location = new System.Drawing.Point(160, 387);
  193. this.DtpCompl.Name = "DtpCompl";
  194. this.DtpCompl.Size = new System.Drawing.Size(129, 21);
  195. this.DtpCompl.TabIndex = 13;
  196. //
  197. // FormEditMaster
  198. //
  199. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
  200. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  201. this.BackColor = System.Drawing.Color.White;
  202. this.ClientSize = new System.Drawing.Size(484, 466);
  203. this.Controls.Add(this.DtpCompl);
  204. this.Controls.Add(this.label1);
  205. this.Controls.Add(this.CmbStatus);
  206. this.Controls.Add(commentLabel);
  207. this.Controls.Add(this.commentTextBox);
  208. this.Controls.Add(this.button1);
  209. this.Controls.Add(this.BtnAdd);
  210. this.Controls.Add(this.panel1);
  211. this.Font = new System.Drawing.Font("Arial Narrow", 9F);
  212. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  213. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  214. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  215. this.MaximizeBox = false;
  216. this.MinimizeBox = false;
  217. this.Name = "FormEditMaster";
  218. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  219. this.Text = "ООО \"Техносервис\"";
  220. this.Load += new System.EventHandler(this.FormEditMaster_Load);
  221. this.panel1.ResumeLayout(false);
  222. this.panel1.PerformLayout();
  223. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet1)).EndInit();
  225. ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.BsStatus)).EndInit();
  227. this.ResumeLayout(false);
  228. this.PerformLayout();
  229. }
  230. #endregion
  231. private System.Windows.Forms.Panel panel1;
  232. public System.Windows.Forms.Label LblTitleRequest;
  233. private System.Windows.Forms.PictureBox pictureBox1;
  234. private System.Windows.Forms.Button BtnAdd;
  235. private System.Windows.Forms.Button button1;
  236. private TechServiceBAUDataSet techServiceBAUDataSet1;
  237. private TechServiceBAUDataSetTableAdapters.RequestTableAdapter requestTableAdapter;
  238. private TechServiceBAUDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  239. private TechServiceBAUDataSetTableAdapters.StatusTableAdapter statusTableAdapter;
  240. private System.Windows.Forms.TextBox commentTextBox;
  241. private System.Windows.Forms.ComboBox CmbStatus;
  242. private System.Windows.Forms.Label label1;
  243. private System.Windows.Forms.BindingSource BsStatus;
  244. public System.Windows.Forms.BindingSource BsRequest;
  245. private System.Windows.Forms.DateTimePicker DtpCompl;
  246. }
  247. }