123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439 |
- namespace Швейная_фабрика
- {
- partial class FormManager
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormManager));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.BtnExportSelected = new System.Windows.Forms.Button();
- this.BtnExportAll = new System.Windows.Forms.Button();
- this.RbtCSV = new System.Windows.Forms.RadioButton();
- this.RbxWORD = new System.Windows.Forms.RadioButton();
- this.DgvZakazi = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BtnRed = new System.Windows.Forms.Button();
- this.label5 = new System.Windows.Forms.Label();
- this.BtnAdd = new System.Windows.Forms.Button();
- this.BtnProfil = new System.Windows.Forms.Button();
- this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
- this.izdelieBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.izdelieTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter();
- this.tableAdapterManager = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager();
- this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
- this.DgvIzdeliy = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LblFIO = new System.Windows.Forms.Label();
- this.SaveFDWord = new System.Windows.Forms.SaveFileDialog();
- this.SaveFDExcel = new System.Windows.Forms.SaveFileDialog();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvZakazi)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvIzdeliy)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.panel1.Controls.Add(this.LblFIO);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(646, 130);
- this.panel1.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(205, 51);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(136, 29);
- this.label1.TabIndex = 1;
- this.label1.Text = "Менеджер";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(133, 130);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // BtnExportSelected
- //
- this.BtnExportSelected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnExportSelected.Location = new System.Drawing.Point(416, 331);
- this.BtnExportSelected.Name = "BtnExportSelected";
- this.BtnExportSelected.Size = new System.Drawing.Size(206, 41);
- this.BtnExportSelected.TabIndex = 42;
- this.BtnExportSelected.Text = "Экспортировать выделенные";
- this.BtnExportSelected.UseVisualStyleBackColor = false;
- this.BtnExportSelected.Click += new System.EventHandler(this.BtnExportSelected_Click);
- //
- // BtnExportAll
- //
- this.BtnExportAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnExportAll.Location = new System.Drawing.Point(416, 290);
- this.BtnExportAll.Name = "BtnExportAll";
- this.BtnExportAll.Size = new System.Drawing.Size(206, 35);
- this.BtnExportAll.TabIndex = 41;
- this.BtnExportAll.Text = "Экспортировать всё";
- this.BtnExportAll.UseVisualStyleBackColor = false;
- this.BtnExportAll.Click += new System.EventHandler(this.BtnExportAll_Click);
- //
- // RbtCSV
- //
- this.RbtCSV.AutoSize = true;
- this.RbtCSV.Location = new System.Drawing.Point(108, 588);
- this.RbtCSV.Name = "RbtCSV";
- this.RbtCSV.Size = new System.Drawing.Size(52, 20);
- this.RbtCSV.TabIndex = 40;
- this.RbtCSV.TabStop = true;
- this.RbtCSV.Text = ".csv";
- this.RbtCSV.UseVisualStyleBackColor = true;
- //
- // RbxWORD
- //
- this.RbxWORD.AutoSize = true;
- this.RbxWORD.Checked = true;
- this.RbxWORD.Location = new System.Drawing.Point(26, 588);
- this.RbxWORD.Name = "RbxWORD";
- this.RbxWORD.Size = new System.Drawing.Size(60, 20);
- this.RbxWORD.TabIndex = 39;
- this.RbxWORD.TabStop = true;
- this.RbxWORD.Text = ".docx";
- this.RbxWORD.UseVisualStyleBackColor = true;
- //
- // DgvZakazi
- //
- this.DgvZakazi.AllowUserToAddRows = false;
- this.DgvZakazi.AllowUserToDeleteRows = false;
- this.DgvZakazi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvZakazi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3,
- this.Column4,
- this.Column5});
- this.DgvZakazi.Location = new System.Drawing.Point(15, 378);
- this.DgvZakazi.Name = "DgvZakazi";
- this.DgvZakazi.ReadOnly = true;
- this.DgvZakazi.RowHeadersWidth = 51;
- this.DgvZakazi.RowTemplate.Height = 24;
- this.DgvZakazi.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvZakazi.Size = new System.Drawing.Size(610, 204);
- this.DgvZakazi.TabIndex = 38;
- //
- // Column1
- //
- this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
- this.Column1.HeaderText = "Изделие";
- this.Column1.MinimumWidth = 6;
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Width = 94;
- //
- // Column2
- //
- this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
- this.Column2.HeaderText = "Ткань";
- this.Column2.MinimumWidth = 6;
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.Width = 75;
- //
- // Column3
- //
- this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
- this.Column3.HeaderText = "Фурнитура";
- this.Column3.MinimumWidth = 6;
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- this.Column3.Width = 110;
- //
- // Column4
- //
- this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
- this.Column4.HeaderText = "Кол-во фурнитуры";
- this.Column4.MinimumWidth = 6;
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- this.Column4.Width = 145;
- //
- // Column5
- //
- this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
- this.Column5.HeaderText = "Кол-во изделий";
- this.Column5.MinimumWidth = 6;
- this.Column5.Name = "Column5";
- this.Column5.ReadOnly = true;
- this.Column5.Width = 128;
- //
- // BtnRed
- //
- this.BtnRed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnRed.Location = new System.Drawing.Point(416, 249);
- this.BtnRed.Name = "BtnRed";
- this.BtnRed.Size = new System.Drawing.Size(206, 35);
- this.BtnRed.TabIndex = 37;
- this.BtnRed.Text = "Редактировать изделие";
- this.BtnRed.UseVisualStyleBackColor = false;
- this.BtnRed.Click += new System.EventHandler(this.BtnRed_Click);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(12, 141);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(159, 16);
- this.label5.TabIndex = 36;
- this.label5.Text = "Создаваемые изделия:";
- //
- // BtnAdd
- //
- this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnAdd.Location = new System.Drawing.Point(416, 208);
- this.BtnAdd.Name = "BtnAdd";
- this.BtnAdd.Size = new System.Drawing.Size(206, 35);
- this.BtnAdd.TabIndex = 35;
- this.BtnAdd.Text = "Добавить изделие";
- this.BtnAdd.UseVisualStyleBackColor = false;
- this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
- //
- // BtnProfil
- //
- this.BtnProfil.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnProfil.Location = new System.Drawing.Point(416, 167);
- this.BtnProfil.Name = "BtnProfil";
- this.BtnProfil.Size = new System.Drawing.Size(206, 35);
- this.BtnProfil.TabIndex = 34;
- this.BtnProfil.Text = "Профиль пользователя";
- this.BtnProfil.UseVisualStyleBackColor = false;
- this.BtnProfil.Click += new System.EventHandler(this.BtnProfil_Click);
- //
- // сlothesFactoryLGDataSet
- //
- this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
- this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // izdelieBindingSource
- //
- this.izdelieBindingSource.DataMember = "Izdelie";
- this.izdelieBindingSource.DataSource = this.сlothesFactoryLGDataSet;
- //
- // izdelieTableAdapter
- //
- this.izdelieTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ColorTableAdapter = null;
- this.tableAdapterManager.FurnituraTableAdapter = null;
- this.tableAdapterManager.IzdelieTableAdapter = this.izdelieTableAdapter;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.RolesTableAdapter = null;
- this.tableAdapterManager.TkanTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
- //
- // usersBindingSource
- //
- this.usersBindingSource.DataMember = "Users";
- this.usersBindingSource.DataSource = this.сlothesFactoryLGDataSet;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // DgvIzdeliy
- //
- this.DgvIzdeliy.AllowUserToAddRows = false;
- this.DgvIzdeliy.AllowUserToDeleteRows = false;
- this.DgvIzdeliy.AutoGenerateColumns = false;
- this.DgvIzdeliy.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvIzdeliy.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4});
- this.DgvIzdeliy.DataSource = this.izdelieBindingSource;
- this.DgvIzdeliy.Location = new System.Drawing.Point(12, 167);
- this.DgvIzdeliy.MultiSelect = false;
- this.DgvIzdeliy.Name = "DgvIzdeliy";
- this.DgvIzdeliy.ReadOnly = true;
- this.DgvIzdeliy.RowHeadersWidth = 51;
- this.DgvIzdeliy.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvIzdeliy.Size = new System.Drawing.Size(388, 205);
- this.DgvIzdeliy.TabIndex = 43;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "id_izd";
- this.dataGridViewTextBoxColumn1.HeaderText = "id_izd";
- this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Visible = false;
- this.dataGridViewTextBoxColumn1.Width = 125;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
- this.dataGridViewTextBoxColumn2.DataPropertyName = "name_izd";
- this.dataGridViewTextBoxColumn2.HeaderText = "Название";
- this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 102;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
- this.dataGridViewTextBoxColumn3.DataPropertyName = "length";
- this.dataGridViewTextBoxColumn3.HeaderText = "Длина";
- this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 77;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
- this.dataGridViewTextBoxColumn4.DataPropertyName = "width";
- this.dataGridViewTextBoxColumn4.HeaderText = "Ширина";
- this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 87;
- //
- // LblFIO
- //
- this.LblFIO.AutoSize = true;
- this.LblFIO.Location = new System.Drawing.Point(139, 105);
- this.LblFIO.Name = "LblFIO";
- this.LblFIO.Size = new System.Drawing.Size(44, 16);
- this.LblFIO.TabIndex = 44;
- this.LblFIO.Text = "label2";
- //
- // SaveFDWord
- //
- this.SaveFDWord.Filter = "Word|*.docx|Все файлы|*.*";
- //
- // SaveFDExcel
- //
- this.SaveFDExcel.Filter = "Excel|*.csv|Все файлы|*.*";
- //
- // FormManager
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(646, 619);
- this.Controls.Add(this.DgvIzdeliy);
- this.Controls.Add(this.BtnExportSelected);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.BtnExportAll);
- this.Controls.Add(this.DgvZakazi);
- this.Controls.Add(this.RbtCSV);
- this.Controls.Add(this.BtnProfil);
- this.Controls.Add(this.RbxWORD);
- this.Controls.Add(this.BtnAdd);
- this.Controls.Add(this.BtnRed);
- this.Controls.Add(this.label5);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormManager";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormManager_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvZakazi)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvIzdeliy)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button BtnExportSelected;
- private System.Windows.Forms.Button BtnExportAll;
- private System.Windows.Forms.RadioButton RbtCSV;
- private System.Windows.Forms.RadioButton RbxWORD;
- private System.Windows.Forms.DataGridView DgvZakazi;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
- private System.Windows.Forms.Button BtnRed;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Button BtnAdd;
- private System.Windows.Forms.Button BtnProfil;
- private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
- private System.Windows.Forms.BindingSource izdelieBindingSource;
- private СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter;
- private СlothesFactoryLGDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private System.Windows.Forms.BindingSource usersBindingSource;
- private System.Windows.Forms.Label LblFIO;
- private System.Windows.Forms.DataGridView DgvIzdeliy;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- public System.Windows.Forms.SaveFileDialog SaveFDWord;
- public System.Windows.Forms.SaveFileDialog SaveFDExcel;
- }
- }
|