root/Baza Reklam 2 - Faktury/ExportOptions.Designer.cs @ 448

Wersja 65, 5.9 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class ExportOptions
4    {
5        /// <summary>
6        /// Required designer variable.
7        /// </summary>
8        private System.ComponentModel.IContainer components = null;
9
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
23        #region Windows Form Designer generated code
24
25        /// <summary>
26        /// Required method for Designer support - do not modify
27        /// the contents of this method with the code editor.
28        /// </summary>
29        private void InitializeComponent()
30        {
31            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportOptions));
32            this.lblColumnsToPrint = new System.Windows.Forms.Label();
33            this.chklst = new System.Windows.Forms.CheckedListBox();
34            this.btnOK = new System.Windows.Forms.Button();
35            this.btnCancel = new System.Windows.Forms.Button();
36            this.SuspendLayout();
37            //
38            // lblColumnsToPrint
39            //
40            this.lblColumnsToPrint.AutoSize = true;
41            this.lblColumnsToPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
42            this.lblColumnsToPrint.Location = new System.Drawing.Point(22, 9);
43            this.lblColumnsToPrint.Name = "lblColumnsToPrint";
44            this.lblColumnsToPrint.Size = new System.Drawing.Size(147, 13);
45            this.lblColumnsToPrint.TabIndex = 19;
46            this.lblColumnsToPrint.Text = "Kolumny do wyeksportowania";
47            //
48            // chklst
49            //
50            this.chklst.CheckOnClick = true;
51            this.chklst.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
52            this.chklst.FormattingEnabled = true;
53            this.chklst.Location = new System.Drawing.Point(25, 35);
54            this.chklst.Name = "chklst";
55            this.chklst.Size = new System.Drawing.Size(188, 274);
56            this.chklst.TabIndex = 18;
57            //
58            // btnOK
59            //
60            this.btnOK.BackColor = System.Drawing.SystemColors.Control;
61            this.btnOK.Cursor = System.Windows.Forms.Cursors.Default;
62            this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
63            this.btnOK.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
64            this.btnOK.ForeColor = System.Drawing.SystemColors.ControlText;
65            this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
66            this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
67            this.btnOK.Location = new System.Drawing.Point(124, 326);
68            this.btnOK.Name = "btnOK";
69            this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.No;
70            this.btnOK.Size = new System.Drawing.Size(56, 25);
71            this.btnOK.TabIndex = 20;
72            this.btnOK.Text = "&OK";
73            this.btnOK.UseVisualStyleBackColor = false;
74            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
75            //
76            // btnCancel
77            //
78            this.btnCancel.BackColor = System.Drawing.SystemColors.Control;
79            this.btnCancel.Cursor = System.Windows.Forms.Cursors.Default;
80            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
81            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
82            this.btnCancel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
83            this.btnCancel.ForeColor = System.Drawing.SystemColors.ControlText;
84            this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
85            this.btnCancel.Location = new System.Drawing.Point(51, 326);
86            this.btnCancel.Name = "btnCancel";
87            this.btnCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
88            this.btnCancel.Size = new System.Drawing.Size(56, 25);
89            this.btnCancel.TabIndex = 21;
90            this.btnCancel.Text = "Anuluj";
91            this.btnCancel.UseVisualStyleBackColor = false;
92            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
93            //
94            // ExportOptions
95            //
96            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
97            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
98            this.ClientSize = new System.Drawing.Size(234, 365);
99            this.Controls.Add(this.btnCancel);
100            this.Controls.Add(this.btnOK);
101            this.Controls.Add(this.lblColumnsToPrint);
102            this.Controls.Add(this.chklst);
103            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
104            this.Name = "ExportOptions";
105            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
106            this.Text = "Export do excela";
107            this.ResumeLayout(false);
108            this.PerformLayout();
109
110        }
111
112        #endregion
113
114        internal System.Windows.Forms.Label lblColumnsToPrint;
115        internal System.Windows.Forms.CheckedListBox chklst;
116        protected System.Windows.Forms.Button btnOK;
117        protected System.Windows.Forms.Button btnCancel;
118    }
119}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.