namespace qdr.app.studiou.orders2printpack { partial class dlgProtocol { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { butCancel = new Button(); butOk = new Button(); label1 = new Label(); tbExternalOrder = new TextBox(); label2 = new Label(); tbProtocolFile = new TextBox(); label3 = new Label(); butOpenProt = new Button(); dtExternaOrderDate = new DateTimePicker(); dlgSave = new SaveFileDialog(); SuspendLayout(); // // butCancel // butCancel.Location = new Point(493, 278); butCancel.Name = "butCancel"; butCancel.Size = new Size(94, 29); butCancel.TabIndex = 0; butCancel.Text = "Zrušit"; butCancel.UseVisualStyleBackColor = true; butCancel.Click += butCancel_Click; // // butOk // butOk.Location = new Point(21, 278); butOk.Name = "butOk"; butOk.Size = new Size(94, 29); butOk.TabIndex = 1; butOk.Text = "Ok"; butOk.UseVisualStyleBackColor = true; butOk.Click += butOk_Click; // // label1 // label1.AutoSize = true; label1.Location = new Point(14, 10); label1.Name = "label1"; label1.Size = new Size(227, 20); label1.TabIndex = 2; label1.Text = "Číslo objednávky z tiskové služby"; // // tbExternalOrder // tbExternalOrder.Location = new Point(19, 32); tbExternalOrder.Name = "tbExternalOrder"; tbExternalOrder.Size = new Size(568, 27); tbExternalOrder.TabIndex = 3; // // label2 // label2.AutoSize = true; label2.Location = new Point(14, 66); label2.Name = "label2"; label2.Size = new Size(240, 20); label2.TabIndex = 4; label2.Text = "Datum objednávky z tiskové služby"; // // tbProtocolFile // tbProtocolFile.Location = new Point(19, 149); tbProtocolFile.Name = "tbProtocolFile"; tbProtocolFile.ReadOnly = true; tbProtocolFile.Size = new Size(523, 27); tbProtocolFile.TabIndex = 7; // // label3 // label3.AutoSize = true; label3.Location = new Point(14, 127); label3.Name = "label3"; label3.Size = new Size(126, 20); label3.TabIndex = 6; label3.Text = "Soubor protoloku"; // // butOpenProt // butOpenProt.Location = new Point(555, 149); butOpenProt.Name = "butOpenProt"; butOpenProt.Size = new Size(32, 29); butOpenProt.TabIndex = 8; butOpenProt.Text = "..."; butOpenProt.UseVisualStyleBackColor = true; butOpenProt.Click += butOpenProt_Click; // // dtExternaOrderDate // dtExternaOrderDate.Format = DateTimePickerFormat.Short; dtExternaOrderDate.Location = new Point(18, 93); dtExternaOrderDate.Name = "dtExternaOrderDate"; dtExternaOrderDate.Size = new Size(569, 27); dtExternaOrderDate.TabIndex = 9; // // dlgSave // dlgSave.DefaultExt = "*.csv"; dlgSave.Filter = "CSV file (*.csv)|*.csv"; dlgSave.RestoreDirectory = true; dlgSave.Title = "Vyberte název pro soubor protokolu."; // // dlgProtocol // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(606, 327); Controls.Add(dtExternaOrderDate); Controls.Add(butOpenProt); Controls.Add(tbProtocolFile); Controls.Add(label3); Controls.Add(label2); Controls.Add(tbExternalOrder); Controls.Add(label1); Controls.Add(butOk); Controls.Add(butCancel); FormBorderStyle = FormBorderStyle.FixedDialog; MaximizeBox = false; MinimizeBox = false; Name = "dlgProtocol"; Text = "Generování protokolu"; Load += dlgProtocol_Load; ResumeLayout(false); PerformLayout(); } #endregion private Button butCancel; private Button butOk; private Label label1; private TextBox tbExternalOrder; private Label label2; private TextBox tbProtocolFile; private Label label3; private Button butOpenProt; private DateTimePicker dtExternaOrderDate; private SaveFileDialog dlgSave; } }