107
this.DTR.NullFocusedBackColor =
System.Drawing.SystemColors.ActiveCaption;
this.DTR.Size = new System.Drawing.Size(80, 20);
this.DTR.TabIndex = 18;
this.DTR.Value = null;
this.DTR.ValueDay = null;
//
// label2
//
this.label2.Location = new System.Drawing.Point(576, 34);
this.label2.Margin = new System.Windows.Forms.Padding(2);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(38, 21);
this.label2.TabIndex = 19;
this.label2.Text = "Дата";
this.label2.TextAlign =
System.Drawing.ContentAlignment.MiddleRight;
//
// btSdal
//
this.btSdal.Location = new System.Drawing.Point(330, 60);
this.btSdal.Margin = new System.Windows.Forms.Padding(2);
this.btSdal.Name = "btSdal";
this.btSdal.Size = new System.Drawing.Size(24, 24);
this.btSdal.TabIndex = 20;
this.btSdal.Text = "...";
this.btSdal.UseVisualStyleBackColor = true;
this.btSdal.Click += new System.EventHandler(this.btSdal_Click);
//
// btPrin
//
this.btPrin.Location = new System.Drawing.Point(675, 60);
this.btPrin.Margin = new System.Windows.Forms.Padding(2);
this.btPrin.Name = "btPrin";
this.btPrin.Size = new System.Drawing.Size(24, 24);
this.btPrin.TabIndex = 21;
this.btPrin.Text = "...";
this.btPrin.UseVisualStyleBackColor = true;
this.btPrin.Click += new System.EventHandler(this.btPrin_Click);
//
// cbTypSg
//
this.cbTypSg.BackColor = System.Drawing.SystemColors.Control;
this.cbTypSg.DropDownStyle =
System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTypSg.Enabled = false;
this.cbTypSg.FormattingEnabled = true;
this.cbTypSg.Location = new System.Drawing.Point(459, 11);