⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.cs

📁 三汇pcifax卡的demo用csharp写的
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.tabPage2.Controls.Add(this.label13);
			this.tabPage2.Controls.Add(this.m_btnSendPath);
			this.tabPage2.Controls.Add(this.m_txtSendPath);
			this.tabPage2.Controls.Add(this.label12);
			this.tabPage2.Controls.Add(this.m_btnSendFile);
			this.tabPage2.Controls.Add(this.m_txtSendFile);
			this.tabPage2.Controls.Add(this.label11);
			this.tabPage2.Controls.Add(this.radioButton8);
			this.tabPage2.Controls.Add(this.radioButton7);
			this.tabPage2.Controls.Add(this.radioButton6);
			this.tabPage2.Controls.Add(this.m_txtCallNo);
			this.tabPage2.Controls.Add(this.label10);
			this.tabPage2.Controls.Add(this.m_cmbFaxCh1);
			this.tabPage2.Controls.Add(this.label9);
			this.tabPage2.Controls.Add(this.m_cmbTrkCh1);
			this.tabPage2.Controls.Add(this.label8);
			this.tabPage2.Location = new System.Drawing.Point(4, 21);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Size = new System.Drawing.Size(352, 303);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "Send Fax";
			// 
			// button10
			// 
			this.button10.Location = new System.Drawing.Point(64, 272);
			this.button10.Name = "button10";
			this.button10.Size = new System.Drawing.Size(216, 23);
			this.button10.TabIndex = 22;
			this.button10.Text = "Submit task";
			this.button10.Click += new System.EventHandler(this.button10_Click);
			// 
			// m_BtnDel
			// 
			this.m_BtnDel.Location = new System.Drawing.Point(248, 240);
			this.m_BtnDel.Name = "m_BtnDel";
			this.m_BtnDel.TabIndex = 21;
			this.m_BtnDel.Text = "Delete";
			this.m_BtnDel.Click += new System.EventHandler(this.m_BtnDel_Click);
			// 
			// m_BtnAdd
			// 
			this.m_BtnAdd.Location = new System.Drawing.Point(248, 208);
			this.m_BtnAdd.Name = "m_BtnAdd";
			this.m_BtnAdd.TabIndex = 20;
			this.m_BtnAdd.Text = "Add";
			this.m_BtnAdd.Click += new System.EventHandler(this.m_BtnAdd_Click);
			// 
			// m_ListBox
			// 
			this.m_ListBox.ItemHeight = 12;
			this.m_ListBox.Location = new System.Drawing.Point(80, 211);
			this.m_ListBox.Name = "m_ListBox";
			this.m_ListBox.Size = new System.Drawing.Size(152, 52);
			this.m_ListBox.TabIndex = 19;
			// 
			// m_txtEndPage
			// 
			this.m_txtEndPage.Location = new System.Drawing.Point(248, 178);
			this.m_txtEndPage.Name = "m_txtEndPage";
			this.m_txtEndPage.Size = new System.Drawing.Size(64, 21);
			this.m_txtEndPage.TabIndex = 18;
			this.m_txtEndPage.Text = "";
			this.m_txtEndPage.TextChanged += new System.EventHandler(this.m_txtEndPage_TextChanged);
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(176, 176);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(72, 23);
			this.label14.TabIndex = 17;
			this.label14.Text = "End page";
			// 
			// m_txtStartPage
			// 
			this.m_txtStartPage.Location = new System.Drawing.Point(96, 178);
			this.m_txtStartPage.Name = "m_txtStartPage";
			this.m_txtStartPage.Size = new System.Drawing.Size(64, 21);
			this.m_txtStartPage.TabIndex = 16;
			this.m_txtStartPage.Text = "";
			this.m_txtStartPage.TextChanged += new System.EventHandler(this.textBox6_TextChanged);
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(16, 176);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(72, 23);
			this.label13.TabIndex = 15;
			this.label13.Text = "Start page";
			// 
			// m_btnSendPath
			// 
			this.m_btnSendPath.Location = new System.Drawing.Point(248, 144);
			this.m_btnSendPath.Name = "m_btnSendPath";
			this.m_btnSendPath.TabIndex = 14;
			this.m_btnSendPath.Text = "Browse";
			this.m_btnSendPath.Click += new System.EventHandler(this.m_btnSendPath_Click);
			// 
			// m_txtSendPath
			// 
			this.m_txtSendPath.Location = new System.Drawing.Point(96, 144);
			this.m_txtSendPath.Name = "m_txtSendPath";
			this.m_txtSendPath.ReadOnly = true;
			this.m_txtSendPath.Size = new System.Drawing.Size(120, 21);
			this.m_txtSendPath.TabIndex = 13;
			this.m_txtSendPath.Text = "";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(16, 144);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(40, 23);
			this.label12.TabIndex = 12;
			this.label12.Text = "Path";
			// 
			// m_btnSendFile
			// 
			this.m_btnSendFile.Location = new System.Drawing.Point(248, 112);
			this.m_btnSendFile.Name = "m_btnSendFile";
			this.m_btnSendFile.TabIndex = 11;
			this.m_btnSendFile.Text = "Browse";
			this.m_btnSendFile.Click += new System.EventHandler(this.m_btnSendFile_Click);
			// 
			// m_txtSendFile
			// 
			this.m_txtSendFile.Location = new System.Drawing.Point(96, 112);
			this.m_txtSendFile.Name = "m_txtSendFile";
			this.m_txtSendFile.ReadOnly = true;
			this.m_txtSendFile.Size = new System.Drawing.Size(120, 21);
			this.m_txtSendFile.TabIndex = 10;
			this.m_txtSendFile.Text = "";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(16, 112);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(64, 23);
			this.label11.TabIndex = 9;
			this.label11.Text = "File name";
			// 
			// radioButton8
			// 
			this.radioButton8.Location = new System.Drawing.Point(240, 80);
			this.radioButton8.Name = "radioButton8";
			this.radioButton8.TabIndex = 8;
			this.radioButton8.Text = "Multi-file_II";
			this.radioButton8.CheckedChanged += new System.EventHandler(this.radioButton8_CheckedChanged);
			// 
			// radioButton7
			// 
			this.radioButton7.Location = new System.Drawing.Point(120, 80);
			this.radioButton7.Name = "radioButton7";
			this.radioButton7.TabIndex = 7;
			this.radioButton7.Text = "Multi-file_I";
			this.radioButton7.CheckedChanged += new System.EventHandler(this.radioButton7_CheckedChanged);
			// 
			// radioButton6
			// 
			this.radioButton6.Location = new System.Drawing.Point(16, 80);
			this.radioButton6.Name = "radioButton6";
			this.radioButton6.Size = new System.Drawing.Size(96, 24);
			this.radioButton6.TabIndex = 6;
			this.radioButton6.Text = "Single file";
			this.radioButton6.CheckedChanged += new System.EventHandler(this.radioButton6_CheckedChanged);
			// 
			// m_txtCallNo
			// 
			this.m_txtCallNo.Location = new System.Drawing.Point(176, 48);
			this.m_txtCallNo.Name = "m_txtCallNo";
			this.m_txtCallNo.TabIndex = 5;
			this.m_txtCallNo.Text = "";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(16, 48);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(128, 16);
			this.label10.TabIndex = 4;
			this.label10.Text = "Called party number";
			// 
			// m_cmbFaxCh1
			// 
			this.m_cmbFaxCh1.Location = new System.Drawing.Point(240, 16);
			this.m_cmbFaxCh1.Name = "m_cmbFaxCh1";
			this.m_cmbFaxCh1.Size = new System.Drawing.Size(64, 20);
			this.m_cmbFaxCh1.TabIndex = 3;
			this.m_cmbFaxCh1.Text = "None";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(168, 21);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(56, 15);
			this.label9.TabIndex = 2;
			this.label9.Text = "FaxCh ID";
			// 
			// m_cmbTrkCh1
			// 
			this.m_cmbTrkCh1.Location = new System.Drawing.Point(88, 16);
			this.m_cmbTrkCh1.Name = "m_cmbTrkCh1";
			this.m_cmbTrkCh1.Size = new System.Drawing.Size(64, 20);
			this.m_cmbTrkCh1.TabIndex = 1;
			this.m_cmbTrkCh1.Text = "None";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(16, 21);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(72, 15);
			this.label8.TabIndex = 0;
			this.label8.Text = "TrunkCh ID";
			// 
			// tabPage3
			// 
			this.tabPage3.Controls.Add(this.button14);
			this.tabPage3.Controls.Add(this.button13);
			this.tabPage3.Controls.Add(this.button12);
			this.tabPage3.Controls.Add(this.FileShow);
			this.tabPage3.Controls.Add(this.m_txtTargetFile);
			this.tabPage3.Controls.Add(this.m_txtDataTime);
			this.tabPage3.Controls.Add(this.m_txtFaxSubject);
			this.tabPage3.Controls.Add(this.m_txtFaxTo);
			this.tabPage3.Controls.Add(this.m_txtFaxFrom);
			this.tabPage3.Controls.Add(this.m_txtTifName);
			this.tabPage3.Controls.Add(this.label20);
			this.tabPage3.Controls.Add(this.label19);
			this.tabPage3.Controls.Add(this.label18);
			this.tabPage3.Controls.Add(this.label17);
			this.tabPage3.Controls.Add(this.label16);
			this.tabPage3.Controls.Add(this.label15);
			this.tabPage3.Location = new System.Drawing.Point(4, 21);
			this.tabPage3.Name = "tabPage3";
			this.tabPage3.Size = new System.Drawing.Size(352, 303);
			this.tabPage3.TabIndex = 2;
			this.tabPage3.Text = "Add Header";
			// 
			// button14
			// 
			this.button14.Location = new System.Drawing.Point(104, 272);
			this.button14.Name = "button14";
			this.button14.Size = new System.Drawing.Size(136, 21);
			this.button14.TabIndex = 15;
			this.button14.Text = "Tool window";
			this.button14.Click += new System.EventHandler(this.button14_Click);
			// 
			// button13
			// 
			this.button13.Location = new System.Drawing.Point(104, 240);
			this.button13.Name = "button13";
			this.button13.Size = new System.Drawing.Size(136, 21);
			this.button13.TabIndex = 14;
			this.button13.Text = "fBmp_AddTxtToTif";
			this.button13.Click += new System.EventHandler(this.button13_Click);
			// 
			// button12
			// 
			this.button12.Location = new System.Drawing.Point(256, 200);
			this.button12.Name = "button12";
			this.button12.TabIndex = 13;
			this.button12.Text = "Browse";
			this.button12.Click += new System.EventHandler(this.button12_Click);
			// 
			// FileShow
			// 
			this.FileShow.Location = new System.Drawing.Point(256, 24);
			this.FileShow.Name = "FileShow";
			this.FileShow.TabIndex = 12;
			this.FileShow.Text = "Browse";
			this.FileShow.Click += new System.EventHandler(this.FileShow_Click);
			// 
			// m_txtTargetFile
			// 
			this.m_txtTargetFile.Location = new System.Drawing.Point(104, 200);
			this.m_txtTargetFile.Name = "m_txtTargetFile";
			this.m_txtTargetFile.Size = new System.Drawing.Size(136, 21);
			this.m_txtTargetFile.TabIndex = 11;
			this.m_txtTargetFile.Text = "";
			// 
			// m_txtDataTime
			// 
			this.m_txtDataTime.Location = new System.Drawing.Point(104, 162);
			this.m_txtDataTime.Name = "m_txtDataTime";
			this.m_txtDataTime.Size = new System.Drawing.Size(136, 21);
			this.m_txtDataTime.TabIndex = 10;
			this.m_txtDataTime.Text = "";
			// 
			// m_txtFaxSubject
			// 
			this.m_txtFaxSubject.Location = new System.Drawing.Point(104, 130);
			this.m_txtFaxSubject.Name = "m_txtFaxSubject";
			this.m_txtFaxSubject.Size = new System.Drawing.Size(136, 21);
			this.m_txtFaxSubject.TabIndex = 9;
			this.m_txtFaxSubject.Text = "";
			// 
			// m_txtFaxTo
			// 
			this.m_txtFaxTo.Location = new System.Drawing.Point(104, 96);
			this.m_txtFaxTo.Name = "m_txtFaxTo";
			this.m_txtFaxTo.Size = new System.Drawing.Size(136, 21);
			this.m_txtFaxTo.TabIndex = 8;
			this.m_txtFaxTo.Text = "";
			// 
			// m_txtFaxFrom
			// 
			this.m_txtFaxFrom.Location = new System.Drawing.Point(104, 64);
			this.m_txtFaxFrom.Name = "m_txtFaxFrom";
			this.m_txtFaxFrom.Size = new System.Drawing.Size(136, 21);
			this.m_txtFaxFrom.TabIndex = 7;
			this.m_txtFaxFrom.Text = "";
			// 
			// m_txtTifName
			// 
			this.m_txtTifName.Location = new System.Drawing.Point(104, 26);
			this.m_txtTifName.Name = "m_txtTifName";
			this.m_txtTifName.Size = new System.Drawing.Size(136, 21);
			this.m_txtTifName.TabIndex = 6;
			this.m_txtTifName.Text = "";
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(16, 200);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(48, 23);
			this.label20.TabIndex = 5;
			this.label20.Text = "Target";
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(16, 160);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(72, 23);
			this.label19.TabIndex = 4;
			this.label19.Text = "Data Time";
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(16, 128);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(48, 23);
			this.label18.TabIndex = 3;
			this.label18.Text = "Subject";
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(16, 96);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(48, 23);
			this.label17.TabIndex = 2;
			this.label17.Text = "Fax To";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(16, 62);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -